Interface IssueAssociatedBean<T extends com.atlassian.devops.schemas.Payloadable>
- All Known Implementing Classes:
BranchCreatedForIssueBean,CommitCreatedForIssueBean,PullRequestCreatedForIssueBean,PullRequestDeclinedForIssueBean,PullRequestMergedForIssueBean
public interface IssueAssociatedBean<T extends com.atlassian.devops.schemas.Payloadable>
-
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.devops.schemas.IssueAssociation
-
Method Details
-
getDevopsEvent
T getDevopsEvent() -
getAssociatedIssue
com.atlassian.devops.schemas.IssueAssociation getAssociatedIssue() -
getSmartValueProvider
SmartValueProvider getSmartValueProvider()
-