Uses of Class
jetbrains.buildServer.issueTracker.IssueEx.FetchStatus
-
Packages that use IssueEx.FetchStatus Package Description jetbrains.buildServer.issueTracker jetbrains.buildServer.issueTracker.impl -
-
Uses of IssueEx.FetchStatus in jetbrains.buildServer.issueTracker
Methods in jetbrains.buildServer.issueTracker that return IssueEx.FetchStatus Modifier and Type Method Description IssueEx.FetchStatus
IssueEx. getFetchStatus()
Returns the fetch status of the issue.static IssueEx.FetchStatus
IssueEx.FetchStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static IssueEx.FetchStatus[]
IssueEx.FetchStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IssueEx.FetchStatus in jetbrains.buildServer.issueTracker.impl
Methods in jetbrains.buildServer.issueTracker.impl that return IssueEx.FetchStatus Modifier and Type Method Description IssueEx.FetchStatus
IssueWrapper. getFetchStatus()
-