@Extension
public static class RPDDeployInstance.DeployStepDescriptor
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
Constructor and Description |
---|
DeployStepDescriptor() |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckEnvironment(String value) |
hudson.util.FormValidation |
doCheckPack(String pack) |
hudson.util.FormValidation |
doCheckRoute(String value) |
hudson.model.AutoCompletionCandidates |
doCompletePack(String value,
String profile) |
hudson.util.ListBoxModel |
doFillCustomProfileItems(String environment,
String route,
String customProfile) |
hudson.util.ListBoxModel |
doFillEnvironmentItems(String environment,
String route,
String customProfile) |
hudson.util.ListBoxModel |
doFillRouteItems(String route,
String customProfile) |
String |
generateUniqId() |
String |
getDisplayName() |
String |
getServerURL() |
String |
getUserToken() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
RPDDeployInstance |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, 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 String getServerURL()
public String getUserToken()
public String generateUniqId()
public hudson.util.FormValidation doCheckPack(@QueryParameter String pack) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
@JavaScriptMethod public hudson.model.AutoCompletionCandidates doCompletePack(@QueryParameter String value, @QueryParameter String profile) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.ListBoxModel doFillCustomProfileItems(@QueryParameter String environment, @QueryParameter String route, @QueryParameter String customProfile)
public hudson.util.ListBoxModel doFillRouteItems(@QueryParameter String route, @QueryParameter String customProfile)
public hudson.util.FormValidation doCheckRoute(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doCheckEnvironment(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.ListBoxModel doFillEnvironmentItems(@QueryParameter String environment, @QueryParameter String route, @QueryParameter String customProfile)
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable
in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tasks.Publisher>
public RPDDeployInstance 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
Copyright © 2016. All rights reserved.