Class PutDastAutomatedGraphQlReqModel
- java.lang.Object
-
- org.jenkinsci.plugins.fodupload.models.PutDastScanSetupReqModel
-
- org.jenkinsci.plugins.fodupload.models.PutDastAutomatedGraphQlReqModel
-
- All Implemented Interfaces:
Serializable
public class PutDastAutomatedGraphQlReqModel 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 String
Host
String
SchemeType
String
ServicePath
FodEnums.ApiSourceType
SourceType
String
SourceUrn
-
Fields inherited from class org.jenkinsci.plugins.fodupload.models.PutDastScanSetupReqModel
requestFalsePositiveRemoval, requiresNetworkAuthentication
-
-
Constructor Summary
Constructors Constructor Description PutDastAutomatedGraphQlReqModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setHost(String host)
void
setSchemeType(String scheme)
void
setServicePath(String servicePath)
void
setSourceType(String sourceType)
void
setSourceUrn(String sourceUrn)
void
setTimeBoxInHours(Integer timeBoxInHours)
-
Methods inherited from class org.jenkinsci.plugins.fodupload.models.PutDastScanSetupReqModel
getNetworkAuthenticationSettings, setAssessmentTypeId, setDynamicScanEnvironmentFacingType, setEntitlementFrequencyType, setEntitlementId, setNetworkAuthenticationSettings, setRequestFalsePositiveRemoval, setRequiresNetworkAuthentication, setTimeZone
-
-
-
-
Field Detail
-
SourceType
public FodEnums.ApiSourceType SourceType
-
SourceUrn
public String SourceUrn
-
SchemeType
public String SchemeType
-
Host
public String Host
-
ServicePath
public String ServicePath
-
-
Method Detail
-
setSourceType
public void setSourceType(String sourceType)
-
setSourceUrn
public void setSourceUrn(String sourceUrn)
-
setServicePath
public void setServicePath(String servicePath)
-
setHost
public void setHost(String host)
-
setSchemeType
public void setSchemeType(String scheme)
-
setTimeBoxInHours
public void setTimeBoxInHours(Integer timeBoxInHours)
-
-