Class RuleConfiguration
java.lang.Object
pl.damianszczepanik.jenkins.buildhistorymanager.model.RuleConfiguration
Stores configuration used by
Rule
.- Author:
- Damian Szczepanik (damianszczepanik@github)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Indicates that there is no limitation aboutmatchAtMost
. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
void
setContinueAfterMatch
(boolean continueAfterMatch) void
setMatchAtMost
(int matchAtMost)
-
Field Details
-
MATCH_UNLIMITED
public static final int MATCH_UNLIMITEDIndicates that there is no limitation aboutmatchAtMost
.- See Also:
-
-
Constructor Details
-
RuleConfiguration
public RuleConfiguration()
-
-
Method Details
-
getMatchAtMost
public int getMatchAtMost() -
setMatchAtMost
public void setMatchAtMost(int matchAtMost) -
isContinueAfterMatch
public boolean isContinueAfterMatch() -
setContinueAfterMatch
public void setContinueAfterMatch(boolean continueAfterMatch)
-