Uses of Interface
jetbrains.buildServer.issueTracker.Issue
-
-
Uses of Issue in jetbrains.buildServer
Methods in jetbrains.buildServer that return types with arguments of type Issue Modifier and Type Method Description Collection<Issue>
MockBuild. getRelatedIssues()
-
Uses of Issue in jetbrains.buildServer.issueTracker
Subinterfaces of Issue in jetbrains.buildServer.issueTracker Modifier and Type Interface Description interface
IssueEx
-
Uses of Issue in jetbrains.buildServer.issueTracker.impl
Classes in jetbrains.buildServer.issueTracker.impl that implement Issue Modifier and Type Class Description class
IssueWrapper
-
Uses of Issue in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return types with arguments of type Issue Modifier and Type Method Description Collection<Issue>
SBuild. getRelatedIssues()
Returns the collection of related issues (e.g. -
Uses of Issue in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return types with arguments of type Issue Modifier and Type Method Description Collection<Issue>
BaseBuild. getRelatedIssues()
Collection<Issue>
MockVcsModification. getRelatedIssues()
Collection<Issue>
RunningBuildWrapper. getRelatedIssues()
-
Uses of Issue in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs that return types with arguments of type Issue Modifier and Type Method Description Collection<Issue>
SVcsModification. getRelatedIssues()
Returns the collection of issues related to this modification (fixed bugs, introduced features, etc). -
Uses of Issue in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl that return types with arguments of type Issue Modifier and Type Method Description Collection<Issue>
AbstractVcsModification. getRelatedIssues()
-