Class ChangeEntry
java.lang.Object
io.jenkins.plugins.changeinvestigator.evidence.ChangeEntry
- All Implemented Interfaces:
Serializable
A single SCM change entry (commit / revision) observed between the last successful
build and the failed build under investigation. Populated only from data Jenkins'
generic
ChangeLogSet.Entry API actually exposes; fields are left
at their documented "unknown" defaults rather than guessed when a concrete SCM
implementation does not provide them.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintFirst line ofgetMessage(), convenient for compact UI rendering.longbooleanboolean
-
Field Details
-
UNKNOWN_AUTHOR
- See Also:
-
-
Constructor Details
-
ChangeEntry
-
-
Method Details
-
getCommitId
-
hasCommitId
public boolean hasCommitId() -
getAuthor
-
getMessage
-
getShortMessage
First line ofgetMessage(), convenient for compact UI rendering. -
getAffectedFiles
-
hasTimestamp
public boolean hasTimestamp() -
getTimestampMillis
public long getTimestampMillis() -
getFromBuildNumber
public int getFromBuildNumber()
-