Package com.xebialabs.xlrelease.builder
Class TaskGroupBuilder<T extends com.xebialabs.xlrelease.domain.TaskGroup,S extends TaskGroupBuilder<T,S>>
- java.lang.Object
-
- com.xebialabs.xlrelease.builder.TaskBuilder<T,S>
-
- com.xebialabs.xlrelease.builder.TaskGroupBuilder<T,S>
-
- Direct Known Subclasses:
ParallelGroupBuilder,SequentialGroupBuilder
public abstract class TaskGroupBuilder<T extends com.xebialabs.xlrelease.domain.TaskGroup,S extends TaskGroupBuilder<T,S>> extends TaskBuilder<T,S>
-
-
Constructor Summary
Constructors Constructor Description TaskGroupBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SwithTasks(com.xebialabs.xlrelease.domain.Task... tasks)-
Methods inherited from class com.xebialabs.xlrelease.builder.TaskBuilder
beenDelayed, beenFlagged, beenPostponedDueToBlackout, beenPostponedUntilEnvironmentsAreReserved, build, completed, isLocked, newContainerTask, 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, withWatchers
-
-
-
-
Method Detail
-
withTasks
public S withTasks(com.xebialabs.xlrelease.domain.Task... tasks)
-
-