Class AttemptRecord
java.lang.Object
io.jenkins.plugins.smart_retry.model.AttemptRecord
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAttemptRecord(int attemptNumber, FailureType failureType, String matchedRule, boolean retried, long delayMillis, String outcome) -
Method Summary
Modifier and TypeMethodDescriptionintlongboolean
-
Constructor Details
-
AttemptRecord
public AttemptRecord(int attemptNumber, FailureType failureType, @CheckForNull String matchedRule, boolean retried, long delayMillis, String outcome)
-
-
Method Details
-
getAttemptNumber
public int getAttemptNumber() -
getFailureType
-
getMatchedRule
-
isRetried
public boolean isRetried() -
getDelayMillis
public long getDelayMillis() -
getDelayDisplay
-
getOutcome
-
getMatchedRuleDisplay
-
getFailureTypeDocumentationAnchor
-
getFailureTypeDetailsDocumentationAnchor
-
getMatchedRuleDocumentationAnchor
-
getRetryDecisionDisplay
-
getRetryDecisionBadge
-
getOutcomeDisplay
-
getOutcomeBadge
-