@Extension
public static final class ServiceFabricPublishStep.DescriptorImpl
extends org.jenkinsci.plugins.workflow.steps.StepDescriptor
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckApplicationName(String value)
Check to make sure that the application name begins with "fabric:/".
|
hudson.util.ListBoxModel |
doFillAzureCredentialsIdItems(hudson.model.Item owner) |
hudson.util.ListBoxModel |
doFillResourceGroupItems(hudson.model.Item owner,
String azureCredentialsId) |
hudson.util.ListBoxModel |
doFillServiceFabricItems(hudson.model.Item owner,
String azureCredentialsId,
String resourceGroup) |
hudson.util.FormValidation |
doVerifyConfiguration(hudson.model.Item owner,
String configureType,
String azureCredentialsId,
String resourceGroup,
String serviceFabric,
String managementHost,
String clientKey,
String clientCert,
String applicationName,
String applicationType,
String manifestPath) |
String |
getDisplayName() |
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, 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 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
@Nonnull public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
public hudson.util.ListBoxModel doFillAzureCredentialsIdItems(@AncestorInPath hudson.model.Item owner)
public hudson.util.ListBoxModel doFillResourceGroupItems(@AncestorInPath hudson.model.Item owner, @QueryParameter String azureCredentialsId)
public hudson.util.ListBoxModel doFillServiceFabricItems(@AncestorInPath hudson.model.Item owner, @QueryParameter String azureCredentialsId, @QueryParameter String resourceGroup)
public hudson.util.FormValidation doCheckApplicationName(@QueryParameter String value)
value
- ServiceFabric application name.public hudson.util.FormValidation doVerifyConfiguration(@AncestorInPath hudson.model.Item owner, @QueryParameter String configureType, @QueryParameter String azureCredentialsId, @QueryParameter String resourceGroup, @QueryParameter String serviceFabric, @QueryParameter String managementHost, @QueryParameter String clientKey, @QueryParameter String clientCert, @QueryParameter String applicationName, @QueryParameter String applicationType, @QueryParameter String manifestPath)
Copyright © 2016–2019. All rights reserved.