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 class
static class
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
org.jenkinsci.plugins.workflow.steps.StepExecution
start
(org.jenkinsci.plugins.workflow.steps.StepContext context) Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Field Details
-
DEFAULT_TIMEOUT_MINS
public 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:
start
in classorg.jenkinsci.plugins.workflow.steps.Step
- Throws:
Exception
-