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 StringHostStringSchemeTypeStringServicePathFodEnums.ApiSourceTypeSourceTypeStringSourceUrn-
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 voidsetHost(String host)voidsetSchemeType(String scheme)voidsetServicePath(String servicePath)voidsetSourceType(String sourceType)voidsetSourceUrn(String sourceUrn)voidsetTimeBoxInHours(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)
-
-