public static class IntegrityCheckpointAction.IntegrityCheckpointDescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
Modifier and Type | Field and Description |
---|---|
static String |
defaultCheckpointLabel |
Constructor and Description |
---|
IntegrityCheckpointDescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doCheckpointLabelCheck(String checkpointLabel) |
hudson.util.ListBoxModel |
doFillServerConfigItems(String serverConfig)
Provides a list box for users to choose from a list of Integrity Server configurations
|
String |
getCheckpointLabel()
Returns the defaultCheckpointLabel for a checkpoint
|
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
hudson.tasks.Publisher |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public static final String defaultCheckpointLabel
public hudson.tasks.Publisher newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
newInstance
in class hudson.model.Descriptor<hudson.tasks.Publisher>
hudson.model.Descriptor.FormException
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tasks.Publisher>
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
configure
in class hudson.model.Descriptor<hudson.tasks.Publisher>
hudson.model.Descriptor.FormException
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable
in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
public String getCheckpointLabel()
public hudson.util.ListBoxModel doFillServerConfigItems(@QueryParameter String serverConfig)
serverConfig
- Simple configuration namepublic hudson.util.FormValidation doCheckpointLabelCheck(@QueryParameter(value="value") String checkpointLabel) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
Copyright © 2016–2024. All rights reserved.