Class FileContents
- java.lang.Object
-
- io.jenkins.plugins.checkpoint.cloudguard.report.FileContents
-
public class FileContents extends Object
-
-
Constructor Summary
Constructors Constructor Description FileContents(String payloadSHA256, String payload, ArrayList<Integer> lines)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayList<Integer>
getLines()
String
getPayload()
String
getPayloadSHA256()
void
setLines(ArrayList<Integer> lines)
void
setPayload(String payload)
void
setPayloadSHA256(String payloadSHA256)
-