Class GitHubBranchSCMHead
java.lang.Object
jenkins.scm.api.SCMHead
com.github.kostyasha.github.integration.multibranch.head.GitHubSCMHead<GitHubBranchCause>
com.github.kostyasha.github.integration.multibranch.head.GitHubBranchSCMHead
- All Implemented Interfaces:
Serializable,Comparable<jenkins.scm.api.SCMHead>,jenkins.scm.api.mixin.SCMHeadMixin
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class jenkins.scm.api.SCMHead
jenkins.scm.api.SCMHead.HeadByItemNested classes/interfaces inherited from interface jenkins.scm.api.mixin.SCMHeadMixin
jenkins.scm.api.mixin.SCMHeadMixin.Equality -
Field Summary
Fields inherited from class jenkins.scm.api.SCMHead
PRONOUN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfetchHeadSha(org.kohsuke.github.GHRepository remoteRepo) getHeadSha(GitHubBranchCause cause) Methods inherited from class com.github.kostyasha.github.integration.multibranch.head.GitHubSCMHead
createSCMRevision, getSourceIdMethods inherited from class jenkins.scm.api.SCMHead
compareTo, equals, getAction, getAllActions, getName, getOrigin, hashCode, toString
-
Constructor Details
-
GitHubBranchSCMHead
-
-
Method Details
-
getPronoun
- Overrides:
getPronounin classjenkins.scm.api.SCMHead
-
fetchHeadSha
- Specified by:
fetchHeadShain classGitHubSCMHead<GitHubBranchCause>- Throws:
IOException
-
getHeadSha
- Specified by:
getHeadShain classGitHubSCMHead<GitHubBranchCause>
-