Class BitbucketRevisionAction
- java.lang.Object
-
- com.atlassian.bitbucket.jenkins.internal.status.BitbucketRevisionAction
-
- All Implemented Interfaces:
Action
,ModelObject
public class BitbucketRevisionAction extends Object implements Action
-
-
Constructor Summary
Constructors Constructor Description BitbucketRevisionAction(BitbucketSCMRepository bitbucketSCMRepository, String refName, String revisionSha1)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
BitbucketSCMRepository
getBitbucketSCMRepo()
String
getDisplayName()
String
getIconFileName()
String
getRefName()
String
getRevisionSha1()
String
getUrlName()
int
hashCode()
-
-
-
Constructor Detail
-
BitbucketRevisionAction
public BitbucketRevisionAction(BitbucketSCMRepository bitbucketSCMRepository, @Nullable String refName, String revisionSha1)
-
-
Method Detail
-
getDisplayName
@CheckForNull public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getIconFileName
@CheckForNull public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
-
getBitbucketSCMRepo
public BitbucketSCMRepository getBitbucketSCMRepo()
-
getRefName
@CheckForNull public String getRefName()
-
getRevisionSha1
public String getRevisionSha1()
-
getUrlName
@CheckForNull public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
-
-