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 ClassesModifier and TypeClassDescriptionstatic final classstatic classNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintorg.jenkinsci.plugins.workflow.steps.StepExecutionstart(org.jenkinsci.plugins.workflow.steps.StepContext context) Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Field Details
-
DEFAULT_TIMEOUT_MINS
public static final int DEFAULT_TIMEOUT_MINS- See Also:
-
-
Constructor Details
-
AnkaSaveImageBuildStep
@DataBoundConstructor public AnkaSaveImageBuildStep(boolean shouldFail, int timeoutMinutes)
-
-
Method Details
-
getShouldFail
public boolean getShouldFail() -
getTimeoutMinutes
public int getTimeoutMinutes() -
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception - Specified by:
startin classorg.jenkinsci.plugins.workflow.steps.Step- Throws:
Exception
-