Class BitBucketPPRRepositoryAction
- java.lang.Object
-
- hudson.model.InvisibleAction
-
- io.jenkins.plugins.bitbucketpushandpullrequest.action.BitBucketPPRActionAbstract
-
- io.jenkins.plugins.bitbucketpushandpullrequest.action.BitBucketPPRRepositoryAction
-
- All Implemented Interfaces:
Action
,ModelObject
,BitBucketPPRAction
public class BitBucketPPRRepositoryAction extends BitBucketPPRActionAbstract implements BitBucketPPRAction
-
-
Constructor Summary
Constructors Constructor Description BitBucketPPRRepositoryAction(BitBucketPPRPayload payload)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getCommitLinks()
String
getLatestCommit()
BitBucketPPRPayload
getPayload()
String
getRepositoryId()
String
getRepositoryName()
String
getRepositoryUrl()
String
getScm()
List<String>
getScmUrls()
String
getTargetBranch()
String
getType()
String
getUser()
String
toString()
-
Methods inherited from class io.jenkins.plugins.bitbucketpushandpullrequest.action.BitBucketPPRActionAbstract
getGlobalConfig, getPropagationUrl, setPropagationUrl
-
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
-
Methods inherited from interface io.jenkins.plugins.bitbucketpushandpullrequest.action.BitBucketPPRAction
getComment, getCommitLink, getDescription, getLatestCommitFromRef, getLatestCommitToRef, getLinkApprove, getLinkDecline, getLinkHtml, getLinkSelf, getLinkStatuses, getProjectUrl, getPullRequestApiUrl, getPullRequestId, getPullRequestUrl, getServerComment, getSourceBranch, getTargetBranchRefId, getTitle
-
-
-
-
Field Detail
-
COMMIT
public static final String COMMIT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BitBucketPPRRepositoryAction
public BitBucketPPRRepositoryAction(@Nonnull BitBucketPPRPayload payload)
-
-
Method Detail
-
getTargetBranch
public String getTargetBranch()
- Specified by:
getTargetBranch
in interfaceBitBucketPPRAction
-
getRepositoryUrl
public String getRepositoryUrl()
- Specified by:
getRepositoryUrl
in interfaceBitBucketPPRAction
-
getPayload
public BitBucketPPRPayload getPayload()
- Specified by:
getPayload
in interfaceBitBucketPPRAction
-
getScm
public String getScm()
- Specified by:
getScm
in interfaceBitBucketPPRAction
-
getUser
public String getUser()
- Specified by:
getUser
in interfaceBitBucketPPRAction
-
getType
public String getType()
- Specified by:
getType
in interfaceBitBucketPPRAction
-
getRepositoryName
public String getRepositoryName()
- Specified by:
getRepositoryName
in interfaceBitBucketPPRAction
-
getScmUrls
public List<String> getScmUrls()
- Specified by:
getScmUrls
in interfaceBitBucketPPRAction
-
getRepositoryId
public String getRepositoryId()
- Specified by:
getRepositoryId
in interfaceBitBucketPPRAction
-
getLatestCommit
public String getLatestCommit()
- Specified by:
getLatestCommit
in interfaceBitBucketPPRAction
-
getCommitLinks
public List<String> getCommitLinks()
- Specified by:
getCommitLinks
in interfaceBitBucketPPRAction
-
-