java.lang.Object
org.kohsuke.github.GHWorkflowRun.HeadCommit
- Enclosing class:
- GHWorkflowRun
The Class HeadCommit.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets author.Gets committer.getId()
Gets id of the commit.Gets message.Gets timestamp of the commit.Gets id of the tree.
-
Constructor Details
-
HeadCommit
public HeadCommit()Create default HeadCommit instance
-
-
Method Details
-
getId
Gets id of the commit.- Returns:
- id of the commit
-
getTreeId
Gets id of the tree.- Returns:
- id of the tree
-
getMessage
Gets message.- Returns:
- commit message.
-
getTimestamp
Gets timestamp of the commit.- Returns:
- timestamp of the commit
-
getAuthor
Gets author.- Returns:
- the author
-
getCommitter
Gets committer.- Returns:
- the committer
-