Class PutDastAutomatedGrpcReqModel
- java.lang.Object
-
- org.jenkinsci.plugins.fodupload.models.PutDastScanSetupReqModel
-
- org.jenkinsci.plugins.fodupload.models.PutDastAutomatedGrpcReqModel
-
- All Implemented Interfaces:
Serializable
public class PutDastAutomatedGrpcReqModel 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 int
FileId
-
Fields inherited from class org.jenkinsci.plugins.fodupload.models.PutDastScanSetupReqModel
requestFalsePositiveRemoval, requiresNetworkAuthentication
-
-
Constructor Summary
Constructors Constructor Description PutDastAutomatedGrpcReqModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setFileId(Integer fileId)
void
setHost(String host)
void
setSchemeType(String scheme)
void
setServicePath(String servicePath)
void
setTimeBoxInHours(Integer timeBoxInHours)
-
Methods inherited from class org.jenkinsci.plugins.fodupload.models.PutDastScanSetupReqModel
getNetworkAuthenticationSettings, setAssessmentTypeId, setDynamicScanEnvironmentFacingType, setEntitlementFrequencyType, setEntitlementId, setNetworkAuthenticationSettings, setRequestFalsePositiveRemoval, setRequiresNetworkAuthentication, setTimeZone
-
-