Package com.veertu.plugin.anka
Class AnkaSaveImageBuildStep
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- com.veertu.plugin.anka.AnkaSaveImageBuildStep
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class AnkaSaveImageBuildStep extends org.jenkinsci.plugins.workflow.steps.Step
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AnkaSaveImageBuildStep.DescriptorImpl
static class
AnkaSaveImageBuildStep.Execution
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
Fields Modifier and Type Field Description int
DEFAULT_TIMEOUT_MINS
-
Constructor Summary
Constructors Constructor Description AnkaSaveImageBuildStep(boolean shouldFail, int timeoutMinutes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getShouldFail()
int
getTimeoutMinutes()
org.jenkinsci.plugins.workflow.steps.StepExecution
start(org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
-
Field Detail
-
DEFAULT_TIMEOUT_MINS
public final int DEFAULT_TIMEOUT_MINS
- See Also:
- Constant Field Values
-
-