Package org.jenkinsci.plugins.fodupload
Class PollingBuildStep.PollingStepDescriptor
- java.lang.Object
-
- hudson.model.Descriptor<T>
-
- hudson.tasks.BuildStepDescriptor<Publisher>
-
- org.jenkinsci.plugins.fodupload.PollingBuildStep.PollingStepDescriptor
-
- Enclosing class:
- PollingBuildStep
@Extension public static final class PollingBuildStep.PollingStepDescriptor 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
Constructors Constructor Description PollingStepDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormValidationdoCheckBsiToken(String bsiToken, String releaseId)FormValidationdoCheckPollingInterval(String pollingInterval)FormValidationdoCheckReleaseId(String releaseId, String bsiToken)ListBoxModeldoFillPersonalAccessTokenItems(Job job)ListBoxModeldoFillPolicyFailureBuildResultPreferenceItems()ListBoxModeldoFillTenantIdItems(Job job)ListBoxModeldoFillUsernameItems(Job job)FormValidationdoTestPersonalAccessTokenConnection(String username, String personalAccessToken, String tenantId, Job job)StringgetDisplayName()booleanisApplicable(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, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
Method Detail
-
isApplicable
public boolean isApplicable(Class<? extends AbstractProject> aClass)
- Specified by:
isApplicablein classBuildStepDescriptor<Publisher>
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayNamein classDescriptor<Publisher>
-
doCheckReleaseId
public FormValidation doCheckReleaseId(@QueryParameter String releaseId, @QueryParameter String bsiToken)
-
doCheckBsiToken
public FormValidation doCheckBsiToken(@QueryParameter String bsiToken, @QueryParameter String releaseId)
-
doCheckPollingInterval
public FormValidation doCheckPollingInterval(@QueryParameter String pollingInterval)
-
doTestPersonalAccessTokenConnection
@POST public FormValidation doTestPersonalAccessTokenConnection(@QueryParameter("username") String username, @QueryParameter("personalAccessToken") String personalAccessToken, @QueryParameter("tenantId") String tenantId, @AncestorInPath Job job) throws FormValidation
- Throws:
FormValidation
-
doFillPolicyFailureBuildResultPreferenceItems
public ListBoxModel doFillPolicyFailureBuildResultPreferenceItems()
-
doFillUsernameItems
public ListBoxModel doFillUsernameItems(@AncestorInPath Job job)
-
doFillPersonalAccessTokenItems
public ListBoxModel doFillPersonalAccessTokenItems(@AncestorInPath Job job)
-
doFillTenantIdItems
public ListBoxModel doFillTenantIdItems(@AncestorInPath Job job)
-
-