Uses of Interface
jetbrains.buildServer.issueTracker.IssueEx
-
Packages that use IssueEx Package Description jetbrains.buildServer.controllers.buildType.tabs jetbrains.buildServer.issueTracker jetbrains.buildServer.issueTracker.impl -
-
Uses of IssueEx in jetbrains.buildServer.controllers.buildType.tabs
Methods in jetbrains.buildServer.controllers.buildType.tabs that return IssueEx Modifier and Type Method Description IssueEx
IssueLogBean.MergedIssuesRow. getIssue()
IssueEx
IssueLogRow. getIssue()
Constructors in jetbrains.buildServer.controllers.buildType.tabs with parameters of type IssueEx Constructor Description IssueLogRow(IssueEx issue, SBuild relatedBuild)
-
Uses of IssueEx in jetbrains.buildServer.issueTracker
Methods in jetbrains.buildServer.issueTracker that return IssueEx Modifier and Type Method Description IssueEx
IssuesManager. findIssueById(IssueProvider provider, String id)
Returns the issue corresponding to specifiedid
.IssueEx
IssuesManager. findPossiblyExpiredIssue(SIssueProvider provider, String id, VcsModification modification)
Returns the issue data corresponding to theid
.Methods in jetbrains.buildServer.issueTracker that return types with arguments of type IssueEx Modifier and Type Method Description List<IssueEx>
IssuesManager. getRelatedIssues(BuildPromotionEx promotion)
Gets all issues related to build promotionList<IssueEx>
IssuesManager. getRelatedIssues(SVcsModification modification)
Gets all issues related to vcs modificationMethods in jetbrains.buildServer.issueTracker with parameters of type IssueEx Modifier and Type Method Description boolean
IssuesManager. isIssueFixedByRelatedModification(IssueEx issue)
Method return true, iff:issue.isFixed() == true
,issue.getRelatedModification() != null
, getRelatedModification() is the last modification, in which this issue is mentioned.Method parameters in jetbrains.buildServer.issueTracker with type arguments of type IssueEx Modifier and Type Method Description void
IssuesManager. fetchIssuesIntoMemory(Collection<IssueEx> issues)
Requests specifiedissues
from corresponding issue trackers to get all of them into cache. -
Uses of IssueEx in jetbrains.buildServer.issueTracker.impl
Classes in jetbrains.buildServer.issueTracker.impl that implement IssueEx Modifier and Type Class Description class
IssueWrapper
Methods in jetbrains.buildServer.issueTracker.impl that return IssueEx Modifier and Type Method Description IssueEx
IssuesManagerImpl. findIssueById(IssueProvider provider, String id)
IssueEx
IssuesManagerImpl. findPossiblyExpiredIssue(SIssueProvider provider, String id, VcsModification modification)
Methods in jetbrains.buildServer.issueTracker.impl that return types with arguments of type IssueEx Modifier and Type Method Description List<IssueEx>
IssuesManagerImpl. getRelatedIssues(BuildPromotionEx promotion)
Resolves related issues for build promotion Process of resolving is base on the fact, that promotion has its related, existing corresponding project All issue definitions are resolved relative to this project and its ancestorsList<IssueEx>
IssuesManagerImpl. getRelatedIssues(SVcsModification modification)
Resolves related issues for single vcs modification.Methods in jetbrains.buildServer.issueTracker.impl with parameters of type IssueEx Modifier and Type Method Description boolean
IssuesManagerImpl. isIssueFixedByRelatedModification(IssueEx issue)
Method parameters in jetbrains.buildServer.issueTracker.impl with type arguments of type IssueEx Modifier and Type Method Description void
IssuesManagerImpl. fetchIssuesIntoMemory(Collection<IssueEx> issues)
-