public class GhprbCancelBuildsOnUpdate extends GhprbExtension implements GhprbBuildStep, GhprbGlobalExtension, GhprbProjectExtension, GhprbGlobalDefault
Modifier and Type | Class and Description |
---|---|
static class |
GhprbCancelBuildsOnUpdate.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
static GhprbCancelBuildsOnUpdate.DescriptorImpl |
DESCRIPTOR |
buildStep
Constructor and Description |
---|
GhprbCancelBuildsOnUpdate(Boolean overrideGlobal) |
Modifier and Type | Method and Description |
---|---|
GhprbCancelBuildsOnUpdate.DescriptorImpl |
getDescriptor() |
String |
getDisplayName() |
String |
getIconFileName() |
Boolean |
getOverrideGlobal() |
String |
getUrlName() |
void |
onScheduleBuild(hudson.model.AbstractProject<?,?> project,
GhprbCause cause) |
@Extension public static final GhprbCancelBuildsOnUpdate.DescriptorImpl DESCRIPTOR
@DataBoundConstructor public GhprbCancelBuildsOnUpdate(Boolean overrideGlobal)
public Boolean getOverrideGlobal()
public void onScheduleBuild(hudson.model.AbstractProject<?,?> project, GhprbCause cause)
onScheduleBuild
in interface GhprbBuildStep
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getUrlName()
getUrlName
in interface hudson.model.Action
public GhprbCancelBuildsOnUpdate.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<GhprbExtension>
getDescriptor
in class hudson.model.AbstractDescribableImpl<GhprbExtension>
Copyright © 2016. All rights reserved.