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 -
Method Summary
Methods inherited from class com.xebialabs.xlrelease.builder.TaskBuilder
beenDelayed, beenFlagged, beenPostponedDueToBlackout, beenPostponedUntilEnvironmentsAreReserved, build, completed, isLocked, newContainerTask, newCreateReleaseTask, newCustomScript, newCustomScript, newGateTask, newNotificationTask, newParallelGroup, newRemoteExecution, newScriptTask, newSequentialGroup, newTask, newUserInputTask, pythonScript, withAttachments, withCheckAttributes, withCiAttributes, 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
-
TaskGroupBuilder
public TaskGroupBuilder()
-
-
Method Details
-
withTasks
-