Class BitbucketDefaultBranch
- java.lang.Object
-
- com.atlassian.bitbucket.jenkins.internal.model.BitbucketRef
-
- com.atlassian.bitbucket.jenkins.internal.model.BitbucketDefaultBranch
-
public class BitbucketDefaultBranch extends BitbucketRef
-
-
Constructor Summary
Constructors Constructor Description BitbucketDefaultBranch(String id, String displayId, BitbucketRefType type, String latestCommit, String latestChangeset, boolean isDefault)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getLatestChangeset()
String
getLatestCommit()
int
hashCode()
boolean
isDefault()
-
Methods inherited from class com.atlassian.bitbucket.jenkins.internal.model.BitbucketRef
getDisplayId, getId, getType
-
-
-
-
Constructor Detail
-
BitbucketDefaultBranch
public BitbucketDefaultBranch(String id, String displayId, BitbucketRefType type, String latestCommit, String latestChangeset, boolean isDefault)
-
-