|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Context in com.pyxis.greenhopper.gadget |
|---|
| Methods in com.pyxis.greenhopper.gadget that return Context | |
|---|---|
Context |
AgileGadgetPreferences.getContext()
|
Context |
GHAgileGadgetPreferences.getContext()
|
Context |
CrossAgileGadgetPreferences.getContext()
|
Context |
CommonGadgetValidation.validateContext(BoardContext boardContext,
java.lang.String contextName,
java.util.Collection<ValidationError> errors,
java.lang.String contextUserPref)
This validation method is used to check that a specified context that has been chosen in the gadget user prefs exists and is a valid context |
Context |
CommonGadgetValidation.validateSavedContextUserPref(BoardContext boardContext,
java.lang.String contextName,
java.util.Collection<ValidationError> errors,
java.lang.String contextUserPref)
This method can be used to validate a context specified in a gadget before the gadget is rendered. |
| Constructors in com.pyxis.greenhopper.gadget with parameters of type Context | |
|---|---|
TaskBoardGadgetResource.TaskBoardGadget(com.atlassian.jira.project.Project project,
com.atlassian.jira.project.version.Version version,
Context context,
I18n2 i18n,
java.util.List<TaskBoardInfo> columns)
|
|
| Uses of Context in com.pyxis.greenhopper.jira.actions |
|---|
| Fields in com.pyxis.greenhopper.jira.actions declared as Context | |
|---|---|
protected Context |
BoardAction.context
|
| Methods in com.pyxis.greenhopper.jira.actions that return Context | |
|---|---|
Context |
BoardAction.getContext()
|
| Uses of Context in com.pyxis.greenhopper.jira.boards |
|---|
| Fields in com.pyxis.greenhopper.jira.boards declared as Context | |
|---|---|
protected Context |
AbstractBoard.context
|
| Methods in com.pyxis.greenhopper.jira.boards that return Context | |
|---|---|
Context |
GadgetBoard.getContext()
|
Context |
AbstractBoard.getContext()
|
Context |
PrintBoard.getContext()
|
Context |
Board.getContext()
Retrieves the selected context of the board |
| Methods in com.pyxis.greenhopper.jira.boards with parameters of type Context | |
|---|---|
void |
ChartBoard.setContext(Context context)
|
| Uses of Context in com.pyxis.greenhopper.jira.boards.context |
|---|
| Methods in com.pyxis.greenhopper.jira.boards.context that return Context | |
|---|---|
Context |
DefaultBoardContext.getSelectedContext(java.lang.String view)
|
Context |
BoardContext.getSelectedContext(java.lang.String view)
Retrieves the selected context of the selected view |
| Uses of Context in com.pyxis.greenhopper.jira.boards.modal |
|---|
| Methods in com.pyxis.greenhopper.jira.boards.modal that return Context | |
|---|---|
Context |
AbstractModalBoard.getContext()
|
Context |
RankingBoard.getContext()
|
| Methods in com.pyxis.greenhopper.jira.boards.modal that return types with arguments of type Context | |
|---|---|
java.util.Set<Context> |
RankingBoard.getAllRankable()
|
| Uses of Context in com.pyxis.greenhopper.jira.configurations |
|---|
| Methods in com.pyxis.greenhopper.jira.configurations that return Context | |
|---|---|
Context |
UserBoardSettings.getSelectedContext(BoardContext boardContext,
java.lang.String view)
|
| Uses of Context in com.pyxis.greenhopper.jira.configurations.context |
|---|
| Classes in com.pyxis.greenhopper.jira.configurations.context that implement Context | |
|---|---|
class |
ContextImpl
|
class |
DefaultContext
|
class |
EmptyContext
|
class |
MenuContext
|
class |
SortedOnly
|
| Fields in com.pyxis.greenhopper.jira.configurations.context declared as Context | |
|---|---|
static Context |
Context.NONE
|
| Methods in com.pyxis.greenhopper.jira.configurations.context that return Context | |
|---|---|
Context |
SortedOnly.cloneAs(java.lang.String name)
|
Context |
EmptyContext.cloneAs(java.lang.String name)
|
Context |
ContextImpl.cloneAs(java.lang.String name)
|
Context |
Context.cloneAs(java.lang.String name)
|
Context |
Contexts.get(java.lang.String name)
|
| Methods in com.pyxis.greenhopper.jira.configurations.context that return types with arguments of type Context | |
|---|---|
java.util.Set<Context> |
Contexts.getAll()
|
java.util.Set<Context> |
UserContexts.getAll()
|
java.util.Set<Context> |
SharedContexts.getAll()
|
java.util.Set<Context> |
Contexts.getAllRankedBy(GlobalRankField rank)
|
java.util.Set<Context> |
UserContexts.getAllRankedBy(GlobalRankField rank)
|
java.util.Set<Context> |
SharedContexts.getAllRankedBy(GlobalRankField rank)
|
| Methods in com.pyxis.greenhopper.jira.configurations.context with parameters of type Context | |
|---|---|
void |
UserContexts.add(Context context)
|
void |
SharedContexts.add(Context context)
|
void |
Contexts.addAndApplyFor(Context context,
java.lang.String view)
|
int |
SortedOnly.compareTo(Context o)
|
int |
EmptyContext.compareTo(Context o)
|
int |
ContextImpl.compareTo(Context otherCtx)
|
void |
Contexts.delete(Context context)
|
boolean |
SharedContexts.isShared(Context context)
|
void |
UserContexts.remove(Context context)
|
void |
SharedContexts.remove(Context context)
|
void |
Contexts.toggleShare(Context context)
|
| Constructors in com.pyxis.greenhopper.jira.configurations.context with parameters of type Context | |
|---|---|
FilterOption(Context context,
java.lang.String option,
UserBoardsPreferences contextOwnerPreferences,
ProjectConfiguration projectConfiguration)
|
|
SortOnlyOption(Context context)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||