Class PatchDastScanFileUploadReq
- java.lang.Object
-
- org.jenkinsci.plugins.fodupload.models.PatchDastScanFileUploadReq
-
public class PatchDastScanFileUploadReq extends Object
-
-
Field Summary
Fields Modifier and Type Field Description byte[]
content
FodEnums.DastScanFileTypes
dastFileType
String
fileName
String
releaseId
-
Constructor Summary
Constructors Constructor Description PatchDastScanFileUploadReq()
-
-
-
Field Detail
-
releaseId
public String releaseId
-
fileName
public String fileName
-
dastFileType
public FodEnums.DastScanFileTypes dastFileType
-
content
public byte[] content
-
-