B C D G I L Q R S T V W

B

buildIssueCount() - Static method in class com.atlassian.greenhopper.api.rapid.view.StatisticsField
 
buildNone() - Static method in class com.atlassian.greenhopper.api.rapid.view.StatisticsField
 

C

Column - Class in com.atlassian.greenhopper.api.rapid.view
API Representation of a rapid board column's mappings.
Column(String, List<Status>) - Constructor for class com.atlassian.greenhopper.api.rapid.view.Column
 
com.atlassian.greenhopper.api.rank - package com.atlassian.greenhopper.api.rank
 
com.atlassian.greenhopper.api.rank.web - package com.atlassian.greenhopper.api.rank.web
 
com.atlassian.greenhopper.api.rapid.configuration - package com.atlassian.greenhopper.api.rapid.configuration
 
com.atlassian.greenhopper.api.rapid.view - package com.atlassian.greenhopper.api.rapid.view
 
compareIssuePosition(long, Issue, Issue) - Method in interface com.atlassian.greenhopper.api.rank.RankService
Compares two issues against each other.
createNewRapidView(User, String, long, ErrorCollection) - Method in interface com.atlassian.greenhopper.api.rapid.view.RapidViewCreationService
Creates a new rapid view with default column mappings, swimlanes and quick filters.
customFieldId - Variable in class com.atlassian.greenhopper.api.rank.web.RankAfterRequest
The ID of the custom field to perform ranking on.
customFieldId - Variable in class com.atlassian.greenhopper.api.rank.web.RankBeforeRequest
The ID of the custom field to perform ranking on.

D

DOC_EXAMPLE - Static variable in class com.atlassian.greenhopper.api.rank.web.RankAfterRequest
Example RankBeforeRequest instance used for auto-generated REST documentation.
DOC_EXAMPLE - Static variable in class com.atlassian.greenhopper.api.rank.web.RankBeforeRequest
Example RankBeforeRequest instance used for auto-generated REST documentation.

G

getCustomFieldId() - Method in interface com.atlassian.greenhopper.api.rank.RankChange
The custom field which was used for ranking.
getDescription() - Method in class com.atlassian.greenhopper.api.rapid.view.QuickFilter
 
getDescription() - Method in class com.atlassian.greenhopper.api.rapid.view.Swimlane
 
getId() - Method in interface com.atlassian.greenhopper.api.rank.Rankable
 
getIssueId() - Method in interface com.atlassian.greenhopper.api.rank.RankChange
The ID of the altered issue.
getName() - Method in class com.atlassian.greenhopper.api.rapid.view.Column
 
getName() - Method in class com.atlassian.greenhopper.api.rapid.view.QuickFilter
 
getName() - Method in class com.atlassian.greenhopper.api.rapid.view.Swimlane
 
getQuery() - Method in class com.atlassian.greenhopper.api.rapid.view.QuickFilter
 
getQuery() - Method in class com.atlassian.greenhopper.api.rapid.view.Swimlane
 
getRankFields() - Method in interface com.atlassian.greenhopper.api.rank.RankService
All rank fields which are properly-configured Global Rank custom fields.
getStatuses() - Method in class com.atlassian.greenhopper.api.rapid.view.Column
 
getType() - Method in interface com.atlassian.greenhopper.api.rank.Rankable
 
getType() - Method in class com.atlassian.greenhopper.api.rapid.view.StatisticsField
 

I

id - Variable in class com.atlassian.greenhopper.api.rank.web.Rankable
 
isRankField(long) - Method in interface com.atlassian.greenhopper.api.rank.RankService
Is the passed custom field ID the ID of a properly-configured Global Rank custom field?
isRapidBoardEnabled() - Method in interface com.atlassian.greenhopper.api.rapid.configuration.LabsConfigurationService
Deprecated. since GH 5.8, the rapid board is no longer a labs feature and thus always enabled. This will always return true.
issueIds - Variable in class com.atlassian.greenhopper.api.rank.web.RankAfterRequest
The IDs of the issues to perform ranking operations on; may be null if keys (or rankables) were specified instead.
issueIds - Variable in class com.atlassian.greenhopper.api.rank.web.RankBeforeRequest
The IDs of the issues to perform ranking operations on; may be null if keys (or marker IDs) were specified instead.
issueKeys - Variable in class com.atlassian.greenhopper.api.rank.web.RankAfterRequest
The keys of the issues to perform ranking operations on; may be null if IDs (or rankables) were specified instead.
issueKeys - Variable in class com.atlassian.greenhopper.api.rank.web.RankBeforeRequest
The keys of the issues to perform ranking operations on; may be null if IDs (or marker IDs) were specified instead.

L

LabsConfigurationService - Interface in com.atlassian.greenhopper.api.rapid.configuration
 

Q

QuickFilter - Class in com.atlassian.greenhopper.api.rapid.view
API Representation of a rapid board column's mappings.
QuickFilter(String, String) - Constructor for class com.atlassian.greenhopper.api.rapid.view.QuickFilter
 
QuickFilter(String, String, String) - Constructor for class com.atlassian.greenhopper.api.rapid.view.QuickFilter
 

R

Rankable - Interface in com.atlassian.greenhopper.api.rank
Represents a rankable consumed by the ranking service
Rankable - Class in com.atlassian.greenhopper.api.rank.web
Rankable used in rank ops
Rankable() - Constructor for class com.atlassian.greenhopper.api.rank.web.Rankable
 
rankables - Variable in class com.atlassian.greenhopper.api.rank.web.RankAfterRequest
the rankables to perform ranking ops; may be null if issues were specified instead
rankables - Variable in class com.atlassian.greenhopper.api.rank.web.RankBeforeRequest
the IDs of rankables to perform ranking ops; may be null if issues were specified instead
rankAfter(User, long, Issue, Issue) - Method in interface com.atlassian.greenhopper.api.rank.RankService
Rank an issue after another one.
rankAfterId - Variable in class com.atlassian.greenhopper.api.rank.web.RankAfterRequest
The ID of the issue to rank after; may be null if a key was specified instead.
rankAfterKey - Variable in class com.atlassian.greenhopper.api.rank.web.RankAfterRequest
The key of the issue to rank after; may be null if an ID was specified instead.
rankAfterRankable - Variable in class com.atlassian.greenhopper.api.rank.web.RankAfterRequest
the rankable to rank after; may be null if an issue was specified instead
RankAfterRequest - Class in com.atlassian.greenhopper.api.rank.web
Encapsulates the JSON data transmitted for a Rank After request.
RankAfterRequest() - Constructor for class com.atlassian.greenhopper.api.rank.web.RankAfterRequest
 
rankBefore(User, long, Issue, Issue) - Method in interface com.atlassian.greenhopper.api.rank.RankService
Rank an issue before another one.
rankBeforeId - Variable in class com.atlassian.greenhopper.api.rank.web.RankBeforeRequest
The ID of the issue to rank before; may be null if a key (or marker ID) was specified instead.
rankBeforeKey - Variable in class com.atlassian.greenhopper.api.rank.web.RankBeforeRequest
The key of the issue to rank before; may be null if an ID (or marker ID) was specified instead.
rankBeforeRankable - Variable in class com.atlassian.greenhopper.api.rank.web.RankBeforeRequest
the rankable to rank before; may be null if an issue was specified instead
RankBeforeRequest - Class in com.atlassian.greenhopper.api.rank.web
Encapsulates the JSON data transmitted for a Rank Before request.
RankBeforeRequest() - Constructor for class com.atlassian.greenhopper.api.rank.web.RankBeforeRequest
 
RankChange - Interface in com.atlassian.greenhopper.api.rank
Encapsulates the result of a rank operation performed in RankService.
rankFirst(User, long, Issue) - Method in interface com.atlassian.greenhopper.api.rank.RankService
Rank an issue first, thus add it as first global issue.
rankLast(User, long, Issue) - Method in interface com.atlassian.greenhopper.api.rank.RankService
Rank an issue last, thus add it as last global issue
RankService - Interface in com.atlassian.greenhopper.api.rank
Provides a mechanism to rank an issue relative to another one, rank issues absolutely at the top or bottom, compare the positions of two issues and discover rank CustomField objects.
RapidViewCreationService - Interface in com.atlassian.greenhopper.api.rapid.view
GreenHopper API service for creation and manipulation of rapid views

S

setQuickFilters(User, long, List<QuickFilter>, ErrorCollection) - Method in interface com.atlassian.greenhopper.api.rapid.view.RapidViewCreationService
 
setRapidBoardEnabled(boolean) - Method in interface com.atlassian.greenhopper.api.rapid.configuration.LabsConfigurationService
Deprecated. since GH 5.8, the rapid board is no longer a labs feature and thus always enabled. It cannot be disabled using this API.
setStatisticsField(User, long, StatisticsField, ErrorCollection) - Method in interface com.atlassian.greenhopper.api.rapid.view.RapidViewCreationService
 
setStatusMappings(User, long, List<Column>, ErrorCollection) - Method in interface com.atlassian.greenhopper.api.rapid.view.RapidViewCreationService
 
setSwimlanes(User, long, List<Swimlane>, ErrorCollection) - Method in interface com.atlassian.greenhopper.api.rapid.view.RapidViewCreationService
 
setType(StatisticsField.Type) - Method in class com.atlassian.greenhopper.api.rapid.view.StatisticsField
 
StatisticsField - Class in com.atlassian.greenhopper.api.rapid.view
API Representation of a statistics field.
StatisticsField.Type - Enum in com.atlassian.greenhopper.api.rapid.view
 
Swimlane - Class in com.atlassian.greenhopper.api.rapid.view
API representation of a swimlane
Swimlane(String, String) - Constructor for class com.atlassian.greenhopper.api.rapid.view.Swimlane
 
Swimlane(String, String, String) - Constructor for class com.atlassian.greenhopper.api.rapid.view.Swimlane
 

T

type - Variable in class com.atlassian.greenhopper.api.rank.web.Rankable
 

V

valueOf(String) - Static method in enum com.atlassian.greenhopper.api.rapid.view.StatisticsField.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.atlassian.greenhopper.api.rapid.view.StatisticsField.Type
Returns an array containing the constants of this enum type, in the order they are declared.

W

wasChanged() - Method in interface com.atlassian.greenhopper.api.rank.RankChange
The result of the rank operation.

B C D G I L Q R S T V W

Copyright © 2007-2012 Atlassian. All Rights Reserved.