Class BitbucketRef
- java.lang.Object
-
- com.atlassian.bitbucket.jenkins.internal.model.BitbucketRef
-
- Direct Known Subclasses:
BitbucketDefaultBranch
,BitbucketTag
public class BitbucketRef extends Object
-
-
Constructor Summary
Constructors Constructor Description BitbucketRef(String id, String displayId, BitbucketRefType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayId()
String
getId()
BitbucketRefType
getType()
-
-
-
Constructor Detail
-
BitbucketRef
public BitbucketRef(String id, String displayId, BitbucketRefType type)
-
-
Method Detail
-
getDisplayId
public String getDisplayId()
-
getId
public String getId()
-
getType
public BitbucketRefType getType()
-
-