@Extension
public static final class ACSDeploymentContext.DescriptorImpl
extends org.jenkinsci.plugins.workflow.steps.StepDescriptor
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckConfigFilePaths(String value) |
hudson.util.FormValidation |
doCheckDcosDockerCredentialsPath(String containerService,
String value) |
hudson.util.FormValidation |
doCheckSecretName(String containerService,
String value) |
hudson.util.ListBoxModel |
doFillAzureCredentialsIdItems(hudson.model.Item owner) |
hudson.util.ListBoxModel |
doFillContainerServiceItems(hudson.model.Item owner,
String azureCredentialsId,
String resourceGroupName) |
hudson.util.ListBoxModel |
doFillResourceGroupNameItems(hudson.model.Item owner,
String azureCredentialsId) |
hudson.util.ListBoxModel |
doFillSshCredentialsIdItems(hudson.model.Item owner) |
hudson.util.FormValidation |
doVerifyConfiguration(hudson.model.Item owner,
String azureCredentialsId,
String resourceGroupName,
String containerService,
String sshCredentialsId) |
String |
getDefaultRunOn() |
String |
getDefaultSecretNamespace() |
String |
getDisplayName()
This human readable name is used in the configuration screen.
|
String |
getFunctionName() |
Set<? extends Class<?>> |
getRequiredContext() |
all, allMeta, argumentsToString, byFunctionName, checkContextAvailability, defineArguments, getMetaStepArgumentType, getProvidedContext, isAdvanced, isMetaStep, metaStepsOf, newInstance, takesImplicitBlockArgument, uninstantiate
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, 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 hudson.util.ListBoxModel doFillAzureCredentialsIdItems(@AncestorInPath hudson.model.Item owner)
public hudson.util.FormValidation doVerifyConfiguration(@AncestorInPath hudson.model.Item owner, @QueryParameter String azureCredentialsId, @QueryParameter String resourceGroupName, @QueryParameter String containerService, @QueryParameter String sshCredentialsId)
public hudson.util.ListBoxModel doFillResourceGroupNameItems(@AncestorInPath hudson.model.Item owner, @QueryParameter String azureCredentialsId)
public hudson.util.ListBoxModel doFillContainerServiceItems(@AncestorInPath hudson.model.Item owner, @QueryParameter String azureCredentialsId, @QueryParameter String resourceGroupName)
public hudson.util.FormValidation doCheckConfigFilePaths(@QueryParameter String value)
public hudson.util.ListBoxModel doFillSshCredentialsIdItems(@AncestorInPath hudson.model.Item owner)
public hudson.util.FormValidation doCheckSecretName(@QueryParameter String containerService, @QueryParameter String value)
public hudson.util.FormValidation doCheckDcosDockerCredentialsPath(@QueryParameter String containerService, @QueryParameter String value)
public String getDefaultSecretNamespace()
public String getDefaultRunOn()
public Set<? extends Class<?>> getRequiredContext()
getRequiredContext
in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
public String getFunctionName()
getFunctionName
in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
Copyright © 2016–2021. All rights reserved.