@Symbol(value="UiPathDeploy")
@Extension
public static final class UiPathDeploy.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
Publisher
.Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckCredentialsId(hudson.model.Item item,
String value)
Validates Credentials if exists
|
hudson.util.FormValidation |
doCheckOrchestratorAddress(String value)
Validates Orchestrator Address
|
hudson.util.FormValidation |
doCheckPackagePath(String value)
Validates Package(s) Path
|
hudson.util.ListBoxModel |
doFillCredentialsIdItems(hudson.model.Item item)
Returns the list of StandardUsernamePasswordCredentials to be filled in choice
If item is null or doesn't have configure permission it will return empty list
|
String |
getDisplayName()
Sets the display name of the build step
|
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
Returns true if this task is applicable to the given project.
|
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
@Nonnull public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tasks.Publisher>
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
isApplicable
in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
AbstractProject.AbstractProjectDescriptor#isApplicable(Descriptor)
public hudson.util.ListBoxModel doFillCredentialsIdItems(@AncestorInPath hudson.model.Item item)
item
- Basic configuration unit in Hudsonpublic hudson.util.FormValidation doCheckCredentialsId(@AncestorInPath hudson.model.Item item, @QueryParameter String value)
item
- Basic configuration unit in Hudsonvalue
- Any conditional parameter(here id of the credential selected)public hudson.util.FormValidation doCheckPackagePath(@QueryParameter String value)
value
- value of package pathpublic hudson.util.FormValidation doCheckOrchestratorAddress(@QueryParameter String value)
value
- value of orchestrator addressCopyright © 2016–2019. All rights reserved.