Class PutDastAutomatedPostmanReqModel
- java.lang.Object
-
- org.jenkinsci.plugins.fodupload.models.PutDastScanSetupReqModel
-
- org.jenkinsci.plugins.fodupload.models.PutDastAutomatedPostmanReqModel
-
- All Implemented Interfaces:
Serializable
public class PutDastAutomatedPostmanReqModel 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 inherited from class org.jenkinsci.plugins.fodupload.models.PutDastScanSetupReqModel
requestFalsePositiveRemoval, requiresNetworkAuthentication
-
-
Constructor Summary
Constructors Constructor Description PutDastAutomatedPostmanReqModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setCollectionFileIds(int[] fileIds)
void
setTimeBoxInHours(Integer timeBoxInHours)
-
Methods inherited from class org.jenkinsci.plugins.fodupload.models.PutDastScanSetupReqModel
getNetworkAuthenticationSettings, setAssessmentTypeId, setDynamicScanEnvironmentFacingType, setEntitlementFrequencyType, setEntitlementId, setNetworkAuthenticationSettings, setRequestFalsePositiveRemoval, setRequiresNetworkAuthentication, setTimeZone
-
-
-
-
Method Detail
-
setCollectionFileIds
public void setCollectionFileIds(int[] fileIds)
-
setTimeBoxInHours
public void setTimeBoxInHours(Integer timeBoxInHours)
-
-