@Symbol(value="crxDeploy")
@Extension
public static final class DeployPackagesBuilder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
Modifier and Type | Field and Description |
---|---|
static String |
ACHANDLING_DEFER_VALUE |
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
hudson.util.ListBoxModel |
doFillAcHandlingItems() |
hudson.util.ListBoxModel |
doFillBehaviorItems() |
com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel |
doFillCredentialsIdItems(hudson.model.Item context,
String baseUrls,
String value) |
hudson.util.FormValidation |
doTestConnection(hudson.model.Item context,
String baseUrls,
String credentialsId,
long requestTimeout,
long serviceTimeout) |
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
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, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public static final String ACHANDLING_DEFER_VALUE
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
isApplicable
in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tasks.Builder>
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) throws hudson.model.Descriptor.FormException
configure
in class hudson.model.Descriptor<hudson.tasks.Builder>
hudson.model.Descriptor.FormException
public com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel doFillCredentialsIdItems(@AncestorInPath hudson.model.Item context, @QueryParameter(value="baseUrls") String baseUrls, @QueryParameter(value="value") String value)
public hudson.util.FormValidation doTestConnection(@AncestorInPath hudson.model.Item context, @QueryParameter(value="baseUrls") String baseUrls, @QueryParameter(value="credentialsId") String credentialsId, @QueryParameter(value="requestTimeout") long requestTimeout, @QueryParameter(value="serviceTimeout") long serviceTimeout) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.ListBoxModel doFillAcHandlingItems()
public hudson.util.ListBoxModel doFillBehaviorItems()
Copyright © 2013–2019. All rights reserved.