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 Constructor Description ParallelGroupBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.xebialabs.xlrelease.domain.ParallelGroupbuild()ParallelGroupBuilderwithLinks(com.xebialabs.xlrelease.domain.Link... links)-
Methods inherited from class com.xebialabs.xlrelease.builder.TaskGroupBuilder
withTasks
-
Methods inherited from class com.xebialabs.xlrelease.builder.TaskBuilder
beenDelayed, beenFlagged, beenPostponedDueToBlackout, beenPostponedUntilEnvironmentsAreReserved, completed, isLocked, newCreateReleaseTask, newCustomScript, newCustomScript, newGateTask, newNotificationTask, newParallelGroup, 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
-
-
-
-
Method Detail
-
withLinks
public ParallelGroupBuilder withLinks(com.xebialabs.xlrelease.domain.Link... links)
-
build
public com.xebialabs.xlrelease.domain.ParallelGroup build()
- Specified by:
buildin classTaskBuilder<com.xebialabs.xlrelease.domain.ParallelGroup,ParallelGroupBuilder>
-
-