Class ElectricFlowAssociateBuildToRelease.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<Publisher>
org.jenkinsci.plugins.electricflow.ElectricFlowAssociateBuildToRelease.DescriptorImpl
- Enclosing class:
- ElectricFlowAssociateBuildToRelease
@Symbol("cloudBeesFlowAssociateBuildToRelease")
@Extension
public static final class ElectricFlowAssociateBuildToRelease.DescriptorImpl
extends BuildStepDescriptor<Publisher>
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondoCheckConfiguration
(String value, boolean validationTrigger, Item item) doCheckParameters
(String value, boolean validationTrigger, Item item) doCheckProjectName
(String value, boolean validationTrigger, Item item) doCheckReleaseName
(String value, boolean validationTrigger, Item item) doFillConfigurationItems
(Item item) doFillCredentialIdItems
(Item item) doFillFlowRuntimeIdItems
(String releaseName, String projectName, String configuration, boolean overrideCredential, String credentialId, Item item) doFillProjectNameItems
(String configuration, boolean overrideCredential, String credentialId, Item item) doFillReleaseNameItems
(String projectName, String configuration, boolean overrideCredential, String credentialId, Item item) doShowOldValues
(String configuration, String projectName, String releaseName, String storedConfiguration, String storedProjectName, String storedReleaseName, Item item) getId()
boolean
isApplicable
(Class<? extends AbstractProject> aClass) Methods inherited from class hudson.tasks.BuildStepDescriptor
filter
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
doCheckConfiguration
public FormValidation doCheckConfiguration(@QueryParameter String value, @QueryParameter boolean validationTrigger, @AncestorInPath Item item) -
doCheckProjectName
public FormValidation doCheckProjectName(@QueryParameter String value, @QueryParameter boolean validationTrigger, @AncestorInPath Item item) -
doCheckReleaseName
public FormValidation doCheckReleaseName(@QueryParameter String value, @QueryParameter boolean validationTrigger, @AncestorInPath Item item) -
doCheckParameters
public FormValidation doCheckParameters(@QueryParameter String value, @QueryParameter boolean validationTrigger, @AncestorInPath Item item) -
doFillConfigurationItems
-
doFillCredentialIdItems
-
doFillProjectNameItems
public ListBoxModel doFillProjectNameItems(@QueryParameter String configuration, @QueryParameter boolean overrideCredential, @QueryParameter @RelativePath("overrideCredential") String credentialId, @AncestorInPath Item item) -
doFillReleaseNameItems
public ListBoxModel doFillReleaseNameItems(@QueryParameter String projectName, @QueryParameter String configuration, @QueryParameter boolean overrideCredential, @QueryParameter @RelativePath("overrideCredential") String credentialId, @AncestorInPath Item item) -
doFillFlowRuntimeIdItems
public ListBoxModel doFillFlowRuntimeIdItems(@QueryParameter String releaseName, @QueryParameter String projectName, @QueryParameter String configuration, @QueryParameter boolean overrideCredential, @QueryParameter @RelativePath("overrideCredential") String credentialId, @AncestorInPath Item item) -
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<Publisher>
-
getId
- Overrides:
getId
in classDescriptor<Publisher>
-
isApplicable
- Specified by:
isApplicable
in classBuildStepDescriptor<Publisher>
-
doShowOldValues
public FormValidation doShowOldValues(@QueryParameter("configuration") String configuration, @QueryParameter("projectName") String projectName, @QueryParameter("releaseName") String releaseName, @QueryParameter("storedConfiguration") String storedConfiguration, @QueryParameter("storedProjectName") String storedProjectName, @QueryParameter("storedReleaseName") String storedReleaseName, @AncestorInPath Item item)
-