Class PutDastWorkflowDrivenScanReqModel
- java.lang.Object
-
- org.jenkinsci.plugins.fodupload.models.PutDastScanSetupReqModel
-
- org.jenkinsci.plugins.fodupload.models.PutDastWorkflowDrivenScanReqModel
-
- All Implemented Interfaces:
Serializable
public class PutDastWorkflowDrivenScanReqModel extends PutDastScanSetupReqModel
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jenkinsci.plugins.fodupload.models.PutDastScanSetupReqModel
PutDastScanSetupReqModel.NetworkAuthentication
-
-
Field Summary
Fields Modifier and Type Field Description List<WorkflowDrivenMacro>
workflowDrivenMacro
-
Fields inherited from class org.jenkinsci.plugins.fodupload.models.PutDastScanSetupReqModel
requestFalsePositiveRemoval, requiresNetworkAuthentication
-
-
Constructor Summary
Constructors Constructor Description PutDastWorkflowDrivenScanReqModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setPolicy(String policy)
-
Methods inherited from class org.jenkinsci.plugins.fodupload.models.PutDastScanSetupReqModel
getNetworkAuthenticationSettings, setAssessmentTypeId, setDynamicScanEnvironmentFacingType, setEntitlementFrequencyType, setEntitlementId, setNetworkAuthenticationSettings, setRequestFalsePositiveRemoval, setRequiresNetworkAuthentication, setTimeZone
-
-
-
-
Field Detail
-
workflowDrivenMacro
public List<WorkflowDrivenMacro> workflowDrivenMacro
-
-
Method Detail
-
setPolicy
public void setPolicy(String policy)
-
-