Class FortifyStaticAssessment.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.StepDescriptor
-
- org.jenkinsci.plugins.fodupload.steps.FortifyStaticAssessment.DescriptorImpl
-
- Enclosing class:
- FortifyStaticAssessment
@Extension public static class FortifyStaticAssessment.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>
-
getFunctionName
public String getFunctionName()
- Specified by:
getFunctionName
in classorg.jenkinsci.plugins.workflow.steps.StepDescriptor
-
getRequiredContext
public Set<? extends Class<?>> getRequiredContext()
- Specified by:
getRequiredContext
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
-
doFillEntitlementPreferenceItems
public ListBoxModel doFillEntitlementPreferenceItems()
-
doFillRemediationScanPreferenceTypeItems
public ListBoxModel doFillRemediationScanPreferenceTypeItems()
-
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()
-
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)
-
retrieveStaticScanSettings
@JavaScriptMethod public String retrieveStaticScanSettings(Integer releaseId, net.sf.json.JSONObject authModelObject)
-
retrieveAuditPreferences
@JavaScriptMethod public String retrieveAuditPreferences(Integer releaseId, Integer assessmentType, Integer frequencyType, net.sf.json.JSONObject authModelObject)
-
-