Package com.xebialabs.xlrelease.builder
Class ScriptTaskBuilder
java.lang.Object
com.xebialabs.xlrelease.builder.TaskBuilder<T,S>
com.xebialabs.xlrelease.builder.BaseScriptTaskBuilder<com.xebialabs.xlrelease.domain.ScriptTask,ScriptTaskBuilder>
com.xebialabs.xlrelease.builder.ScriptTaskBuilder
public class ScriptTaskBuilder
extends BaseScriptTaskBuilder<com.xebialabs.xlrelease.domain.ScriptTask,ScriptTaskBuilder>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.xebialabs.xlrelease.domain.ScriptTaskbuild()withIgnoreScriptVariableInterpolation(boolean ignoreScriptVariableInterpolation) withScript(String script) Methods inherited from class com.xebialabs.xlrelease.builder.BaseScriptTaskBuilder
withExecutionIdMethods 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
-
ScriptTaskBuilder
public ScriptTaskBuilder()
-
-
Method Details
-
withScript
-
withIgnoreScriptVariableInterpolation
public ScriptTaskBuilder withIgnoreScriptVariableInterpolation(boolean ignoreScriptVariableInterpolation) -
build
public com.xebialabs.xlrelease.domain.ScriptTask build()- Specified by:
buildin classTaskBuilder<com.xebialabs.xlrelease.domain.ScriptTask,ScriptTaskBuilder>
-