Class BitbucketBranchSCMHead
- java.lang.Object
-
- jenkins.scm.api.SCMHead
-
- com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMHead
-
- com.atlassian.bitbucket.jenkins.internal.scm.BitbucketBranchSCMHead
-
- All Implemented Interfaces:
Serializable,Comparable<jenkins.scm.api.SCMHead>,jenkins.scm.api.mixin.SCMHeadMixin
public class BitbucketBranchSCMHead extends BitbucketSCMHead
- Since:
- 4.0.0
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBitbucketBranchSCMHead.SCMHeadMigrationImplMigration fromGitBranchSCMHeadtoBitbucketBranchSCMHead.
-
Constructor Summary
Constructors Constructor Description BitbucketBranchSCMHead(BitbucketDefaultBranch branch)BitbucketBranchSCMHead(BitbucketPullRequestRef prRef)BitbucketBranchSCMHead(BitbucketRefChange refChange)BitbucketBranchSCMHead(String name)BitbucketBranchSCMHead(String name, BitbucketCommit commit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFullRef()-
Methods inherited from class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMHead
getLatestCommit, getUpdatedDate
-
-
-
-
Constructor Detail
-
BitbucketBranchSCMHead
public BitbucketBranchSCMHead(String name)
-
BitbucketBranchSCMHead
public BitbucketBranchSCMHead(BitbucketDefaultBranch branch)
-
BitbucketBranchSCMHead
public BitbucketBranchSCMHead(BitbucketPullRequestRef prRef)
-
BitbucketBranchSCMHead
public BitbucketBranchSCMHead(BitbucketRefChange refChange)
-
BitbucketBranchSCMHead
public BitbucketBranchSCMHead(String name, BitbucketCommit commit)
-
-
Method Detail
-
getFullRef
public String getFullRef()
- Specified by:
getFullRefin classBitbucketSCMHead
-
-