Class LastChangesConfig
- java.lang.Object
-
- com.github.jenkins.lastchanges.model.LastChangesConfig
-
public class LastChangesConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description LastChangesConfig()
LastChangesConfig(SinceType since, String specificRevision, FormatType format, MatchingType matching, Boolean showFiles, Boolean synchronisedScroll, String matchWordsThreshold, String matchingMaxComparisons)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormatType
format()
MatchingType
matching()
String
matchingMaxComparisons()
String
matchWordsThreshold()
String
showFiles()
SinceType
since()
String
specificRevision()
String
synchronisedScroll()
-
-
-
Constructor Detail
-
LastChangesConfig
public LastChangesConfig()
-
LastChangesConfig
public LastChangesConfig(SinceType since, String specificRevision, FormatType format, MatchingType matching, Boolean showFiles, Boolean synchronisedScroll, String matchWordsThreshold, String matchingMaxComparisons)
-
-
Method Detail
-
format
public FormatType format()
-
since
public SinceType since()
-
matching
public MatchingType matching()
-
showFiles
public String showFiles()
-
synchronisedScroll
public String synchronisedScroll()
-
matchingMaxComparisons
public String matchingMaxComparisons()
-
matchWordsThreshold
public String matchWordsThreshold()
-
specificRevision
public String specificRevision()
-
-