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 booleanequals(Object o)StringgetLatestChangeset()StringgetLatestCommit()inthashCode()booleanisDefault()-
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)
-
-