@Extension
public static final class CloudFoundryPushPublisher.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_INSTANCES |
static int |
DEFAULT_MEMORY |
static int |
DEFAULT_TIMEOUT |
| Constructor and Description |
|---|
CloudFoundryPushPublisher.DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckAppName(String value) |
hudson.util.FormValidation |
doCheckCloudSpace(String value) |
hudson.util.FormValidation |
doCheckCredentialsId(String value) |
hudson.util.FormValidation |
doCheckHostname(String value) |
hudson.util.FormValidation |
doCheckInstances(String value) |
hudson.util.FormValidation |
doCheckMemory(String value) |
hudson.util.FormValidation |
doCheckOrganization(String value) |
hudson.util.FormValidation |
doCheckTarget(String value) |
hudson.util.FormValidation |
doCheckTimeout(String value) |
hudson.util.ListBoxModel |
doFillCredentialsIdItems(hudson.model.ItemGroup context,
String target)
This method is called to populate the credentials list on the Jenkins config page.
|
hudson.util.FormValidation |
doTestConnection(hudson.model.ItemGroup context,
String target,
String credentialsId,
String organization,
String cloudSpace,
boolean selfSigned)
This method is called when the "Test Connection" button is clicked on the Jenkins config page.
|
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, 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, toMappublic static final int DEFAULT_MEMORY
public static final int DEFAULT_INSTANCES
public static final int DEFAULT_TIMEOUT
public CloudFoundryPushPublisher.DescriptorImpl()
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 hudson.util.ListBoxModel doFillCredentialsIdItems(@AncestorInPath
hudson.model.ItemGroup context,
@QueryParameter(value="target")
String target)
public hudson.util.FormValidation doTestConnection(@AncestorInPath
hudson.model.ItemGroup context,
@QueryParameter(value="target")
String target,
@QueryParameter(value="credentialsId")
String credentialsId,
@QueryParameter(value="organization")
String organization,
@QueryParameter(value="cloudSpace")
String cloudSpace,
@QueryParameter(value="selfSigned")
boolean selfSigned)
public hudson.util.FormValidation doCheckTarget(@QueryParameter
String value)
public hudson.util.FormValidation doCheckCredentialsId(@QueryParameter
String value)
public hudson.util.FormValidation doCheckOrganization(@QueryParameter
String value)
public hudson.util.FormValidation doCheckCloudSpace(@QueryParameter
String value)
public hudson.util.FormValidation doCheckMemory(@QueryParameter
String value)
public hudson.util.FormValidation doCheckInstances(@QueryParameter
String value)
public hudson.util.FormValidation doCheckTimeout(@QueryParameter
String value)
public hudson.util.FormValidation doCheckAppName(@QueryParameter
String value)
public hudson.util.FormValidation doCheckHostname(@QueryParameter
String value)
Copyright © 2004-2015. All Rights Reserved.