Class FortifyDastPipeline.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.StepDescriptor
-
- org.jenkinsci.plugins.fodupload.steps.FortifyDastPipeline.DescriptorImpl
-
- Enclosing class:
- FortifyDastPipeline
@Extension public static class FortifyDastPipeline.DescriptorImpl extends org.jenkinsci.plugins.workflow.steps.StepDescriptor
-
-
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 DescriptorImpl()
-
Method Summary
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepDescriptor
all, allMeta, argumentsToString, byFunctionName, checkContextAvailability, defineArguments, getMetaStepArgumentType, getProvidedContext, isAdvanced, isMetaStep, metaStepsOf, newInstance, takesImplicitBlockArgument, uninstantiate
-
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
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayName
in classDescriptor<org.jenkinsci.plugins.workflow.steps.Step>
-
getRequiredContext
public Set<? extends Class<?>> getRequiredContext()
- Specified by:
getRequiredContext
in classorg.jenkinsci.plugins.workflow.steps.StepDescriptor
-
getFunctionName
public String getFunctionName()
- Specified by:
getFunctionName
in classorg.jenkinsci.plugins.workflow.steps.StepDescriptor
-
doTestPersonalAccessTokenConnection
@POST public FormValidation doTestPersonalAccessTokenConnection(@QueryParameter("usernameStaplerOnly") String username, @QueryParameter("personalAccessTokenSelect") String personalAccessToken, @QueryParameter("tenantIdStaplerOnly") String tenantId, @AncestorInPath Job job) throws FormValidation
- Throws:
FormValidation
-
doFillEnvFacingItems
public static ListBoxModel doFillEnvFacingItems()
-
doFillEntitlementPreferenceItems
public ListBoxModel doFillEntitlementPreferenceItems()
-
doFillUsernameItems
public ListBoxModel doFillUsernameItems(@AncestorInPath Job job)
-
doFillPersonalAccessTokenSelectItems
public ListBoxModel doFillPersonalAccessTokenSelectItems(@AncestorInPath Job job)
-
doFillTenantIdItems
public ListBoxModel doFillTenantIdItems(@AncestorInPath Job job)
-
doFillInProgressScanActionTypeItems
public ListBoxModel doFillInProgressScanActionTypeItems()
-
doFillScanPolicyItems
public static ListBoxModel doFillScanPolicyItems()
-
doFillInProgressBuildResultTypeItems
public ListBoxModel doFillInProgressBuildResultTypeItems()
-
retrieveCurrentUserSession
@JavaScriptMethod public String retrieveCurrentUserSession(net.sf.json.JSONObject authModelObject)
-
retrieveAssessmentTypeEntitlements
@JavaScriptMethod public String retrieveAssessmentTypeEntitlements(Integer releaseId, net.sf.json.JSONObject authModelObject)
-
retrieveAssessmentTypeEntitlementsForAutoProv
@JavaScriptMethod public String retrieveAssessmentTypeEntitlementsForAutoProv(String appName, String relName, Boolean isMicroservice, String microserviceName, net.sf.json.JSONObject authModelObject)
-
retrieveDynamicScanSettings
@JavaScriptMethod public String retrieveDynamicScanSettings(Integer releaseId, net.sf.json.JSONObject authModelObject)
-
retrieveAuditPreferences
@JavaScriptMethod public String retrieveAuditPreferences(Integer releaseId, Integer assessmentType, Integer frequencyType, net.sf.json.JSONObject authModelObject)
-
-