Package com.xebialabs.xlrelease.builder
Class ParallelGroupBuilder
java.lang.Object
com.xebialabs.xlrelease.builder.TaskBuilder<T,S>
com.xebialabs.xlrelease.builder.TaskGroupBuilder<com.xebialabs.xlrelease.domain.ParallelGroup,ParallelGroupBuilder>
com.xebialabs.xlrelease.builder.ParallelGroupBuilder
public class ParallelGroupBuilder
extends TaskGroupBuilder<com.xebialabs.xlrelease.domain.ParallelGroup,ParallelGroupBuilder>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.xebialabs.xlrelease.builder.TaskGroupBuilder
withTasksMethods inherited from class com.xebialabs.xlrelease.builder.TaskBuilder
beenDelayed, beenFlagged, beenPostponedDueToBlackout, beenPostponedUntilEnvironmentsAreReserved, completed, isLocked, newContainerTask, newCreateReleaseTask, newCustomScript, newCustomScript, newGateTask, newNotificationTask, newParallelGroup, newRemoteExecution, newScriptTask, newSequentialGroup, newTask, newUserInputTask, pythonScript, withAttachments, withCheckAttributes, withComments, withContainer, withDelayDuringBlackout, withDescription, withDueDate, withDueSoonNotified, withEndDate, withFacets, withFailureHandler, withFailuresCount, withFlagComment, withFlagStatus, withId, withIdAndTitle, withLocked, withOriginalScheduledStartDate, withOverdueNotified, withOwner, withPlannedDuration, withPrecondition, withScheduledStartDate, withStartDate, withStatus, withTags, withTaskFailureHandlerEnabled, withTaskRecoverOp, withTeam, withTitle, withVariableMapping, withWaitForScheduledStartDate, withWatchers
-
Constructor Details
-
ParallelGroupBuilder
public ParallelGroupBuilder()
-
-
Method Details
-
withLinks
-
build
public com.xebialabs.xlrelease.domain.ParallelGroup build()- Specified by:
buildin classTaskBuilder<com.xebialabs.xlrelease.domain.ParallelGroup,ParallelGroupBuilder>
-