Package com.github.jenkins.lastchanges
Class LastChangesUtil
java.lang.Object
com.github.jenkins.lastchanges.LastChangesUtil
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]static Stringdecompress(byte[] compressedDiff) static booleanshouldCompressDiff(String diff) static StringtoHtmlDiff(LastChanges buildChanges, String buildName)
-
Constructor Details
-
LastChangesUtil
public LastChangesUtil()
-
-
Method Details
-
toHtmlDiff
-
shouldCompressDiff
- Parameters:
diff- the diff- Returns:
trueIf diff is bigger than DIFF_COMPRESS_THRESHOLD
-
compress
-
decompress
-