Class GroovyScriptTaskBuilder
java.lang.Object
com.xebialabs.xlrelease.builder.TaskBuilder<T,S>
com.xebialabs.xlrelease.builder.BaseScriptTaskBuilder<GroovyScriptTask,GroovyScriptTaskBuilder>
com.xebialabs.xlrelease.domain.tasks.groovy.GroovyScriptTaskBuilder
public class GroovyScriptTaskBuilder
extends com.xebialabs.xlrelease.builder.BaseScriptTaskBuilder<GroovyScriptTask,GroovyScriptTaskBuilder>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()static GroovyScriptTaskBuilderbuilder()protected voidsetFields(GroovyScriptTask task) 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, self, 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
-
GroovyScriptTaskBuilder
public GroovyScriptTaskBuilder()
-
-
Method Details
-
withScript
-
setFields
- Overrides:
setFieldsin classcom.xebialabs.xlrelease.builder.BaseScriptTaskBuilder<GroovyScriptTask,GroovyScriptTaskBuilder>
-
build
- Specified by:
buildin classcom.xebialabs.xlrelease.builder.TaskBuilder<GroovyScriptTask,GroovyScriptTaskBuilder>
-
builder
-