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 booleanequals(Object o)BitbucketSCMRepositorygetBitbucketSCMRepo()StringgetDisplayName()StringgetIconFileName()StringgetRefName()StringgetRevisionSha1()StringgetUrlName()inthashCode() 
 - 
 
- 
- 
Constructor Detail
- 
BitbucketRevisionAction
public BitbucketRevisionAction(BitbucketSCMRepository bitbucketSCMRepository, @Nullable String refName, String revisionSha1)
 
 - 
 
- 
Method Detail
- 
getDisplayName
@CheckForNull public String getDisplayName()
- Specified by:
 getDisplayNamein interfaceAction- Specified by:
 getDisplayNamein interfaceModelObject
 
- 
getIconFileName
@CheckForNull public String getIconFileName()
- Specified by:
 getIconFileNamein interfaceAction
 
- 
getBitbucketSCMRepo
public BitbucketSCMRepository getBitbucketSCMRepo()
 
- 
getRefName
@CheckForNull public String getRefName()
 
- 
getRevisionSha1
public String getRevisionSha1()
 
- 
getUrlName
@CheckForNull public String getUrlName()
- Specified by:
 getUrlNamein interfaceAction
 
 - 
 
 -