public abstract static class InstanceBuildStep.Descriptor
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
| Constructor and Description |
|---|
Descriptor() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckCloud(String value) |
hudson.util.ListBoxModel |
doFillBoxItems(String cloud,
String workspace) |
hudson.util.ListBoxModel |
doFillBuildStepItems() |
hudson.util.ListBoxModel |
doFillCloudItems() |
hudson.util.ListBoxModel |
doFillInstanceItems(String cloud,
String workspace,
String box) |
hudson.util.ListBoxModel |
doFillWorkspaceItems(String cloud) |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
protected boolean |
isPreviousBuildStepSelected(net.sf.json.JSONObject formData) |
hudson.tasks.Builder |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, 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, toMappublic boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>protected boolean isPreviousBuildStepSelected(net.sf.json.JSONObject formData)
public hudson.tasks.Builder newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
newInstance in class hudson.model.Descriptor<hudson.tasks.Builder>hudson.model.Descriptor.FormExceptionpublic hudson.util.ListBoxModel doFillCloudItems()
public hudson.util.ListBoxModel doFillWorkspaceItems(@QueryParameter
String cloud)
public hudson.util.ListBoxModel doFillBoxItems(@QueryParameter
String cloud,
@QueryParameter
String workspace)
public hudson.util.ListBoxModel doFillInstanceItems(@QueryParameter
String cloud,
@QueryParameter
String workspace,
@QueryParameter
String box)
public hudson.util.ListBoxModel doFillBuildStepItems()
public hudson.util.FormValidation doCheckCloud(@QueryParameter
String value)
Copyright © 2016–2019. All rights reserved.