- CacheControlResource - Class in com.atlassian.greenhopper.web.configuration
-
Admin-only REST resource to control GreenHopper caches.
- CacheControlResource(GreenHopperCacheManager, PermissionService) - Constructor for class com.atlassian.greenhopper.web.configuration.CacheControlResource
-
- CacheFactoryManager - Class in com.atlassian.greenhopper.cache
-
A convenient accessor for getting atlassian-cache 2.0 CacheFactory
in all JIRA versions.
- CacheFactoryManager() - Constructor for class com.atlassian.greenhopper.cache.CacheFactoryManager
-
- calculateCurrentSprintAssignment(ApplicationUser, List<Issue>) - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintHelper
-
Get a map from sprint to issues in the sprint.
- calculateDuration(DateTime, DateTime, WorkRateData) - Static method in class com.atlassian.greenhopper.service.sprint.health.SprintHealthMetricsResolver
-
Calculates the duration between two dates in millis, taking into account non working days
- calculateNewIssuesOrder - Variable in class com.atlassian.greenhopper.web.rapid.RapidBoardResource.TransitionAndRankRequest
-
- calculateNewIssuesOrder - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.SprintRankRequest
-
- calculateScopeChangePercentage(Sprint, SprintBurndownModel) - Static method in class com.atlassian.greenhopper.service.sprint.health.SprintHealthMetricsResolver
-
Calculates the scope change percentage of a sprint.
- calculateSprintCompletionPercentage(Sprint, WorkRateData, DateTime) - Static method in class com.atlassian.greenhopper.service.sprint.health.SprintHealthMetricsResolver
-
- calculateWorkCompletionPercentage(SprintProgress) - Static method in class com.atlassian.greenhopper.service.sprint.health.SprintHealthMetricsResolver
-
- CAN_RANK_PERMISSION - Static variable in interface com.atlassian.greenhopper.service.rank.RankService
-
Permission used to check whether the user is allowed to rank an issue.
- canAddRemoveIssuesToSprint(ApplicationUser, Iterable<Issue>) - Method in interface com.atlassian.greenhopper.service.sprint.SprintPermissionService
-
Can the user edit the sprint assignment for a set of issues?
- canAddRemoveIssuesToSprint(ApplicationUser, Iterable<Issue>) - Method in class com.atlassian.greenhopper.service.sprint.SprintPermissionServiceImpl
-
- canBrowseProjects() - Method in class com.atlassian.greenhopper.web.rapid.RapidBoardAction
-
- canCreate(ApplicationUser, SearchRequest) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewPermissionService
-
- canCreate(ApplicationUser) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewPermissionService
-
- canCreate(ApplicationUser, SearchRequest) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewPermissionServiceImpl
-
- canCreate(ApplicationUser) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewPermissionServiceImpl
-
- canCreateAnyVersion(ApplicationUser, Collection<Project>) - Method in interface com.atlassian.greenhopper.service.version.VersionPermissionService
-
Can the specified user create a version in any of the specified projects
- canCreateAnyVersion(ApplicationUser, Collection<Project>) - Method in class com.atlassian.greenhopper.service.version.VersionPermissionServiceImpl
-
- canCreateBoard - Variable in class com.atlassian.greenhopper.web.rapid.UserConfig
-
- CanCreateBoardCondition - Class in com.atlassian.greenhopper.web.conditions
-
- CanCreateBoardCondition() - Constructor for class com.atlassian.greenhopper.web.conditions.CanCreateBoardCondition
-
- canCreateIssue(ApplicationUser) - Method in interface com.atlassian.greenhopper.service.PermissionService
-
Check if the user is allowed to create an issue in any of the projects in the system
- canCreateIssue(ApplicationUser) - Method in class com.atlassian.greenhopper.service.PermissionServiceImpl
-
- canCreateIssue - Variable in class com.atlassian.greenhopper.web.rapid.UserConfig
-
- canCreateProject(ApplicationUser) - Method in interface com.atlassian.greenhopper.service.PermissionService
-
Check if the user is allowed to create a project in the system
- canCreateProject(ApplicationUser) - Method in class com.atlassian.greenhopper.service.PermissionServiceImpl
-
- canCreateProject(ApplicationUser) - Method in interface com.atlassian.greenhopper.service.project.ProjectService
-
- canCreateProject(ApplicationUser) - Method in class com.atlassian.greenhopper.service.project.ProjectServiceImpl
-
- canCreateProject - Variable in class com.atlassian.greenhopper.web.rapid.UserConfig
-
- canCreateProject - Variable in class com.atlassian.greenhopper.web.rapid.wizard.WizardConfig
-
- CanCreateSharedObjectsCondition - Class in com.atlassian.greenhopper.web.conditions
-
- CanCreateSharedObjectsCondition() - Constructor for class com.atlassian.greenhopper.web.conditions.CanCreateSharedObjectsCondition
-
- canCreateSprint(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.sprint.SprintPermissionService
-
Can the user create a sprint given the set of issues?
- canCreateSprint(ApplicationUser, Sprint) - Method in interface com.atlassian.greenhopper.service.sprint.SprintPermissionService
-
Can the user create a given sprint.
- canCreateSprint(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.sprint.SprintPermissionServiceImpl
-
- canCreateSprint(ApplicationUser, Sprint) - Method in class com.atlassian.greenhopper.service.sprint.SprintPermissionServiceImpl
-
- canDeleteSprint(ApplicationUser, Sprint) - Method in interface com.atlassian.greenhopper.service.sprint.SprintPermissionService
-
Can the user delete a sprint.
- canDeleteSprint(ApplicationUser, Sprint) - Method in class com.atlassian.greenhopper.service.sprint.SprintPermissionServiceImpl
-
- CanDeleteSprintCondition - Class in com.atlassian.greenhopper.web.conditions
-
- CanDeleteSprintCondition() - Constructor for class com.atlassian.greenhopper.web.conditions.CanDeleteSprintCondition
-
- canEdit(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewPermissionService
-
- canEdit(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewPermissionServiceImpl
-
You've got to either own the rapid view or be JIRA admin to do anything with it.
- canEdit() - Method in class com.atlassian.greenhopper.web.rapid.view.QuickFilterEntry
-
- canEdit - Variable in class com.atlassian.greenhopper.web.rapid.view.workingdays.WorkingDaysConfigModel
-
- canEditAllIssues(ApplicationUser, List<Issue>) - Method in interface com.atlassian.greenhopper.issue.IssuePermissionService
-
Can the specified user edit all of the given issues.
- canEditAllIssues(ApplicationUser, List<Issue>) - Method in class com.atlassian.greenhopper.issue.IssuePermissionServiceImpl
-
- canEditEpics - Variable in class com.atlassian.greenhopper.web.rapid.epics.EpicData
-
- canEditField(Issue, Field) - Method in interface com.atlassian.greenhopper.service.issue.IssueUpdateService
-
Checks if field can be updated for the given issue.
- canEditField(Issue, Field) - Method in class com.atlassian.greenhopper.service.issue.IssueUpdateServiceImpl
-
GH: A field can be edited for a given issue if it is not a CustomField, or if it is "in scope" for that issue.
- canLink - Variable in class com.atlassian.greenhopper.web.rapid.issue.issuelink.IssueLinkModel
-
- canMergeChange(BurndownChange) - Method in class com.atlassian.greenhopper.web.rapid.chart.burndown.BurndownChange
-
- canModifyPages - Variable in class com.atlassian.greenhopper.web.rapid.entity.common.LinkedPagesModel
-
- canPerformAjaxSearch(ApplicationUser) - Method in class com.atlassian.greenhopper.rest.AssigneeUserPickerSearchService
-
- canPerformGivenChanges(ApplicationUser, Sprint) - Method in interface com.atlassian.greenhopper.service.sprint.SprintPermissionService
-
Does the user have sufficient permissions to perform the sprint update described by updatedSprint.
- canPerformGivenChanges(ApplicationUser, Sprint) - Method in class com.atlassian.greenhopper.service.sprint.SprintPermissionServiceImpl
-
- canRank(ApplicationUser, Rankable) - Method in interface com.atlassian.greenhopper.service.rank.RankService
-
Returns true if the user has the ability to perform a rank operation for a given issue
- canRank(ApplicationUser, Rankable) - Method in class com.atlassian.greenhopper.service.rank.RankServiceImpl
-
- canRank - Variable in class com.atlassian.greenhopper.web.rapid.work.OrderData.PerProjectRankPermission
-
- canRelease - Variable in class com.atlassian.greenhopper.web.rapid.work.IssuesData
-
Only used for kanban mode
- CanSeeKanplanButtonCondition - Class in com.atlassian.greenhopper.web.sidebar
-
- CanSeeKanplanButtonCondition() - Constructor for class com.atlassian.greenhopper.web.sidebar.CanSeeKanplanButtonCondition
-
- canSeeRapidView(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewPermissionService
-
- canSeeRapidView(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewPermissionServiceImpl
-
- canShowEmailAddresses(ApplicationUser) - Method in class com.atlassian.greenhopper.rest.AssigneeUserPickerSearchService
-
- canSimplifyWorkflow() - Method in class com.atlassian.greenhopper.web.rapid.workflow.WorkflowHelper.SimplifiedWorkflowResult
-
- canSplit(Issue) - Method in interface com.atlassian.greenhopper.web.rapid.plan.SplitIssueService
-
Checks whether the currently logged in user has sufficient permissions to perform split operation on the
specified issue.
- canSplit(Issue) - Method in class com.atlassian.greenhopper.web.rapid.plan.SplitIssueServiceImpl
-
- canSplitIssue(Issue) - Method in interface com.atlassian.greenhopper.web.rapid.plan.splitissue.SplitIssuePermissionCheckHelper
-
Checks whether currently logged in user has sufficient permission to perform the split operation on the specified issue.
- canSplitIssue(Issue) - Method in class com.atlassian.greenhopper.web.rapid.plan.splitissue.SplitIssuePermissionCheckHelperImpl
-
- canStartStopSprint(ApplicationUser, Sprint) - Method in interface com.atlassian.greenhopper.service.sprint.SprintPermissionService
-
Can the user start and stop sprints.
- canStartStopSprint(ApplicationUser, Sprint) - Method in class com.atlassian.greenhopper.service.sprint.SprintPermissionServiceImpl
-
- canStartStopSprint - Variable in class com.atlassian.greenhopper.web.rapid.sprint.SprintEditEntry
-
- CanStartStopSprintCondition - Class in com.atlassian.greenhopper.web.conditions
-
- CanStartStopSprintCondition() - Constructor for class com.atlassian.greenhopper.web.conditions.CanStartStopSprintCondition
-
- canStatusBeRemovedFromGreenHopperSimplifiedWorkflow(JiraWorkflow, String) - Method in interface com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowService
-
Checks to see if the specified status can be removed from the specified JiraWorkflow
.
- canStatusBeRemovedFromGreenHopperSimplifiedWorkflow(JiraWorkflow, String) - Method in class com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowServiceImpl
-
- canUpdateDates(ApplicationUser, Sprint) - Method in interface com.atlassian.greenhopper.service.sprint.SprintPermissionService
-
Can the user update sprint dates for the given sprint.
- canUpdateDates(ApplicationUser, Sprint) - Method in class com.atlassian.greenhopper.service.sprint.SprintPermissionServiceImpl
-
- canUpdateDates - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.StartSprintModel
-
- canUpdateDates - Variable in class com.atlassian.greenhopper.web.rapid.sprint.SprintEditEntry
-
- canUpdateIssue(ApplicationUser, Issue) - Method in interface com.atlassian.greenhopper.service.PermissionService
-
Check if the user is allowed to save changes to the issue.
- canUpdateIssue(ApplicationUser, Issue) - Method in class com.atlassian.greenhopper.service.PermissionServiceImpl
-
- canUpdateLinks(ApplicationUser, Issue) - Method in interface com.atlassian.greenhopper.service.PermissionService
-
Checks if the user is allowed to modify this issue links
- canUpdateLinks(ApplicationUser, Issue) - Method in class com.atlassian.greenhopper.service.PermissionServiceImpl
-
- canUpdateSprint(ApplicationUser, Sprint) - Method in interface com.atlassian.greenhopper.service.sprint.SprintPermissionService
-
Can the user update a sprint.
- canUpdateSprint(ApplicationUser, Sprint) - Method in class com.atlassian.greenhopper.service.sprint.SprintPermissionServiceImpl
-
- canUpdateSprint - Variable in class com.atlassian.greenhopper.web.rapid.sprint.SprintEditEntry
-
- CanUpdateSprintCondition - Class in com.atlassian.greenhopper.web.conditions
-
For use with web-items that provide Sprint actions.
- CanUpdateSprintCondition() - Constructor for class com.atlassian.greenhopper.web.conditions.CanUpdateSprintCondition
-
- canUpdateSprints(ApplicationUser, List<Sprint>) - Method in interface com.atlassian.greenhopper.service.sprint.SprintPermissionService
-
Can the user update the given sprints, that is, update, delete, etc.
- canUpdateSprints(ApplicationUser, List<Sprint>) - Method in class com.atlassian.greenhopper.service.sprint.SprintPermissionServiceImpl
-
- canUseApplication(ApplicationUser) - Method in interface com.atlassian.greenhopper.license.SoftwareAuthorizationService
-
Determines whether the given user is allowed to access the JIRA Software application.
- canUseApplication(ApplicationUser) - Method in class com.atlassian.greenhopper.license.SoftwareAuthorizationServiceImpl
-
- canUserSeeAnySavedFilters(ApplicationUser) - Method in interface com.atlassian.greenhopper.service.rapid.SavedFilterService
-
- canUserSeeAnySavedFilters(ApplicationUser) - Method in class com.atlassian.greenhopper.service.rapid.SavedFilterServiceImpl
-
- canViewSprint(ApplicationUser, Sprint) - Method in interface com.atlassian.greenhopper.service.sprint.SprintPermissionService
-
Can the user view a given sprint?
- canViewSprint(ApplicationUser, Sprint) - Method in class com.atlassian.greenhopper.service.sprint.SprintPermissionServiceImpl
-
- CARD_COLOR_STRATEGY - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QRapidView
-
Database Columns
- CARD_LAYOUT_FIELD - Static variable in class com.atlassian.greenhopper.rest.RapidViewEditResourceExpands
-
- CardColor - Class in com.atlassian.greenhopper.model.rapid
-
Card color model object
- CardColor.CardColorBuilder - Class in com.atlassian.greenhopper.model.rapid
-
- CARDCOLOR_PK - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QCardColor
-
- CardColorAO - Interface in com.atlassian.greenhopper.manager.color
-
Card color data object
- CardColorAOListMapper - Class in com.atlassian.greenhopper.manager.color
-
- CardColorAOListMapper(RapidViewAO, CardColorAOMapper) - Constructor for class com.atlassian.greenhopper.manager.color.CardColorAOListMapper
-
- CardColorAOMapper - Class in com.atlassian.greenhopper.manager.color
-
- CardColorAOMapper() - Constructor for class com.atlassian.greenhopper.manager.color.CardColorAOMapper
-
- CardColorBuilder() - Constructor for class com.atlassian.greenhopper.model.rapid.CardColor.CardColorBuilder
-
- CardColorBuilder(CardColor) - Constructor for class com.atlassian.greenhopper.model.rapid.CardColor.CardColorBuilder
-
- CardColorDao - Class in com.atlassian.greenhopper.manager.color
-
- CardColorDao() - Constructor for class com.atlassian.greenhopper.manager.color.CardColorDao
-
- CardColorEditModel - Class in com.atlassian.greenhopper.web.rapid.view
-
- CardColorEditModel() - Constructor for class com.atlassian.greenhopper.web.rapid.view.CardColorEditModel
-
- CardColorEntry - Class in com.atlassian.greenhopper.web.rapid.view
-
- CardColorEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.view.CardColorEntry
-
- CardColorHelper - Class in com.atlassian.greenhopper.web.rapid.view
-
- CardColorHelper() - Constructor for class com.atlassian.greenhopper.web.rapid.view.CardColorHelper
-
- CardColorManager - Interface in com.atlassian.greenhopper.manager.color
-
Manages card color objects
- CardColorManagerImpl - Class in com.atlassian.greenhopper.manager.color
-
Card color manager impl
- CardColorManagerImpl() - Constructor for class com.atlassian.greenhopper.manager.color.CardColorManagerImpl
-
- CardColorPalette - Class in com.atlassian.greenhopper.service.rapid.view.color
-
Holds the default color palette for the card colors
- CardColorPalette() - Constructor for class com.atlassian.greenhopper.service.rapid.view.color.CardColorPalette
-
- CardColorQueryService - Interface in com.atlassian.greenhopper.service.rapid.view.color
-
Encapsulates the card colors querying logic
- CardColorQueryServiceImpl - Class in com.atlassian.greenhopper.service.rapid.view.color
-
Implementation of CardColorQueryService
- CardColorQueryServiceImpl() - Constructor for class com.atlassian.greenhopper.service.rapid.view.color.CardColorQueryServiceImpl
-
- CardColorResource - Class in com.atlassian.greenhopper.web.rapid.view
-
- CardColorResource(CardColorHelper, I18nFactoryService) - Constructor for class com.atlassian.greenhopper.web.rapid.view.CardColorResource
-
- CardColorService - Interface in com.atlassian.greenhopper.service.rapid.view.color
-
Provides card color configuration related functionality
Most methods inhere are catered for the restful table REST api.
- CardColorServiceImpl - Class in com.atlassian.greenhopper.service.rapid.view.color
-
Implementation of CardColorService
- CardColorServiceImpl() - Constructor for class com.atlassian.greenhopper.service.rapid.view.color.CardColorServiceImpl
-
- CardColorStrategy - Enum in com.atlassian.greenhopper.model.rapid
-
Represents the possible card color strategies which can be configured for a
RapidView
.
- cardColorStrategy(CardColorStrategy) - Method in class com.atlassian.greenhopper.model.rapid.RapidView.RapidViewBuilder
-
- CARDLAYOUT_PK - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QCardLayoutField
-
- cardLayoutConfig - Variable in class com.atlassian.greenhopper.web.rapid.view.RapidViewEditModel
-
- CardLayoutField - Class in com.atlassian.greenhopper.model.rapid
-
Represents the card layout configuration for a field.
- CardLayoutField.CardLayoutFieldBuilder - Class in com.atlassian.greenhopper.model.rapid
-
- CardLayoutField.Mode - Enum in com.atlassian.greenhopper.model.rapid
-
Card layout field configuration mode.
- CardLayoutFieldAO - Interface in com.atlassian.greenhopper.manager.cardlayout
-
Stores card layout configuration for a field.
- CardLayoutFieldAOListMapper - Class in com.atlassian.greenhopper.manager.cardlayout
-
- CardLayoutFieldAOListMapper(RapidViewAO, RelatedAOMapper<RapidViewAO, CardLayoutFieldAO, CardLayoutField>) - Constructor for class com.atlassian.greenhopper.manager.cardlayout.CardLayoutFieldAOListMapper
-
- CardLayoutFieldAOMapper - Class in com.atlassian.greenhopper.manager.cardlayout
-
- CardLayoutFieldAOMapper() - Constructor for class com.atlassian.greenhopper.manager.cardlayout.CardLayoutFieldAOMapper
-
- CardLayoutFieldBuilder() - Constructor for class com.atlassian.greenhopper.model.rapid.CardLayoutField.CardLayoutFieldBuilder
-
- CardLayoutFieldConfig - Class in com.atlassian.greenhopper.service.rapid.view.cardlayout
-
- CardLayoutFieldConfigModel - Class in com.atlassian.greenhopper.web.rapid.view.cardlayout
-
Represents the card layout field configuration for a rapid view.
- CardLayoutFieldConfigModel() - Constructor for class com.atlassian.greenhopper.web.rapid.view.cardlayout.CardLayoutFieldConfigModel
-
- CardLayoutFieldConfigurationService - Interface in com.atlassian.greenhopper.service.rapid.view.cardlayout
-
- CardLayoutFieldConfigurationServiceImpl - Class in com.atlassian.greenhopper.service.rapid.view.cardlayout
-
- CardLayoutFieldConfigurationServiceImpl() - Constructor for class com.atlassian.greenhopper.service.rapid.view.cardlayout.CardLayoutFieldConfigurationServiceImpl
-
- CardLayoutFieldDao - Class in com.atlassian.greenhopper.manager.cardlayout
-
- CardLayoutFieldDao() - Constructor for class com.atlassian.greenhopper.manager.cardlayout.CardLayoutFieldDao
-
- CardLayoutFieldEntry - Class in com.atlassian.greenhopper.web.rapid.view.cardlayout
-
- CardLayoutFieldEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.view.cardlayout.CardLayoutFieldEntry
-
- CardLayoutFields - Class in com.atlassian.greenhopper.web.rapid.view.cardlayout
-
Represents the card layout availabe fields for a rapid view.
- CardLayoutFields() - Constructor for class com.atlassian.greenhopper.web.rapid.view.cardlayout.CardLayoutFields
-
- CardLayoutFieldService - Interface in com.atlassian.greenhopper.service.rapid.view.cardlayout
-
Services to retrieve
CardLayoutField
entries for use in
the "view" UI (as opposed to configuration).
- CardLayoutFieldServiceImpl - Class in com.atlassian.greenhopper.service.rapid.view.cardlayout
-
- CardLayoutFieldServiceImpl() - Constructor for class com.atlassian.greenhopper.service.rapid.view.cardlayout.CardLayoutFieldServiceImpl
-
- CardLayoutHelper - Class in com.atlassian.greenhopper.web.rapid.view.cardlayout
-
Helper for Card Layout Field configuration in the web layer.
- CardLayoutHelper() - Constructor for class com.atlassian.greenhopper.web.rapid.view.cardlayout.CardLayoutHelper
-
- CardLayoutManager - Interface in com.atlassian.greenhopper.manager.cardlayout
-
Manager for card layouts.
- CardLayoutManagerImpl - Class in com.atlassian.greenhopper.manager.cardlayout
-
Manager for card layouts.
- CardLayoutManagerImpl() - Constructor for class com.atlassian.greenhopper.manager.cardlayout.CardLayoutManagerImpl
-
- CardLayoutResource - Class in com.atlassian.greenhopper.web.rapid.view.cardlayout
-
REST resource to facilitate card layout configuration.
- CardLayoutResource(CardLayoutHelper, CardLayoutFieldConfigurationService, RapidViewService, I18nFactoryService) - Constructor for class com.atlassian.greenhopper.web.rapid.view.cardlayout.CardLayoutResource
-
- category(String) - Method in class com.atlassian.greenhopper.model.rapid.AuditEntry.AuditEntryBuilder
-
- CATEGORY - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QAuditEntry
-
Database Columns
- CATEGORY - Static variable in class com.atlassian.greenhopper.service.sprint.SprintStateAuditEntry
-
- category - Variable in class com.atlassian.greenhopper.web.rapid.issue.fields.FieldDetailType
-
- category - Variable in class com.atlassian.greenhopper.web.rapid.issue.fields.FieldEntry
-
- category - Variable in class com.atlassian.greenhopper.web.rapid.view.detailview.DetailViewFieldConfigModel.DetailViewFieldEntry
-
- ceil() - Method in class com.atlassian.greenhopper.model.lexorank.LexoDecimal
-
- changeDate - Variable in class com.atlassian.greenhopper.web.rapid.chart.burndown.TimeTrackingChange
-
- changeDateObject - Variable in class com.atlassian.greenhopper.web.rapid.chart.burndown.TimeTrackingChange
-
- changedFrom(Long, String, DateTime, Status) - Method in class com.atlassian.greenhopper.service.charts.AbstractIssueHistoryStatusCallback
-
- changedFrom(Long, String, DateTime, T) - Method in interface com.atlassian.greenhopper.service.charts.ChangeHistoryCallback
-
Called for a change from a given previous value
- changedFrom(Long, String, DateTime, Long) - Method in class com.atlassian.greenhopper.service.charts.FixVersionHistoryCallback
-
- changedFrom(Long, String, DateTime, Status) - Method in class com.atlassian.greenhopper.web.rapid.chart.IssueColumnChangeCollector
-
- changedFrom(Long, String, DateTime, Status) - Method in class com.atlassian.greenhopper.web.rapid.chart.IssueCycleTimeCollector
-
changed away from a status that is in the current column.
- changedFrom(Long, String, DateTime, Status) - Method in class com.atlassian.greenhopper.web.rapid.list.DaysInColumnCallback
-
Pick up changes from a status that's in the same column like the current issue status.
- changedRankFrom(LexoRank) - Method in interface com.atlassian.greenhopper.service.lexorank.balance.LexoRankBalanceChange.ChangedRankFrom
-
- changedRankTo(LexoRank) - Method in interface com.atlassian.greenhopper.service.lexorank.balance.LexoRankBalanceChange.ChangedRankTo
-
- changedTo(Long, String, DateTime, Status) - Method in class com.atlassian.greenhopper.service.charts.AbstractIssueHistoryStatusCallback
-
- changedTo(Long, String, DateTime, T) - Method in interface com.atlassian.greenhopper.service.charts.ChangeHistoryCallback
-
Called for a change to a given new value
- changedTo(Long, String, DateTime, Long) - Method in class com.atlassian.greenhopper.service.charts.FixVersionHistoryCallback
-
- changedTo(Long, String, DateTime, Status) - Method in class com.atlassian.greenhopper.web.rapid.chart.IssueColumnChangeCollector
-
- changedTo(Long, String, DateTime, Status) - Method in class com.atlassian.greenhopper.web.rapid.chart.IssueCycleTimeCollector
-
changed to a status that is in the current column.
- changedTo(Long, String, DateTime, Status) - Method in class com.atlassian.greenhopper.web.rapid.list.DaysInColumnCallback
-
Same like above, but for changes into the column
- ChangeHistoryCallback<T> - Interface in com.atlassian.greenhopper.service.charts
-
Generic callback for gathering change history information.
- ChangeHistoryCollector<T> - Class in com.atlassian.greenhopper.web.rapid.chart
-
- ChangeHistoryCollector(IndexSearcher, ChangeHistoryCallback, BitSet, Boolean, T, Set<String>) - Constructor for class com.atlassian.greenhopper.web.rapid.chart.ChangeHistoryCollector
-
- ChangeHistorySearchHelper - Class in com.atlassian.greenhopper.service.lucene
-
- ChangeHistorySearchHelper() - Constructor for class com.atlassian.greenhopper.service.lucene.ChangeHistorySearchHelper
-
- ChangeHistoryService - Interface in com.atlassian.greenhopper.service.issue.changehistory
-
Wrapper for JIRA's ChangeHistoryManager
.
- ChangeHistoryServiceImpl - Class in com.atlassian.greenhopper.service.issue.changehistory
-
- ChangeHistoryServiceImpl() - Constructor for class com.atlassian.greenhopper.service.issue.changehistory.ChangeHistoryServiceImpl
-
- ChangeHistoryStatisticValueResolver - Interface in com.atlassian.greenhopper.web.rapid.issue.statistics
-
Used for retrieving the value of the "estimation statistic" from a Lucene document (map of String values).
- changes - Variable in class com.atlassian.greenhopper.web.rapid.chart.EpicBurndownChartModel
-
time of column change (ms in UTC) => status changes happening at this point in time
- changes - Variable in class com.atlassian.greenhopper.web.rapid.chart.EpicProgressChartModel
-
time of column change (ms in UTC) => status changes happening at this point in time
- changes - Variable in class com.atlassian.greenhopper.web.rapid.chart.ReleaseBurndownChartModel
-
time of column change (ms in UTC) => status changes happening at this point in time
- changes - Variable in class com.atlassian.greenhopper.web.rapid.chart.ScopeChangeBurndownModel
-
time of column change (ms in UTC) => status changes happening at this point in time
- changes - Variable in class com.atlassian.greenhopper.web.rapid.chart.SprintBurndownModel
-
time of column change (ms in UTC) => status changes happening at this point in time
- changes - Variable in class com.atlassian.greenhopper.web.rapid.chart.VersionProgressChartModel
-
time of column change (ms in UTC) => status changes happening at this point in time
- changes - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.RemoveFromSprintModel
-
- changeUserKey(String, String) - Method in interface com.atlassian.greenhopper.manager.audit.AuditEntryManager
-
Performs a user key change on audit entries.
- changeUserKey(String, String) - Method in class com.atlassian.greenhopper.manager.audit.AuditEntryManagerImpl
-
- characters(char[], int, int) - Method in class com.atlassian.greenhopper.confluence.rpc.AbstractConfluenceSaxHandler
-
- ChartDataHelper - Class in com.atlassian.greenhopper.web.rapid.chart
-
Helper class for building CFD and Control charts.
- ChartDataHelper() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.ChartDataHelper
-
- check() - Method in class com.atlassian.greenhopper.healthcheck.LexoRankHealthCheck
-
- check() - Method in class com.atlassian.greenhopper.healthcheck.UpgradeTaskCheck
-
- check(RapidView) - Method in interface com.atlassian.greenhopper.manager.rapidview.RapidViewManager.RapidViewPermissionCheck
-
- check(Long) - Method in class com.atlassian.greenhopper.service.lexorank.integrity.BucketFieldCheck
-
- check() - Method in class com.atlassian.greenhopper.util.database.SupportedDatabaseChecker
-
- check(ServiceOutcome<T>) - Method in class com.atlassian.greenhopper.web.AbstractResource
-
Check this outcome for errors.
- check() - Method in class com.atlassian.greenhopper.web.rapid.issue.statistics.IssueReopenedChecker
-
- checkEpicIssueAccessible(ApplicationUser, Long) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkResolver
-
Checks that the issue that has the supplied id is accessible for the specified User
.
- checkErrors(ErrorCollection, I18n2) - Static method in class com.atlassian.greenhopper.model.validation.ErrorCollections
-
- checkForSimplifiedWorkflowNamedAfterProject(String) - Method in interface com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowService
-
Look for the existence of workflows or workflow schemes with the reserved name for "GreenHopper Simplified Workflow"
for the given project.
- checkForSimplifiedWorkflowNamedAfterProject(String) - Method in class com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowServiceImpl
-
- checkForSimplifiedWorkflowNamedAfterProject(ApplicationUser, Project) - Method in class com.atlassian.greenhopper.web.rapid.workflow.WorkflowHelper
-
- CheckResult() - Constructor for class com.atlassian.greenhopper.service.index.IndexCheckService.CheckResult
-
- checkResult(ServiceResult) - Method in class com.atlassian.greenhopper.web.AbstractResource
-
Check this result for errors.
- CheckSpec() - Constructor for class com.atlassian.greenhopper.service.index.IndexCheckService.CheckSpec
-
- CheckWorkflowEntitiesByNameResult - Class in com.atlassian.greenhopper.service.workflow
-
Result of SimplifiedWorkflowService#checkForSimplifiedWorkflowNamedAfterProject(com.atlassian.jira.project.Project)
- CheckWorkflowEntitiesByNameResult(String, String, boolean, boolean, boolean, boolean) - Constructor for class com.atlassian.greenhopper.service.workflow.CheckWorkflowEntitiesByNameResult
-
- city - Variable in class com.atlassian.greenhopper.web.rapid.view.workingdays.TimeZoneEditModel.TimeZone
-
- CLASSIC_EPIC_LABEL_FIELD_DESC - Static variable in class com.atlassian.greenhopper.manager.issue.fields.ClassicEpicLabelCustomFieldProvider
-
- CLASSIC_EPIC_LABEL_FIELD_NAME - Static variable in class com.atlassian.greenhopper.manager.issue.fields.ClassicEpicLabelCustomFieldProvider
-
- ClassicBoardNotFoundAction - Class in com.atlassian.greenhopper.jira.actions
-
This action is responsible for rendering a special 404 page which will be shown up when users trying to
request to classic boards.
- ClassicBoardNotFoundAction(PageBuilderService, WebResourceUrlProvider) - Constructor for class com.atlassian.greenhopper.jira.actions.ClassicBoardNotFoundAction
-
- ClassicBoardRequestAnalyticEvent - Class in com.atlassian.greenhopper.analytics
-
This analytic event will be fired when having a request to any of classic boards in order to
track the traffic.
- ClassicBoardRequestAnalyticEvent() - Constructor for class com.atlassian.greenhopper.analytics.ClassicBoardRequestAnalyticEvent
-
- ClassicBoardRouter - Class in com.atlassian.greenhopper.jira.filters
-
This is a special filter, which is responsible for routing all classic GH board request to a special 404 page,
which will be rendered by
ClassicBoardNotFoundAction
, in order to
tell users that their classic boards are no longer available.
- ClassicBoardRouter(EventPublisher) - Constructor for class com.atlassian.greenhopper.jira.filters.ClassicBoardRouter
-
- ClassicEpicLabelCustomFieldProvider - Class in com.atlassian.greenhopper.manager.issue.fields
-
Provides information about the default instance of the Epic Label field.
- ClassicEpicLabelCustomFieldProvider(CustomFieldService, JiraAuthenticationContext, ReindexMessageManager, ClusterLockService, ManagedFieldPropertyDao) - Constructor for class com.atlassian.greenhopper.manager.issue.fields.ClassicEpicLabelCustomFieldProvider
-
- ClassificationStatisticCallback - Class in com.atlassian.greenhopper.web.rapid.plan
-
- ClassificationStatisticCallback(DocumentStatisticValueResolver, StatisticFieldHelper, MappedStatusIds) - Constructor for class com.atlassian.greenhopper.web.rapid.plan.ClassificationStatisticCallback
-
- ClassificationStatistics - Class in com.atlassian.greenhopper.web.rapid.list
-
- ClassificationStatistics() - Constructor for class com.atlassian.greenhopper.web.rapid.list.ClassificationStatistics
-
- ClassificationStatisticService - Interface in com.atlassian.greenhopper.web.rapid.plan
-
Provides statistics for epics and versions on the rapid board.
- ClassificationStatisticServiceImpl - Class in com.atlassian.greenhopper.web.rapid.plan
-
- ClassificationStatisticServiceImpl() - Constructor for class com.atlassian.greenhopper.web.rapid.plan.ClassificationStatisticServiceImpl
-
- ClauseToAdd - Class in com.atlassian.greenhopper.model.query
-
- ClauseToAdd() - Constructor for class com.atlassian.greenhopper.model.query.ClauseToAdd
-
- ClauseToAdd(Clause) - Constructor for class com.atlassian.greenhopper.model.query.ClauseToAdd
-
- clauseToAdd(Clause) - Static method in class com.atlassian.greenhopper.model.query.ClauseToAdd
-
- cleanup() - Method in class com.atlassian.greenhopper.service.rapid.view.KanbanBacklogColumnServiceImpl
-
- clear() - Method in interface com.atlassian.greenhopper.confluence.Builder
-
- clear() - Method in class com.atlassian.greenhopper.confluence.ConfluencePage.ConfluencePageBuilder
-
- clear() - Method in class com.atlassian.greenhopper.confluence.ConfluenceSearchResult.ConfluenceSearchResultBuilder
-
- clear() - Method in class com.atlassian.greenhopper.confluence.ConfluenceSpace.ConfluenceSpaceBuilder
-
- clear() - Method in class com.atlassian.greenhopper.imports.LexorankImportMapper
-
- clear() - Method in class com.atlassian.greenhopper.model.validation.ErrorCollection
-
- clear() - Static method in class com.atlassian.greenhopper.service.BridgeServiceLocator
-
Deprecated.
Clears out the reference to the static instance - called when the plugin is disabled
- clear() - Method in class com.atlassian.greenhopper.service.issue.callback.IssueFieldValueProviderImpl
-
- clearCaches(ClearCacheEvent) - Method in class com.atlassian.greenhopper.service.GreenHopperCacheManager
-
This method clears all (to us known) GH caches
- clearFixVersion(IssueResource.SetVersionRequest) - Method in class com.atlassian.greenhopper.web.rapid.issue.IssueResource
-
- clearIndices(ClearCacheEvent) - Method in interface com.atlassian.greenhopper.service.rank.RankIndexService
-
- clearIndices(ClearCacheEvent) - Method in class com.atlassian.greenhopper.service.rank.RankIndexServiceImpl
-
- clearIssueVersions(ApplicationUser, Issue) - Method in interface com.atlassian.greenhopper.service.version.VersionService
-
Removes all assigned versions from issue.
- clearIssueVersions(ApplicationUser, Issue) - Method in class com.atlassian.greenhopper.service.version.VersionServiceImpl
-
Updates issue removing all assigned versions from it
- clearMappedValues() - Method in class com.atlassian.greenhopper.imports.SprintImportMapper
-
- clearOrderByClause(Query) - Static method in class com.atlassian.greenhopper.model.query.QueryUtils
-
Removes the order by clause from a query
- clearOrderByClause(JqlQueryBuilder) - Static method in class com.atlassian.greenhopper.model.query.QueryUtils
-
Removes the order by clause from a query
- clone() - Method in class com.atlassian.greenhopper.web.util.GreenHopperHelpPathResolver.HelpPath
-
- close() - Method in class com.atlassian.greenhopper.global.PerformanceLogger
-
- close() - Method in class com.atlassian.greenhopper.manager.lexorank.SqlSelectStatement
-
- close() - Method in interface com.atlassian.greenhopper.service.lucene.RightJoinEnum
-
- closeAcknowledge(String) - Method in class com.atlassian.greenhopper.web.rapid.view.KanbanPlanModeResource
-
- CLOSED - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QSprint
-
- closed - Variable in class com.atlassian.greenhopper.web.integration.TeamCalendarsSprintList.TeamCalendarsSprint
-
- CLOSED_SPRINT_EDIT_DELETE - Static variable in class com.atlassian.greenhopper.features.SoftwareFeatureFlags
-
- closedSprints(Set<Sprint>) - Method in class com.atlassian.greenhopper.service.issue.RapidViewIssue.RapidViewIssueBuilder
-
- closedSprints(ApplicationUser, RapidView, Query, Instant, Instant, int) - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintDateBasedSearch
-
- ClosedSprintsJqlFunction - Class in com.atlassian.greenhopper.customfield.sprint
-
JQL Function to only return closed sprints
- ClosedSprintsJqlFunction(SprintManager) - Constructor for class com.atlassian.greenhopper.customfield.sprint.ClosedSprintsJqlFunction
-
- closeEpicsOnboardingDialog(String) - Method in class com.atlassian.greenhopper.web.rapid.view.KanbanPlanModeResource
-
- closeSprintGoalOnboarding() - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintGoalOnboardingResource
-
- COLLATION_DISABLE - Static variable in class com.atlassian.greenhopper.manager.lexorank.collation.CollationIntegrityCheckerImpl
-
This property will check if the user change the status of this feature.
- CollationIntegrityChecker - Interface in com.atlassian.greenhopper.manager.lexorank.collation
-
We are going to check the integrity of the DB
and retrieve the proper collation with the EntityManager
after works
- CollationIntegrityCheckerImpl - Class in com.atlassian.greenhopper.manager.lexorank.collation
-
- CollationIntegrityCheckerImpl() - Constructor for class com.atlassian.greenhopper.manager.lexorank.collation.CollationIntegrityCheckerImpl
-
- CollationIntegrityDao - Class in com.atlassian.greenhopper.manager.lexorank.collation
-
DAO for collation integrity check of LexoRankAO
- CollationIntegrityDao() - Constructor for class com.atlassian.greenhopper.manager.lexorank.collation.CollationIntegrityDao
-
- collect(int) - Method in class com.atlassian.greenhopper.customfield.sprint.IssueCountPerSprintCollector
-
- collect(int) - Method in class com.atlassian.greenhopper.service.issue.callback.IssueCountAndLastUpdatedCollector
-
- collect(ServiceResult) - Method in class com.atlassian.greenhopper.service.util.ServiceErrorCollector
-
Checks the given ServiceOutcome, and if it is invalid, adds the errors it contains to this error collector.
- collect(int) - Method in class com.atlassian.greenhopper.web.rapid.chart.ChangeHistoryCollector
-
- collectBacklogIssues(ApplicationUser, RapidView, Set<Long>) - Method in interface com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryService
-
Collects the backlog issues
- collectBacklogIssues(ApplicationUser, RapidView, Set<Long>) - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryServiceImpl
-
Get all issues in the backlog
- collectBacklogProjects(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryService
-
Collects the projects for issues in the backlog
- collectBacklogProjects(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryServiceImpl
-
- collectEpic(String, Supplier<EpicLinkFieldEntry>) - Method in class com.atlassian.greenhopper.web.rapid.list.EntityData
-
- collectEpicIssues(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryService
-
Queries the epics for a board
- collectEpicIssues(ApplicationUser, RapidView, Set<String>) - Method in interface com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryService
-
Queries for a set of epics within a board
- collectEpicIssues(ApplicationUser, RapidView, Set<String>) - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryServiceImpl
-
Retrieves epics for a given set of keys
- collectEpicIssues(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryServiceImpl
-
Queries the epics for a board
- CollectIssuesEvent - Class in com.atlassian.greenhopper.web.rapid.list
-
Analytics event used to measure performance of issue collection and rendering of extra fields.
- collectIssuesForEpic(ApplicationUser, RapidView, String) - Method in interface com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryService
-
Queries the issues in an epic
- collectIssuesForEpic(ApplicationUser, RapidView, String) - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryServiceImpl
-
- collectIssuesForVersion(ApplicationUser, RapidView, Version) - Method in interface com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryService
-
Collect the parent issues on the specified board which are currently assigned to the specified version.
- collectIssuesForVersion(ApplicationUser, RapidView, Version) - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryServiceImpl
-
- CollectIssuesResult - Class in com.atlassian.greenhopper.web.rapid.list
-
Result object returned by the RapidIssueEntry list queries
- CollectIssuesResult(List<RapidIssueEntry>, List<ProjectEntry>, List<NavigableField>, boolean, EntityData) - Constructor for class com.atlassian.greenhopper.web.rapid.list.CollectIssuesResult
-
- collectKanbanPlanModeIssueKeys(ApplicationUser, RapidView, Set<Long>) - Method in interface com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryService
-
Query for all kanban plan mode issue keys only (backlog and selected for development issues)
- collectKanbanPlanModeIssueKeys(ApplicationUser, RapidView, Set<Long>) - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryServiceImpl
-
- collectKanbanPlanModeIssues(ApplicationUser, RapidView, Set<Long>) - Method in interface com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryService
-
Query for all kanban plan mode issues (backlog and selected for development issues)
- collectKanbanPlanModeIssues(ApplicationUser, RapidView, Set<Long>) - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryServiceImpl
-
- collectOpenSprintIssues(ApplicationUser, RapidView, Set<Long>, IssueDataCallback) - Method in interface com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryService
-
Query for open sprints
- collectOpenSprintIssues(ApplicationUser, RapidView, Set<Long>, IssueDataCallback) - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryServiceImpl
-
Get all issues of the open sprints (for the plan mode)
- collectOrGet(ServiceOutcome<T>) - Method in class com.atlassian.greenhopper.service.util.ServiceErrorCollector
-
Checks the given ServiceOutcome.
- collectOrGet(ServiceOutcome<T>) - Method in class com.atlassian.greenhopper.service.util.ServiceErrorCollector
-
Checks the given ServiceOutcome.
- CollectorJob() - Constructor for class com.atlassian.greenhopper.service.lexorank.LexoRankStatisticsAgent.CollectorJob
-
- collectPlanModeIssues(ApplicationUser, RapidView, Set<Long>, IssueDataCallback) - Method in interface com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryService
-
Query for all plan mode issues (active and future sprints as well as backlog)
- collectPlanModeIssues(ApplicationUser, RapidView, Set<Long>, IssueDataCallback) - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryServiceImpl
-
Query for all plan mode issues (active and future sprints as well as backlog)
- collectPriority(String, String, String) - Method in class com.atlassian.greenhopper.web.rapid.list.EntityData
-
- collectScrumPlanModeIssueKeys(ApplicationUser, RapidView, boolean, boolean, int) - Method in interface com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryService
-
Query for all scrum plan mode issue keys only (active and future sprints as well as backlog)
- collectScrumPlanModeIssueKeys(ApplicationUser, RapidView, boolean, boolean, int) - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryServiceImpl
-
- collectSprintIssues(ApplicationUser, RapidView, Long, IssueDataCallback) - Method in interface com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryService
-
Query for a specific sprint
- collectSprintIssues(ApplicationUser, RapidView, Long, IssueDataCallback) - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryServiceImpl
-
- collectStatus(String, String, String, Object) - Method in class com.atlassian.greenhopper.web.rapid.list.EntityData
-
- collectStatusHistory(ApplicationUser, Query, IssueStatusHistoryCallback) - Method in interface com.atlassian.greenhopper.service.charts.IssueStatusHistoryService
-
For all issues defined by the given query and for each status provided, the change timeline will be provided to the callback.
- collectStatusHistory(ApplicationUser, Query, IssueStatusHistoryCallback) - Method in class com.atlassian.greenhopper.service.charts.IssueStatusHistoryServiceImpl
-
Read the status history from the Lucene history index.
- collectType(String, String, String) - Method in class com.atlassian.greenhopper.web.rapid.list.EntityData
-
- collectWorkModeIssues(ApplicationUser, RapidView, WorkFilters) - Method in interface com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryService
-
Collects the work mode issues in the order defined by the rapid view
- collectWorkModeIssues(ApplicationUser, RapidView, WorkFilters) - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryServiceImpl
-
Get the issues and the order in one go
- color(Color) - Method in class com.atlassian.greenhopper.model.rapid.CardColor.CardColorBuilder
-
- COLOR - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QCardColor
-
Database Columns
- color - Variable in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry.AutoUserAvatar
-
- color - Variable in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry
-
- colorKey(String) - Method in class com.atlassian.greenhopper.model.Epic.Builder
-
- colorName - Variable in class com.atlassian.greenhopper.issue.fields.status.IssueStatusCategory
-
- ColorsRequestBean() - Constructor for class com.atlassian.greenhopper.web.rapid.work.WorkResource.ColorsRequestBean
-
- ColorsRequestBean(List<Long>) - Constructor for class com.atlassian.greenhopper.web.rapid.work.WorkResource.ColorsRequestBean
-
- colorToHex(Color) - Static method in class com.atlassian.greenhopper.util.ColorUtils
-
Returns the hex string of a color
- ColorUtils - Class in com.atlassian.greenhopper.util
-
Color utilities
- ColorUtils() - Constructor for class com.atlassian.greenhopper.util.ColorUtils
-
- Column - Class in com.atlassian.greenhopper.api.rapid.view
-
Holds information about a single mapped column.
- Column(String, List<Status>) - Constructor for class com.atlassian.greenhopper.api.rapid.view.Column
-
Deprecated.
- column(String) - Method in class com.atlassian.greenhopper.manager.lexorank.SqlBulkInsertBuilder
-
- Column - Class in com.atlassian.greenhopper.model.rapid
-
Holds information about a single mapped column.
- Column(Long, String, Double, Double, List<String>) - Constructor for class com.atlassian.greenhopper.model.rapid.Column
-
- column(ColumnChange) - Method in class com.atlassian.greenhopper.web.rapid.chart.burndown.BurndownChange.BurndownChangeBuilder
-
- column - Variable in class com.atlassian.greenhopper.web.rapid.chart.burndown.BurndownChange
-
- Column.ColumnBuilder - Class in com.atlassian.greenhopper.api.rapid.view
-
- Column.ColumnBuilder - Class in com.atlassian.greenhopper.model.rapid
-
- COLUMN_PK - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QColumn
-
- ColumnAO - Interface in com.atlassian.greenhopper.service.rapid.view
-
Column/status mapping object
- ColumnAOListMapper - Class in com.atlassian.greenhopper.service.rapid.view
-
- ColumnAOListMapper(RapidViewAO, RelatedAOMapper<RapidViewAO, ColumnAO, Column>, ActiveObjects) - Constructor for class com.atlassian.greenhopper.service.rapid.view.ColumnAOListMapper
-
- ColumnAOMapper - Class in com.atlassian.greenhopper.service.rapid.view
-
- ColumnAOMapper() - Constructor for class com.atlassian.greenhopper.service.rapid.view.ColumnAOMapper
-
- ColumnBuilder() - Constructor for class com.atlassian.greenhopper.api.rapid.view.Column.ColumnBuilder
-
- ColumnBuilder() - Constructor for class com.atlassian.greenhopper.model.rapid.Column.ColumnBuilder
-
- ColumnBuilder(Column) - Constructor for class com.atlassian.greenhopper.model.rapid.Column.ColumnBuilder
-
- ColumnChange - Class in com.atlassian.greenhopper.web.rapid.chart.burndown
-
- ColumnChange() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.burndown.ColumnChange
-
- ColumnChange(Boolean, Boolean, String) - Constructor for class com.atlassian.greenhopper.web.rapid.chart.burndown.ColumnChange
-
- ColumnConfig - Class in com.atlassian.greenhopper.model.rapid
-
Holds information about column configuration of rapid view.
- ColumnConfig(List<Column>, ColumnConfig.ConstraintType) - Constructor for class com.atlassian.greenhopper.model.rapid.ColumnConfig
-
- ColumnConfig.ConstraintType - Enum in com.atlassian.greenhopper.model.rapid
-
Constraint type for number of issues in column.
- ColumnConstraintPresets - Enum in com.atlassian.greenhopper.service.workflow
-
- ColumnConstraintsData(Map<Column, Double>) - Constructor for class com.atlassian.greenhopper.web.rapid.work.PoolService.ColumnConstraintsData
-
- ColumnDao - Class in com.atlassian.greenhopper.service.rapid.view
-
- ColumnDao() - Constructor for class com.atlassian.greenhopper.service.rapid.view.ColumnDao
-
- ColumnEditHelper - Class in com.atlassian.greenhopper.web.rapid.view
-
Handles reading/writing from/to the rapid list
- ColumnEditHelper() - Constructor for class com.atlassian.greenhopper.web.rapid.view.ColumnEditHelper
-
- ColumnEditRequest - Class in com.atlassian.greenhopper.web.rapid.view
-
Holds the status mapping and other rapid list configuration options
- ColumnEditRequest() - Constructor for class com.atlassian.greenhopper.web.rapid.view.ColumnEditRequest
-
- ColumnEditRequest.MappedColumn - Class in com.atlassian.greenhopper.web.rapid.view
-
- ColumnEditRequest.SimplifiedWorkflowEntry - Class in com.atlassian.greenhopper.web.rapid.view
-
- ColumnEditRequest.StatusDetails - Class in com.atlassian.greenhopper.web.rapid.view
-
- ColumnEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.CumulativeFlowChartModel.ColumnEntry
-
- ColumnEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.plan.KanbanPlanningDataModel.ColumnEntry
-
- ColumnEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.work.ColumnsData.ColumnEntry
-
- columnFrom - Variable in class com.atlassian.greenhopper.service.sprint.health.SprintHealthMetricsResolver.IssueColumnChange
-
- columnFrom - Variable in class com.atlassian.greenhopper.web.rapid.chart.IssueColumnChangeEntry
-
index of column issue moved away from. references index of 'columns' list
- ColumnInfo() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.ControlChartModel.ColumnInfo
-
- ColumnModel() - Constructor for class com.atlassian.greenhopper.gadget.SprintHealthResource.ColumnModel
-
- columnNames - Variable in class com.atlassian.greenhopper.manager.lexorank.SqlBulkInsertBuilder
-
- ColumnProgress - Enum in com.atlassian.greenhopper.model.rapid
-
- ColumnProgressMap(Set<Status>, Set<Status>, Set<Status>) - Constructor for class com.atlassian.greenhopper.service.rapid.view.ColumnService.ColumnProgressMap
-
- columns - Variable in class com.atlassian.greenhopper.service.sprint.health.SprintHealth
-
- columns - Variable in class com.atlassian.greenhopper.web.rapid.view.ColumnEditRequest
-
- ColumnsData - Class in com.atlassian.greenhopper.web.rapid.work
-
- ColumnsData() - Constructor for class com.atlassian.greenhopper.web.rapid.work.ColumnsData
-
- ColumnsData.ColumnEntry - Class in com.atlassian.greenhopper.web.rapid.work
-
Column representation
- ColumnService - Interface in com.atlassian.greenhopper.service.rapid.view
-
- columnService - Variable in class com.atlassian.greenhopper.web.rapid.IssueTransitionServiceImpl
-
- ColumnService.ColumnProgressMap - Class in com.atlassian.greenhopper.service.rapid.view
-
A convenient encapsulation of a map of each
ColumnProgress
to the set of
Status
objects it includes.
- ColumnServiceImpl - Class in com.atlassian.greenhopper.service.rapid.view
-
- ColumnServiceImpl() - Constructor for class com.atlassian.greenhopper.service.rapid.view.ColumnServiceImpl
-
- columnStatistic - Variable in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry
-
Represents the value of the configured column statistic/constraint.
- ColumnStatisticsCallbackFactory - Class in com.atlassian.greenhopper.service.issue.callback
-
- ColumnStatisticsCallbackFactory() - Constructor for class com.atlassian.greenhopper.service.issue.callback.ColumnStatisticsCallbackFactory
-
- COLUMNSTATUS_PK - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QColumnStatus
-
- ColumnStatusAO - Interface in com.atlassian.greenhopper.service.rapid.view
-
Hold information a bout a single column status.
- ColumnStatusAOListMapper - Class in com.atlassian.greenhopper.service.rapid.view
-
- ColumnStatusDao - Class in com.atlassian.greenhopper.service.rapid.view
-
- ColumnStatusDao() - Constructor for class com.atlassian.greenhopper.service.rapid.view.ColumnStatusDao
-
- columnTo - Variable in class com.atlassian.greenhopper.service.sprint.health.SprintHealthMetricsResolver.IssueColumnChange
-
- columnTo - Variable in class com.atlassian.greenhopper.web.rapid.chart.IssueColumnChangeEntry
-
index of column issue moved into. references index of 'columns' list
- com.atlassian.greenhopper - package com.atlassian.greenhopper
-
- com.atlassian.greenhopper.analytics - package com.atlassian.greenhopper.analytics
-
- com.atlassian.greenhopper.analytics.findonboard - package com.atlassian.greenhopper.analytics.findonboard
-
- com.atlassian.greenhopper.anonymization - package com.atlassian.greenhopper.anonymization
-
- com.atlassian.greenhopper.api - package com.atlassian.greenhopper.api
-
- com.atlassian.greenhopper.api.customfield - package com.atlassian.greenhopper.api.customfield
-
- com.atlassian.greenhopper.api.entity.remotelink.sprint - package com.atlassian.greenhopper.api.entity.remotelink.sprint
-
- com.atlassian.greenhopper.api.epics - package com.atlassian.greenhopper.api.epics
-
- com.atlassian.greenhopper.api.events - package com.atlassian.greenhopper.api.events
-
- com.atlassian.greenhopper.api.events.board - package com.atlassian.greenhopper.api.events.board
-
- com.atlassian.greenhopper.api.events.feature - package com.atlassian.greenhopper.api.events.feature
-
- com.atlassian.greenhopper.api.events.sprint - package com.atlassian.greenhopper.api.events.sprint
-
- com.atlassian.greenhopper.api.issuelink - package com.atlassian.greenhopper.api.issuelink
-
- com.atlassian.greenhopper.api.issuelinktype - package com.atlassian.greenhopper.api.issuelinktype
-
- com.atlassian.greenhopper.api.issuetype - package com.atlassian.greenhopper.api.issuetype
-
- 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
-
- com.atlassian.greenhopper.api.sprint - package com.atlassian.greenhopper.api.sprint
-
- com.atlassian.greenhopper.api.sprints - package com.atlassian.greenhopper.api.sprints
-
- com.atlassian.greenhopper.api.web.projects - package com.atlassian.greenhopper.api.web.projects
-
- com.atlassian.greenhopper.auditing - package com.atlassian.greenhopper.auditing
-
- com.atlassian.greenhopper.auditing.handlers - package com.atlassian.greenhopper.auditing.handlers
-
- com.atlassian.greenhopper.auditing.items - package com.atlassian.greenhopper.auditing.items
-
- com.atlassian.greenhopper.cache - package com.atlassian.greenhopper.cache
-
- com.atlassian.greenhopper.confluence - package com.atlassian.greenhopper.confluence
-
- com.atlassian.greenhopper.confluence.rpc - package com.atlassian.greenhopper.confluence.rpc
-
- com.atlassian.greenhopper.customfield - package com.atlassian.greenhopper.customfield
-
- com.atlassian.greenhopper.customfield.epiccolor - package com.atlassian.greenhopper.customfield.epiccolor
-
- com.atlassian.greenhopper.customfield.epiclabel - package com.atlassian.greenhopper.customfield.epiclabel
-
- com.atlassian.greenhopper.customfield.epiclink - package com.atlassian.greenhopper.customfield.epiclink
-
- com.atlassian.greenhopper.customfield.epicstatus - package com.atlassian.greenhopper.customfield.epicstatus
-
- com.atlassian.greenhopper.customfield.lexorank - package com.atlassian.greenhopper.customfield.lexorank
-
- com.atlassian.greenhopper.customfield.rank - package com.atlassian.greenhopper.customfield.rank
-
- com.atlassian.greenhopper.customfield.searcher - package com.atlassian.greenhopper.customfield.searcher
-
- com.atlassian.greenhopper.customfield.sprint - package com.atlassian.greenhopper.customfield.sprint
-
- com.atlassian.greenhopper.customfield.terminology - package com.atlassian.greenhopper.customfield.terminology
-
- com.atlassian.greenhopper.entity.remotelink - package com.atlassian.greenhopper.entity.remotelink
-
- com.atlassian.greenhopper.entity.remotelink.sprint - package com.atlassian.greenhopper.entity.remotelink.sprint
-
- com.atlassian.greenhopper.event.mau - package com.atlassian.greenhopper.event.mau
-
- com.atlassian.greenhopper.event.mau.filter - package com.atlassian.greenhopper.event.mau.filter
-
- com.atlassian.greenhopper.events - package com.atlassian.greenhopper.events
-
- com.atlassian.greenhopper.events.board - package com.atlassian.greenhopper.events.board
-
- com.atlassian.greenhopper.events.feature - package com.atlassian.greenhopper.events.feature
-
- com.atlassian.greenhopper.events.sprint - package com.atlassian.greenhopper.events.sprint
-
- com.atlassian.greenhopper.features - package com.atlassian.greenhopper.features
-
- com.atlassian.greenhopper.filter - package com.atlassian.greenhopper.filter
-
- com.atlassian.greenhopper.gadget - package com.atlassian.greenhopper.gadget
-
- com.atlassian.greenhopper.gadget.model - package com.atlassian.greenhopper.gadget.model
-
- com.atlassian.greenhopper.global - package com.atlassian.greenhopper.global
-
- com.atlassian.greenhopper.healthcheck - package com.atlassian.greenhopper.healthcheck
-
- com.atlassian.greenhopper.imports - package com.atlassian.greenhopper.imports
-
- com.atlassian.greenhopper.issue - package com.atlassian.greenhopper.issue
-
- com.atlassian.greenhopper.issue.detailsview - package com.atlassian.greenhopper.issue.detailsview
-
- com.atlassian.greenhopper.issue.fields - package com.atlassian.greenhopper.issue.fields
-
- com.atlassian.greenhopper.issue.fields.status - package com.atlassian.greenhopper.issue.fields.status
-
- com.atlassian.greenhopper.issue.index - package com.atlassian.greenhopper.issue.index
-
- com.atlassian.greenhopper.issue.link - package com.atlassian.greenhopper.issue.link
-
- com.atlassian.greenhopper.issue.terminology - package com.atlassian.greenhopper.issue.terminology
-
- com.atlassian.greenhopper.issue.util - package com.atlassian.greenhopper.issue.util
-
- com.atlassian.greenhopper.jira - package com.atlassian.greenhopper.jira
-
- com.atlassian.greenhopper.jira.actions - package com.atlassian.greenhopper.jira.actions
-
- com.atlassian.greenhopper.jira.dataimport - package com.atlassian.greenhopper.jira.dataimport
-
- com.atlassian.greenhopper.jira.filters - package com.atlassian.greenhopper.jira.filters
-
- com.atlassian.greenhopper.jira.permission - package com.atlassian.greenhopper.jira.permission
-
- com.atlassian.greenhopper.license - package com.atlassian.greenhopper.license
-
- com.atlassian.greenhopper.manager - package com.atlassian.greenhopper.manager
-
- com.atlassian.greenhopper.manager.audit - package com.atlassian.greenhopper.manager.audit
-
- com.atlassian.greenhopper.manager.cardlayout - package com.atlassian.greenhopper.manager.cardlayout
-
- com.atlassian.greenhopper.manager.color - package com.atlassian.greenhopper.manager.color
-
- com.atlassian.greenhopper.manager.detailview - package com.atlassian.greenhopper.manager.detailview
-
- com.atlassian.greenhopper.manager.estimatestatistic - package com.atlassian.greenhopper.manager.estimatestatistic
-
- com.atlassian.greenhopper.manager.issue.fields - package com.atlassian.greenhopper.manager.issue.fields
-
- com.atlassian.greenhopper.manager.issue.issuetypes - package com.atlassian.greenhopper.manager.issue.issuetypes
-
- com.atlassian.greenhopper.manager.issuelink - package com.atlassian.greenhopper.manager.issuelink
-
- com.atlassian.greenhopper.manager.lexorank - package com.atlassian.greenhopper.manager.lexorank
-
- com.atlassian.greenhopper.manager.lexorank.balancer - package com.atlassian.greenhopper.manager.lexorank.balancer
-
- com.atlassian.greenhopper.manager.lexorank.collation - package com.atlassian.greenhopper.manager.lexorank.collation
-
- com.atlassian.greenhopper.manager.lexorank.lock - package com.atlassian.greenhopper.manager.lexorank.lock
-
- com.atlassian.greenhopper.manager.lexorank.suspend - package com.atlassian.greenhopper.manager.lexorank.suspend
-
- com.atlassian.greenhopper.manager.properties - package com.atlassian.greenhopper.manager.properties
-
- com.atlassian.greenhopper.manager.rank - package com.atlassian.greenhopper.manager.rank
-
- com.atlassian.greenhopper.manager.rank.instruction - package com.atlassian.greenhopper.manager.rank.instruction
-
- com.atlassian.greenhopper.manager.rankableobject - package com.atlassian.greenhopper.manager.rankableobject
-
- com.atlassian.greenhopper.manager.rapidview - package com.atlassian.greenhopper.manager.rapidview
-
- com.atlassian.greenhopper.manager.rapidview.events - package com.atlassian.greenhopper.manager.rapidview.events
-
- com.atlassian.greenhopper.manager.trackingstatistic - package com.atlassian.greenhopper.manager.trackingstatistic
-
- com.atlassian.greenhopper.manager.version - package com.atlassian.greenhopper.manager.version
-
- com.atlassian.greenhopper.manager.workingdays - package com.atlassian.greenhopper.manager.workingdays
-
- com.atlassian.greenhopper.model - package com.atlassian.greenhopper.model
-
- com.atlassian.greenhopper.model.charts - package com.atlassian.greenhopper.model.charts
-
- com.atlassian.greenhopper.model.issue - package com.atlassian.greenhopper.model.issue
-
- com.atlassian.greenhopper.model.lexorank - package com.atlassian.greenhopper.model.lexorank
-
- com.atlassian.greenhopper.model.query - package com.atlassian.greenhopper.model.query
-
- com.atlassian.greenhopper.model.rapid - package com.atlassian.greenhopper.model.rapid
-
- com.atlassian.greenhopper.model.rapid.detailview - package com.atlassian.greenhopper.model.rapid.detailview
-
- com.atlassian.greenhopper.model.validation - package com.atlassian.greenhopper.model.validation
-
- com.atlassian.greenhopper.obr.install - package com.atlassian.greenhopper.obr.install
-
- com.atlassian.greenhopper.plugin - package com.atlassian.greenhopper.plugin
-
- com.atlassian.greenhopper.plugin.about - package com.atlassian.greenhopper.plugin.about
-
- com.atlassian.greenhopper.plugin.linkaggregator - package com.atlassian.greenhopper.plugin.linkaggregator
-
- com.atlassian.greenhopper.plugin.module - package com.atlassian.greenhopper.plugin.module
-
- com.atlassian.greenhopper.plugin.projecttemplate - package com.atlassian.greenhopper.plugin.projecttemplate
-
- com.atlassian.greenhopper.project - package com.atlassian.greenhopper.project
-
- com.atlassian.greenhopper.project.version - package com.atlassian.greenhopper.project.version
-
- com.atlassian.greenhopper.rest - package com.atlassian.greenhopper.rest
-
- com.atlassian.greenhopper.sampledata - package com.atlassian.greenhopper.sampledata
-
- com.atlassian.greenhopper.schema.querydsl.current - package com.atlassian.greenhopper.schema.querydsl.current
-
- com.atlassian.greenhopper.service - package com.atlassian.greenhopper.service
-
- com.atlassian.greenhopper.service.api.remote - package com.atlassian.greenhopper.service.api.remote
-
- com.atlassian.greenhopper.service.charts - package com.atlassian.greenhopper.service.charts
-
- com.atlassian.greenhopper.service.configuration - package com.atlassian.greenhopper.service.configuration
-
- com.atlassian.greenhopper.service.index - package com.atlassian.greenhopper.service.index
-
- com.atlassian.greenhopper.service.issue - package com.atlassian.greenhopper.service.issue
-
- com.atlassian.greenhopper.service.issue.callback - package com.atlassian.greenhopper.service.issue.callback
-
- com.atlassian.greenhopper.service.issue.changehistory - package com.atlassian.greenhopper.service.issue.changehistory
-
- com.atlassian.greenhopper.service.issue.comment - package com.atlassian.greenhopper.service.issue.comment
-
- com.atlassian.greenhopper.service.issue.field - package com.atlassian.greenhopper.service.issue.field
-
- com.atlassian.greenhopper.service.issue.flagging - package com.atlassian.greenhopper.service.issue.flagging
-
- com.atlassian.greenhopper.service.issuelink - package com.atlassian.greenhopper.service.issuelink
-
- com.atlassian.greenhopper.service.lexorank - package com.atlassian.greenhopper.service.lexorank
-
- com.atlassian.greenhopper.service.lexorank.balance - package com.atlassian.greenhopper.service.lexorank.balance
-
- com.atlassian.greenhopper.service.lexorank.integrity - package com.atlassian.greenhopper.service.lexorank.integrity
-
- com.atlassian.greenhopper.service.logging - package com.atlassian.greenhopper.service.logging
-
- com.atlassian.greenhopper.service.lucene - package com.atlassian.greenhopper.service.lucene
-
- com.atlassian.greenhopper.service.osgi - package com.atlassian.greenhopper.service.osgi
-
- com.atlassian.greenhopper.service.project - package com.atlassian.greenhopper.service.project
-
- com.atlassian.greenhopper.service.properties - package com.atlassian.greenhopper.service.properties
-
- com.atlassian.greenhopper.service.query - package com.atlassian.greenhopper.service.query
-
- com.atlassian.greenhopper.service.rank - package com.atlassian.greenhopper.service.rank
-
- com.atlassian.greenhopper.service.rapid - package com.atlassian.greenhopper.service.rapid
-
- com.atlassian.greenhopper.service.rapid.view - package com.atlassian.greenhopper.service.rapid.view
-
- com.atlassian.greenhopper.service.rapid.view.cardlayout - package com.atlassian.greenhopper.service.rapid.view.cardlayout
-
- com.atlassian.greenhopper.service.rapid.view.color - package com.atlassian.greenhopper.service.rapid.view.color
-
- com.atlassian.greenhopper.service.rapid.view.detailview - package com.atlassian.greenhopper.service.rapid.view.detailview
-
- com.atlassian.greenhopper.service.rapid.view.event - package com.atlassian.greenhopper.service.rapid.view.event
-
- com.atlassian.greenhopper.service.rapid.view.statistics - package com.atlassian.greenhopper.service.rapid.view.statistics
-
- com.atlassian.greenhopper.service.rapid.view.subquery - package com.atlassian.greenhopper.service.rapid.view.subquery
-
- com.atlassian.greenhopper.service.rapid.view.workingdays - package com.atlassian.greenhopper.service.rapid.view.workingdays
-
- com.atlassian.greenhopper.service.searchrequest - package com.atlassian.greenhopper.service.searchrequest
-
- com.atlassian.greenhopper.service.sprint - package com.atlassian.greenhopper.service.sprint
-
- com.atlassian.greenhopper.service.sprint.dao - package com.atlassian.greenhopper.service.sprint.dao
-
- com.atlassian.greenhopper.service.sprint.dao.utils - package com.atlassian.greenhopper.service.sprint.dao.utils
-
- com.atlassian.greenhopper.service.sprint.event - package com.atlassian.greenhopper.service.sprint.event
-
- com.atlassian.greenhopper.service.sprint.health - package com.atlassian.greenhopper.service.sprint.health
-
- com.atlassian.greenhopper.service.sprint.services - package com.atlassian.greenhopper.service.sprint.services
-
- com.atlassian.greenhopper.service.sprint.services.analytics - package com.atlassian.greenhopper.service.sprint.services.analytics
-
- com.atlassian.greenhopper.service.subquery - package com.atlassian.greenhopper.service.subquery
-
- com.atlassian.greenhopper.service.timetracking - package com.atlassian.greenhopper.service.timetracking
-
- com.atlassian.greenhopper.service.user - package com.atlassian.greenhopper.service.user
-
- com.atlassian.greenhopper.service.util - package com.atlassian.greenhopper.service.util
-
- com.atlassian.greenhopper.service.version - package com.atlassian.greenhopper.service.version
-
- com.atlassian.greenhopper.service.workflow - package com.atlassian.greenhopper.service.workflow
-
- com.atlassian.greenhopper.sidebar - package com.atlassian.greenhopper.sidebar
-
- com.atlassian.greenhopper.sidebar.legacy - package com.atlassian.greenhopper.sidebar.legacy
-
- com.atlassian.greenhopper.sidebar.navigation - package com.atlassian.greenhopper.sidebar.navigation
-
- com.atlassian.greenhopper.upgrade - package com.atlassian.greenhopper.upgrade
-
- com.atlassian.greenhopper.util - package com.atlassian.greenhopper.util
-
- com.atlassian.greenhopper.util.data - package com.atlassian.greenhopper.util.data
-
- com.atlassian.greenhopper.util.database - package com.atlassian.greenhopper.util.database
-
- com.atlassian.greenhopper.util.jql - package com.atlassian.greenhopper.util.jql
-
- com.atlassian.greenhopper.util.jql.project - package com.atlassian.greenhopper.util.jql.project
-
- com.atlassian.greenhopper.util.lucene - package com.atlassian.greenhopper.util.lucene
-
- com.atlassian.greenhopper.web - package com.atlassian.greenhopper.web
-
- com.atlassian.greenhopper.web.admin - package com.atlassian.greenhopper.web.admin
-
- com.atlassian.greenhopper.web.api - package com.atlassian.greenhopper.web.api
-
- com.atlassian.greenhopper.web.conditions - package com.atlassian.greenhopper.web.conditions
-
- com.atlassian.greenhopper.web.configuration - package com.atlassian.greenhopper.web.configuration
-
- com.atlassian.greenhopper.web.contextprovider - package com.atlassian.greenhopper.web.contextprovider
-
- com.atlassian.greenhopper.web.contextprovider.issuedetailsview - package com.atlassian.greenhopper.web.contextprovider.issuedetailsview
-
- com.atlassian.greenhopper.web.footer - package com.atlassian.greenhopper.web.footer
-
- com.atlassian.greenhopper.web.input - package com.atlassian.greenhopper.web.input
-
- com.atlassian.greenhopper.web.integration - package com.atlassian.greenhopper.web.integration
-
- com.atlassian.greenhopper.web.migration - package com.atlassian.greenhopper.web.migration
-
- com.atlassian.greenhopper.web.navigation - package com.atlassian.greenhopper.web.navigation
-
- com.atlassian.greenhopper.web.onboarding.data - package com.atlassian.greenhopper.web.onboarding.data
-
- com.atlassian.greenhopper.web.onboarding.firstuseflow - package com.atlassian.greenhopper.web.onboarding.firstuseflow
-
- com.atlassian.greenhopper.web.project - package com.atlassian.greenhopper.web.project
-
- com.atlassian.greenhopper.web.rank - package com.atlassian.greenhopper.web.rank
-
- com.atlassian.greenhopper.web.rapid - package com.atlassian.greenhopper.web.rapid
-
- com.atlassian.greenhopper.web.rapid.chart - package com.atlassian.greenhopper.web.rapid.chart
-
- com.atlassian.greenhopper.web.rapid.chart.burndown - package com.atlassian.greenhopper.web.rapid.chart.burndown
-
- com.atlassian.greenhopper.web.rapid.chart.event - package com.atlassian.greenhopper.web.rapid.chart.event
-
- com.atlassian.greenhopper.web.rapid.chart.integration - package com.atlassian.greenhopper.web.rapid.chart.integration
-
- com.atlassian.greenhopper.web.rapid.chart.sprintreportfactory - package com.atlassian.greenhopper.web.rapid.chart.sprintreportfactory
-
- com.atlassian.greenhopper.web.rapid.chart.time - package com.atlassian.greenhopper.web.rapid.chart.time
-
- com.atlassian.greenhopper.web.rapid.config.tab - package com.atlassian.greenhopper.web.rapid.config.tab
-
- com.atlassian.greenhopper.web.rapid.data - package com.atlassian.greenhopper.web.rapid.data
-
- com.atlassian.greenhopper.web.rapid.entity.common - package com.atlassian.greenhopper.web.rapid.entity.common
-
- com.atlassian.greenhopper.web.rapid.entity.epic - package com.atlassian.greenhopper.web.rapid.entity.epic
-
- com.atlassian.greenhopper.web.rapid.entity.sprint - package com.atlassian.greenhopper.web.rapid.entity.sprint
-
- com.atlassian.greenhopper.web.rapid.epics - package com.atlassian.greenhopper.web.rapid.epics
-
- com.atlassian.greenhopper.web.rapid.event - package com.atlassian.greenhopper.web.rapid.event
-
- com.atlassian.greenhopper.web.rapid.issue - package com.atlassian.greenhopper.web.rapid.issue
-
- com.atlassian.greenhopper.web.rapid.issue.attachment - package com.atlassian.greenhopper.web.rapid.issue.attachment
-
- com.atlassian.greenhopper.web.rapid.issue.fields - package com.atlassian.greenhopper.web.rapid.issue.fields
-
- com.atlassian.greenhopper.web.rapid.issue.issuelink - package com.atlassian.greenhopper.web.rapid.issue.issuelink
-
- com.atlassian.greenhopper.web.rapid.issue.operations - package com.atlassian.greenhopper.web.rapid.issue.operations
-
- com.atlassian.greenhopper.web.rapid.issue.statistics - package com.atlassian.greenhopper.web.rapid.issue.statistics
-
- com.atlassian.greenhopper.web.rapid.issue.tabs - package com.atlassian.greenhopper.web.rapid.issue.tabs
-
- com.atlassian.greenhopper.web.rapid.issue.tabs.editable - package com.atlassian.greenhopper.web.rapid.issue.tabs.editable
-
- com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory - package com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory
-
- com.atlassian.greenhopper.web.rapid.issue.tabs.editable.utils - package com.atlassian.greenhopper.web.rapid.issue.tabs.editable.utils
-
- com.atlassian.greenhopper.web.rapid.list - package com.atlassian.greenhopper.web.rapid.list
-
- com.atlassian.greenhopper.web.rapid.plan - package com.atlassian.greenhopper.web.rapid.plan
-
- com.atlassian.greenhopper.web.rapid.plan.splitissue - package com.atlassian.greenhopper.web.rapid.plan.splitissue
-
- com.atlassian.greenhopper.web.rapid.project - package com.atlassian.greenhopper.web.rapid.project
-
- com.atlassian.greenhopper.web.rapid.release - package com.atlassian.greenhopper.web.rapid.release
-
- com.atlassian.greenhopper.web.rapid.response - package com.atlassian.greenhopper.web.rapid.response
-
- com.atlassian.greenhopper.web.rapid.sprint - package com.atlassian.greenhopper.web.rapid.sprint
-
- com.atlassian.greenhopper.web.rapid.sprint.model - package com.atlassian.greenhopper.web.rapid.sprint.model
-
- com.atlassian.greenhopper.web.rapid.tools - package com.atlassian.greenhopper.web.rapid.tools
-
- com.atlassian.greenhopper.web.rapid.version - package com.atlassian.greenhopper.web.rapid.version
-
- com.atlassian.greenhopper.web.rapid.view - package com.atlassian.greenhopper.web.rapid.view
-
- com.atlassian.greenhopper.web.rapid.view.cardlayout - package com.atlassian.greenhopper.web.rapid.view.cardlayout
-
- com.atlassian.greenhopper.web.rapid.view.detailview - package com.atlassian.greenhopper.web.rapid.view.detailview
-
- com.atlassian.greenhopper.web.rapid.view.workingdays - package com.atlassian.greenhopper.web.rapid.view.workingdays
-
- com.atlassian.greenhopper.web.rapid.welcome - package com.atlassian.greenhopper.web.rapid.welcome
-
- com.atlassian.greenhopper.web.rapid.wizard - package com.atlassian.greenhopper.web.rapid.wizard
-
- com.atlassian.greenhopper.web.rapid.work - package com.atlassian.greenhopper.web.rapid.work
-
- com.atlassian.greenhopper.web.rapid.workflow - package com.atlassian.greenhopper.web.rapid.workflow
-
- com.atlassian.greenhopper.web.remote - package com.atlassian.greenhopper.web.remote
-
- com.atlassian.greenhopper.web.sidebar - package com.atlassian.greenhopper.web.sidebar
-
- com.atlassian.greenhopper.web.transformer.transformer - package com.atlassian.greenhopper.web.transformer.transformer
-
- com.atlassian.greenhopper.web.util - package com.atlassian.greenhopper.web.util
-
- com.atlassian.greenhopper.webhooks - package com.atlassian.greenhopper.webhooks
-
- com.atlassian.greenhopper.webhooks.board - package com.atlassian.greenhopper.webhooks.board
-
- com.atlassian.greenhopper.webhooks.sprint - package com.atlassian.greenhopper.webhooks.sprint
-
- com.atlassian.greenhopper.workflow - package com.atlassian.greenhopper.workflow
-
- com.pyxis.greenhopper.jira.customfields - package com.pyxis.greenhopper.jira.customfields
-
- com.pyxis.greenhopper.jira.license - package com.pyxis.greenhopper.jira.license
-
- comment - Variable in class com.atlassian.greenhopper.web.rapid.list.FlagResource.FlagRequest
-
- CommentBlockContextProviderWrapper - Class in com.atlassian.greenhopper.web.contextprovider.issuedetailsview
-
The custom context provider for the comment block of Editable Details View.
- CommentBlockContextProviderWrapper(ContextProviderFactory) - Constructor for class com.atlassian.greenhopper.web.contextprovider.issuedetailsview.CommentBlockContextProviderWrapper
-
- CommentEntry - Class in com.atlassian.greenhopper.web.rapid.issue
-
- CommentEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.CommentEntry
-
- CommentModel - Class in com.atlassian.greenhopper.web.rapid.issue
-
- CommentModel() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.CommentModel
-
- CommentModelFactory - Class in com.atlassian.greenhopper.web.rapid.issue
-
- CommentModelFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.CommentModelFactory
-
- commentVisibility - Variable in class com.atlassian.greenhopper.web.rapid.list.FlagResource.FlagRequest
-
- CommonSqlBulkInsertBuilder - Class in com.atlassian.greenhopper.manager.lexorank
-
A builder for constructing an SQL INSERT statement that is valid for different databases
- CommonSqlBulkInsertBuilder(DatabaseProvider) - Constructor for class com.atlassian.greenhopper.manager.lexorank.CommonSqlBulkInsertBuilder
-
- compare(LexoRank, LexoRank, FieldConfig) - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankCFType
-
- compare(RapidView, RapidView) - Method in class com.atlassian.greenhopper.model.rapid.RapidViewNameComparator
-
- compare(Rankable, Rankable) - Method in class com.atlassian.greenhopper.service.rank.FlatLexoRankableComparator
-
- compare(long, long, long) - Method in interface com.atlassian.greenhopper.service.rank.RankIndexService
-
Compares two issues according to their rank.
- compare(long, long, long) - Method in class com.atlassian.greenhopper.service.rank.RankIndexServiceImpl
-
Used by Lucene to sort issues by rank
- compare(AuditEntry, AuditEntry) - Method in class com.atlassian.greenhopper.service.sprint.SprintStateAuditEntryComparator
-
- compareIssuePosition(long, Issue, Issue) - Method in interface com.atlassian.greenhopper.api.rank.RankService
-
Compares two issues against each other.
- compareIssuePosition(long, Issue, Issue) - Method in class com.atlassian.greenhopper.api.rank.RankServiceImpl
-
- compareRankablePosition(CustomField, Rankable, Rankable) - Method in class com.atlassian.greenhopper.service.rank.RankManager
-
Compares two rankables to each other.
- compareTo(LexorankBean) - Method in class com.atlassian.greenhopper.imports.LexorankBean
-
- compareTo(LexoDecimal) - Method in class com.atlassian.greenhopper.model.lexorank.LexoDecimal
-
- compareTo(LexoInteger) - Method in class com.atlassian.greenhopper.model.lexorank.LexoInteger
-
- compareTo(LexoRank) - Method in class com.atlassian.greenhopper.model.lexorank.LexoRank
-
- compareTo(SprintHealthMetricsResolver.IssueColumnChange) - Method in class com.atlassian.greenhopper.service.sprint.health.SprintHealthMetricsResolver.IssueColumnChange
-
- compareTo(UpgradeVersionService.PluginRunInfo) - Method in class com.atlassian.greenhopper.upgrade.UpgradeVersionService.PluginRunInfo
-
- compareTo(UpgradeVersionService.UpgradeHistoryDetail) - Method in class com.atlassian.greenhopper.upgrade.UpgradeVersionService.UpgradeHistoryDetail
-
- compareTo(BurndownStateChange) - Method in class com.atlassian.greenhopper.web.rapid.chart.burndown.BurndownStateChange
-
- compareTo(CardLayoutFieldEntry) - Method in class com.atlassian.greenhopper.web.rapid.view.cardlayout.CardLayoutFieldEntry
-
- compareTo(ColumnEditRequest.StatusDetails) - Method in class com.atlassian.greenhopper.web.rapid.view.ColumnEditRequest.StatusDetails
-
- compareTo(DetailViewFieldConfigModel.DetailViewFieldEntry) - Method in class com.atlassian.greenhopper.web.rapid.view.detailview.DetailViewFieldConfigModel.DetailViewFieldEntry
-
- complement() - Method in class com.atlassian.greenhopper.model.lexorank.LexoInteger
-
- complement(int) - Method in class com.atlassian.greenhopper.model.lexorank.LexoInteger
-
- COMPLETE_DATE - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QSprint
-
Database Columns
- COMPLETE_SPRINT_IN_BACKLOG - Static variable in class com.atlassian.greenhopper.features.SoftwareFeatureFlags
-
- completed - Variable in class com.atlassian.greenhopper.web.migration.MigrationProgressModel
-
- completed - Variable in class com.atlassian.greenhopper.web.rapid.chart.VelocityChartModel.VelocityStatEntry
-
- completeDate(DateTime) - Method in class com.atlassian.greenhopper.service.sprint.Sprint.SprintBuilder
-
- completeDate(Long) - Method in class com.atlassian.greenhopper.service.sprint.Sprint.SprintBuilder
-
- completeDate - Variable in class com.atlassian.greenhopper.web.rapid.sprint.SprintEditEntry
-
- completedIssues - Variable in class com.atlassian.greenhopper.web.rapid.chart.HistoricSprintReportContents
-
- completedIssues - Variable in class com.atlassian.greenhopper.web.rapid.chart.ReportContentModel
-
- completedIssuesEstimateSum - Variable in class com.atlassian.greenhopper.web.rapid.chart.HistoricSprintReportContents
-
- completedIssuesEstimateSum - Variable in class com.atlassian.greenhopper.web.rapid.chart.ReportContentModel
-
- completedIssuesInitialEstimateSum - Variable in class com.atlassian.greenhopper.web.rapid.chart.HistoricSprintReportContents
-
- completedIssuesNotMovedBack - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.ReopenSprintViewModel
-
- completeIssues - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.CompleteSprintViewModel
-
- completeSprint(CompleteSprintRequest) - Method in class com.atlassian.greenhopper.web.rapid.sprint.CompleteSprintResource
-
Completes a sprint.
- CompleteSprintRequest - Class in com.atlassian.greenhopper.web.rapid.sprint.model
-
- CompleteSprintRequest() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.model.CompleteSprintRequest
-
- CompleteSprintResource - Class in com.atlassian.greenhopper.web.rapid.sprint
-
- CompleteSprintResource(RapidViewService, SprintService, SprintPermissionService, SprintStatusChangeHelper, JiraAuthenticationContext, I18nFactoryService, SprintEntryFactory, SprintIssueService, RapidViewSprintQueryService, IssuePermissionService, IncompleteIssuesDestinationService) - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.CompleteSprintResource
-
- CompleteSprintResult - Class in com.atlassian.greenhopper.web.rapid.sprint.model
-
Created with IntelliJ IDEA.
- CompleteSprintResult() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.model.CompleteSprintResult
-
- CompleteSprintStats - Class in com.atlassian.greenhopper.web.rapid.sprint
-
Contains the complete sprint statistics
- CompleteSprintStats() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.CompleteSprintStats
-
- CompleteSprintViewModel - Class in com.atlassian.greenhopper.web.rapid.sprint.model
-
- CompleteSprintViewModel() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.model.CompleteSprintViewModel
-
- completeTime - Variable in class com.atlassian.greenhopper.web.rapid.chart.ScopeChangeBurndownModel
-
the time (ms / UTC) of the complete date of the sprint
- completeTime - Variable in class com.atlassian.greenhopper.web.rapid.chart.SprintBurndownModel
-
the time (ms / UTC) of the complete date of the sprint
- ComplexEditableFieldEntryFactory - Interface in com.atlassian.greenhopper.web.rapid.issue.fields
-
- ComponentsFieldEntryFactory - Class in com.atlassian.greenhopper.web.rapid.issue.fields
-
- ComponentsFieldEntryFactory(FieldHelper) - Constructor for class com.atlassian.greenhopper.web.rapid.issue.fields.ComponentsFieldEntryFactory
-
- ComposedIssueDataCallback - Class in com.atlassian.greenhopper.service.issue.callback
-
- computeDimensions() - Method in class com.atlassian.greenhopper.web.transformer.transformer.JsHelpPathsUrlReadingTransformer
-
No dimensions are returned since it neither change at runtime or contributes to the URL.
- computeResult(IndexReader) - Method in class com.atlassian.greenhopper.service.lucene.LeftJoin
-
- configure(Project, ProjectType) - Method in interface com.atlassian.greenhopper.web.rapid.project.AgileProjectConfigurator
-
Configures an Agile project according to the given type.
- configure(Project, FieldConfigScheme, ProjectType) - Method in interface com.atlassian.greenhopper.web.rapid.project.AgileProjectConfigurator
-
Extends Agile project configuration according to the given type.
- configure(Project, ProjectType) - Method in class com.atlassian.greenhopper.web.rapid.project.AgileProjectConfiguratorImpl
-
- configure(Project, FieldConfigScheme, ProjectType) - Method in class com.atlassian.greenhopper.web.rapid.project.AgileProjectConfiguratorImpl
-
- configure(ConfigureData) - Method in class com.atlassian.greenhopper.web.rapid.project.GreenHopperProjectCreateHook
-
- configureAgileLoggers() - Method in class com.atlassian.greenhopper.service.logging.LoggingConfiguration
-
- configureProject(Project, FieldConfigScheme, ProjectType, Boolean) - Method in interface com.atlassian.greenhopper.web.rapid.project.ProjectCreateHookHelper
-
Configures the project with Software specific data
- configureProject(Project, FieldConfigScheme, ProjectType, Boolean) - Method in class com.atlassian.greenhopper.web.rapid.project.ProjectCreateHookHelperImpl
-
- configureRapidView(Project, FieldConfigScheme, RapidViewPreset, Boolean) - Method in interface com.atlassian.greenhopper.web.rapid.project.ProjectCreateHookHelper
-
Configures RapidView with Software specific data
- configureRapidView(Project, FieldConfigScheme, RapidViewPreset, Boolean) - Method in class com.atlassian.greenhopper.web.rapid.project.ProjectCreateHookHelperImpl
-
- CONFLUENCE_APP_ID - Static variable in class com.atlassian.greenhopper.web.rapid.entity.common.AbstractLinkedPagesModelFactory
-
- CONFLUENCE_APP_LINK_EXISTS - Static variable in class com.atlassian.greenhopper.web.rapid.entity.common.AbstractLinkedPagesModelFactory
-
- CONFLUENCE_APP_LINK_ID - Static variable in class com.atlassian.greenhopper.web.rapid.entity.common.AbstractLinkedPagesModelFactory
-
- CONFLUENCE_APP_NAME - Static variable in class com.atlassian.greenhopper.web.rapid.entity.common.AbstractLinkedPagesModelFactory
-
- CONFLUENCE_APP_URL - Static variable in class com.atlassian.greenhopper.web.rapid.entity.common.AbstractLinkedPagesModelFactory
-
- CONFLUENCE_AUTHENTICATION_REQUIRED - Static variable in class com.atlassian.greenhopper.web.rapid.entity.common.AbstractLinkedPagesModelFactory
-
- CONFLUENCE_AUTHENTICATION_URL - Static variable in class com.atlassian.greenhopper.web.rapid.entity.common.AbstractLinkedPagesModelFactory
-
- CONFLUENCE_JIRA_AGILE_SRC - Static variable in class com.atlassian.greenhopper.web.rapid.entity.common.AbstractLinkedPagesModelFactory
-
- CONFLUENCE_NO_APPLINK_AUTH_CONFIGURED - Static variable in class com.atlassian.greenhopper.web.rapid.entity.common.AbstractLinkedPagesModelFactory
-
- CONFLUENCE_PAGE_DELETED - Static variable in class com.atlassian.greenhopper.web.rapid.entity.common.AbstractLinkedPagesModelFactory
-
- CONFLUENCE_PAGE_ID - Static variable in class com.atlassian.greenhopper.web.rapid.entity.common.AbstractLinkedPagesModelFactory
-
- CONFLUENCE_PERMISSION_DENIED - Static variable in class com.atlassian.greenhopper.web.rapid.entity.common.AbstractLinkedPagesModelFactory
-
- CONFLUENCE_RELATIONSHIP_NAME - Static variable in class com.atlassian.greenhopper.web.rapid.entity.common.AbstractLinkedPagesModelFactory
-
- CONFLUENCE_SERVER_UNAVAILABLE - Static variable in class com.atlassian.greenhopper.web.rapid.entity.common.AbstractLinkedPagesModelFactory
-
- CONFLUENCE_SRC - Static variable in class com.atlassian.greenhopper.web.rapid.entity.common.AbstractLinkedPagesModelFactory
-
- CONFLUENCE_TITLE - Static variable in class com.atlassian.greenhopper.web.rapid.entity.common.AbstractLinkedPagesModelFactory
-
- ConfluenceCopiedRemoteSprintLinkDecoratorServiceImpl - Class in com.atlassian.greenhopper.entity.remotelink.sprint
-
Uses the copied classes from jira-issue-link-confluence-plugin
- ConfluenceCopiedRemoteSprintLinkDecoratorServiceImpl(ApplicationLinkService) - Constructor for class com.atlassian.greenhopper.entity.remotelink.sprint.ConfluenceCopiedRemoteSprintLinkDecoratorServiceImpl
-
- ConfluenceGlobalIdFactory - Class in com.atlassian.greenhopper.confluence
-
COPIED FROM JIRA
Factory for encoding and decoding ConfluenceGlobalId
s.
- ConfluenceGlobalIdFactory(ApplicationLinkService) - Constructor for class com.atlassian.greenhopper.confluence.ConfluenceGlobalIdFactory
-
- ConfluencePage - Class in com.atlassian.greenhopper.confluence
-
Represents a page on a Confluence instance.
- ConfluencePage(String, String, String) - Constructor for class com.atlassian.greenhopper.confluence.ConfluencePage
-
- ConfluencePage.ConfluencePageBuilder - Class in com.atlassian.greenhopper.confluence
-
- ConfluencePageBuilder() - Constructor for class com.atlassian.greenhopper.confluence.ConfluencePage.ConfluencePageBuilder
-
- ConfluenceRemoteSprintLinkDecoratorService - Interface in com.atlassian.greenhopper.entity.remotelink.sprint
-
Decorates a remote sprint link with the up to date info of the remotely linked page.
- ConfluenceRpcService - Interface in com.atlassian.greenhopper.confluence.rpc
-
Helper class for making XMLRPC calls to Confluence servers.
- ConfluenceRpcServiceImpl - Class in com.atlassian.greenhopper.confluence.rpc
-
- ConfluenceRpcServiceImpl() - Constructor for class com.atlassian.greenhopper.confluence.rpc.ConfluenceRpcServiceImpl
-
- ConfluenceSearchResult - Class in com.atlassian.greenhopper.confluence
-
Represents an item from a list of search results from a Confluence instance.
- ConfluenceSearchResult(String, String, String, String, String) - Constructor for class com.atlassian.greenhopper.confluence.ConfluenceSearchResult
-
- ConfluenceSearchResult.ConfluenceSearchResultBuilder - Class in com.atlassian.greenhopper.confluence
-
- ConfluenceSearchResultBuilder() - Constructor for class com.atlassian.greenhopper.confluence.ConfluenceSearchResult.ConfluenceSearchResultBuilder
-
- ConfluenceSearchResultBuilder(ConfluenceSearchResult) - Constructor for class com.atlassian.greenhopper.confluence.ConfluenceSearchResult.ConfluenceSearchResultBuilder
-
- ConfluenceSpace - Class in com.atlassian.greenhopper.confluence
-
Represents a space on a Confluence instance.
- ConfluenceSpace(String, String, String, String) - Constructor for class com.atlassian.greenhopper.confluence.ConfluenceSpace
-
- ConfluenceSpace.ConfluenceSpaceBuilder - Class in com.atlassian.greenhopper.confluence
-
- ConfluenceSpaceBuilder() - Constructor for class com.atlassian.greenhopper.confluence.ConfluenceSpace.ConfluenceSpaceBuilder
-
- constant - Variable in class com.atlassian.greenhopper.web.rapid.list.RapidIssueConstantEntry
-
- constraints - Variable in enum com.atlassian.greenhopper.service.workflow.ColumnConstraintPresets
-
- constructVersionEntry(Version, TimeZone, DateTimeZone) - Method in class com.atlassian.greenhopper.web.rapid.chart.VersionEntryFactory
-
- consume(IssueRankingAO) - Method in class com.atlassian.greenhopper.service.rank.RankIndexBuilder
-
- containingSprint - Variable in class com.atlassian.greenhopper.web.rapid.plan.SplitIssueResource.DialogData
-
- containsNonWorkingDay(LocalDate) - Method in class com.atlassian.greenhopper.model.rapid.WorkingDaysConfig
-
- contents - Variable in class com.atlassian.greenhopper.web.rapid.chart.EpicReportModel
-
- contents - Variable in class com.atlassian.greenhopper.web.rapid.chart.HistoricSprintData
-
- contents - Variable in class com.atlassian.greenhopper.web.rapid.chart.VersionReportModel
-
- ContextProviderFactory - Class in com.atlassian.greenhopper.web.contextprovider
-
A convenient helper used to get an instance of a context provider defined in any other plugin.
- ContextProviderFactory() - Constructor for class com.atlassian.greenhopper.web.contextprovider.ContextProviderFactory
-
- ContextualErrorEntry - Class in com.atlassian.greenhopper.web.rapid
-
Represents errors for a specific field
- ContextualErrorEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.ContextualErrorEntry
-
- ControlChartEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.ControlChartModel.ControlChartEntry
-
- ControlChartModel - Class in com.atlassian.greenhopper.web.rapid.chart
-
- ControlChartModel() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.ControlChartModel
-
- ControlChartModel.ColumnInfo - Class in com.atlassian.greenhopper.web.rapid.chart
-
Holds information about a single column in the chart model
- ControlChartModel.ControlChartEntry - Class in com.atlassian.greenhopper.web.rapid.chart
-
Holds the control chart data for a single issue
- ControlChartModelFactory - Class in com.atlassian.greenhopper.web.rapid.chart
-
- ControlChartModelFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.ControlChartModelFactory
-
- convertDbValueToType(Object) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintCFType
-
- convertEditValueToObjects(Issue, CustomField, List<String>) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintCFType
-
- convertRelativeUrlToAbsolute(String) - Method in class com.atlassian.greenhopper.web.util.WebUtilities
-
For priorities and issue types, the icon URL may be specified either as a relative path to the context path, or a
fully-qualified external URL.
- convertStringsIdsToLongs(Set<String>) - Method in class com.atlassian.greenhopper.service.sprint.SprintQueryServiceImpl
-
- convertToIndexValue(QueryLiteral) - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankIndexValueConverter
-
- convertToIndexValue(QueryLiteral) - Method in class com.atlassian.greenhopper.issue.index.FoldingIndexValueConverter
-
- convertTransitionsToSimplified(ApplicationUser, JiraWorkflow, List<Status>) - Method in interface com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowService
-
Converts a workflow so that it will have only global transitions to all steps.
- convertTransitionsToSimplified(ApplicationUser, JiraWorkflow, List<Status>) - Method in class com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowServiceImpl
-
- convertTypeToDbValue(Sprint) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintCFType
-
- convertWorkflow(WorkflowResource.ConvertWorkflowRequest) - Method in class com.atlassian.greenhopper.web.rapid.view.WorkflowResource
-
- ConvertWorkflowModel() - Constructor for class com.atlassian.greenhopper.web.rapid.view.WorkflowResource.ConvertWorkflowModel
-
- ConvertWorkflowRequest() - Constructor for class com.atlassian.greenhopper.web.rapid.view.WorkflowResource.ConvertWorkflowRequest
-
- copy(RapidView, RapidView) - Method in interface com.atlassian.greenhopper.manager.cardlayout.CardLayoutManager
-
Copy card layout from source rapid view to target rapid view
- copy(RapidView, RapidView) - Method in class com.atlassian.greenhopper.manager.cardlayout.CardLayoutManagerImpl
-
- copy(RapidView, RapidView) - Method in interface com.atlassian.greenhopper.manager.color.CardColorManager
-
- copy(RapidView, RapidView) - Method in class com.atlassian.greenhopper.manager.color.CardColorManagerImpl
-
- copy(RapidView, RapidView) - Method in interface com.atlassian.greenhopper.manager.detailview.DetailViewFieldManager
-
- copy(RapidView, RapidView) - Method in class com.atlassian.greenhopper.manager.detailview.DetailViewFieldManagerImpl
-
- copy(RapidView, RapidView) - Method in class com.atlassian.greenhopper.manager.estimatestatistic.EstimateStatisticManager
-
- copy(RapidView, RapidView, ApplicationUser) - Method in interface com.atlassian.greenhopper.manager.rapidview.RapidViewManager
-
Copy the contents of one RapidView into another
- copy(RapidView, RapidView, ApplicationUser) - Method in class com.atlassian.greenhopper.manager.rapidview.RapidViewManagerImpl
-
- copy(RapidView, RapidView) - Method in class com.atlassian.greenhopper.manager.trackingstatistic.TrackingStatisticManager
-
- copy(RapidView, RapidView) - Method in interface com.atlassian.greenhopper.manager.workingdays.WorkingDaysManager
-
Copies the configuration to a target board
- copy(RapidView, RapidView) - Method in class com.atlassian.greenhopper.manager.workingdays.WorkingDaysManagerImpl
-
- copy(List<QuickFilter>) - Method in interface com.atlassian.greenhopper.service.rapid.view.QuickFilterService
-
Copies the specified quick filters
- copy(List<QuickFilter>) - Method in class com.atlassian.greenhopper.service.rapid.view.QuickFilterServiceImpl
-
- copy(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewService
-
Create a new copy of the specified
RapidView
entity and store it in the database.
- copy(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewServiceImpl
-
- copy(Long) - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewResource
-
Copy the rapid view with the specified ID to create a new persisted rapid view.
- copyRapidView(ApplicationUser, Long) - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewHelper
-
- copyWorkflow(ApplicationUser, JiraWorkflow, String, String) - Method in interface com.atlassian.greenhopper.service.workflow.WorkflowService
-
Creates a new copy of the existing workflow, with the specified name and description.
- copyWorkflow(ApplicationUser, JiraWorkflow, String, String) - Method in class com.atlassian.greenhopper.service.workflow.WorkflowServiceImpl
-
- count() - Method in interface com.atlassian.greenhopper.manager.lexorank.SqlSelectStatement.SelectClause
-
- count(ApplicationUser, Query) - Method in interface com.atlassian.greenhopper.service.issue.IssueDataService
-
Counts entities matching query.
- count(ApplicationUser, Query) - Method in class com.atlassian.greenhopper.service.issue.IssueDataServiceImpl
-
- count() - Method in class com.atlassian.greenhopper.service.rapid.view.QuickFilterDao
-
- count() - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewDao
-
- countByUserKey(String) - Method in class com.atlassian.greenhopper.manager.audit.AuditEntryDao
-
- countByUserKey(String) - Method in interface com.atlassian.greenhopper.manager.audit.AuditEntryManager
-
Count all the AuditEntry records for the user identified by user key
- countByUserKey(String) - Method in class com.atlassian.greenhopper.manager.audit.AuditEntryManagerImpl
-
- countDuplicateRowsForFieldId(Long) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankDao
-
Returns a map of duplicate rank values and the amount of occurences of that rank value.
- countDuplicateRowsForFieldId(Long) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankDaoImpl
-
- countNotEstimatedIssues - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.StartSprintModel
-
- countRemoteLinkedSprintsByGlobalId(String) - Method in class com.atlassian.greenhopper.service.sprint.RemoteSprintLinkService
-
- create() - Method in class com.atlassian.greenhopper.cache.CacheFactoryManager
-
- create(RemoteIssueLink) - Method in class com.atlassian.greenhopper.confluence.ConfluenceGlobalIdFactory
-
- create(long, long, String) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankDao
-
Create a row in the db for the given rank, issueId and fieldId
- create(long, long, String) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankDaoImpl
-
- create(RapidView, ApplicationUser, RapidViewPreset) - Method in interface com.atlassian.greenhopper.manager.rapidview.RapidViewManager
-
Persist a new instance of a RapidBoard
- create(ApplicationUser, String, Long, RapidViewPreset) - Method in interface com.atlassian.greenhopper.manager.rapidview.RapidViewManager
-
Persist a new instance of a RapidBoard
- create(RapidView, ApplicationUser, RapidViewPreset) - Method in class com.atlassian.greenhopper.manager.rapidview.RapidViewManagerImpl
-
- create(ApplicationUser, String, Long, RapidViewPreset) - Method in class com.atlassian.greenhopper.manager.rapidview.RapidViewManagerImpl
-
- create(Map<String, Object>) - Method in class com.atlassian.greenhopper.service.rapid.view.GenericActiveObjectsDao
-
- create(ApplicationUser, String, Long, RapidViewPreset) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewService
-
Create a new
RapidView
entity and store it in the database.
- create(ApplicationUser, String, Long, RapidViewPreset) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewServiceImpl
-
- create() - Method in class com.atlassian.greenhopper.web.rapid.chart.sprintreportfactory.HistoricSprintReportContentsFactory
-
- create(RapidView, CardLayoutField.Mode, List<NavigableField>, long, long) - Static method in class com.atlassian.greenhopper.web.rapid.list.CollectIssuesEvent
-
- create(RapidView, CardLayoutField.Mode) - Static method in class com.atlassian.greenhopper.web.rapid.list.ExtraFieldsContext
-
- create(boolean, boolean, boolean, int, int) - Static method in class com.atlassian.greenhopper.web.rapid.list.MoveIssuesEvent
-
- create(VersionResource.VersionModel) - Method in class com.atlassian.greenhopper.web.rapid.version.VersionResource
-
- create(List<BoardAdminsModel.BoardAdmin>, List<BoardAdminsModel.BoardAdmin>) - Static method in class com.atlassian.greenhopper.web.rapid.view.BoardAdminsModel
-
- create(ApplicationUser) - Static method in class com.atlassian.greenhopper.web.rapid.view.BoardAdminsPickerModel.BoardAdmin
-
- create(Group) - Static method in class com.atlassian.greenhopper.web.rapid.view.BoardAdminsPickerModel.BoardAdmin
-
- create(List<ApplicationUser>, List<Group>) - Static method in class com.atlassian.greenhopper.web.rapid.view.BoardAdminsPickerModel
-
- create(RapidView, UserFormatter) - Static method in class com.atlassian.greenhopper.web.rapid.view.RapidViewEditModel.Owner
-
- create(SearchRequest, UserManager, UserFormatter) - Static method in class com.atlassian.greenhopper.web.rapid.view.RapidViewEditModel.Owner
-
- create(String, ApplicationUser, UserFormatter) - Static method in class com.atlassian.greenhopper.web.rapid.view.RapidViewEditModel.Owner
-
- create(Long, String, String, boolean) - Static method in class com.atlassian.greenhopper.web.rapid.view.RapidViewProjectEntry
-
- create(RapidViewResource.CreateAdvancedRequest) - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewResource
-
- create(String, String, String, boolean, boolean) - Static method in class com.atlassian.greenhopper.web.rapid.view.StatisticsFieldEntry
-
- create(StatisticsField, I18n2) - Static method in class com.atlassian.greenhopper.web.rapid.view.StatisticsFieldEntry
-
- create(StatisticsFieldInstance, I18n2) - Static method in class com.atlassian.greenhopper.web.rapid.view.StatisticsFieldEntry
-
- CREATE_CONTENT_JIRA_REMOTE_LINK_CALLBACK - Static variable in class com.atlassian.greenhopper.web.rapid.entity.common.AbstractLinkedPagesModelFactory
-
- CREATE_CONTENT_WITH_INIT_CONTEXT - Static variable in class com.atlassian.greenhopper.web.rapid.entity.common.AbstractLinkedPagesModelFactory
-
The primary app linked confluence instance is checked to see if it has these two capabilities.
- createAndReleaseVersion(ApplicationUser, String, String, DateMidnight, Long, Long) - Method in interface com.atlassian.greenhopper.service.version.ReleaseService
-
Create a version in each project that has issues in the done column, associate the version with the issues and release it.
- createAndReleaseVersion(ApplicationUser, String, String, DateMidnight, Long, Long) - Method in class com.atlassian.greenhopper.service.version.ReleaseServiceImpl
-
- createCallback(RapidView) - Method in class com.atlassian.greenhopper.service.issue.callback.ColumnStatisticsCallbackFactory
-
Constructs the appropriate column statistic callback based on the given
RapidView
.
- createCallback(RapidView, StatisticsFieldConfig) - Method in class com.atlassian.greenhopper.service.issue.callback.ColumnStatisticsCallbackFactory
-
- createCardColorIssueEntryCallback(ApplicationUser, RapidView, CardColorStrategy) - Method in interface com.atlassian.greenhopper.service.rapid.view.color.CardColorQueryService
-
Get a RapidIssueEntryCallbackComponent for a given rapidView and cardColorStrategy.
- createCardColorIssueEntryCallback(ApplicationUser, RapidView, CardColorStrategy) - Method in class com.atlassian.greenhopper.service.rapid.view.color.CardColorQueryServiceImpl
-
- createCollationCheckRows(long, long, String[]) - Method in class com.atlassian.greenhopper.manager.lexorank.collation.CollationIntegrityDao
-
Create rows used in collation check.
- createColumnsForSimplifiedWorkflow(RapidViewPreset) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewPresetService
-
- createCurrentEstimateStatistic(Issue, HistoricalEstimateStatisticValueResolver) - Method in class com.atlassian.greenhopper.web.rapid.issue.StatisticFieldHelper
-
- createCustomField(CustomFieldMetadata) - Method in interface com.atlassian.greenhopper.customfield.CustomFieldService
-
Create a new custom field in JIRA with the given configuration
- createCustomField(CustomFieldMetadata) - Method in class com.atlassian.greenhopper.customfield.CustomFieldServiceImpl
-
- createDateFieldViewEntry(I18n2, ApplicationUser, Timestamp, String, String) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.FieldHelper
-
Factory method for creating FieldEntry's for date fields.
- CreatedDateFieldEntryFactory - Class in com.atlassian.greenhopper.web.rapid.issue.fields
-
- CreatedDateFieldEntryFactory(FieldHelper) - Constructor for class com.atlassian.greenhopper.web.rapid.issue.fields.CreatedDateFieldEntryFactory
-
- createDefaultBaseQuery(RapidViewPreset, List<Project>) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewPresetService
-
Query for the filter: All issues in the project, order by global rank
- createDefaultColumns(ApplicationUser, RapidView, RapidViewPreset) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewPresetService
-
- createDefaultEstimationStatisticConfig(RapidViewPreset) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewPresetService
-
- createDefaultQuickFilters(RapidViewPreset) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewPresetService
-
- createDefaultRapidViewFields(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.detailview.DetailViewFieldConfigurationService
-
Initially setup the rapid view
- createDefaultRapidViewFields(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.detailview.DetailViewFieldConfigurationServiceImpl
-
- createDefaultRapidViewForProject(ApplicationUser, String, RapidViewPreset, Project) - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewHelper
-
Creates the default rapid view for a newly created project.
- createDefaultStatisticsField(RapidViewPreset) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewPresetService
-
- createDefaultSubqueries(RapidViewPreset) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewPresetService
-
- createDefaultSwimlanes(RapidViewPreset) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewPresetService
-
- createDefaultTrackingStatisticConfig(RapidViewPreset) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewPresetService
-
- createDefaultWorkingDaysConfig(ApplicationUser, RapidViewPreset) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewPresetService
-
- createDeletePropertyEventBiFunction() - Method in class com.atlassian.greenhopper.service.rapid.view.BoardPropertyHelper
-
- createDeletePropertyEventBiFunction() - Method in class com.atlassian.greenhopper.service.sprint.SprintPropertyHelper
-
- createEditEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.DescriptionFieldEntryFactory
-
- createEditEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.EpicStatusFieldEntryFactory
-
- createEditEntry(I18n2, Issue, ApplicationUser) - Method in interface com.atlassian.greenhopper.web.rapid.issue.fields.FieldEntryFactory
-
- createEditEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.NumberCustomFieldEntryFactory
-
- createEditEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.OriginalEstimateFieldEntryFactory
-
- createEditEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.ReadOnlyFieldEntryFactory
-
- createEditEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.RemainingEstimateFieldEntryFactory
-
- createEditEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.SummaryFieldEntryFactory
-
- createEditEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.TextCustomFieldEntryFactory
-
- createEntry(Issue, Map<String, Object>) - Method in class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.BaseEditableTabEntryFactory
-
- createEntry(Issue, Map<String, Object>) - Method in class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.EditableHeaderTabEntryFactory
-
- createEntry(Issue, Map<String, Object>) - Method in class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.EditableIssuesInEpicTabEntryFactory
-
- createEntry(Issue, Map<String, Object>) - Method in class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.EditableSubtasksTabEntryFactory
-
- createEntry(Issue, Map<String, Object>) - Method in interface com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.EditableTabEntryFactory
-
This populates the entry model for every tab in editable Details View of the requested issue
in given context
- createEntry(I18n2, CardLayoutFieldConfig) - Method in class com.atlassian.greenhopper.web.rapid.view.cardlayout.CardLayoutHelper
-
- createEntry(I18n2, Field, CardLayoutField.Mode) - Method in class com.atlassian.greenhopper.web.rapid.view.cardlayout.CardLayoutHelper
-
- createEntry(I18n2, DetailViewFieldConfig, StatisticsField) - Method in class com.atlassian.greenhopper.web.rapid.view.detailview.DetailViewFieldHelper
-
- createEntry(I18n2, Field, StatisticsField) - Method in class com.atlassian.greenhopper.web.rapid.view.detailview.DetailViewFieldHelper
-
- createEpicLinkChecked(String, RemoteLinkCreateRequest) - Method in class com.atlassian.greenhopper.web.api.RemoteEpicLinkResource
-
Creates an existing remote epic link.
- createErrorResponse(Collection<ValidationError>) - Method in class com.atlassian.greenhopper.gadget.AbstractGadgetResource
-
- createEstimateStatistic(Issue, IssueStatisticValueResolver) - Method in class com.atlassian.greenhopper.web.rapid.issue.StatisticFieldHelper
-
- createEstimateStatistic(Long, String, String, DocumentStatisticValueResolver) - Method in class com.atlassian.greenhopper.web.rapid.issue.StatisticFieldHelper
-
- createFieldEntry() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.AbstractCustomFieldEntryFactory
-
- createFieldEntry() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.DefaultCustomFieldEntryFactory
-
- createFieldEntry() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.LabelsCustomFieldEntryFactory
-
- createFieldEntry() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.VersionCustomFieldEntryFactory
-
- createFlatComparator(ApplicationUser, long) - Method in interface com.atlassian.greenhopper.service.rank.RankService
-
Create a 'flat' comparator for Rankables.
- createFlatComparator(ApplicationUser, long) - Method in class com.atlassian.greenhopper.service.rank.RankServiceImpl
-
- createHealthStatus(boolean, String) - Method in class com.atlassian.greenhopper.healthcheck.AbstractHealthCheck
-
- createIssueCountEstimateStatistic() - Method in class com.atlassian.greenhopper.web.rapid.issue.StatisticFieldHelper
-
- createIssueProjects(ApplicationUser) - Method in interface com.atlassian.greenhopper.service.PermissionService
-
Get a collection of projects the user can create issues in.
- createIssueProjects(ApplicationUser) - Method in class com.atlassian.greenhopper.service.PermissionServiceImpl
-
- createIssueRowEntry(ApplicationUser, Issue) - Method in class com.atlassian.greenhopper.web.rapid.issue.IssueRowEntryFactory
-
- createIssues(Issue, List<SplitIssueService.IssueData>) - Method in interface com.atlassian.greenhopper.web.rapid.plan.splitissue.CreateSplitIssuesHelper
-
Creates additional issues that the original issue is split into.
- createIssues(Issue, List<SplitIssueService.IssueData>) - Method in class com.atlassian.greenhopper.web.rapid.plan.splitissue.CreateSplitIssuesHelperImpl
-
- createLexoRankField() - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankCustomFieldService
-
- createMarkerRowsForRankField(long) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankDao
-
Creates the 'marker' rows for the given fieldId in the db.
- createMarkerRowsForRankField(long) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankDaoImpl
-
- createMessage(String, Object[]) - Method in class com.atlassian.greenhopper.global.LoggerWrapper
-
- createModel(Issue, boolean) - Method in class com.atlassian.greenhopper.web.rapid.issue.issuelink.IssueLinkModelFactory
-
- createModel(RapidView, Issue, List<? extends Field>, StatisticsField, StatisticsField) - Method in interface com.atlassian.greenhopper.web.rapid.issue.tabs.TabModelFactory
-
- createModelPerTab(RapidView, Issue, List<? extends Field>, StatisticsField, StatisticsField, DetailsViewTab) - Method in interface com.atlassian.greenhopper.web.rapid.issue.tabs.TabModelFactory
-
- createNewRapidView(User, String, long, ErrorCollection) - Method in interface com.atlassian.greenhopper.api.rapid.view.RapidViewCreationService
-
- createNewRapidView(ApplicationUser, 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.
- createNewRapidView(User, String, long, ErrorCollection) - Method in class com.atlassian.greenhopper.api.rapid.view.RapidViewCreationServiceImpl
-
- createNewRapidView(ApplicationUser, String, long, ErrorCollection) - Method in class com.atlassian.greenhopper.api.rapid.view.RapidViewCreationServiceImpl
-
- createNoContentResponse() - Method in class com.atlassian.greenhopper.web.AbstractResource
-
- createOkResponse(Object) - Method in class com.atlassian.greenhopper.gadget.AbstractGadgetResource
-
- createOkResponse(RestTemplate) - Method in class com.atlassian.greenhopper.web.AbstractResource
-
Returns an ok response with NO_CACHE headers applied to it.
- createOkResponse(RestTemplate, EntityTag) - Method in class com.atlassian.greenhopper.web.AbstractResource
-
Creates an ok response including an etag.
- createOperationInfo(ActiveObjects, IssueRankingOperationLogAO) - Method in class com.atlassian.greenhopper.manager.rank.OperationInfoFactory
-
Extracts the information contained in the OperationLog into an object that knows how to execute the operation
- createOptimizedQuery(Query) - Method in class com.atlassian.greenhopper.util.jql.ReleasedVersionsFunctionOptimizer
-
- createOptimizedQuery(Query) - Method in class com.atlassian.greenhopper.util.jql.UnreleasedVersionsFunctionOptimizer
-
- createOptimizedQuery(Query) - Method in class com.atlassian.greenhopper.util.jql.VersionsFunctionOptimizer
-
Optimizes given query depending on previously provided versionsFunctionOptimizerVisitor.
- createOrUpdateRemoteSprintLink(Long, RemoteLinkCreateRequest) - Method in class com.atlassian.greenhopper.web.api.RemoteSprintLinkResource
-
- createPluginRegistration() - Method in class com.atlassian.greenhopper.webhooks.AgileWebHookRegistrationFactory
-
- createProject(ApplicationUser, String, String, String, String, String, Long, Long, ProjectType) - Method in interface com.atlassian.greenhopper.service.project.ProjectService
-
Create a project with all the necessary bells and whistles (schemas of various kinds, all default).
- createProject(ApplicationUser, String, String, String, String, String, Long, Long, ProjectType) - Method in class com.atlassian.greenhopper.service.project.ProjectServiceImpl
-
- createProject(ApplicationUser, WelcomeCreateProjectRequest) - Method in class com.atlassian.greenhopper.web.rapid.welcome.WelcomeHelper
-
Take the data entered by the user during the wizard steps and create stuff.
- createProject(WelcomeCreateProjectRequest) - Method in class com.atlassian.greenhopper.web.rapid.welcome.WelcomeResource
-
- CreateProjectSequenceData - Class in com.atlassian.greenhopper.web.onboarding.data
-
- CreateProjectSequenceData(JiraAuthenticationContext, UserConfigurationService, ProjectService) - Constructor for class com.atlassian.greenhopper.web.onboarding.data.CreateProjectSequenceData
-
- createQuery(ApplicationUser, String, String, ErrorCollection) - Method in class com.atlassian.greenhopper.web.rapid.view.JqlHelper
-
Translates the query string into a query object
Note: This is an adaption of IssueNavigator.getNewSearchQuery
- createQuery(ApplicationUser, String) - Method in class com.atlassian.greenhopper.web.rapid.view.JqlHelper
-
- createQuery(ApplicationUser, String, String) - Method in class com.atlassian.greenhopper.web.rapid.view.JqlHelper
-
Translates the query string into a query object
Note: This is an adaption of IssueNavigator.getNewSearchQuery
- createQueryForEmptyOperand(String, Operator) - Method in class com.atlassian.greenhopper.customfield.epiclabel.EpicLabelActualValueEqualityQueryFactory
-
- createQueryForEmptyOperand(QueryCreationContext, String, Operator) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkEqualityQueryFactory
-
- createQueryForEmptyOperand(QueryCreationContext, String, Operator) - Method in interface com.atlassian.greenhopper.customfield.searcher.GhOperatorSpecificQueryFactory
-
- createQueryForEmptyOperand(QueryCreationContext, String, Operator) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintEqualityQueryFactory
-
- createQueryForMultipleValues(String, Operator, List<QueryLiteral>) - Method in class com.atlassian.greenhopper.customfield.epiclabel.EpicLabelActualValueEqualityQueryFactory
-
- createQueryForMultipleValues(QueryCreationContext, String, Operator, List<QueryLiteral>) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkEqualityQueryFactory
-
- createQueryForMultipleValues(QueryCreationContext, String, Operator, List<QueryLiteral>) - Method in interface com.atlassian.greenhopper.customfield.searcher.GhOperatorSpecificQueryFactory
-
- createQueryForMultipleValues(QueryCreationContext, String, Operator, List<QueryLiteral>) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintEqualityQueryFactory
-
- createQueryForSingleValue(String, Operator, List<QueryLiteral>) - Method in class com.atlassian.greenhopper.customfield.epiclabel.EpicLabelActualValueEqualityQueryFactory
-
- createQueryForSingleValue(QueryCreationContext, String, Operator, List<QueryLiteral>) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkEqualityQueryFactory
-
- createQueryForSingleValue(QueryCreationContext, String, Operator, List<QueryLiteral>) - Method in interface com.atlassian.greenhopper.customfield.searcher.GhOperatorSpecificQueryFactory
-
- createQueryForSingleValue(QueryCreationContext, String, Operator, List<QueryLiteral>) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintEqualityQueryFactory
-
- createRankableObject(RankableObject) - Method in class com.atlassian.greenhopper.manager.rankableobject.RankableObjectManager
-
- createRankableObject(ApplicationUser, String) - Method in class com.atlassian.greenhopper.service.rank.RankableObjectService
-
- createRankResponse(RankChangesOutcome) - Method in class com.atlassian.greenhopper.web.api.RankHelper
-
- createRankResponse(RankChangesOutcome) - Method in class com.atlassian.greenhopper.web.rank.RankHelper
-
- createRapidViewForPreset(ApplicationUser, String, Set<String>, String) - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewHelper
-
Take the data entered by the user during the wizard steps and create stuff.
- createRapidViewWithFilter(ApplicationUser, String, Long, String) - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewHelper
-
- createRapidViewWithProjects(String, RapidViewPreset, List<Project>) - Method in interface com.atlassian.greenhopper.sampledata.SampleDataGenerator
-
Creates a rapid view for a list of projects
- createRapidViewWithProjects(String, RapidViewPreset, List<Project>) - Method in class com.atlassian.greenhopper.sampledata.SampleDataGeneratorImpl
-
- createRapidViewWithProjects(ApplicationUser, String, RapidViewPreset, List<Project>) - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewHelper
-
- createRemoteSprintLink(ApplicationUser, Long, String, String, String, String, String, String) - Method in class com.atlassian.greenhopper.service.sprint.RemoteSprintLinkService
-
- createRemoteSprintLinkChecked(Long, RemoteLinkCreateRequest) - Method in class com.atlassian.greenhopper.web.api.RemoteSprintLinkResource
-
Creates a remote sprint link.
- createResponseWithRedirect(Long) - Method in class com.atlassian.greenhopper.web.rapid.project.GreenHopperProjectCreateHook
-
- createSampleKanbanData(String, String, Option<String>) - Method in interface com.atlassian.greenhopper.sampledata.SampleDataGenerator
-
Creates a kanban project and fills it with sample data
- createSampleKanbanData(String, String, Option<String>) - Method in class com.atlassian.greenhopper.sampledata.SampleDataGeneratorImpl
-
- createSampleScrumData(String, String, Option<String>) - Method in interface com.atlassian.greenhopper.sampledata.SampleDataGenerator
-
Creates a scrum project and fills it with sample data
- createSampleScrumData(String, String, Option<String>) - Method in class com.atlassian.greenhopper.sampledata.SampleDataGeneratorImpl
-
- createSavedFilter(ApplicationUser, String, Query, SharedEntity.SharePermissions) - Method in interface com.atlassian.greenhopper.service.rapid.SavedFilterService
-
Validate and create a new saved filter
- createSavedFilter(ApplicationUser, String, Query, SharedEntity.SharePermissions) - Method in class com.atlassian.greenhopper.service.rapid.SavedFilterServiceImpl
-
- createSavedFilterWithNoPermissionCheck(ApplicationUser, String, Query, SharedEntity.SharePermissions) - Method in interface com.atlassian.greenhopper.service.rapid.SavedFilterService
-
- createSavedFilterWithNoPermissionCheck(ApplicationUser, String, Query, SharedEntity.SharePermissions) - Method in class com.atlassian.greenhopper.service.rapid.SavedFilterServiceImpl
-
- createServiceTracker(Class<?>) - Method in class com.atlassian.greenhopper.sidebar.GlobalBoardSidebarRendererAccessor
-
- createServiceTracker(Class<?>) - Method in class com.atlassian.greenhopper.sidebar.navigation.NavigationItemServiceAccessor
-
- createServiceTracker(Class<?>) - Method in class com.atlassian.greenhopper.sidebar.SidebarDarkFeatureManagerAccessor
-
- createServiceTracker(Class<?>) - Method in class com.atlassian.greenhopper.sidebar.SidebarPlaceholderRendererAccessor
-
- createSetPropertyEventBiFunction() - Method in class com.atlassian.greenhopper.service.rapid.view.BoardPropertyHelper
-
- createSetPropertyEventBiFunction() - Method in class com.atlassian.greenhopper.service.sprint.SprintPropertyHelper
-
- createSimplifiedWorkflowForExistingProject(ApplicationUser, Project, List<Status>) - Method in interface com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowService
-
Take the workflow of the existing project, and create a copy which is a GreenHopper Simplified Workflow.
- createSimplifiedWorkflowForExistingProject(ApplicationUser, Project, List<Status>) - Method in class com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowServiceImpl
-
- createSimplifiedWorkflowForNewProject(ApplicationUser, String, SimplifiedWorkflowPresets) - Method in interface com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowService
-
Create a "GreenHopper Simplified Workflow" workflow scheme and workflow for a project with key projectKey.
- createSimplifiedWorkflowForNewProject(ApplicationUser, Project, SimplifiedWorkflowPresets) - Method in interface com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowService
-
Create a "GreenHopper Simplified Workflow" workflow scheme and workflow for the newly created project and associate it with the provided project
- createSimplifiedWorkflowForNewProject(ApplicationUser, String, SimplifiedWorkflowPresets) - Method in class com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowServiceImpl
-
- createSimplifiedWorkflowForNewProject(ApplicationUser, Project, SimplifiedWorkflowPresets) - Method in class com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowServiceImpl
-
- CreateSplitIssuesHelper - Interface in com.atlassian.greenhopper.web.rapid.plan.splitissue
-
- CreateSplitIssuesHelperImpl - Class in com.atlassian.greenhopper.web.rapid.plan.splitissue
-
- CreateSplitIssuesHelperImpl() - Constructor for class com.atlassian.greenhopper.web.rapid.plan.splitissue.CreateSplitIssuesHelperImpl
-
- createSprint(Map<String, Object>) - Method in interface com.atlassian.greenhopper.imports.ProjectImportService
-
Create a sprint with the given attributes, and returns the newly created sprint id.
- createSprint(Map<String, Object>) - Method in class com.atlassian.greenhopper.imports.ProjectImportServiceImpl
-
- createSprint(Sprint) - Method in interface com.atlassian.greenhopper.service.sprint.SprintManager
-
Create a sprint given the object
- createSprint(Map<String, Object>) - Method in interface com.atlassian.greenhopper.service.sprint.SprintManager
-
Create a sprint given the fields
- createSprint(Sprint) - Method in class com.atlassian.greenhopper.service.sprint.SprintManagerImpl
-
- createSprint(Map<String, Object>) - Method in class com.atlassian.greenhopper.service.sprint.SprintManagerImpl
-
- createSprint(ApplicationUser, RapidView, Sprint, Set<Issue>) - Method in interface com.atlassian.greenhopper.service.sprint.SprintService
-
- createSprint(ApplicationUser, Sprint) - Method in interface com.atlassian.greenhopper.service.sprint.SprintService
-
Create a new sprint in a future state.Â
- createSprint(ApplicationUser, RapidView, Sprint, Set<Issue>) - Method in class com.atlassian.greenhopper.service.sprint.SprintServiceImpl
-
- createSprint(ApplicationUser, Sprint) - Method in class com.atlassian.greenhopper.service.sprint.SprintServiceImpl
-
- createSprint(long) - Method in class com.atlassian.greenhopper.web.rapid.sprint.CompleteSprintResource
-
- createSprint(SprintCreateBean, Long) - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintResource
-
Create a new sprint from existing data in SprintCreateBean for a given rapid view.
- createStatus(String, String, Long) - Method in interface com.atlassian.greenhopper.service.issue.field.IssueStatusService
-
- createStatus(String, String, Long) - Method in class com.atlassian.greenhopper.service.issue.field.IssueStatusServiceImpl
-
- createStatus(WorkflowResource.CreateStatusRequest) - Method in class com.atlassian.greenhopper.web.rapid.view.WorkflowResource
-
- createStatusEntry(Issue) - Method in class com.atlassian.greenhopper.web.rapid.issue.StatusEntryFactory
-
- createStatusEntry(Status) - Method in class com.atlassian.greenhopper.web.rapid.issue.StatusEntryFactory
-
- createStatusEntry(IssueStatus) - Method in class com.atlassian.greenhopper.web.rapid.issue.StatusEntryFactory
-
- CreateStatusRequest() - Constructor for class com.atlassian.greenhopper.web.rapid.view.WorkflowResource.CreateStatusRequest
-
- createSubtaskEntry(ApplicationUser, Issue, StatisticsField) - Method in class com.atlassian.greenhopper.web.rapid.issue.SubtaskEntryFactory
-
- createTrackingStatistic(Long, String, String, DocumentStatisticValueResolver) - Method in class com.atlassian.greenhopper.web.rapid.issue.StatisticFieldHelper
-
- createTrackingStatistic(StatisticsField, Long, String, StatisticFieldHelper.EnclosedValueResolver) - Method in class com.atlassian.greenhopper.web.rapid.issue.StatisticFieldHelper
-
- createTrackingStatisticValue(DocumentStatisticValueResolver, Long, String, Double) - Method in class com.atlassian.greenhopper.web.rapid.issue.StatisticFieldHelper
-
Renders the tracking statistic for an already calculated value, such as aggregated statistic value (e.g. time tracking in plan mode)
- createUpdatedSprint(ApplicationUser, Sprint, UpdateSprintRequest) - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintHelper
-
Parses an update sprint request and creates a sprint object out of it
- createValidationResponse(Collection<ValidationError>) - Method in class com.atlassian.greenhopper.gadget.AbstractGadgetResource
-
- createValue(CustomField, Issue, Issue) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCFType
-
Save the relationship that epic
is the epic for issue
to the database.
- createValue(CustomField, Issue, LexoRank) - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankCFType
-
- createVersion(ApplicationUser, Project, String, String, DateMidnight) - Method in interface com.atlassian.greenhopper.service.version.VersionService
-
Creates a single project version.
- createVersion(ApplicationUser, Project, String, String, Date, Date) - Method in interface com.atlassian.greenhopper.service.version.VersionService
-
Creates a single project version.
- createVersion(ApplicationUser, Project, String, String, DateMidnight) - Method in class com.atlassian.greenhopper.service.version.VersionServiceImpl
-
- createVersion(ApplicationUser, Project, String, String, Date, Date) - Method in class com.atlassian.greenhopper.service.version.VersionServiceImpl
-
- createVersions(ApplicationUser, Collection<Project>, String, String, DateMidnight) - Method in interface com.atlassian.greenhopper.service.version.VersionService
-
Build a version out of the given parameters and create it.
- createVersions(ApplicationUser, Collection<Project>, String, String, DateMidnight) - Method in class com.atlassian.greenhopper.service.version.VersionServiceImpl
-
We're calling through to the service layer, so JIRA does all the validation for us.
- createViewEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.AbstractAggregateRemainingEstimateFieldEntryFactory
-
- createViewEntry(I18n2, Issue, Collection<Issue>, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.AbstractAggregateRemainingEstimateFieldEntryFactory
-
- createViewEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.AbstractCustomFieldEntryFactory
-
- createViewEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.AffectedVersionsFieldEntryFactory
-
- createViewEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.AssigneeFieldEntryFactory
-
- createViewEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.ComponentsFieldEntryFactory
-
- createViewEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.CreatedDateFieldEntryFactory
-
- createViewEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.DescriptionFieldEntryFactory
-
- createViewEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.EpicLinkFieldEntryFactory
-
- createViewEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.EpicStatusFieldEntryFactory
-
- createViewEntry(I18n2, Issue, ApplicationUser) - Method in interface com.atlassian.greenhopper.web.rapid.issue.fields.FieldEntryFactory
-
- createViewEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.FixForVersionsFieldEntryFactory
-
- createViewEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.IssueKeyFieldEntryFactory
-
- createViewEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.IssueLinksSystemFieldEntryFactory
-
- createViewEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.LabelsFieldEntryFactory
-
- createViewEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.NumberCustomFieldEntryFactory
-
- createViewEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.OriginalEstimateFieldEntryFactory
-
- createViewEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.ParentIssueKeyFieldEntryFactory
-
- createViewEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.RemainingEstimateFieldEntryFactory
-
- createViewEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.ReporterFieldEntryFactory
-
- createViewEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.ResolutionDateFieldEntryFactory
-
- createViewEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.StatusFieldEntryFactory
-
- createViewEntry(I18n2, Issue, Collection<Issue>, ApplicationUser) - Method in interface com.atlassian.greenhopper.web.rapid.issue.fields.SubTaskAwareFieldEntryFactory
-
- createViewEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.SummaryFieldEntryFactory
-
- createViewEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.SystemFieldEntryFactory
-
- createViewEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.TextCustomFieldEntryFactory
-
- createViewEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.UpdatedDateFieldEntryFactory
-
- createViewEntry(I18n2, Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.VotesFieldEntryFactory
-
- createWithStatuses(Map<String, Object>, List<String>, int) - Method in class com.atlassian.greenhopper.service.rapid.view.ColumnDao
-
- CreationConversation(String, String, RemoteLinkConversationService.CreationConversation.Status) - Constructor for class com.atlassian.greenhopper.service.api.remote.RemoteLinkConversationService.CreationConversation
-
- creationToken - Variable in class com.atlassian.greenhopper.api.RemoteLinkCreateRequest
-
- CumulativeFlowChartModel - Class in com.atlassian.greenhopper.web.rapid.chart
-
The model behind the CFD.
- CumulativeFlowChartModel() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.CumulativeFlowChartModel
-
- CumulativeFlowChartModel.ColumnEntry - Class in com.atlassian.greenhopper.web.rapid.chart
-
Things we need to know about a column
- CumulativeFlowChartModelFactory - Class in com.atlassian.greenhopper.web.rapid.chart
-
Factory to generate the model for the cumulative flow chart
- CumulativeFlowChartModelFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.CumulativeFlowChartModelFactory
-
- currentEstimateStatistic - Variable in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry
-
Represents the value of the configured of current estimate statistic
null means that the relevant field is invalid for this issue
- CurrentRequestGetter - Class in com.atlassian.greenhopper.web
-
Name says it all.
- CurrentRequestGetter() - Constructor for class com.atlassian.greenhopper.web.CurrentRequestGetter
-
- currentSprint - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.RemoveFromSprintModel.RemoveFromSprintEntryModel
-
- CurrentSprints() - Constructor for class com.atlassian.greenhopper.web.rapid.plan.PlanningModeService.CurrentSprints
-
- currentTimeZoneId - Variable in class com.atlassian.greenhopper.web.rapid.view.workingdays.TimeZoneEditModel
-
- currentViewConfig - Variable in class com.atlassian.greenhopper.web.rapid.RapidConfig
-
- CUSTOM_FIELD_ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QIssueRanking
-
Database Columns
- CUSTOM_FIELD_ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QIssueRankingOperationLog
-
Database Columns
- CUSTOM_FIELD_ID_ERROR_CONTEXT - Static variable in interface com.atlassian.greenhopper.service.rank.RankService
-
- CUSTOMFIELD_METADATA - Static variable in class com.atlassian.greenhopper.customfield.epiccolor.EpicColorCFType
-
the metadata needed to define the custom field in JIRA
- CUSTOMFIELD_METADATA - Static variable in class com.atlassian.greenhopper.customfield.epiclabel.EpicLabelCFType
-
the metadata needed to define the custom field in JIRA
- CUSTOMFIELD_METADATA - Static variable in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCFType
-
the metadata needed to define the custom field in Jira
- CUSTOMFIELD_METADATA - Static variable in class com.atlassian.greenhopper.customfield.epicstatus.EpicStatusCFType
-
The metadata needed to define the custom field in JIRA
- CUSTOMFIELD_METADATA - Static variable in class com.atlassian.greenhopper.customfield.lexorank.LexoRankCFType
-
- CUSTOMFIELD_METADATA - Static variable in class com.atlassian.greenhopper.customfield.rank.RankCFType
-
the metadata needed to define the custom field in JIRA
- CUSTOMFIELD_METADATA - Static variable in class com.atlassian.greenhopper.customfield.sprint.SprintCFType
-
the meta-data needed to define the custom field in JIRA
- CUSTOMFIELD_METADATA - Static variable in class com.atlassian.greenhopper.manager.issue.fields.BusinessValueCustomFieldProvider
-
the meta-data needed to define the custom field in JIRA
- CUSTOMFIELD_METADATA - Static variable in class com.atlassian.greenhopper.manager.issue.fields.ClassicEpicLabelCustomFieldProvider
-
the meta-data needed to define the custom field in JIRA
- CUSTOMFIELD_METADATA - Static variable in class com.atlassian.greenhopper.manager.issue.fields.StoryPointsCustomFieldProvider
-
the meta-data needed to define the custom field in JIRA
- CustomFieldConfigurationRestorer - Interface in com.atlassian.greenhopper.customfield
-
- CustomFieldConfigurationRestorer.ScreenSchemeOption - Enum in com.atlassian.greenhopper.customfield
-
- CustomFieldConfigurationRestorerImpl - Class in com.atlassian.greenhopper.customfield
-
- CustomFieldConfigurationRestorerImpl() - Constructor for class com.atlassian.greenhopper.customfield.CustomFieldConfigurationRestorerImpl
-
- CustomFieldContextConfigurator - Interface in com.atlassian.greenhopper.manager.issue.fields
-
- CustomFieldContextConfiguratorImpl - Class in com.atlassian.greenhopper.manager.issue.fields
-
- CustomFieldContextConfiguratorImpl() - Constructor for class com.atlassian.greenhopper.manager.issue.fields.CustomFieldContextConfiguratorImpl
-
- CustomFieldException - Exception in com.atlassian.greenhopper.customfield
-
- CustomFieldException() - Constructor for exception com.atlassian.greenhopper.customfield.CustomFieldException
-
- CustomFieldException(String, Throwable) - Constructor for exception com.atlassian.greenhopper.customfield.CustomFieldException
-
- CustomFieldException(String) - Constructor for exception com.atlassian.greenhopper.customfield.CustomFieldException
-
- CustomFieldException(Throwable) - Constructor for exception com.atlassian.greenhopper.customfield.CustomFieldException
-
- 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.
- customFieldId - Variable in class com.atlassian.greenhopper.manager.rank.instruction.BaseInstruction
-
- customFieldId - Variable in class com.atlassian.greenhopper.web.rank.RankRequest
-
- customFieldId - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.SprintRankRequest
-
- CustomFieldMetadata - Class in com.atlassian.greenhopper.customfield
-
Describes the configuration keys necessary for managing a custom field in JIRA
- CustomFieldMetadata(String, String, String, String, IssueTypePrototype...) - Constructor for class com.atlassian.greenhopper.customfield.CustomFieldMetadata
-
Deprecated.
- CustomFieldMetadata(String, String, String, String, Set<IssueTypePrototype>) - Constructor for class com.atlassian.greenhopper.customfield.CustomFieldMetadata
-
Deprecated.
- customFieldMetadata - Variable in class com.atlassian.greenhopper.manager.issue.fields.AbstractDefaultCustomFieldProvider
-
- CustomFieldMetadata.Builder - Class in com.atlassian.greenhopper.customfield
-
- CustomFieldModel - Class in com.atlassian.greenhopper.api.epics
-
Encapsulates the JSON data for the epic custom field types in the response.
- CustomFieldModel() - Constructor for class com.atlassian.greenhopper.api.epics.CustomFieldModel
-
- CustomFieldOptionModel - Class in com.atlassian.greenhopper.api.epics
-
Encapsulates the JSON data for the custom field option values returned in the response.
- CustomFieldOptionModel() - Constructor for class com.atlassian.greenhopper.api.epics.CustomFieldOptionModel
-
- CustomFieldScreenService - Interface in com.atlassian.greenhopper.customfield
-
Handles adding custom fields to particular screens
- CustomFieldScreenServiceImpl - Class in com.atlassian.greenhopper.customfield
-
- CustomFieldScreenServiceImpl() - Constructor for class com.atlassian.greenhopper.customfield.CustomFieldScreenServiceImpl
-
- CustomFieldService - Interface in com.atlassian.greenhopper.customfield
-
Service for encapsulating custom field logic, especially the rather complex JIRA logic behind creating and working with these things.
- customFieldService - Variable in class com.atlassian.greenhopper.manager.issue.fields.AbstractDefaultCustomFieldProvider
-
- CustomFieldServiceImpl - Class in com.atlassian.greenhopper.customfield
-
- CustomFieldServiceImpl() - Constructor for class com.atlassian.greenhopper.customfield.CustomFieldServiceImpl
-
- CustomFieldTerminologyEventListener - Class in com.atlassian.greenhopper.customfield.terminology
-
- CustomFieldTerminologyEventListener(EpicCustomFieldService, SprintCustomFieldService, TranslationManager, I18nFactoryService, FieldLayoutManager, LocaleManager, TerminologyEntryReader) - Constructor for class com.atlassian.greenhopper.customfield.terminology.CustomFieldTerminologyEventListener
-
- CustomFieldUpdateService - Interface in com.atlassian.greenhopper.issue.fields
-
Service to hide the way custom fields get updated.
- CustomFieldUpdateServiceImpl - Class in com.atlassian.greenhopper.issue.fields
-
Service that updates customer fields via the manager.
- CustomFieldUpdateServiceImpl(CustomFieldManager) - Constructor for class com.atlassian.greenhopper.issue.fields.CustomFieldUpdateServiceImpl
-
- CustomFieldUtil - Class in com.atlassian.greenhopper.customfield
-
- CustomFieldUtil() - Constructor for class com.atlassian.greenhopper.customfield.CustomFieldUtil
-
- CustomSwimlanesData() - Constructor for class com.atlassian.greenhopper.web.rapid.work.SwimlanesData.CustomSwimlanesData
-
- edit - Variable in class com.atlassian.greenhopper.web.rapid.issue.fields.FieldUpdatedEntry
-
Edit data of the field.
- EDIT_SPRINT_NAME_AND_GOAL - Static variable in class com.atlassian.greenhopper.jira.permission.GHProjectPermissions
-
- editable - Variable in class com.atlassian.greenhopper.web.integration.TeamCalendarsSprintList.TeamCalendarsSprint
-
- editable - Variable in class com.atlassian.greenhopper.web.rapid.issue.fields.FieldEntry
-
Whether the field is editable.
- EditableAttachmentTabEntryFactory - Class in com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory
-
This is used to populate entry model for DetailsViewTab#ATTACHMENT
- EditableAttachmentTabEntryFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.EditableAttachmentTabEntryFactory
-
- EditableCommentTabEntry - Class in com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory
-
- EditableCommentTabEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.EditableCommentTabEntry
-
- EditableCommentTabEntryFactory - Class in com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory
-
This is used to populate entry model for DetailsViewTab#COMMENT
- EditableCommentTabEntryFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.EditableCommentTabEntryFactory
-
- EditableDescriptionTabEntryFactory - Class in com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory
-
This is used to populate entry model for DetailsViewTab#DESCRIPTION
- EditableDescriptionTabEntryFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.EditableDescriptionTabEntryFactory
-
- EditableDetailsTabEntry - Class in com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory
-
- EditableDetailsTabEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.EditableDetailsTabEntry
-
- EditableDetailsTabEntryFactory - Class in com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory
-
This is used to populate entry model for DetailsViewTab#DETAILS
- EditableDetailsTabEntryFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.EditableDetailsTabEntryFactory
-
- EditableHeaderTabEntry - Class in com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory
-
This represents a collection of fields, which are IssueFieldConstants.ISSUE_KEY
,
IssueFieldConstants.SUMMARY
, and estimate fields, rendered in Details View header.
- EditableHeaderTabEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.EditableHeaderTabEntry
-
- EditableHeaderTabEntryFactory - Class in com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory
-
This is used to populate entry model for DetailsViewTab#HEADER
- EditableHeaderTabEntryFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.EditableHeaderTabEntryFactory
-
- EditableIssuesInEpicTabEntry - Class in com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory
-
Provides the data to Issues in Epic panel in Issue Detail View.
- EditableIssuesInEpicTabEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.EditableIssuesInEpicTabEntry
-
- EditableIssuesInEpicTabEntryFactory - Class in com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory
-
This is used to populate entry model for DetailsViewTab#ISSUES_IN_EPIC
.
- EditableIssuesInEpicTabEntryFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.EditableIssuesInEpicTabEntryFactory
-
- EditableSubtasksTabEntry - Class in com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory
-
- EditableSubtasksTabEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.EditableSubtasksTabEntry
-
- EditableSubtasksTabEntryFactory - Class in com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory
-
This is used to populate entry model for DetailsViewTab#SUB_TASKS
- EditableSubtasksTabEntryFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.EditableSubtasksTabEntryFactory
-
- EditableTabEntry - Class in com.atlassian.greenhopper.web.rapid.issue.tabs.editable
-
- EditableTabEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.EditableTabEntry
-
- EditableTabEntryFactory - Interface in com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory
-
This is responsible for producing the model for each editable details view tab for requested issue in given context.
- EditableTabEntryFactoryFactory - Class in com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory
-
This is used to produce an instance of EditableTabEntry
corresponding to a DetailsViewTab
.
- EditableTabEntryFactoryFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.EditableTabEntryFactoryFactory
-
- EditableTabModel - Class in com.atlassian.greenhopper.web.rapid.issue.tabs.editable
-
- EditableTabModel(List<EditableTabEntry>) - Constructor for class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.EditableTabModel
-
- EditableTabModel(EditableTabEntry) - Constructor for class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.EditableTabModel
-
- EditableTabSection - Class in com.atlassian.greenhopper.web.rapid.issue.tabs.editable
-
TODO: Document this class / interface here
- EditableTabSection() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.EditableTabSection
-
- EditableThirdPartyTabEntryFactory - Class in com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory
-
This is used to populate entry model for DetailsViewTab#THIRD_PARTY_TAB
- EditableThirdPartyTabEntryFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.EditableThirdPartyTabEntryFactory
-
- editBuilder() - Method in class com.atlassian.greenhopper.model.rapid.AuditEntry
-
- EditSprintModel - Class in com.atlassian.greenhopper.web.rapid.sprint.model
-
- EditSprintModel() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.model.EditSprintModel
-
- EditSprintUsingManageSprintsPermissionAnalyticEvent - Class in com.atlassian.greenhopper.analytics
-
This analytic event is published when user who modifies sprint field in view issue page has Manage Sprints permission
- EditSprintUsingManageSprintsPermissionAnalyticEvent() - Constructor for class com.atlassian.greenhopper.analytics.EditSprintUsingManageSprintsPermissionAnalyticEvent
-
- EditSprintUsingSchedulePermissionAnalyticEvent - Class in com.atlassian.greenhopper.analytics
-
This analytic event is published when user who modifies sprint field in view issue page doesn't have Manage Sprints permission
- EditSprintUsingSchedulePermissionAnalyticEvent() - Constructor for class com.atlassian.greenhopper.analytics.EditSprintUsingSchedulePermissionAnalyticEvent
-
- editType - Variable in class com.atlassian.greenhopper.web.rapid.issue.fields.FieldDetailType
-
- EIGHT_DECIMAL - Static variable in class com.atlassian.greenhopper.model.lexorank.LexoRank
-
- empty() - Static method in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankBalanceRankInfoService.LexoRankMaxRank
-
- empty() - Static method in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankBalanceRankInfoService.LexoRankRebalanceOperation
-
- empty() - Static method in class com.atlassian.greenhopper.web.rapid.list.CollectIssuesResult
-
- EMPTY_ENTITY_RESOLVER - Static variable in class com.atlassian.greenhopper.confluence.rpc.AbstractConfluenceSaxHandler
-
- emptyFilterBoard(boolean) - Method in class com.atlassian.greenhopper.model.rapid.RapidView.RapidViewBuilder
-
- EmptyFilterQueryWrapper - Class in com.atlassian.greenhopper.service.rapid
-
Wrapper class to mark query as originating from a board based on an empty filter.
- EmptyFilterQueryWrapper(Query) - Constructor for class com.atlassian.greenhopper.service.rapid.EmptyFilterQueryWrapper
-
- emptyKanbanBacklogColumn() - Static method in class com.atlassian.greenhopper.model.rapid.KanbanBacklogColumn
-
- emptyQuery() - Method in class com.atlassian.greenhopper.service.subquery.Subquery.SubqueryBuilder
-
- EmptyQueryAwareJqlBuilder - Class in com.atlassian.greenhopper.service.rapid
-
- emptyWhere() - Method in interface com.atlassian.greenhopper.manager.lexorank.SqlSelectStatement.WhereClause
-
- enableEpicsPanelWhenKanPlanEnabled(KanbanBacklogToggledEvent) - Method in class com.atlassian.greenhopper.service.rapid.view.KanbanBacklogColumnServiceImpl
-
- enableGlobalBoard() - Method in class com.atlassian.greenhopper.features.GlobalBoardDarkFeatureManager
-
- encode(ApplicationId, String) - Static method in class com.atlassian.greenhopper.confluence.ConfluenceGlobalIdFactory
-
- encodeHtml(String) - Static method in class com.atlassian.greenhopper.web.util.WebUtilities
-
Escape HTML text
- encodeInlineJson(String) - Method in class com.atlassian.greenhopper.web.util.WebUtilities
-
We can't inline JSON into the page, because that stuff is read by the browser's HTML interpreter first rather than the JS interpreter, as it
would in AJAX.
- encodeJson(String) - Method in class com.atlassian.greenhopper.web.util.WebUtilities
-
Escape double-quotes where necessary to produce a JSON-ready string.
- end - Variable in class com.atlassian.greenhopper.web.integration.TeamCalendarsSprintList.TeamCalendarsSprint
-
- end - Variable in class com.atlassian.greenhopper.web.rapid.chart.time.WorkRateData.RateEntry
-
- END_DATE - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QSprint
-
- endDate(DateTime) - Method in class com.atlassian.greenhopper.service.sprint.Sprint.SprintBuilder
-
- endDate(Long) - Method in class com.atlassian.greenhopper.service.sprint.Sprint.SprintBuilder
-
- endDate - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.StartSprintRequest
-
- endDate - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.UpdateSprintRequest
-
- endDate - Variable in class com.atlassian.greenhopper.web.rapid.sprint.SprintEditEntry
-
- endDocument() - Method in class com.atlassian.greenhopper.imports.LexorankImportHandler
-
- endDocument() - Method in class com.atlassian.greenhopper.imports.LexorankOfbizImportHandler
-
- endDocument() - Method in class com.atlassian.greenhopper.imports.LexorankPreImportHandler
-
- endDocument() - Method in class com.atlassian.greenhopper.imports.SprintImportHandler
-
- endDocument() - Method in class com.atlassian.greenhopper.imports.SprintPreImportHandler
-
- endElement(String, String, String) - Method in class com.atlassian.greenhopper.confluence.rpc.AbstractConfluenceSaxHandler
-
- endOperation(LexoRankStatisticsAgent.Operation) - Method in class com.atlassian.greenhopper.service.lexorank.LexoRankStatisticsAgent
-
End a statistics operation.
- endOperationStep(LexoRankStatisticsAgent.OperationStep) - Method in class com.atlassian.greenhopper.service.lexorank.LexoRankStatisticsAgent
-
- endTable(String) - Method in class com.atlassian.greenhopper.imports.LexorankImportHandler
-
- endTable(String) - Method in class com.atlassian.greenhopper.imports.LexorankPreImportHandler
-
- endTable(String) - Method in class com.atlassian.greenhopper.imports.SprintImportHandler
-
- endTable(String) - Method in class com.atlassian.greenhopper.imports.SprintPreImportHandler
-
- endTime - Variable in class com.atlassian.greenhopper.web.rapid.chart.ScopeChangeBurndownModel
-
the time (ms / UTC) of the end (projected) of the sprint
- endTime - Variable in class com.atlassian.greenhopper.web.rapid.chart.SprintBurndownModel
-
the time (ms / UTC) of the end (projected) of the sprint
- endTime - Variable in class com.atlassian.greenhopper.web.rapid.sprint.SprintReportEntry
-
End date/time of the sprint in millis.
- enrichRedirect(String) - Method in class com.atlassian.greenhopper.web.rapid.project.GreenHopperProjectCreateHook
-
- enrichRedirect(String) - Method in class com.atlassian.greenhopper.web.rapid.project.ScrumProjectCreateHook
-
- ensureEpicFieldsHaveCorrectContext() - Method in interface com.atlassian.greenhopper.service.issuelink.EpicCustomFieldService
-
It is possible that if the Epic issue type is deleted, it will be re-created and existing contexts set up for
Epic-specific custom fields will be invalid.
- ensureEpicFieldsHaveCorrectContext() - Method in class com.atlassian.greenhopper.service.issuelink.EpicCustomFieldServiceImpl
-
- ensureEpicStatusFieldHasCorrectOptionsOrder() - Method in interface com.atlassian.greenhopper.service.issuelink.EpicCustomFieldService
-
Ensure that the epic status field has the Options in the correct order.
- ensureEpicStatusFieldHasCorrectOptionsOrder() - Method in class com.atlassian.greenhopper.service.issuelink.EpicCustomFieldServiceImpl
-
- ensureFieldHasCorrectContext(I18n2, CustomField, CustomFieldMetadata) - Method in interface com.atlassian.greenhopper.manager.issue.fields.CustomFieldContextConfigurator
-
Makes sure the given field has correctly configured context according to the given metadata.
- ensureFieldHasCorrectContext(I18n2, CustomField, CustomFieldMetadata) - Method in class com.atlassian.greenhopper.manager.issue.fields.CustomFieldContextConfiguratorImpl
-
- ensureFieldHasCorrectContext() - Method in class com.atlassian.greenhopper.manager.issue.fields.FlagCustomFieldProvider
-
Flagged field is not strictly managed: it is created as a default, and then administrators can change
its configuration.
- ensureFieldHasCorrectContext() - Method in class com.atlassian.greenhopper.manager.issue.fields.StoryPointsCustomFieldProvider
-
Story Points field is not strictly managed: it is created as a default, and then administrators can change
its configuration.
- ensureFieldsAreCorrectlyConfigured(Collection<Project>, ProjectType, CustomFieldConfigurationRestorer.ScreenSchemeOption) - Method in interface com.atlassian.greenhopper.customfield.CustomFieldConfigurationRestorer
-
Makes sure issue type specific custom fields have correctly configured contexts.
- ensureFieldsAreCorrectlyConfigured(Collection<Project>, ProjectType, CustomFieldConfigurationRestorer.ScreenSchemeOption) - Method in class com.atlassian.greenhopper.customfield.CustomFieldConfigurationRestorerImpl
-
- ensureFieldsHaveCorrectContextConfiguration() - Method in interface com.atlassian.greenhopper.manager.issue.fields.ManagedFieldConfigurationRestorer
-
Makes sure managed issue type specific custom fields have correctly configured contexts.
- ensureFieldsHaveCorrectContextConfiguration() - Method in class com.atlassian.greenhopper.manager.issue.fields.ManagedFieldConfigurationRestorerImpl
-
- enteredStatus - Variable in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry.TimeInColumnFieldValue
-
- Entity - Interface in com.atlassian.greenhopper.service.rapid.view
-
The AO provided Entity uses Integer as primary keys type.
- ENTITY_CLASS - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QAuditEntry
-
- ENTITY_ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QAuditEntry
-
- entityData - Variable in class com.atlassian.greenhopper.web.rapid.chart.HistoricSprintReportContents
-
- entityData - Variable in class com.atlassian.greenhopper.web.rapid.chart.ReportContentModel
-
- EntityData - Class in com.atlassian.greenhopper.web.rapid.list
-
- EntityData() - Constructor for class com.atlassian.greenhopper.web.rapid.list.EntityData
-
- entityData - Variable in class com.atlassian.greenhopper.web.rapid.work.WorkResource.GetIssueResponse
-
- entityId(Long) - Method in class com.atlassian.greenhopper.model.rapid.AuditEntry.AuditEntryBuilder
-
- entityId - Variable in class com.atlassian.greenhopper.web.rapid.entity.common.RemoteEntityLinkModel
-
- entityType(String) - Method in class com.atlassian.greenhopper.model.rapid.AuditEntry.AuditEntryBuilder
-
- entityType - Variable in class com.atlassian.greenhopper.service.rapid.view.GenericActiveObjectsDao
-
- EntryMoveModel - Class in com.atlassian.greenhopper.web.rapid.view
-
- EntryMoveModel() - Constructor for class com.atlassian.greenhopper.web.rapid.view.EntryMoveModel
-
- EntryMoveModel.Position - Enum in com.atlassian.greenhopper.web.rapid.view
-
Absolute positions that a version may be moved to
- entryTransformer - Variable in class com.atlassian.greenhopper.web.rapid.sprint.SprintPlanEntryTransformer
-
- Epic - Class in com.atlassian.greenhopper.model
-
An epic captures a large body of work.
- epic(Epic) - Method in class com.atlassian.greenhopper.service.issue.RapidViewIssue.RapidViewIssueBuilder
-
- epic - Variable in class com.atlassian.greenhopper.web.rapid.chart.EpicReportModel
-
- epic - Variable in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry
-
The issue key of the epic linked to this issue, if there is one.
- Epic.Builder - Class in com.atlassian.greenhopper.model
-
- EPIC_CHILD_FIELD_NAME - Static variable in interface com.atlassian.greenhopper.manager.issuelink.EpicLinkManager
-
- EPIC_ISSUE_TYPE_DESC - Static variable in class com.atlassian.greenhopper.manager.issue.issuetypes.EpicIssueTypeProvider
-
- EPIC_ISSUE_TYPE_NAME - Static variable in class com.atlassian.greenhopper.manager.issue.issuetypes.EpicIssueTypeProvider
-
- EPIC_VALIDATE_VISIBILITY - Static variable in class com.atlassian.greenhopper.features.SoftwareFeatureFlags
-
- EpicBurndownChartModel - Class in com.atlassian.greenhopper.web.rapid.chart
-
- EpicBurndownChartModel() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.EpicBurndownChartModel
-
- EpicBurndownChartModelFactory - Class in com.atlassian.greenhopper.web.rapid.chart
-
Factory for EpicBurndownChartModel objects
- EpicBurndownChartModelFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.EpicBurndownChartModelFactory
-
- EpicCallbackComponent - Class in com.atlassian.greenhopper.web.rapid.list
-
Retrieve the key of the Epic that is associated to each issue (if one exists) and set it onto the
RapidIssueEntry
.
- EpicCallbackComponent(ApplicationUser, ExtraFieldsHelper, CustomField, EntityData) - Constructor for class com.atlassian.greenhopper.web.rapid.list.EpicCallbackComponent
-
- epicColor - Variable in class com.atlassian.greenhopper.web.rapid.issue.fields.EpicLinkFieldEntry
-
Epic color
- epicColor - Variable in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry
-
If this entry represents an epic, this stores the "Epic Colour" field value.
- EpicColorCFType - Class in com.atlassian.greenhopper.customfield.epiccolor
-
Custom field type for the "Epic Label" of an epic
- EpicColorCFType(CustomFieldValuePersister, GenericConfigManager) - Constructor for class com.atlassian.greenhopper.customfield.epiccolor.EpicColorCFType
-
- EpicColorCustomFieldIndexer - Class in com.atlassian.greenhopper.customfield.epiccolor
-
- EpicColorCustomFieldIndexer(FieldVisibilityManager, CustomField) - Constructor for class com.atlassian.greenhopper.customfield.epiccolor.EpicColorCustomFieldIndexer
-
- epicColorField - Variable in class com.atlassian.greenhopper.web.api.ManagedCustomFields
-
- epicColorFieldId - Variable in class com.atlassian.greenhopper.web.rapid.RapidGlobalConfig.EpicConfig
-
- EpicColorSearcher - Class in com.atlassian.greenhopper.customfield.epiccolor
-
TODO: Document this class / interface here
- EpicColorSearcher(FieldVisibilityManager, JqlOperandResolver, CustomFieldInputHelper) - Constructor for class com.atlassian.greenhopper.customfield.epiccolor.EpicColorSearcher
-
- epicConfig - Variable in class com.atlassian.greenhopper.web.rapid.RapidGlobalConfig
-
- EpicConfig() - Constructor for class com.atlassian.greenhopper.web.rapid.RapidGlobalConfig.EpicConfig
-
- epicCreationTime - Variable in class com.atlassian.greenhopper.web.rapid.chart.EpicBurndownChartModel
-
the time (ms / UTC) when the epic was created
- epicCreationTime - Variable in class com.atlassian.greenhopper.web.rapid.chart.EpicProgressChartModel
-
the time (ms / UTC) when the epic was created
- EpicCustomFieldChangedEvent - Class in com.atlassian.greenhopper.service.issuelink
-
An event that gets published whenever one of the Epic custom fields managed by JIRA Agile is changed or created.
- EpicCustomFieldChangedEvent(CustomField, CustomFieldMetadata) - Constructor for class com.atlassian.greenhopper.service.issuelink.EpicCustomFieldChangedEvent
-
- EpicCustomFieldService - Interface in com.atlassian.greenhopper.service.issuelink
-
Custom field service around all epic functionality-related fields.
- EpicCustomFieldServiceImpl - Class in com.atlassian.greenhopper.service.issuelink
-
Service for retrieving and creating epic-related custom fields.
- EpicCustomFieldServiceImpl() - Constructor for class com.atlassian.greenhopper.service.issuelink.EpicCustomFieldServiceImpl
-
- EpicData - Class in com.atlassian.greenhopper.web.rapid.epics
-
- EpicData() - Constructor for class com.atlassian.greenhopper.web.rapid.epics.EpicData
-
- epicDoneStatus - Variable in class com.atlassian.greenhopper.api.epics.EpicPropertiesModel
-
Representation of the status value for "Done", if present in JIRA.
- epicDoneStatusValue(String) - Method in class com.atlassian.greenhopper.service.issue.callback.EpicLabelAndKeyMatchingCallback.Builder
-
- EpicEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.EpicReportModel.EpicEntry
-
- EpicHistoryDataCollector - Class in com.atlassian.greenhopper.service.issue
-
Collects Epic history data for passed issues
- EpicHistoryDataCollector(CustomField, Issue) - Constructor for class com.atlassian.greenhopper.service.issue.EpicHistoryDataCollector
-
- EpicHistoryResult - Class in com.atlassian.greenhopper.service.issue
-
Holds the epic history response objects
- EpicHistoryResult(Map<String, List<EpicLinkHistoryEntry>>, Set<String>) - Constructor for class com.atlassian.greenhopper.service.issue.EpicHistoryResult
-
- EpicHistoryService - Interface in com.atlassian.greenhopper.service.issue
-
Provides history for an Epic - which issues were added or removed over the life of the epic
Performs a similar job to
SprintHistoryService
- EpicHistoryServiceImpl - Class in com.atlassian.greenhopper.service.issue
-
- EpicHistoryServiceImpl() - Constructor for class com.atlassian.greenhopper.service.issue.EpicHistoryServiceImpl
-
- epicId - Variable in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry
-
The issue id of the epic linked to this issue, if there is one.
- epicIssueType - Variable in class com.atlassian.greenhopper.web.api.ManagedIssueTypes
-
- EpicIssueTypeChangedEvent - Class in com.atlassian.greenhopper.manager.issue.issuetypes
-
An event that gets published whenever the Epic issue type managed by JIRA Agile is changed.
- EpicIssueTypeChangedEvent() - Constructor for class com.atlassian.greenhopper.manager.issue.issuetypes.EpicIssueTypeChangedEvent
-
- epicIssueTypeId - Variable in class com.atlassian.greenhopper.web.rapid.RapidGlobalConfig.EpicConfig
-
- epicIssueTypeName - Variable in class com.atlassian.greenhopper.web.rapid.RapidGlobalConfig.EpicConfig
-
- EpicIssueTypeProvider - Class in com.atlassian.greenhopper.manager.issue.issuetypes
-
Provides information about the default instance of the Epic issue type.
- EpicIssueTypeProvider(IssueTypeManager, I18nFactoryService, EventPublisher, ClusterLockService, SubTaskManager, ManagedIssueTypePropertyDao) - Constructor for class com.atlassian.greenhopper.manager.issue.issuetypes.EpicIssueTypeProvider
-
- epicKey - Variable in class com.atlassian.greenhopper.web.rapid.chart.EpicBurndownChartModel
-
- epicKey - Variable in class com.atlassian.greenhopper.web.rapid.chart.EpicProgressChartModel
-
- epicKey - Variable in class com.atlassian.greenhopper.web.rapid.issue.fields.EpicLinkFieldEntry
-
Epic issue key
- epicLabel - Variable in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry
-
If this entry represents an epic, this stores the "Epic Name" field value.
- EpicLabelActualValueEqualityQueryFactory - Class in com.atlassian.greenhopper.customfield.epiclabel
-
Create a wrapper class for ActualValueEqualityQueryFactory to use different fieldName
when perform searching
- EpicLabelActualValueEqualityQueryFactory(IndexValueConverter, String) - Constructor for class com.atlassian.greenhopper.customfield.epiclabel.EpicLabelActualValueEqualityQueryFactory
-
- EpicLabelAndKeyMatchingCallback - Class in com.atlassian.greenhopper.service.issue.callback
-
Collects the issue key and epic label of epic issues that match the given search term.
- EpicLabelAndKeyMatchingCallback.Builder - Class in com.atlassian.greenhopper.service.issue.callback
-
- EpicLabelCFType - Class in com.atlassian.greenhopper.customfield.epiclabel
-
Custom field type for the "Epic Label" of an epic
- EpicLabelCFType(CustomFieldValuePersister, GenericConfigManager, I18nFactoryService, JiraAuthenticationContext) - Constructor for class com.atlassian.greenhopper.customfield.epiclabel.EpicLabelCFType
-
- EpicLabelClauseQueryFactory - Class in com.atlassian.greenhopper.customfield.epiclabel
-
Custom QueryFactory for EpicLabel
which support both ActualValueEquality and LikeEquality
- EpicLabelClauseQueryFactory(CustomField, JqlOperandResolver, IndexValueConverter) - Constructor for class com.atlassian.greenhopper.customfield.epiclabel.EpicLabelClauseQueryFactory
-
- EpicLabelClauseValidator - Class in com.atlassian.greenhopper.customfield.epiclabel
-
- EpicLabelClauseValidator() - Constructor for class com.atlassian.greenhopper.customfield.epiclabel.EpicLabelClauseValidator
-
- epicLabelCustomFieldId(String) - Method in class com.atlassian.greenhopper.service.issue.callback.EpicLabelAndKeyMatchingCallback.Builder
-
- EpicLabelCustomFieldIndexer - Class in com.atlassian.greenhopper.customfield.epiclabel
-
- EpicLabelCustomFieldIndexer(CustomField) - Constructor for class com.atlassian.greenhopper.customfield.epiclabel.EpicLabelCustomFieldIndexer
-
- epicLabelFieldId - Variable in class com.atlassian.greenhopper.web.rapid.RapidGlobalConfig.EpicConfig
-
- EpicLabelProvider - Interface in com.atlassian.greenhopper.customfield.epiclabel
-
This class provides a method to get the label of an epic
- EpicLabelProviderImpl - Class in com.atlassian.greenhopper.customfield.epiclabel
-
- EpicLabelProviderImpl() - Constructor for class com.atlassian.greenhopper.customfield.epiclabel.EpicLabelProviderImpl
-
- EpicLabelRenderer - Class in com.atlassian.greenhopper.customfield.epiclabel
-
Customize FieldRender for EpicLabel
- EpicLabelRenderer(ClauseNames, CustomFieldSearcherModuleDescriptor, CustomField, CustomFieldValueProvider, FieldVisibilityManager) - Constructor for class com.atlassian.greenhopper.customfield.epiclabel.EpicLabelRenderer
-
- EpicLabelSearcher - Class in com.atlassian.greenhopper.customfield.epiclabel
-
- EpicLabelSearcher(FieldVisibilityManager, JqlOperandResolver, CustomFieldInputHelper) - Constructor for class com.atlassian.greenhopper.customfield.epiclabel.EpicLabelSearcher
-
- EpicLinkCFType - Class in com.atlassian.greenhopper.customfield.epiclink
-
A custom field type to allow GreenHopper to store extra information about the Epic-Issue relationship in the index.
- EpicLinkCFType(EpicLinkManager, IssueManager, IssueService, IssueTypeService, EpicCustomFieldService, JiraAuthenticationContext, VelocityRequestContextFactory, EpicLabelProvider, EpicLinkRestFieldOperationsHandler, FeatureManager, PermissionManager) - Constructor for class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCFType
-
- EpicLinkClauseFactory - Class in com.atlassian.greenhopper.service.issuelink
-
Factory for creating JQL clauses to query the Epic Link custom field
- EpicLinkClauseFactory() - Constructor for class com.atlassian.greenhopper.service.issuelink.EpicLinkClauseFactory
-
- EpicLinkClauseQueryFactory - Class in com.atlassian.greenhopper.customfield.epiclink
-
- EpicLinkClauseQueryFactory(JqlOperandResolver, CustomField, EpicLinkResolver) - Constructor for class com.atlassian.greenhopper.customfield.epiclink.EpicLinkClauseQueryFactory
-
- EpicLinkClauseValidator - Class in com.atlassian.greenhopper.customfield.epiclink
-
Validate epic link field clauses.
- EpicLinkClauseValidator(JqlOperandResolver, EpicLinkResolver, I18nHelper.BeanFactory) - Constructor for class com.atlassian.greenhopper.customfield.epiclink.EpicLinkClauseValidator
-
- EpicLinkClauseValueGenerator - Class in com.atlassian.greenhopper.customfield.epiclink
-
- EpicLinkClauseValueGenerator() - Constructor for class com.atlassian.greenhopper.customfield.epiclink.EpicLinkClauseValueGenerator
-
- EpicLinkCustomFieldIndexer - Class in com.atlassian.greenhopper.customfield.epiclink
-
- EpicLinkCustomFieldIndexer(CustomField, EpicLinkHistoryEntryFactory) - Constructor for class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCustomFieldIndexer
-
- EpicLinkedPagesModelFactory - Class in com.atlassian.greenhopper.web.rapid.entity.epic
-
- EpicLinkedPagesModelFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.entity.epic.EpicLinkedPagesModelFactory
-
- EpicLinkEqualityQueryFactory - Class in com.atlassian.greenhopper.customfield.epiclink
-
Largely lifted from ActualValueEqualityQueryFactory
.
- EpicLinkEqualityQueryFactory(CustomField, EpicLinkResolver) - Constructor for class com.atlassian.greenhopper.customfield.epiclink.EpicLinkEqualityQueryFactory
-
- epicLinkField - Variable in class com.atlassian.greenhopper.web.api.ManagedCustomFields
-
- EpicLinkFieldEntry - Class in com.atlassian.greenhopper.web.rapid.issue.fields
-
- EpicLinkFieldEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.fields.EpicLinkFieldEntry
-
- EpicLinkFieldEntryFactory - Class in com.atlassian.greenhopper.web.rapid.issue.fields
-
Generates the FieldEntry for the epic label field.
- EpicLinkFieldEntryFactory(FieldHelper, CustomField, EpicCustomFieldService, PermissionService, IssueTypeService) - Constructor for class com.atlassian.greenhopper.web.rapid.issue.fields.EpicLinkFieldEntryFactory
-
- epicLinkFieldId - Variable in class com.atlassian.greenhopper.web.rapid.RapidGlobalConfig.EpicConfig
-
- epicLinkFieldName - Variable in class com.atlassian.greenhopper.web.rapid.RapidGlobalConfig.EpicConfig
-
- EpicLinkHistoryData - Class in com.atlassian.greenhopper.customfield.epiclink
-
Data returned by the EpicLinkHistoryEntryFactory
- EpicLinkHistoryData(Issue, Collection<Long>, List<EpicLinkHistoryEntry>) - Constructor for class com.atlassian.greenhopper.customfield.epiclink.EpicLinkHistoryData
-
- EpicLinkHistoryEntry - Class in com.atlassian.greenhopper.customfield.epiclink
-
Represents an epic link entry, typically stored in lucene
- EpicLinkHistoryEntry(Long, DateTime, boolean) - Constructor for class com.atlassian.greenhopper.customfield.epiclink.EpicLinkHistoryEntry
-
- EpicLinkHistoryEntryFactory - Class in com.atlassian.greenhopper.customfield.epiclink
-
Encapsulates the logic of creating epic history entries from either a lucene document or an issue
- EpicLinkHistoryEntryFactory(ChangeHistoryManager, TerminologyEntryReader) - Constructor for class com.atlassian.greenhopper.customfield.epiclink.EpicLinkHistoryEntryFactory
-
- EpicLinkIssueEventListener - Class in com.atlassian.greenhopper.customfield.epiclink
-
Listens to issue events and updates the epic links for a given issue when the issue type changes
- EpicLinkIssueEventListener() - Constructor for class com.atlassian.greenhopper.customfield.epiclink.EpicLinkIssueEventListener
-
- EpicLinkManager - Interface in com.atlassian.greenhopper.manager.issuelink
-
Access information about epic-issue relationships from the database level.
- EpicLinkManagerImpl - Class in com.atlassian.greenhopper.manager.issuelink
-
- EpicLinkManagerImpl() - Constructor for class com.atlassian.greenhopper.manager.issuelink.EpicLinkManagerImpl
-
- EpicLinkResolver - Class in com.atlassian.greenhopper.customfield.epiclink
-
- EpicLinkResolver(CustomField) - Constructor for class com.atlassian.greenhopper.customfield.epiclink.EpicLinkResolver
-
- EpicLinkRestFieldOperationsHandler - Class in com.atlassian.greenhopper.customfield.epiclink
-
- EpicLinkRestFieldOperationsHandler(IssueTypeService, JiraAuthenticationContext, IssueService, RestFieldSetOperationsHelper) - Constructor for class com.atlassian.greenhopper.customfield.epiclink.EpicLinkRestFieldOperationsHandler
-
- EpicLinkSearcher - Class in com.atlassian.greenhopper.customfield.epiclink
-
- EpicLinkSearcher(JqlOperandResolver, CustomFieldInputHelper, ChangeHistoryManager, I18nHelper.BeanFactory, JiraAuthenticationContext, VelocityRequestContextFactory, ApplicationProperties, FieldVisibilityManager, SearchService, IssueService, EpicLinkHistoryEntryFactory) - Constructor for class com.atlassian.greenhopper.customfield.epiclink.EpicLinkSearcher
-
- EpicLinkSearchInputTransformer - Class in com.atlassian.greenhopper.customfield.epiclink
-
- EpicLinkSearchInputTransformer(CustomField, ClauseNames, String, CustomFieldInputHelper, JqlOperandResolver) - Constructor for class com.atlassian.greenhopper.customfield.epiclink.EpicLinkSearchInputTransformer
-
- EpicLinkSearchRenderer - Class in com.atlassian.greenhopper.customfield.epiclink
-
- EpicLinkSearchRenderer(VelocityRequestContextFactory, ApplicationProperties, VelocityTemplatingEngine, CustomField, FieldVisibilityManager, I18nHelper.BeanFactory) - Constructor for class com.atlassian.greenhopper.customfield.epiclink.EpicLinkSearchRenderer
-
- EpicLinkSearchRenderer.EpicLinkMultiselectModel - Class in com.atlassian.greenhopper.customfield.epiclink
-
- EpicLinkStatisticsMapper - Class in com.atlassian.greenhopper.customfield.epiclink
-
This class is responsible for handling sort by Epic Link and statistics mapping.
- EpicLinkStatisticsMapper(CustomField, IssueService, ApplicationUser, SearchService, Locale) - Constructor for class com.atlassian.greenhopper.customfield.epiclink.EpicLinkStatisticsMapper
-
- epicLinkType - Variable in class com.atlassian.greenhopper.web.api.ManagedIssueLinkTypes
-
- EpicLinkTypeService - Interface in com.atlassian.greenhopper.service.issuelink
-
Service for getting a handle on the IssueLinkType
which represents the Epic-Story relationship.
- EpicLinkTypeServiceImpl - Class in com.atlassian.greenhopper.service.issuelink
-
- EpicLinkTypeServiceImpl() - Constructor for class com.atlassian.greenhopper.service.issuelink.EpicLinkTypeServiceImpl
-
- epicLinkUntranslatedFieldName - Variable in class com.atlassian.greenhopper.web.rapid.RapidGlobalConfig.EpicConfig
-
- EpicMetadataCallbackComponent - Class in com.atlassian.greenhopper.web.rapid.list
-
Fetches additional epic meta data from documents and stores it against the
RapidIssueEntry
of an epic.
- EpicMetadataCallbackComponent(CustomField, CustomField, CustomField, String) - Constructor for class com.atlassian.greenhopper.web.rapid.list.EpicMetadataCallbackComponent
-
- EpicModel - Class in com.atlassian.greenhopper.service.issuelink
-
- EpicModel(String, String) - Constructor for class com.atlassian.greenhopper.service.issuelink.EpicModel
-
- EpicModel(String, String, boolean) - Constructor for class com.atlassian.greenhopper.service.issuelink.EpicModel
-
- epicNameField - Variable in class com.atlassian.greenhopper.api.epics.EpicPropertiesModel
-
Representation of the Epic Name custom field, if present in JIRA.
- epicNameField - Variable in class com.atlassian.greenhopper.web.api.ManagedCustomFields
-
- EpicNameListModel(String) - Constructor for class com.atlassian.greenhopper.web.rapid.issue.issuelink.EpicResource.EpicNameListModel
-
- EpicNameModel(String, String, boolean) - Constructor for class com.atlassian.greenhopper.web.rapid.issue.issuelink.EpicResource.EpicNameModel
-
- EpicNamesResult - Class in com.atlassian.greenhopper.service.issuelink
-
- EpicNamesResult() - Constructor for class com.atlassian.greenhopper.service.issuelink.EpicNamesResult
-
- EpicPickerService - Interface in com.atlassian.greenhopper.service.issuelink
-
Service returning epic names suggestions for epic pickers.
- EpicPickerServiceImpl - Class in com.atlassian.greenhopper.service.issuelink
-
- EpicPickerServiceImpl() - Constructor for class com.atlassian.greenhopper.service.issuelink.EpicPickerServiceImpl
-
- EpicProgressChartModel - Class in com.atlassian.greenhopper.web.rapid.chart
-
The model for the Epic Progress Chart.
- EpicProgressChartModel() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.EpicProgressChartModel
-
- EpicProgressChartModelFactory - Class in com.atlassian.greenhopper.web.rapid.chart
-
Factory for EpicProgressChartModel objects
- EpicProgressChartModelFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.EpicProgressChartModelFactory
-
- EpicPropertiesModel - Class in com.atlassian.greenhopper.api.epics
-
Encapsulates the JSON data for the epic issue type and field properties.
- EpicPropertiesModel() - Constructor for class com.atlassian.greenhopper.api.epics.EpicPropertiesModel
-
- EpicPropertiesResource - Class in com.atlassian.greenhopper.web.api
-
REST end point for providing the Epic Issue type and relevant JIRA Agile Epic properties.
- EpicPropertiesResource(IssueTypeService, EpicCustomFieldService) - Constructor for class com.atlassian.greenhopper.web.api.EpicPropertiesResource
-
- EpicQuery - Class in com.atlassian.greenhopper.service.issuelink
-
Query which limit the result only to epics which fulfil its constraints.
- EpicQuery.Builder - Class in com.atlassian.greenhopper.service.issuelink
-
- EpicRemoteLinkAggregator - Class in com.atlassian.greenhopper.plugin.linkaggregator
-
- EpicRemoteLinkAggregator() - Constructor for class com.atlassian.greenhopper.plugin.linkaggregator.EpicRemoteLinkAggregator
-
- EpicReportModel - Class in com.atlassian.greenhopper.web.rapid.chart
-
model that holds data for epic report
- EpicReportModel() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.EpicReportModel
-
- EpicReportModel.EpicEntry - Class in com.atlassian.greenhopper.web.rapid.chart
-
- EpicReportModelFactory - Class in com.atlassian.greenhopper.web.rapid.chart
-
gets the data for the epic report
- EpicReportModelFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.EpicReportModelFactory
-
- EpicResource - Class in com.atlassian.greenhopper.web.rapid.issue.issuelink
-
Resource for changing epic-issue links.
- EpicResource(EpicService, EpicPickerService, IssueHelper, IssueTypeService, EpicLabelProviderImpl, JiraBaseUrls, InternalHostApplication, PermissionService, EpicLinkedPagesModelFactory) - Constructor for class com.atlassian.greenhopper.web.rapid.issue.issuelink.EpicResource
-
- EpicResource.AddToEpicRequest - Class in com.atlassian.greenhopper.web.rapid.issue.issuelink
-
- EpicResource.EpicNameListModel - Class in com.atlassian.greenhopper.web.rapid.issue.issuelink
-
- EpicResource.EpicNameModel - Class in com.atlassian.greenhopper.web.rapid.issue.issuelink
-
- EpicResource.FindEpicNamesResponse - Class in com.atlassian.greenhopper.web.rapid.issue.issuelink
-
- EpicResource.LinkPageToEpicModel - Class in com.atlassian.greenhopper.web.rapid.issue.issuelink
-
- EpicResource.RemoveFromEpicRequest - Class in com.atlassian.greenhopper.web.rapid.issue.issuelink
-
- epics - Variable in class com.atlassian.greenhopper.web.rapid.epics.EpicData
-
- epics - Variable in class com.atlassian.greenhopper.web.rapid.list.EntityData
-
- EpicService - Interface in com.atlassian.greenhopper.service.issuelink
-
Service which provides method to access and manipulate Epics.
- EpicServiceImpl - Class in com.atlassian.greenhopper.service.issuelink
-
- EpicServiceImpl() - Constructor for class com.atlassian.greenhopper.service.issuelink.EpicServiceImpl
-
- EpicsHelper - Class in com.atlassian.greenhopper.web.rapid.epics
-
- EpicsHelper() - Constructor for class com.atlassian.greenhopper.web.rapid.epics.EpicsHelper
-
- EpicsQueryHelper - Class in com.atlassian.greenhopper.util.jql
-
- EpicsQueryHelper(RapidViewQueryService, IssueTypeService) - Constructor for class com.atlassian.greenhopper.util.jql.EpicsQueryHelper
-
- EpicsSwitched - Class in com.atlassian.greenhopper.manager.rapidview.events
-
- EpicsSwitched(String) - Constructor for class com.atlassian.greenhopper.manager.rapidview.events.EpicsSwitched
-
- EpicsSwitchedOff - Class in com.atlassian.greenhopper.manager.rapidview.events
-
- EpicsSwitchedOff(String) - Constructor for class com.atlassian.greenhopper.manager.rapidview.events.EpicsSwitchedOff
-
- EpicsSwitchedOn - Class in com.atlassian.greenhopper.manager.rapidview.events
-
- EpicsSwitchedOn(String) - Constructor for class com.atlassian.greenhopper.manager.rapidview.events.EpicsSwitchedOn
-
- EpicStatisticCallback - Class in com.atlassian.greenhopper.web.rapid.plan
-
This callback gathers various information about the issues it finds
- EpicStatisticCallback(CustomField, DocumentStatisticValueResolver, StatisticFieldHelper, MappedStatusIds) - Constructor for class com.atlassian.greenhopper.web.rapid.plan.EpicStatisticCallback
-
- epicStats - Variable in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry
-
If this entry represents an epic, this stores the statistics for this epic.
- EpicStatusCFType - Class in com.atlassian.greenhopper.customfield.epicstatus
-
A type to store the status of an Epic.
- EpicStatusCFType(CustomFieldValuePersister, OptionsManager, GenericConfigManager, JiraBaseUrls) - Constructor for class com.atlassian.greenhopper.customfield.epicstatus.EpicStatusCFType
-
- epicStatusCustomField(String) - Method in class com.atlassian.greenhopper.service.issue.callback.EpicLabelAndKeyMatchingCallback.Builder
-
- epicStatusDoneValueId - Variable in class com.atlassian.greenhopper.web.rapid.RapidGlobalConfig.EpicConfig
-
- epicStatusField - Variable in class com.atlassian.greenhopper.api.epics.EpicPropertiesModel
-
Representation of the Epic Status custom field, if present in JIRA.
- epicStatusField - Variable in class com.atlassian.greenhopper.web.api.ManagedCustomFields
-
- EpicStatusFieldEntryFactory - Class in com.atlassian.greenhopper.web.rapid.issue.fields
-
Epic Status Field Factory to allow us to inline edit the Epic Status
- EpicStatusFieldEntryFactory(CustomField, FieldHelper) - Constructor for class com.atlassian.greenhopper.web.rapid.issue.fields.EpicStatusFieldEntryFactory
-
- epicStatusFieldId - Variable in class com.atlassian.greenhopper.web.rapid.RapidGlobalConfig.EpicConfig
-
- epicSummary - Variable in class com.atlassian.greenhopper.web.rapid.chart.EpicBurndownChartModel
-
- epicSummary - Variable in class com.atlassian.greenhopper.web.rapid.chart.EpicProgressChartModel
-
- EpicSwimlanesData() - Constructor for class com.atlassian.greenhopper.web.rapid.work.SwimlanesData.EpicSwimlanesData
-
- epicTypeId - Variable in class com.atlassian.greenhopper.api.epics.EpicPropertiesModel
-
ID (numeric) of the Epic issue type, if present in JIRA.
- epochStringToDateTime(String) - Static method in class com.atlassian.greenhopper.web.rapid.chart.ChangeHistoryCollector
-
Translates a string-ified long from lucene into a DateTime.
- EQUAL - Static variable in class com.atlassian.greenhopper.service.rank.FlatLexoRankableComparator
-
- equals(Object) - Method in class com.atlassian.greenhopper.analytics.findonboard.FindOnBoardSearchResultsAnalyticsEvent
-
- equals(Object) - Method in class com.atlassian.greenhopper.api.events.feature.FeatureToggledEvent
-
- equals(Object) - Method in class com.atlassian.greenhopper.api.events.sprint.SprintUpdatedEvent
-
- equals(Object) - Method in class com.atlassian.greenhopper.api.rapid.view.Column
-
- equals(Object) - Method in class com.atlassian.greenhopper.api.sprint.SprintFieldBean
-
- equals(Object) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkStatisticsMapper
-
- equals(Object) - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankCustomFieldService.ValidateRankFieldKey
-
- equals(Object) - Method in class com.atlassian.greenhopper.customfield.rank.RankLuceneFieldSorter
-
- equals(Object) - Method in class com.atlassian.greenhopper.customfield.ReferencedEntityHistoryEntity
-
- equals(Object) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintStatisticsMapper
-
- equals(Object) - Method in class com.atlassian.greenhopper.gadget.model.ErrorCollection
-
- equals(Object) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankRow
-
- equals(Object) - Method in class com.atlassian.greenhopper.manager.rapidview.events.DaysInColumnSwitched
-
- equals(Object) - Method in class com.atlassian.greenhopper.manager.rapidview.events.EpicsSwitched
-
- equals(Object) - Method in class com.atlassian.greenhopper.model.Epic
-
- equals(Object) - Method in class com.atlassian.greenhopper.model.lexorank.LexoDecimal
-
- equals(Object) - Method in class com.atlassian.greenhopper.model.lexorank.LexoInteger
-
- equals(Object) - Method in class com.atlassian.greenhopper.model.lexorank.LexoRank
-
- equals(Object) - Method in class com.atlassian.greenhopper.model.rapid.AbstractModel
-
- equals(Object) - Method in class com.atlassian.greenhopper.model.rapid.RapidView
-
- equals(Object) - Method in class com.atlassian.greenhopper.model.validation.JiraCopiedRestErrorCollection
-
- equals(Object) - Method in class com.atlassian.greenhopper.rest.ArrayBean
-
- equals(Object) - Method in class com.atlassian.greenhopper.service.issue.FieldValue
-
- equals(Object) - Method in class com.atlassian.greenhopper.service.issuelink.EpicModel
-
- equals(Object) - Method in class com.atlassian.greenhopper.service.issuelink.EpicNamesResult
-
- equals(Object) - Method in class com.atlassian.greenhopper.service.issuelink.IssueLinkRequest
-
- equals(Object) - Method in class com.atlassian.greenhopper.service.issuelink.IssueUnlinkRequest
-
- equals(Object) - Method in class com.atlassian.greenhopper.service.lexorank.LexoRankChange
-
- equals(Object) - Method in class com.atlassian.greenhopper.service.rank.RankableImpl
-
- equals(Object) - Method in class com.atlassian.greenhopper.service.rapid.BoardLocation
-
- equals(Object) - Method in class com.atlassian.greenhopper.service.rapid.SavedFilterServiceImpl.SavedFilterKey
-
- equals(Object) - Method in class com.atlassian.greenhopper.service.sprint.services.analytics.SprintAutoStartStopEvent
-
- equals(Object) - Method in class com.atlassian.greenhopper.service.sprint.Sprint
-
- equals(Object) - Method in class com.atlassian.greenhopper.service.subquery.Subquery
-
- equals(Object) - Method in class com.atlassian.greenhopper.sidebar.navigation.NavigationItemServiceAdapterImpl
-
- equals(Object) - Method in class com.atlassian.greenhopper.util.VersionKit.SoftwareVersion
-
- equals(Object) - Method in class com.atlassian.greenhopper.web.rapid.chart.event.VelocityChartIssueLimitChangedEvent
-
- equals(Object) - Method in class com.atlassian.greenhopper.web.rapid.chart.event.VelocityChartSprintLimitChangedEvent
-
- equals(Object) - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintDateBasedSearch.SprintData
-
- equals(Object) - Method in class com.atlassian.greenhopper.web.rapid.config.tab.BoardConfigTab
-
- equals(Object) - Method in class com.atlassian.greenhopper.web.rapid.issue.statistics.IssueSprintStatistics
-
- equals(Object) - Method in class com.atlassian.greenhopper.web.rapid.response.RapidBoardActionRedirect
-
- equals(Object) - Method in class com.atlassian.greenhopper.web.rapid.RestTemplate
-
- equals(Object) - Method in class com.atlassian.greenhopper.web.rapid.tools.RapidBoardToolsElement
-
- equals(Object) - Method in class com.atlassian.greenhopper.web.rapid.view.ColumnEditRequest.StatusDetails
-
- error(String, Object...) - Method in class com.atlassian.greenhopper.global.LoggerWrapper
-
- error(ErrorCollection) - Method in class com.atlassian.greenhopper.global.LoggerWrapper
-
- error(ErrorCollection) - Static method in class com.atlassian.greenhopper.service.lexorank.LexoRankOperationOutcome
-
- error(ErrorCollection.Reason, String, Object...) - Static method in class com.atlassian.greenhopper.service.lexorank.LexoRankOperationOutcome
-
- error(ErrorCollection.Reason, String, Object...) - Static method in class com.atlassian.greenhopper.service.ServiceOutcomeImpl
-
Convenience method that returns a new ServiceOutcomeImpl instance containing the provided error message, and no
return value.
- error(String, ErrorCollection.Reason, String, Object...) - Static method in class com.atlassian.greenhopper.service.ServiceOutcomeImpl
-
Convenience method that returns a new ServiceOutcomeImpl instance containing the provided contextual error message,
and no return value.
- error(ServiceResult) - Static method in class com.atlassian.greenhopper.service.ServiceOutcomeImpl
-
Convenience method that returns a new ServiceOutcomeImpl containing the given errors.
- error(ServiceResult, ErrorCollection.Reason) - Static method in class com.atlassian.greenhopper.service.ServiceOutcomeImpl
-
Convenience method that returns a new ServiceOutcomeImpl containing the given errors.
- error(ErrorCollection.Reason, String, Object...) - Static method in class com.atlassian.greenhopper.service.ServiceResultImpl
-
Convenience method that returns a new ServiceResult instance containing the provided error message, and no
return value.
- error(String, ErrorCollection.Reason, String, Object...) - Static method in class com.atlassian.greenhopper.service.ServiceResultImpl
-
Convenience method that returns a new ServiceResult instance containing the provided contextual error message,
and no return value.
- ERROR_DIALOG_CANCEL - Static variable in class com.atlassian.greenhopper.web.GreenHopperWebActionSupport
-
- ERROR_DIALOG_SIMPLE - Static variable in class com.atlassian.greenhopper.web.GreenHopperWebActionSupport
-
- ErrorCollection - Class in com.atlassian.greenhopper.gadget.model
-
- ErrorCollection - Class in com.atlassian.greenhopper.model.validation
-
A collection of errors that happen during the processing of a particular code flow.
- ErrorCollection() - Constructor for class com.atlassian.greenhopper.model.validation.ErrorCollection
-
- ErrorCollection.Builder - Class in com.atlassian.greenhopper.gadget.model
-
Builder used to create a new immutable error collection.
- ErrorCollection.ErrorItem - Class in com.atlassian.greenhopper.model.validation
-
- ErrorCollection.Reason - Enum in com.atlassian.greenhopper.model.validation
-
Copied from JIRA's ErrorCollection interface.
- ErrorCollections - Class in com.atlassian.greenhopper.model.validation
-
- ErrorCollections() - Constructor for class com.atlassian.greenhopper.model.validation.ErrorCollections
-
- ErrorCollectionTransformer - Interface in com.atlassian.greenhopper.model.validation
-
- ErrorCollectionTransformerImpl - Class in com.atlassian.greenhopper.model.validation
-
- ErrorCollectionTransformerImpl() - Constructor for class com.atlassian.greenhopper.model.validation.ErrorCollectionTransformerImpl
-
- ErrorEntry - Class in com.atlassian.greenhopper.web.rapid
-
Represents an error result
- ErrorEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.ErrorEntry
-
- ErrorItem(String, String, Object...) - Constructor for class com.atlassian.greenhopper.model.validation.ErrorCollection.ErrorItem
-
- errorMessageForEstimate - Variable in class com.atlassian.greenhopper.web.rapid.plan.SplitIssueService.SplitIssueErrorReportItem
-
- errorMessageForSummary - Variable in class com.atlassian.greenhopper.web.rapid.plan.SplitIssueService.SplitIssueErrorReportItem
-
- errors - Variable in class com.atlassian.greenhopper.api.rank.web.RankableChange
-
- errors - Variable in class com.atlassian.greenhopper.web.rapid.plan.SplitIssueService.SplitIssueErrorReport
-
- errors - Variable in class com.atlassian.greenhopper.web.rapid.view.SavedFilterResource.SavedFilterListModel
-
- EstimatableIssueDataCallback - Class in com.atlassian.greenhopper.service.issue.callback
-
Collects estimatable issues.
- EstimatableIssueDataCallback(EstimateStatisticService, StatisticsField, Option<Set<String>>) - Constructor for class com.atlassian.greenhopper.service.issue.callback.EstimatableIssueDataCallback
-
- estimatableIssueKeys - Variable in class com.atlassian.greenhopper.web.rapid.chart.EpicBurndownChartModel
-
- estimatableIssueKeys - Variable in class com.atlassian.greenhopper.web.rapid.chart.EpicProgressChartModel
-
- estimatableIssueKeys - Variable in class com.atlassian.greenhopper.web.rapid.chart.ReleaseBurndownChartModel
-
- estimatableIssueKeys - Variable in class com.atlassian.greenhopper.web.rapid.chart.VersionProgressChartModel
-
- ESTIMATE_STATISTIC_FIELD - Static variable in interface com.atlassian.greenhopper.web.rapid.issue.tabs.TabModelFactory
-
- estimated - Variable in class com.atlassian.greenhopper.web.rapid.chart.VelocityChartModel.VelocityStatEntry
-
- estimated - Variable in class com.atlassian.greenhopper.web.rapid.list.ClassificationStatistics
-
- estimateIssueForBoard(ApplicationUser, Issue, RapidView, String) - Method in interface com.atlassian.greenhopper.service.issue.RapidViewIssueService
-
Estimate the issue.
- estimateIssueForBoard(ApplicationUser, Issue, RapidView, String) - Method in class com.atlassian.greenhopper.service.issue.RapidViewIssueServiceImpl
-
- estimateStatistic - Variable in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry
-
Represents the value of the configured of initial estimate statistic
null means that the relevant field is invalid for this issue
- ESTIMATESTATISTIC_PK - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QEstimateStatistic
-
- EstimateStatisticAO - Interface in com.atlassian.greenhopper.manager.estimatestatistic
-
- EstimateStatisticAOListMapper - Class in com.atlassian.greenhopper.manager.estimatestatistic
-
- EstimateStatisticAOListMapper(RapidViewAO, EstimateStatisticAOMapper) - Constructor for class com.atlassian.greenhopper.manager.estimatestatistic.EstimateStatisticAOListMapper
-
- EstimateStatisticAOMapper - Class in com.atlassian.greenhopper.manager.estimatestatistic
-
- EstimateStatisticAOMapper() - Constructor for class com.atlassian.greenhopper.manager.estimatestatistic.EstimateStatisticAOMapper
-
- EstimateStatisticDao - Class in com.atlassian.greenhopper.manager.estimatestatistic
-
- EstimateStatisticDao() - Constructor for class com.atlassian.greenhopper.manager.estimatestatistic.EstimateStatisticDao
-
- EstimateStatisticManager - Class in com.atlassian.greenhopper.manager.estimatestatistic
-
Manager for Estimate Statistics.
- EstimateStatisticManager() - Constructor for class com.atlassian.greenhopper.manager.estimatestatistic.EstimateStatisticManager
-
- estimateStatisticRequired - Variable in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry
-
- EstimateStatisticService - Interface in com.atlassian.greenhopper.service.rapid.view.statistics
-
- EstimateStatisticServiceImpl - Class in com.atlassian.greenhopper.service.rapid.view.statistics
-
- EstimateStatisticServiceImpl() - Constructor for class com.atlassian.greenhopper.service.rapid.view.statistics.EstimateStatisticServiceImpl
-
- EstimateValue - Class in com.atlassian.greenhopper.web.rapid.chart
-
A value class that can either hold an estimate value, or is unestimated.
- EstimateValue() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.EstimateValue
-
- ESTIMATION_STATISTIC_CONFIG - Static variable in class com.atlassian.greenhopper.rest.RapidViewEditResourceExpands
-
- EstimationConfig - Class in com.atlassian.greenhopper.model.rapid
-
Holds information about estimation configuration of rapid view.
- EstimationConfig(EstimationConfig.Type, Field) - Constructor for class com.atlassian.greenhopper.model.rapid.EstimationConfig
-
- EstimationConfig - Class in com.atlassian.greenhopper.web.rapid.view
-
Represents the configuration of estimation statistics for a Rapid View.
- EstimationConfig() - Constructor for class com.atlassian.greenhopper.web.rapid.view.EstimationConfig
-
- EstimationConfig.Type - Enum in com.atlassian.greenhopper.model.rapid
-
- EstimationFieldApplicabilityValidator - Class in com.atlassian.greenhopper.web.rapid.issue.tabs.editable.utils
-
This is used to validate the applicability of Estimation fields for an Issue.
- EstimationFieldApplicabilityValidator() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.utils.EstimationFieldApplicabilityValidator
-
- EstimationHelper - Class in com.atlassian.greenhopper.web.rapid.view
-
- EstimationHelper() - Constructor for class com.atlassian.greenhopper.web.rapid.view.EstimationHelper
-
- etag - Variable in class com.atlassian.greenhopper.web.rapid.work.WorkData.ETagData
-
- ETagData() - Constructor for class com.atlassian.greenhopper.web.rapid.work.WorkData.ETagData
-
- evaluate() - Method in class com.atlassian.greenhopper.web.admin.GlobalAdminConditionEvaluator
-
- evaluate() - Method in class com.atlassian.greenhopper.web.admin.SoftwareConfigConditionEvaluator
-
- EventListenerRegistry - Class in com.atlassian.greenhopper
-
Takes care of Listeners for JIRA events.
- EventListenerRegistry() - Constructor for class com.atlassian.greenhopper.EventListenerRegistry
-
- EventListenerRegistry.ListenerKey - Enum in com.atlassian.greenhopper
-
- exception(Throwable) - Method in class com.atlassian.greenhopper.global.LoggerWrapper
-
- exception(Throwable, LoggerWrapper.LogLevel) - Method in class com.atlassian.greenhopper.global.LoggerWrapper
-
- excerpt(String) - Method in class com.atlassian.greenhopper.confluence.ConfluenceSearchResult.ConfluenceSearchResultBuilder
-
- execute() - Method in class com.atlassian.greenhopper.manager.lexorank.SqlDeleteStatement
-
- execute() - Method in class com.atlassian.greenhopper.manager.lexorank.SqlSelectStatement
-
- execute() - Method in class com.atlassian.greenhopper.manager.lexorank.SqlUpdateStatement
-
- execute() - Method in class com.atlassian.greenhopper.manager.rank.instruction.InsertRowInstruction
-
Execute a create row instruction
Either the row doesn't exist in which case we create it or if it already exists we verify that next points to the correct issueId
- execute() - Method in class com.atlassian.greenhopper.manager.rank.instruction.Instruction
-
Execute the instruction
- execute() - Method in class com.atlassian.greenhopper.manager.rank.instruction.RemoveRowInstruction
-
Executes a delete row instruction
- execute() - Method in class com.atlassian.greenhopper.manager.rank.instruction.UpdateRowInstruction
-
Executes an update row instruction
- execute() - Method in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankBalanceOperation
-
- execute(JobInfo) - Method in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankBalancePluginJob
-
- execute() - Method in class com.atlassian.greenhopper.service.lexorank.LexoRankBulkDeleteOperation
-
- execute() - Method in class com.atlassian.greenhopper.service.lexorank.LexoRankDeleteOperation
-
- execute() - Method in class com.atlassian.greenhopper.service.lexorank.LexoRankHealOperation
-
- execute() - Method in class com.atlassian.greenhopper.service.lexorank.LexoRankOperation
-
- execute(Map<String, Object>) - Method in class com.atlassian.greenhopper.service.lexorank.LexoRankStatisticsAgent.CollectorJob
-
- execute() - Method in class com.atlassian.greenhopper.service.osgi.JiraProjectsOsgiLinkEnforcer
-
Enforces an OSGI link between Agile and JIRA Projects by using some code that is provided by Projects.
- executeWithTimeout(int) - Method in class com.atlassian.greenhopper.manager.lexorank.SqlUpdateStatement
-
- exists(String) - Static method in enum com.atlassian.greenhopper.api.entity.remotelink.sprint.RemoteSprintLink.ApplicationType
-
- exists(String, Long, String) - Method in interface com.atlassian.greenhopper.service.PersistenceService
-
Exists a property for a given entity name and id
- exists(String, Long, String) - Method in class com.atlassian.greenhopper.service.PersistenceServiceImpl
-
Does a given key exist?
- existsButNotActive() - Method in class com.atlassian.greenhopper.service.workflow.CheckWorkflowEntitiesByNameResult
-
- existsRankForFieldId(Long, String) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankDao
-
Checks if the given rank value already exists for the given rank field id.
- existsRankForFieldId(Long, String) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankDaoImpl
-
- extractPageIdFromGlobalId(String) - Method in class com.atlassian.greenhopper.web.rapid.entity.common.AbstractLinkedPagesModelFactory
-
- extractPageIdFromUrl(String) - Method in class com.atlassian.greenhopper.web.rapid.entity.common.AbstractLinkedPagesModelFactory
-
- extraFields - Variable in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry
-
- ExtraFieldsCallbackComponent - Class in com.atlassian.greenhopper.web.rapid.list
-
Callback component that renders extra fields.
- ExtraFieldsCallbackComponent(ApplicationUser, ExtraFieldsHelper, List<NavigableField>) - Constructor for class com.atlassian.greenhopper.web.rapid.list.ExtraFieldsCallbackComponent
-
- ExtraFieldsContext - Class in com.atlassian.greenhopper.web.rapid.list
-
Context holding information pertinent to extra fields rendering.
- ExtraFieldsHelper - Class in com.atlassian.greenhopper.web.rapid.list
-
Encapsulates field rendering service.
- ExtraFieldsHelper() - Constructor for class com.atlassian.greenhopper.web.rapid.list.ExtraFieldsHelper
-
- generateETag() - Method in class com.atlassian.greenhopper.web.rapid.work.WorkData.ETagData
-
- generateNextSprintName(String) - Static method in class com.atlassian.greenhopper.web.rapid.sprint.SprintNameSuggester
-
- generateReport() - Method in class com.atlassian.greenhopper.service.lexorank.LexoRankStatisticsAgent
-
Finish processing any outstanding statistics events, and then
generate a report.
- generateReportExcel(ProjectActionSupport, Map) - Method in class com.atlassian.greenhopper.web.rapid.chart.integration.DummyAgileReport
-
- generateReportHtml(ProjectActionSupport, Map) - Method in class com.atlassian.greenhopper.web.rapid.chart.integration.DummyAgileReport
-
- GenericActiveObjectsDao<PK,E extends net.java.ao.RawEntity<PK>> - Class in com.atlassian.greenhopper.service.rapid.view
-
- GenericActiveObjectsDao() - Constructor for class com.atlassian.greenhopper.service.rapid.view.GenericActiveObjectsDao
-
- genNext() - Method in class com.atlassian.greenhopper.model.lexorank.LexoRank
-
- genPrev() - Method in class com.atlassian.greenhopper.model.lexorank.LexoRank
-
- get(String, Long, String) - Method in interface com.atlassian.greenhopper.entity.remotelink.RemoteEntityLinkService
-
- get(String, Long, String) - Method in class com.atlassian.greenhopper.entity.remotelink.RemoteEntityLinkServiceImpl
-
- get(RapidView, long) - Method in interface com.atlassian.greenhopper.manager.color.CardColorManager
-
- get(RapidView, long) - Method in class com.atlassian.greenhopper.manager.color.CardColorManagerImpl
-
- get(RapidView, long) - Method in interface com.atlassian.greenhopper.manager.detailview.DetailViewFieldManager
-
- get(RapidView, long) - Method in class com.atlassian.greenhopper.manager.detailview.DetailViewFieldManagerImpl
-
- get(Long) - Method in class com.atlassian.greenhopper.manager.lexorank.balancer.BalancerEntryDao
-
- get(Long) - Method in interface com.atlassian.greenhopper.manager.lexorank.balancer.BalancerEntryManager
-
Get a balancer entry given a fieldId.
- get(Long) - Method in class com.atlassian.greenhopper.manager.lexorank.balancer.BalancerEntryManagerImpl
-
- get(EntityManager, List<LexoRankAO.ColumnDetails>, boolean) - Static method in class com.atlassian.greenhopper.manager.lexorank.LexoRankEntityDetails
-
- get() - Method in class com.atlassian.greenhopper.manager.lexorank.lock.LockOutcome
-
- get() - Method in class com.atlassian.greenhopper.manager.lexorank.lock.LockProcessOutcome
-
- get(Long) - Method in interface com.atlassian.greenhopper.manager.rapidview.RapidViewManager
-
Get a RapidBoard from cache directly
- get(Long) - Method in class com.atlassian.greenhopper.manager.rapidview.RapidViewManagerImpl
-
- get(Version) - Method in class com.atlassian.greenhopper.manager.version.VersionMetaDataManagerImpl
-
- get(RapidView) - Method in interface com.atlassian.greenhopper.manager.workingdays.WorkingDaysManager
-
Get the working days configuration for a rapid view
- get(RapidView) - Method in class com.atlassian.greenhopper.manager.workingdays.WorkingDaysManagerImpl
-
- get(String) - Method in interface com.atlassian.greenhopper.service.issue.callback.IssueFieldValueProvider
-
Get the value for a given key
- get(String) - Method in class com.atlassian.greenhopper.service.issue.callback.IssueFieldValueProviderImpl
-
- get(Long) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewCacheManager
-
Returns an option of rapid view that might be in the cache.
- get(Long) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewCacheManagerImpl
-
- get(ApplicationUser, RapidView, long) - Method in interface com.atlassian.greenhopper.service.rapid.view.color.CardColorService
-
gets the card color with id cardColorId for rapid view with rapidViewId
- get(ApplicationUser, RapidView, long) - Method in class com.atlassian.greenhopper.service.rapid.view.color.CardColorServiceImpl
-
- get(ApplicationUser, RapidView, long, ErrorCollection) - Method in interface com.atlassian.greenhopper.service.rapid.view.QuickFilterService
-
gets the quick filter with id quickFilterId for rapid view with rapidViewId
- get(ApplicationUser, RapidView, long, ErrorCollection) - Method in class com.atlassian.greenhopper.service.rapid.view.QuickFilterServiceImpl
-
- get(ApplicationUser, RapidView, long, ErrorCollection) - Method in interface com.atlassian.greenhopper.service.rapid.view.SwimlaneService
-
Get a swimlane given its id
- get(ApplicationUser, RapidView, long, ErrorCollection) - Method in class com.atlassian.greenhopper.service.rapid.view.SwimlaneServiceImpl
-
- get() - Method in interface com.atlassian.greenhopper.service.ServiceOutcome
-
- get() - Method in class com.atlassian.greenhopper.service.sprint.services.AutoManagedSprintsFeatureDataProvider
-
- get(ServiceOutcome<T>) - Static method in class com.atlassian.greenhopper.service.util.ServiceOutcomeHelper
-
If the given instance of ServiceOutcome is valid, this method returns the value contained by it.
- get(ServiceOutcome<T>) - Static method in class com.atlassian.greenhopper.service.util.ServiceOutcomeHelper
-
If the given instance of ServiceOutcome is valid, this method returns the value contained by it.
- get(ApplicationUser, Long) - Method in interface com.atlassian.greenhopper.service.version.VersionService
-
Get the specified version and return an error if it is not found.
- get(ApplicationUser, Long) - Method in class com.atlassian.greenhopper.service.version.VersionServiceImpl
-
- get() - Method in class com.atlassian.greenhopper.sidebar.GlobalBoardSidebarRendererAccessor
-
- get() - Method in class com.atlassian.greenhopper.sidebar.navigation.NavigationItemServiceAccessor
-
- get() - Method in class com.atlassian.greenhopper.sidebar.SidebarDarkFeatureManagerAccessor
-
- get() - Method in class com.atlassian.greenhopper.sidebar.SidebarPlaceholderRendererAccessor
-
- get() - Method in class com.atlassian.greenhopper.web.onboarding.data.CreateProjectSequenceData
-
- get() - Method in class com.atlassian.greenhopper.web.rapid.chart.EstimateValue
-
- get(String) - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueConstantEntryCache
-
- get() - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintGoalOnboardingDataProvider
-
- get() - Method in class com.atlassian.greenhopper.web.rapid.view.KanPlanAcknowledgementDataProvider
-
- get() - Method in class com.atlassian.greenhopper.web.rapid.view.KanPlanEpicsOnboardingDataProvider
-
- get(String) - Static method in enum com.atlassian.greenhopper.web.rapid.view.RapidViewPreset
-
- get() - Method in class com.atlassian.greenhopper.web.util.HelpPathsDataProvider
-
- getAbbreviatedName() - Method in class com.atlassian.greenhopper.issue.util.AttachmentZipExtractor.ZipEntry
-
- getAccessibleStatuses(ApplicationUser, Query) - Method in interface com.atlassian.greenhopper.service.workflow.WorkflowService
-
Get the list of accessible statuses for issues potentially returned by the current query.
- getAccessibleStatuses(ApplicationUser, Query) - Method in class com.atlassian.greenhopper.service.workflow.WorkflowServiceImpl
-
- getAcknowledgeDisplay() - Method in class com.atlassian.greenhopper.web.rapid.view.KanbanPlanModeResource
-
- getActivatedDate() - Method in class com.atlassian.greenhopper.analytics.SprintClosedAnalyticsEvent
-
- getActivatedDate() - Method in class com.atlassian.greenhopper.analytics.SprintStartedAnalyticsEvent
-
- getActivatedDate() - Method in interface com.atlassian.greenhopper.service.sprint.dao.SprintAO
-
- getActivatedDate() - Method in class com.atlassian.greenhopper.service.sprint.Sprint
-
- getActivatedDate() - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintEditEntry
-
- getActivatedFlags() - Method in class com.atlassian.greenhopper.features.JiraSoftwareBuildNumberFeatureFlagActivator
-
- getActivatedTime() - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintTimes
-
- getActiveObjectClass() - Method in class com.atlassian.greenhopper.manager.AbstractAOMapper
-
- getActiveObjectClass() - Method in class com.atlassian.greenhopper.manager.AbstractRelatedAOListMapper
-
- getActiveObjectClass() - Method in interface com.atlassian.greenhopper.manager.AOListMapper
-
Get the class of T
- getActiveObjectClass() - Method in class com.atlassian.greenhopper.manager.cardlayout.CardLayoutFieldAOListMapper
-
- getActiveObjectClass() - Method in class com.atlassian.greenhopper.manager.color.CardColorAOListMapper
-
- getActiveObjectClass() - Method in class com.atlassian.greenhopper.manager.detailview.DetailViewFieldAOListMapper
-
- getActiveObjectClass() - Method in class com.atlassian.greenhopper.manager.estimatestatistic.EstimateStatisticAOListMapper
-
- getActiveObjectClass() - Method in class com.atlassian.greenhopper.manager.trackingstatistic.TrackingStatisticAOListMapper
-
- getActiveObjectClass() - Method in class com.atlassian.greenhopper.manager.workingdays.NonWorkingDayAOListMapper
-
- getActiveObjectClass() - Method in class com.atlassian.greenhopper.manager.workingdays.WorkingDaysAOListMapper
-
- getActiveObjectClass() - Method in class com.atlassian.greenhopper.service.rapid.view.BoardAdminAOListMapper
-
- getActiveObjectClass() - Method in class com.atlassian.greenhopper.service.rapid.view.ColumnAOListMapper
-
- getActiveObjectClass() - Method in class com.atlassian.greenhopper.service.rapid.view.ColumnStatusAOListMapper
-
- getActiveObjectClass() - Method in class com.atlassian.greenhopper.service.rapid.view.QuickFilterAOListMapper
-
- getActiveObjectClass() - Method in class com.atlassian.greenhopper.service.rapid.view.subquery.SubqueryAOListMapper
-
- getActiveObjectClass() - Method in class com.atlassian.greenhopper.service.rapid.view.SwimlaneAOListMapper
-
- getActiveOrFutureSprintForIssue(ApplicationUser, Issue) - Method in interface com.atlassian.greenhopper.service.sprint.SprintIssueService
-
Returns any future or active sprint for an issue.
- getActiveOrFutureSprintForIssue(ApplicationUser, Issue) - Method in class com.atlassian.greenhopper.service.sprint.SprintIssueServiceImpl
-
- getActiveQuickFilters() - Method in class com.atlassian.greenhopper.web.rapid.IssueTransitionAndRankService.TransitionAndRankRequest
-
- getActiveQuickFilters() - Method in class com.atlassian.greenhopper.web.rapid.work.WorkFilters
-
- getActiveSprintForIssue(ApplicationUser, Issue) - Method in interface com.atlassian.greenhopper.service.sprint.SprintIssueService
-
Returns any active sprints for an issue.
- getActiveSprintForIssue(ApplicationUser, Issue) - Method in class com.atlassian.greenhopper.service.sprint.SprintIssueServiceImpl
-
- getActiveSprints() - Method in class com.atlassian.greenhopper.web.contextprovider.AgileIssueWebPanelContext
-
- getActiveSprints() - Method in class com.atlassian.greenhopper.web.rapid.work.WorkFilters
-
- getActiveSprintsForPlanModeQuery(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewQueryService
-
Query used to find issues and active sprints for display in Plan mode.
- getActiveSprintsForPlanModeQuery(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewQueryServiceImpl
-
- getAffectedEntities(UserPropertyChangeParameter) - Method in class com.atlassian.greenhopper.anonymization.AuditEntryKeyChangeHandler
-
- getAffectedEntities(UserPropertyChangeParameter) - Method in class com.atlassian.greenhopper.anonymization.RapidViewUserKeyChangeHandler
-
- getAfterState() - Method in class com.atlassian.greenhopper.manager.rank.instruction.InsertRowInstruction
-
- getAfterState() - Method in class com.atlassian.greenhopper.manager.rank.instruction.Instruction
-
Get the state of the db after executing this instruction
- getAfterState() - Method in class com.atlassian.greenhopper.manager.rank.instruction.RemoveRowInstruction
-
- getAfterState() - Method in class com.atlassian.greenhopper.manager.rank.instruction.UpdateRowInstruction
-
- getAggregates(Issue, Collection<Issue>) - Method in interface com.atlassian.greenhopper.service.timetracking.TimeTrackingService
-
Copied from IssueImplAggregateTimeTrackingCalculator.getAggregates(com.atlassian.jira.issue.Issue)
.
- getAggregates(Issue, Collection<Issue>) - Method in class com.atlassian.greenhopper.service.timetracking.TimeTrackingServiceImpl
-
Copied from IssueImplAggregateTimeTrackingCalculator.getAggregates(com.atlassian.jira.issue.Issue)
.
- getAgileSection() - Method in class com.atlassian.greenhopper.webhooks.RegisteredWebHookEventFactory
-
- getAll(RapidView) - Method in interface com.atlassian.greenhopper.manager.cardlayout.CardLayoutManager
-
Return a list of card layout fields for a given board.
- getAll(RapidView) - Method in class com.atlassian.greenhopper.manager.cardlayout.CardLayoutManagerImpl
-
- getAll(RapidView) - Method in interface com.atlassian.greenhopper.manager.color.CardColorManager
-
- getAll(RapidView) - Method in class com.atlassian.greenhopper.manager.color.CardColorManagerImpl
-
- getAll(RapidView) - Method in interface com.atlassian.greenhopper.manager.detailview.DetailViewFieldManager
-
- getAll(RapidView) - Method in class com.atlassian.greenhopper.manager.detailview.DetailViewFieldManagerImpl
-
- getAll(RapidViewManager.RapidViewPermissionCheck) - Method in interface com.atlassian.greenhopper.manager.rapidview.RapidViewManager
-
Get a list of all RapidViews that are visible for a permissionCheck
- getAll() - Method in interface com.atlassian.greenhopper.manager.rapidview.RapidViewManager
-
Get a list of all RapidViews that exist, regardless of any security considerations.
- getAll(RapidViewManager.RapidViewPermissionCheck) - Method in class com.atlassian.greenhopper.manager.rapidview.RapidViewManagerImpl
-
- getAll() - Method in class com.atlassian.greenhopper.manager.rapidview.RapidViewManagerImpl
-
- getAll(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.color.CardColorService
-
Get all Card Colors for a given Rapid View
- getAll(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.color.CardColorServiceImpl
-
- getAllActiveWorkflowStatusObjects() - Method in interface com.atlassian.greenhopper.service.workflow.WorkflowService
-
Get all active workflow statuses available in the system
- getAllActiveWorkflowStatusObjects() - Method in class com.atlassian.greenhopper.service.workflow.WorkflowServiceImpl
-
Get all available status objects of all active workflows.
- getAllBrowseableProjects(ApplicationUser) - Method in class com.atlassian.greenhopper.web.project.ProjectHelper
-
Blatantly ripping off JIRA's ProjectResource
because it doesn't do one
small thing that I want it to do.
- getAllClosedSprintsAfterTheGivenOne(Sprint) - Static method in class com.atlassian.greenhopper.service.sprint.SprintUtils
-
- getAllColumns(RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.ColumnService
-
Return all columns without filtering out any column
(eg:
KanbanBacklogColumn
still be returned when KanPlan lab is disabled)
- getAllColumns(RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.ColumnServiceImpl
-
- getAllComments(ApplicationUser, Issue) - Method in class com.atlassian.greenhopper.web.rapid.issue.CommentModelFactory
-
gets all comments
- getAllData(ApplicationUser, RapidView, Set<Long>, Set<Long>, String) - Method in class com.atlassian.greenhopper.web.rapid.work.WorkDataFactory
-
- getAllFactories() - Method in class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.EditableTabEntryFactoryFactory
-
- getAllIds() - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkHistoryData
-
- getAllIds() - Method in class com.atlassian.greenhopper.customfield.sprint.SprintHistoryData
-
- getAllIssues(Long, Long) - Method in class com.atlassian.greenhopper.web.rapid.chart.RapidChartResource
-
- getAllMatches() - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintSeeker.SprintsToPick
-
- getAllQuickFilters(Long) - Method in class com.atlassian.greenhopper.web.rapid.view.QuickFilterResource
-
Returns all quick filters on the specified board
- getAllRecentViews(ApplicationUser) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewHistoryService
-
Get the most recent rapid views, ordered by most recently visited
- getAllRecentViews(ApplicationUser) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewHistoryServiceImpl
-
- getAllSprintIdsByState(Sprint.State) - Method in interface com.atlassian.greenhopper.service.sprint.SprintManager
-
- getAllSprintIdsByState(Sprint.State) - Method in class com.atlassian.greenhopper.service.sprint.SprintManagerImpl
-
- getAllSprints() - Method in interface com.atlassian.greenhopper.service.sprint.SprintManager
-
Deprecated.
- getAllSprints() - Method in class com.atlassian.greenhopper.service.sprint.SprintManagerImpl
-
- getAllSprints() - Method in class com.atlassian.greenhopper.web.rapid.chart.VelocityChartModel.QueryMetadata
-
- getAllSprintsCount() - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintDateBasedSearch.SprintData
-
- getAllSprintsForRapidView(Long, boolean, boolean) - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintQueryResource
-
Returns all the sprints for a given rapid view.
- getAllWorkflowStatusObjects() - Method in interface com.atlassian.greenhopper.service.workflow.WorkflowService
-
Get all workflow statuses available in the system
- getAllWorkflowStatusObjects() - Method in class com.atlassian.greenhopper.service.workflow.WorkflowServiceImpl
-
Get all available status objects.
- getAlt() - Method in class com.atlassian.greenhopper.issue.util.AttachmentZipExtractor.IconEntry
-
- getAlt() - Method in class com.atlassian.greenhopper.web.util.GreenHopperHelpPathResolver.HelpPath
-
- getAnalytics() - Method in interface com.atlassian.greenhopper.analytics.AnalyticTask
-
Calculates the analytics and return a map with
all the properties.
- getAnalytics() - Method in class com.atlassian.greenhopper.analytics.BasicStatsAnalyticTask
-
- getApplicationName() - Method in class com.atlassian.greenhopper.api.entity.remotelink.sprint.RemoteSprintLink
-
- getApplicationType() - Method in class com.atlassian.greenhopper.api.entity.remotelink.sprint.RemoteSprintLink
-
- getAssignee() - Method in class com.atlassian.greenhopper.web.contextprovider.IssuesInEpicContext.IssueInfo
-
- getAssigneeDisplayName() - Method in class com.atlassian.greenhopper.web.contextprovider.IssuesInEpicContext.IssueInfo
-
- getAssociatedProjectType(RapidViewPreset) - Static method in class com.atlassian.greenhopper.service.rapid.view.RapidViewPresetService
-
- getAttachmentData(String) - Method in class com.atlassian.greenhopper.web.rapid.issue.attachment.AttachmentsResource
-
- getAttachments(ApplicationUser, Issue) - Method in class com.atlassian.greenhopper.web.rapid.issue.attachment.AttachmentsFactory
-
- getAuthor() - Method in class com.atlassian.greenhopper.service.issue.changehistory.SafeChangeHistory
-
- getAuthorDisplayName() - Method in class com.atlassian.greenhopper.service.issue.changehistory.SafeChangeHistory
-
- getAuthorUser() - Method in class com.atlassian.greenhopper.service.issue.changehistory.SafeChangeHistory
-
- getAuto() - Method in class com.atlassian.greenhopper.analytics.SprintClosedAnalyticsEvent
-
- getAuto() - Method in class com.atlassian.greenhopper.analytics.SprintStartedAnalyticsEvent
-
- getAutoStartStopSprintsByState(Sprint.State) - Method in interface com.atlassian.greenhopper.service.sprint.SprintManager
-
Returns sprints in the given state managed by the auto start/stop sprints functionality.
- getAutoStartStopSprintsByState(Sprint.State) - Method in class com.atlassian.greenhopper.service.sprint.SprintManagerImpl
-
- getAvailableCardLayoutFieldEntryList(ApplicationUser, RapidView, CardLayoutField.Mode) - Method in class com.atlassian.greenhopper.web.rapid.view.cardlayout.CardLayoutHelper
-
Get available card layout fields for a given view
RapidView
and
CardLayoutField.Mode
- getAvailableCardLayoutFields(ApplicationUser, RapidView, CardLayoutField.Mode) - Method in interface com.atlassian.greenhopper.service.rapid.view.cardlayout.CardLayoutFieldConfigurationService
-
Get the fields which can be configured for this
RapidView
and
CardLayoutField.Mode
.
- getAvailableCardLayoutFields(ApplicationUser, RapidView, CardLayoutField.Mode) - Method in class com.atlassian.greenhopper.service.rapid.view.cardlayout.CardLayoutFieldConfigurationServiceImpl
-
- getAvailableCardLayoutFields(ApplicationUser, RapidView, CardLayoutField.Mode) - Method in class com.atlassian.greenhopper.web.rapid.view.cardlayout.CardLayoutHelper
-
Get available card layout fields for a given view
RapidView
and
CardLayoutField.Mode
- getAvailableCardLayoutFields(Long, String) - Method in class com.atlassian.greenhopper.web.rapid.view.cardlayout.CardLayoutResource
-
Get a set of fields that can be added to a card layout configuration for a given board and mode.
- getAvailableDetailViewCustomFields() - Method in interface com.atlassian.greenhopper.service.rapid.view.detailview.DetailViewFieldConfigurationService
-
Get the list of fields which can be configured across the system.
- getAvailableDetailViewCustomFields() - Method in class com.atlassian.greenhopper.service.rapid.view.detailview.DetailViewFieldConfigurationServiceImpl
-
- getAvailableDetailViewFields(RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.detailview.DetailViewFieldConfigurationService
-
Get the list of fields which can be configured for this
RapidView
.
- getAvailableDetailViewFields(RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.detailview.DetailViewFieldConfigurationServiceImpl
-
- getAvailableDetailViewFields(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.web.rapid.view.detailview.DetailViewFieldHelper
-
- getAvailableDetailViewFields(Long) - Method in class com.atlassian.greenhopper.web.rapid.view.detailview.DetailViewFieldResource
-
- getAvailableEstimateStatistics() - Method in interface com.atlassian.greenhopper.service.rapid.view.statistics.EstimateStatisticService
-
- getAvailableEstimateStatistics() - Method in class com.atlassian.greenhopper.service.rapid.view.statistics.EstimateStatisticServiceImpl
-
- getAvailableStatisticsFieldConfigs() - Method in interface com.atlassian.greenhopper.service.rapid.view.StatisticsFieldService
-
- getAvailableStatisticsFieldConfigs() - Method in class com.atlassian.greenhopper.service.rapid.view.StatisticsFieldServiceImpl
-
- getAvailableStatisticsFields() - Method in interface com.atlassian.greenhopper.service.rapid.view.StatisticsFieldService
-
- getAvailableStatisticsFields() - Method in class com.atlassian.greenhopper.service.rapid.view.StatisticsFieldServiceImpl
-
- getAvailableSystemFieldsForDetailView() - Method in class com.atlassian.greenhopper.service.rapid.view.detailview.DetailViewFieldConfigurationServiceImpl
-
- getAvailableTrackingStatistics() - Method in interface com.atlassian.greenhopper.service.rapid.view.statistics.TrackingStatisticService
-
- getAvailableTrackingStatistics() - Method in class com.atlassian.greenhopper.service.rapid.view.statistics.TrackingStatisticServiceImpl
-
- getBacklogColumn(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.KanbanBacklogColumnService
-
Deprecated.
- getBacklogColumn(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.KanbanBacklogColumnServiceImpl
-
- getBacklogData(Long, Set<Long>, String) - Method in class com.atlassian.greenhopper.web.rapid.plan.PlanningModeResource
-
Returns the backlog data for the given rapid view and filtered by the given quick filters.
- getBacklogEpics(Long) - Method in class com.atlassian.greenhopper.web.rapid.plan.PlanningModeResource
-
Returns epics for the given rapid view
- getBacklogIssue(ApplicationUser, RapidView, Issue, Set<Long>) - Method in class com.atlassian.greenhopper.web.rapid.plan.PlanningModeHelper
-
Load a backlog issues
- getBacklogIssue(Long, Long, Set<Long>) - Method in class com.atlassian.greenhopper.web.rapid.plan.PlanningModeResource
-
- getBacklogIssuesAndSprintAssignment(ApplicationUser, RapidView, Set<Long>) - Method in interface com.atlassian.greenhopper.web.rapid.plan.PlanningModeService
-
Fetches all issues shown on the plan mode.
- getBacklogIssuesAndSprintAssignment(ApplicationUser, RapidView, Set<Long>) - Method in class com.atlassian.greenhopper.web.rapid.plan.PlanningModeServiceImpl
-
- getBacklogQuery(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewQueryService
-
Query used to find issues on the Plan mode without the subtasks
This query consists of the saved filter, the mapped statuses, the plan mode query.
- getBacklogQuery(ApplicationUser, RapidView, boolean) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewQueryService
-
Query used to find issues on the Plan mode.
- getBacklogQuery(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewQueryServiceImpl
-
- getBacklogQuery(ApplicationUser, RapidView, boolean) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewQueryServiceImpl
-
- getBacklogVersions(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.web.rapid.plan.PlanningModeHelper
-
Load the versions data for the plan mode
- getBacklogVersions(Long) - Method in class com.atlassian.greenhopper.web.rapid.plan.PlanningModeResource
-
- getBalanceStatus(List<CustomField>) - Method in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankBalancer
-
Get the lexorank balancer status for a given set of fields.
- getBalanceStatus() - Method in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankBalancingService
-
Get balancing service status.
- getBalanceStatus() - Method in class com.atlassian.greenhopper.web.configuration.LexoRankHelper
-
- getBase() - Method in interface com.atlassian.greenhopper.model.lexorank.LexoNumeralSystem
-
- getBaseCardColorEditModel(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.web.rapid.view.CardColorHelper
-
Get the base card color edit model - does not contain the configured colors
- getBaseCardColorEditModel(ApplicationUser, RapidView, CardColorStrategy) - Method in class com.atlassian.greenhopper.web.rapid.view.CardColorHelper
-
Get a base model for a given board and strategy
- getBaseData() - Method in class com.atlassian.greenhopper.web.rapid.chart.StatisticHistoryDataCallback
-
- getBaseDivisors(LexoNumeralSystem, int) - Static method in class com.atlassian.greenhopper.model.lexorank.LexoNumeralSystemHelper
-
- getBaseUrl() - Method in class com.atlassian.greenhopper.web.contextprovider.AgileIssueWebPanelContext
-
- getBaseUrl() - Method in class com.atlassian.greenhopper.web.contextprovider.IssuesInEpicContext
-
- getBeforeState() - Method in class com.atlassian.greenhopper.manager.rank.instruction.DatabaseEmptinessCheck
-
- getBeforeState() - Method in class com.atlassian.greenhopper.manager.rank.instruction.InsertParametersCheck
-
- getBeforeState() - Method in class com.atlassian.greenhopper.manager.rank.instruction.InsertRowInstruction
-
- getBeforeState() - Method in class com.atlassian.greenhopper.manager.rank.instruction.Instruction
-
Get the state of the db before executing this instruction
- getBeforeState() - Method in class com.atlassian.greenhopper.manager.rank.instruction.LastRowCheck
-
- getBeforeState() - Method in class com.atlassian.greenhopper.manager.rank.instruction.MoveParametersCheck
-
- getBeforeState() - Method in class com.atlassian.greenhopper.manager.rank.instruction.RemoveParametersCheck
-
- getBeforeState() - Method in class com.atlassian.greenhopper.manager.rank.instruction.RemoveRowInstruction
-
- getBeforeState() - Method in class com.atlassian.greenhopper.manager.rank.instruction.TopOfChainCheck
-
- getBeforeState() - Method in class com.atlassian.greenhopper.manager.rank.instruction.UpdateRowInstruction
-
- getBoard() - Method in interface com.atlassian.greenhopper.api.events.board.BoardEvent
-
- getBoard() - Method in class com.atlassian.greenhopper.api.events.board.KanbanBacklogToggledEvent
-
- getBoardAdmins(RapidView) - Method in interface com.atlassian.greenhopper.manager.rapidview.BoardAdminManager
-
Get board admin list for a RapidView
- getBoardAdmins(Long) - Method in interface com.atlassian.greenhopper.manager.rapidview.BoardAdminManager
-
Get board admin list for a RapidView
- getBoardAdmins(List<RapidView>) - Method in interface com.atlassian.greenhopper.manager.rapidview.BoardAdminManager
-
- getBoardAdmins(RapidView) - Method in class com.atlassian.greenhopper.manager.rapidview.BoardAdminManagerImpl
-
- getBoardAdmins(Long) - Method in class com.atlassian.greenhopper.manager.rapidview.BoardAdminManagerImpl
-
- getBoardAdmins(List<RapidView>) - Method in class com.atlassian.greenhopper.manager.rapidview.BoardAdminManagerImpl
-
- getBoardAdmins(RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.BoardAdminService
-
- getBoardAdmins(List<RapidView>) - Method in interface com.atlassian.greenhopper.service.rapid.view.BoardAdminService
-
- getBoardAdmins(RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.BoardAdminServiceImpl
-
- getBoardAdmins(List<RapidView>) - Method in class com.atlassian.greenhopper.service.rapid.view.BoardAdminServiceImpl
-
- getBoardAdmins() - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
Board delegated admins of the view.
- getBoardAdminsPickerData(ApplicationUser, String, int) - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewEditHelper
-
Retrieve a list of Users and Groups based upon a search query
- getBoardAdminsPickerData(String, int) - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewEditResource
-
- getBoardEolImageSource() - Method in class com.atlassian.greenhopper.jira.actions.ClassicBoardNotFoundAction
-
- getBoardId() - Method in class com.atlassian.greenhopper.manager.rapidview.events.DaysInColumnSwitched
-
- getBoardId() - Method in class com.atlassian.greenhopper.manager.rapidview.events.EpicsSwitched
-
- getBoardId() - Method in class com.atlassian.greenhopper.web.rapid.list.CollectIssuesEvent
-
- getBoardLocationForIssue(ApplicationUser, Issue, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewLocationService
-
Given the issue and a particular
RapidView
, returns the precise location of that issue on the
RapidView
.
- getBoardLocationForIssue(ApplicationUser, Issue, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewLocationServiceImpl
-
- getBoardLocationForSprint(ApplicationUser, Sprint) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewLocationService
-
Given the sprint, returns the precise location of that sprint (on any
RapidView
).
- getBoardLocationForSprint(ApplicationUser, Sprint) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewLocationServiceImpl
-
- getBoardName() - Method in class com.atlassian.greenhopper.customfield.sprint.SprintSearcherEditModel
-
- getBoardNameForSprint(ApplicationUser, Sprint) - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintHelper
-
Retrieves the board name associated with a sprint or a permission error if it is unavailable.
- getBoards() - Method in class com.atlassian.greenhopper.web.rapid.BoardDispatchAction
-
- getBoardsRetrievalTimeMs() - Method in class com.atlassian.greenhopper.analytics.findonboard.FindOnBoardSearchResultsAnalyticsEvent.Builder
-
- getBoardsRetrievalTimeMs() - Method in class com.atlassian.greenhopper.analytics.findonboard.FindOnBoardSearchResultsAnalyticsEvent
-
- getBoardType() - Method in class com.atlassian.greenhopper.analytics.FailedKanbanTransitionAnalyticsEvent
-
- getBoolean(String, Long, String) - Method in interface com.atlassian.greenhopper.service.PersistenceService
-
Get a property value of type Boolean.
- getBoolean(String, Long, String) - Method in class com.atlassian.greenhopper.service.PersistenceServiceImpl
-
- getBooleanParameter(String) - Method in interface com.atlassian.greenhopper.web.input.InputParameterService
-
Get a Boolean request parameter.
- getBooleanParameter(String) - Method in class com.atlassian.greenhopper.web.input.InputParameterServiceImpl
-
Get a Boolean request parameter.
- getBooleanProperty(String) - Method in class com.atlassian.greenhopper.service.properties.PropertyDao
-
- getBucket() - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankAO
-
- getBucket() - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankRow
-
- getBucket() - Method in class com.atlassian.greenhopper.model.lexorank.LexoRank
-
- getBugFixVersion() - Method in class com.atlassian.greenhopper.util.VersionKit.SoftwareVersion
-
- getBuildDate() - Method in interface com.atlassian.greenhopper.util.BuildProperties
-
Get the build date.
- getBuildDate() - Method in class com.atlassian.greenhopper.util.BuildPropertiesImpl
-
- getBuildNumber() - Method in class com.atlassian.greenhopper.upgrade.GhUpgradeTask046
-
- getBuildNumber() - Method in class com.atlassian.greenhopper.upgrade.GhUpgradeTask047
-
- getBuildNumber() - Method in class com.atlassian.greenhopper.upgrade.GhUpgradeTask048
-
- getBuildNumber() - Method in class com.atlassian.greenhopper.upgrade.GhUpgradeTask049
-
- getBuildNumber() - Method in class com.atlassian.greenhopper.upgrade.GhUpgradeTask050
-
- getBuildNumber() - Method in class com.atlassian.greenhopper.upgrade.GhUpgradeTask051
-
- getBuildNumber() - Method in class com.atlassian.greenhopper.upgrade.GhUpgradeTask052
-
- getBuildNumber() - Method in class com.atlassian.greenhopper.upgrade.UpgradeVersionService.UpgradeHistoryDetail
-
- getBuildProperties() - Method in class com.atlassian.greenhopper.web.util.WebUtilities
-
Get the GreenHopper build properties
- getBurndownChangesForSprint(ApplicationUser, RapidView, Sprint) - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintBurndownModelFactory
-
- getBurndownColumnChangeData(ApplicationUser, RapidView, Collection<String>) - Method in class com.atlassian.greenhopper.web.rapid.chart.burndown.BurndownColumnChangeFactory
-
Get the burndown column changes for a set of issues
TODO: this method currently searches the issues using issueKey in ... which doesn't scale well (1 db call per issue!)
- getBusinessValueProperty() - Method in interface com.atlassian.greenhopper.manager.properties.ManagedFieldPropertyDao
-
- getBusinessValueProperty() - Method in class com.atlassian.greenhopper.manager.properties.ManagedFieldPropertyDaoImpl
-
- getByEntityIdEntityClassAndCategory(Long, String, String) - Method in class com.atlassian.greenhopper.manager.audit.AuditEntryDao
-
- getByEntityIdEntityClassAndCategory(Long, String, String) - Method in interface com.atlassian.greenhopper.manager.audit.AuditEntryManager
-
Retrieve all AuditEntry records A such that:
A.id == id && A.entityClass == entityClass && A.category == category
- getByEntityIdEntityClassAndCategory(Long, String, String) - Method in class com.atlassian.greenhopper.manager.audit.AuditEntryManagerImpl
-
- getByFieldAndIssueId(long, long) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankDao
-
Gets a single LexoRankRow object with the given fieldId and issueId
- getByFieldAndIssueId(long, long) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankDaoImpl
-
- getCache(String) - Method in class com.atlassian.greenhopper.util.RequestBoundCacheFactory
-
- getCalendarFormat() - Method in class com.atlassian.greenhopper.web.util.DatePickerHelper
-
Get the calendar format used by JIRA
- getCalendarLocale(ApplicationUser) - Static method in class com.atlassian.greenhopper.web.util.DatePickerHelper
-
Does a local check.. may be useful for more than the calendar
- getCanCompleteCreateProjectSequence(ApplicationUser) - Method in class com.atlassian.greenhopper.web.onboarding.data.CreateProjectSequenceData
-
- getCardColor(ApplicationUser, Long, Long) - Method in class com.atlassian.greenhopper.web.rapid.view.CardColorHelper
-
gets the card color with id cardColorId in rapid view with id rapidViewId
- getCardColor(Long, Long) - Method in class com.atlassian.greenhopper.web.rapid.view.CardColorResource
-
Get the quick filter for a given rapidView and id
- getCardColors() - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
Card colors
- getCardColorsForIssues() - Method in class com.atlassian.greenhopper.service.rapid.view.color.AbstractCardColorCallback
-
- getCardColorsForIssues(ApplicationUser, RapidView, List<Long>) - Method in interface com.atlassian.greenhopper.service.rapid.view.color.CardColorQueryService
-
Get the card color for given rapidboard and issue ids
- getCardColorsForIssues(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.color.CardColorQueryService
-
Get the card color for given rapidboard
- getCardColorsForIssues(ApplicationUser, RapidView, List<Long>) - Method in class com.atlassian.greenhopper.service.rapid.view.color.CardColorQueryServiceImpl
-
Get the card color for given rapidboard and issue ids
- getCardColorsForIssues(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.color.CardColorQueryServiceImpl
-
Get the card color for given rapidboard
- getCardColorsForQuery(ApplicationUser, RapidView, CardColorStrategy, Query, int) - Method in interface com.atlassian.greenhopper.service.rapid.view.color.CardColorQueryService
-
Collect the card colors for all issues matching a given query.
- getCardColorsForQuery(ApplicationUser, RapidView, CardColorStrategy, Query, int) - Method in class com.atlassian.greenhopper.service.rapid.view.color.CardColorQueryServiceImpl
-
Collect the card colors for all issues matching a given query.
- getCardColorStrategy() - Method in class com.atlassian.greenhopper.model.rapid.RapidView
-
- getCardColorStrategy() - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
Which Card Color strategy do we use
- getCardLayoutField() - Method in class com.atlassian.greenhopper.service.rapid.view.cardlayout.CardLayoutFieldConfig
-
- getCardLayoutFieldConfig(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.web.rapid.view.cardlayout.CardLayoutHelper
-
- getCardLayoutFields(RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.cardlayout.CardLayoutFieldConfigurationService
-
Get the currently configured card layout fields for this
RapidView
.
- getCardLayoutFields(RapidView, CardLayoutField.Mode) - Method in interface com.atlassian.greenhopper.service.rapid.view.cardlayout.CardLayoutFieldConfigurationService
-
Get the currently configured card layout fields for this
RapidView
and
CardLayoutField.Mode
.
- getCardLayoutFields(RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.cardlayout.CardLayoutFieldConfigurationServiceImpl
-
- getCardLayoutFields(RapidView, CardLayoutField.Mode) - Method in class com.atlassian.greenhopper.service.rapid.view.cardlayout.CardLayoutFieldConfigurationServiceImpl
-
- getCardLayoutFields(RapidView, CardLayoutField.Mode) - Method in interface com.atlassian.greenhopper.service.rapid.view.cardlayout.CardLayoutFieldService
-
Retrieve the fields that are currently configured and valid for the given
RapidView
.
- getCardLayoutFields(RapidView, CardLayoutField.Mode) - Method in class com.atlassian.greenhopper.service.rapid.view.cardlayout.CardLayoutFieldServiceImpl
-
- getCardLayoutFields(Long, String) - Method in class com.atlassian.greenhopper.web.rapid.view.cardlayout.CardLayoutResource
-
Get all fields that have been configured for this layout
- getCardLayouts() - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
- getCategory() - Method in interface com.atlassian.greenhopper.manager.audit.AuditEntryAO
-
- getCategory() - Method in class com.atlassian.greenhopper.model.rapid.AuditEntry.AuditEntryBuilder
-
- getCategory() - Method in class com.atlassian.greenhopper.model.rapid.AuditEntry
-
- getCategory() - Method in enum com.atlassian.greenhopper.web.rapid.issue.tabs.editable.utils.FieldDetailsCategoryPanel
-
- getCause() - Method in class com.atlassian.greenhopper.analytics.FailedKanbanTransitionAnalyticsEvent
-
- getCFDModel(ApplicationUser, RapidView, Set<Long>, Set<Long>, Set<Long>) - Method in class com.atlassian.greenhopper.web.rapid.chart.CumulativeFlowChartModelFactory
-
- getChangeDate() - Method in class com.atlassian.greenhopper.service.timetracking.TimeTrackingHistoryService.HistoryEntry
-
- getChangedFieldNames(Sprint, Sprint) - Static method in class com.atlassian.greenhopper.service.sprint.SprintUtils
-
- getChangedFields() - Method in class com.atlassian.greenhopper.analytics.SprintUpdatedAnalyticsEvent
-
- getChangeHistoriesForUser(Issue, ApplicationUser) - Method in interface com.atlassian.greenhopper.service.issue.changehistory.ChangeHistoryService
-
Returns a List of ChangeHistory entities for the given issue.
- getChangeHistoriesForUser(Issue, ApplicationUser) - Method in class com.atlassian.greenhopper.service.issue.changehistory.ChangeHistoryServiceImpl
-
- getChangeHistory() - Method in class com.atlassian.greenhopper.service.issue.changehistory.SafeChangeHistory
-
- getChangeItemField() - Method in interface com.atlassian.greenhopper.web.rapid.issue.statistics.ChangeHistoryStatisticValueResolver
-
- getChangeItems() - Method in class com.atlassian.greenhopper.service.issue.changehistory.SafeChangeHistory
-
- getChangeItemValue(String, String) - Method in interface com.atlassian.greenhopper.web.rapid.issue.statistics.ChangeHistoryStatisticValueResolver
-
Get the value represented by the string.
- getChangelogString(CustomField, Issue) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCFType
-
- getChangelogString(CustomField, Collection<Sprint>) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintCFType
-
- getChangelogValue(CustomField, Issue) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCFType
-
A changelog item can't be just created inside
EpicLinkManager
, as usual, as that could result in two
separate events/webhooks being fired - one for the epic link change and another one for all of the remaining
changed fields on an issue (if there were any other changes).
- getChangelogValue(CustomField, LexoRank) - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankCFType
-
- getChangelogValue(CustomField, Collection<Sprint>) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintCFType
-
- getChanges() - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkHistoryData
-
- getChanges() - Method in class com.atlassian.greenhopper.customfield.sprint.SprintHistoryData
-
- getChanges() - Method in class com.atlassian.greenhopper.service.charts.FixVersionHistoryCallback
-
- getChangeSet() - Method in class com.atlassian.greenhopper.upgrade.UpgradeVersionService.UpgradeHistoryDetail
-
- getChangeSet() - Method in interface com.atlassian.greenhopper.util.BuildProperties
-
Get the change set this build is made of.
- getChangeSet() - Method in class com.atlassian.greenhopper.util.BuildPropertiesImpl
-
- getChangesFieldId(CustomField) - Static method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCustomFieldIndexer
-
- getChangesFieldId(CustomField) - Static method in class com.atlassian.greenhopper.customfield.sprint.SprintCustomFieldIndexer
-
- getChart() - Method in class com.atlassian.greenhopper.web.rapid.event.UnlicensedAnalyticsEvent
-
- getCheckResults() - Method in class com.atlassian.greenhopper.web.rapid.RapidBoardAction
-
- getCheckTypeErrorMessages() - Method in class com.atlassian.greenhopper.web.rapid.RapidBoardAction
-
- getCheckTypes() - Method in class com.atlassian.greenhopper.service.index.IndexCheckService.CheckSpec
-
- getChildren() - Method in class com.atlassian.greenhopper.sidebar.navigation.NavigationItem
-
- getClassicEpicLabelProperty() - Method in interface com.atlassian.greenhopper.manager.properties.ManagedFieldPropertyDao
-
- getClassicEpicLabelProperty() - Method in class com.atlassian.greenhopper.manager.properties.ManagedFieldPropertyDaoImpl
-
- getClassificationIdField() - Method in class com.atlassian.greenhopper.web.rapid.plan.ClassificationStatisticCallback
-
- getClassificationIdField() - Method in class com.atlassian.greenhopper.web.rapid.plan.EpicStatisticCallback
-
- getClassificationIdField() - Method in class com.atlassian.greenhopper.web.rapid.plan.VersionStatisticCallback
-
- getClassificationStatistics() - Method in class com.atlassian.greenhopper.web.rapid.plan.ClassificationStatisticCallback
-
- getClause() - Method in class com.atlassian.greenhopper.model.query.ClauseToAdd
-
- getClauseForBuilder(ApplicationUser, RapidView, RapidViewClauseService.ClauseType) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewClauseService
-
Applies a clause of given type to the passed builder
- getClauseForBuilder(ApplicationUser, RapidView, RapidViewClauseService.ClauseType) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewClauseServiceImpl
-
- getClauseFromParams(ApplicationUser, CustomFieldParams) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkSearchInputTransformer
-
- getClauseFromParams(ApplicationUser, CustomFieldParams) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintSearchInputTransformer
-
- getClauses() - Method in class com.atlassian.greenhopper.util.jql.project.ProjectTerminalClause
-
- getCloneOptionConfiguration(CustomField, Issue) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintCFType
-
- getClosedSprints() - Method in class com.atlassian.greenhopper.service.issue.RapidViewIssue
-
- getClosedSprints(ApplicationUser, Query) - Method in interface com.atlassian.greenhopper.service.sprint.SprintQueryService
-
- getClosedSprints(ApplicationUser, Query, boolean) - Method in interface com.atlassian.greenhopper.service.sprint.SprintQueryService
-
Get all closed sprints applicable to a given jql.
- getClosedSprints(ApplicationUser, Query) - Method in class com.atlassian.greenhopper.service.sprint.SprintQueryServiceImpl
-
- getClosedSprints(ApplicationUser, Query, boolean) - Method in class com.atlassian.greenhopper.service.sprint.SprintQueryServiceImpl
-
- getColor() - Method in interface com.atlassian.greenhopper.manager.color.CardColorAO
-
Color value.
- getColor() - Method in class com.atlassian.greenhopper.model.rapid.CardColor
-
- getColorData(Long, WorkResource.ColorsRequestBean) - Method in class com.atlassian.greenhopper.web.rapid.work.WorkResource
-
- getColorKey() - Method in class com.atlassian.greenhopper.model.Epic
-
- getColorModelForStrategy(ApplicationUser, long, String, boolean) - Method in class com.atlassian.greenhopper.web.rapid.view.CardColorHelper
-
Update the swimlane strategy
- getColorName() - Method in class com.atlassian.greenhopper.issue.fields.status.IssueStatusCategory
-
- getColumn(long) - Method in class com.atlassian.greenhopper.service.rapid.view.ColumnDao
-
- getColumn(Long) - Method in interface com.atlassian.greenhopper.service.rapid.view.ColumnService
-
- getColumn(Long) - Method in class com.atlassian.greenhopper.service.rapid.view.ColumnServiceImpl
-
- getColumn() - Method in interface com.atlassian.greenhopper.service.rapid.view.ColumnStatusAO
-
ColumnAO this status belongs to.
- getColumnChanges() - Method in class com.atlassian.greenhopper.web.rapid.chart.burndown.BurndownColumnChangeData
-
- getColumnChanges() - Method in class com.atlassian.greenhopper.web.rapid.chart.IssueColumnChangeCollector
-
- getColumnChanges() - Method in class com.atlassian.greenhopper.web.rapid.chart.ProgressChartData
-
- getColumnChanges() - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintBurndownData
-
- getColumnConfig(RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewConfigManager
-
Get a column configuration for the rapid view.
- getColumnConfig(RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewConfigManagerImpl
-
- getColumnConfig(RapidView, Function<String, Status>, I18n2) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewConfigManagerImpl
-
- getColumnConfig(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewConfigService
-
Get a column configuration for the rapid view.
- getColumnConfig(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewConfigServiceImpl
-
- getColumnConstraintPreset() - Method in class com.atlassian.greenhopper.service.workflow.PresetData
-
- getColumnConstraintsData(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.web.rapid.work.PoolService
-
Calculate the constraints data per column of the specified
RapidView
, for transport to the pool.
- getColumnConstraintsData(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.web.rapid.work.PoolServiceImpl
-
- getColumnDetails() - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankEntityDetails
-
- getColumnId() - Method in class com.atlassian.greenhopper.web.rapid.release.ReleaseIssueNavigatorAction
-
- getColumnName(LexoRankAO.ColumnDetails) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankDaoContext
-
- getColumnName(String) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankEntityDetails
-
- getColumnName(LexoRankAO.ColumnDetails) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankEntityDetails
-
- getColumnName(EntityManager, Class<T>, String) - Static method in class com.atlassian.greenhopper.manager.lexorank.LexoRankEntityFieldUtils
-
Get database field name that corresponds to the specified AO method.
- getColumnPositions(RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.ColumnService
-
- getColumnPositions(RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.ColumnServiceImpl
-
- getColumns() - Method in class com.atlassian.greenhopper.model.rapid.ColumnConfig
-
- getColumns() - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
Columns defined for this view.
- getColumns() - Method in class com.atlassian.greenhopper.web.rapid.chart.burndown.BurndownColumnChangeData
-
- getColumns() - Method in class com.atlassian.greenhopper.web.rapid.chart.ProgressChartData
-
- getColumns() - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintBurndownData
-
- getColumnsByStatus(RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.ColumnService
-
- getColumnsByStatus(RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.ColumnServiceImpl
-
- getColumnStatistics() - Method in class com.atlassian.greenhopper.web.rapid.work.PoolService.ColumnConstraintsData
-
- getCombinedBoards() - Method in class com.atlassian.greenhopper.analytics.findonboard.FindOnBoardSearchResultsAnalyticsEvent.Builder
-
- getCombinedBoards() - Method in class com.atlassian.greenhopper.analytics.findonboard.FindOnBoardSearchResultsAnalyticsEvent
-
- getComment() - Method in class com.atlassian.greenhopper.service.issue.changehistory.SafeChangeHistory
-
- getComparator() - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkStatisticsMapper
-
- getComparator() - Method in class com.atlassian.greenhopper.customfield.rank.RankLuceneFieldSorter
-
- getComparator() - Method in class com.atlassian.greenhopper.customfield.sprint.SprintStatisticsMapper
-
- getCompleteDate() - Method in interface com.atlassian.greenhopper.service.sprint.dao.SprintAO
-
- getCompleteDate() - Method in class com.atlassian.greenhopper.service.sprint.Sprint
-
- getCompleteDate() - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintEditEntry
-
- getCompletedDate() - Method in class com.atlassian.greenhopper.analytics.SprintClosedAnalyticsEvent
-
- getCompletedIssuesNotMovedBack() - Method in class com.atlassian.greenhopper.web.rapid.sprint.ReopenSprintStats
-
- getCompletedSprints() - Method in class com.atlassian.greenhopper.web.contextprovider.AgileIssueWebPanelContext
-
- getCompleteIssueCount() - Method in class com.atlassian.greenhopper.web.rapid.sprint.CompleteSprintStats
-
- getCompleteKey() - Method in enum com.atlassian.greenhopper.web.rapid.issue.tabs.editable.utils.FieldDetailsCategoryPanel
-
- getCompleteModel(Long, Long) - Method in class com.atlassian.greenhopper.web.rapid.sprint.CompleteSprintResource
-
Returns a model containing details about the state of the sprint.
- getCompleteSprintStatistics(ApplicationUser, Sprint, RapidView) - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintStatusChangeHelper
-
Get the completed and incomplete issues count for a given sprint.
- getCompleteTime() - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintTimes
-
- getConfig() - Method in interface com.atlassian.greenhopper.model.rapid.StatisticsField
-
Returns the configuration associated with this instance.
- getConfig() - Method in class com.atlassian.greenhopper.model.rapid.StatisticsFieldInstance
-
- getConfig(Long, Boolean) - Method in class com.atlassian.greenhopper.web.rapid.RapidBoardResource
-
- getConfigModel() - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewListResource
-
- getConfigurationTabs(long, HttpServletRequest) - Method in class com.atlassian.greenhopper.web.rapid.RapidBoardResource
-
- getConfiguredCardLayoutFieldsForMode(ApplicationUser, RapidView, CardLayoutField.Mode) - Method in class com.atlassian.greenhopper.web.rapid.view.cardlayout.CardLayoutHelper
-
- getConfiguredDetailViewFields(Long) - Method in class com.atlassian.greenhopper.web.rapid.view.detailview.DetailViewFieldResource
-
- getConnection() - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankEntityDetails
-
- getConstraintType() - Method in class com.atlassian.greenhopper.model.rapid.ColumnConfig
-
- getContext() - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankDao
-
- getContext() - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankDaoImpl
-
We are going to add a little bit here that will hold a reference so we don't create
the context every time.
- getContext() - Method in enum com.atlassian.greenhopper.web.rapid.Mode
-
- getContext(Project) - Method in class com.atlassian.greenhopper.web.sidebar.BoardScopeFilterContextProviderImpl
-
- getContextId() - Method in class com.atlassian.greenhopper.model.validation.ErrorCollection.ErrorItem
-
- getContextMap(Map) - Method in class com.atlassian.greenhopper.web.contextprovider.AgileIssueWebPanelContextProvider
-
- getContextMap(Map<String, Object>) - Method in class com.atlassian.greenhopper.web.contextprovider.FilterWithBoardsWarningContextProvider
-
- getContextMap(ApplicationUser, JiraHelper) - Method in class com.atlassian.greenhopper.web.contextprovider.GhHelpContextProvider
-
- getContextMap(Map<String, Object>) - Method in class com.atlassian.greenhopper.web.contextprovider.issuedetailsview.CommentBlockContextProviderWrapper
-
- getContextMap(Map<String, Object>) - Method in class com.atlassian.greenhopper.web.contextprovider.issuedetailsview.FieldBlockContextProviderWrapper
-
- getContextMap(Map<String, Object>) - Method in class com.atlassian.greenhopper.web.contextprovider.IssuesInEpicContextProvider
-
- getContextMap(Map<String, Object>) - Method in class com.atlassian.greenhopper.web.rapid.PageLoadDataContextProvider
-
- getContextMap(Map<String, Object>) - Method in class com.atlassian.greenhopper.web.sidebar.GlobalBoardNavigationPanelContextProvider
-
- getContextualErrors(String) - Method in class com.atlassian.greenhopper.model.validation.ErrorCollection
-
Get all errors for a particular context
- getControlChartData(Long, Set<Long>, Set<Long>) - Method in class com.atlassian.greenhopper.web.rapid.chart.RapidChartResource
-
- getConversation(String) - Method in interface com.atlassian.greenhopper.service.api.remote.RemoteLinkConversationService
-
Returns the conversation associated with the given token.
- getConversation(String) - Method in class com.atlassian.greenhopper.service.api.remote.RemoteLinkConversationServiceImpl
-
- getConvertWorkflowModel(Long) - Method in class com.atlassian.greenhopper.web.rapid.view.WorkflowResource
-
- getCount() - Method in class com.atlassian.greenhopper.manager.lexorank.lock.Lock
-
- getCountNotEstimatedIssues() - Method in class com.atlassian.greenhopper.web.rapid.sprint.StartSprintHelper.IssueKeysAndStatisticsCallback
-
- getCountNotEstimatedIssues() - Method in class com.atlassian.greenhopper.web.rapid.sprint.StartSprintHelper.IssuesForSprint
-
- getCountOfLinkedPages(Issue) - Method in class com.atlassian.greenhopper.web.rapid.entity.epic.EpicLinkedPagesModelFactory
-
Returns the number of pages linked to an epic issue
- getCreateHtml(Action, OperationContext, Issue) - Method in class com.atlassian.greenhopper.service.issue.NotRequiredFieldScreenRenderLayoutItem
-
- getCreateHtml(Action, OperationContext, Issue, Map<String, Object>) - Method in class com.atlassian.greenhopper.service.issue.NotRequiredFieldScreenRenderLayoutItem
-
- getCreateModel(ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewHelper
-
Get the model used for the rapidview creation
- getCreateModel() - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewResource
-
- getCreateSprintModel(Long, boolean) - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintResource
-
Returns default sprint model for creating a sprint
- getCssClass() - Method in class com.atlassian.greenhopper.web.rapid.tools.RapidBoardToolsElement
-
- getCumulativeFlowData(Long, Set<Long>, Set<Long>, Set<Long>) - Method in class com.atlassian.greenhopper.web.rapid.chart.RapidChartResource
-
- getCurrentBuildDate() - Method in class com.atlassian.greenhopper.upgrade.UpgradeVersionService.PluginRunInfo
-
- getCurrentChangeSet() - Method in class com.atlassian.greenhopper.upgrade.UpgradeVersionService.PluginRunInfo
-
- getCurrentDateTime() - Method in interface com.atlassian.greenhopper.util.DateTimeProvider
-
- getCurrentDateTime() - Method in class com.atlassian.greenhopper.util.DateTimeProviderImpl
-
- getCurrentEstimateStatistic() - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry
-
- getCurrentEstimation(String) - Method in class com.atlassian.greenhopper.web.rapid.issue.statistics.HistoricalEstimateStatisticValueResolver
-
Return the current estimation value of an issue
- getCurrentPluginRunInfo() - Method in class com.atlassian.greenhopper.upgrade.UpgradeVersionService
-
- getCurrentRanOn() - Method in class com.atlassian.greenhopper.upgrade.UpgradeVersionService.PluginRunInfo
-
- getCurrentRequest() - Method in class com.atlassian.greenhopper.web.CurrentRequestGetter
-
- getCurrentSession() - Method in class com.atlassian.greenhopper.web.CurrentRequestGetter
-
- getCurrentSprintAndIssues(ApplicationUser, RapidView, Long, Set<Long>) - Method in interface com.atlassian.greenhopper.web.rapid.plan.PlanningModeService
-
Returns a representation of a single currently (open) sprint.
- getCurrentSprintAndIssues(ApplicationUser, RapidView, Long, Set<Long>) - Method in class com.atlassian.greenhopper.web.rapid.plan.PlanningModeServiceImpl
-
- getCurrentSprints() - Method in class com.atlassian.greenhopper.customfield.sprint.SprintHistoryData
-
- getCurrentSprintsAndIssues(ApplicationUser, RapidView, Set<Long>) - Method in interface com.atlassian.greenhopper.web.rapid.plan.PlanningModeService
-
Returns a representation of the current (open) sprints and their issues for the Plan mode of a Rapid Board.
- getCurrentSprintsAndIssues(ApplicationUser, RapidView, Set<Long>) - Method in class com.atlassian.greenhopper.web.rapid.plan.PlanningModeServiceImpl
-
- getCurrentTab() - Method in class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.BaseEditableTabEntryFactory
-
Returns tab which is being populated by the factory
- getCurrentTab() - Method in class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.EditableAttachmentTabEntryFactory
-
- getCurrentTab() - Method in class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.EditableCommentTabEntryFactory
-
- getCurrentTab() - Method in class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.EditableDescriptionTabEntryFactory
-
- getCurrentTab() - Method in class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.EditableDetailsTabEntryFactory
-
- getCurrentTab() - Method in class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.EditableHeaderTabEntryFactory
-
- getCurrentTab() - Method in class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.EditableIssuesInEpicTabEntryFactory
-
- getCurrentTab() - Method in class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.EditableSubtasksTabEntryFactory
-
- getCurrentTab() - Method in class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.EditableThirdPartyTabEntryFactory
-
- getCurrentVersion() - Method in class com.atlassian.greenhopper.upgrade.UpgradeVersionService.PluginRunInfo
-
- getCustomField(Long) - Method in interface com.atlassian.greenhopper.customfield.CustomFieldService
-
- getCustomField(String) - Method in interface com.atlassian.greenhopper.customfield.CustomFieldService
-
- getCustomField(Long) - Method in class com.atlassian.greenhopper.customfield.CustomFieldServiceImpl
-
- getCustomField(String) - Method in class com.atlassian.greenhopper.customfield.CustomFieldServiceImpl
-
- getCustomField() - Method in class com.atlassian.greenhopper.service.rank.SortedByRankFieldResult
-
- getCustomFieldId() - Method in interface com.atlassian.greenhopper.api.rank.RankChange
-
The custom field which was used for ranking.
- getCustomFieldId() - Method in class com.atlassian.greenhopper.manager.rank.instruction.BaseInstruction
-
- getCustomFieldId() - Method in class com.atlassian.greenhopper.manager.rank.instruction.TopOfChainCheck
-
- getCustomFieldId() - Method in interface com.atlassian.greenhopper.manager.rank.IssueRankingAO
-
- getCustomFieldId() - Method in interface com.atlassian.greenhopper.manager.rank.IssueRankingOperationLogAO
-
Custom field id the change affects
- getCustomFieldId() - Method in class com.atlassian.greenhopper.service.lexorank.LexoRankChange
-
- getCustomFieldManager() - Method in class com.atlassian.greenhopper.service.BridgeServiceLocator
-
Deprecated.
- getCustomFieldOptions(CustomField, FieldConfig) - Static method in class com.atlassian.greenhopper.customfield.CustomFieldUtil
-
Returns options for this custom field if it is
of MultipleCustomFieldType
type.
- getCustomFieldOptions(CustomField, Option<FieldConfig>) - Static method in class com.atlassian.greenhopper.customfield.CustomFieldUtil
-
Returns options for this custom field if it is
of MultipleCustomFieldType
type.
- getCustomFields(Class<T>) - Method in interface com.atlassian.greenhopper.customfield.CustomFieldService
-
Return all custom field instances which are of type T
(but not sub-classes).
- getCustomFields(Class<T>, boolean) - Method in interface com.atlassian.greenhopper.customfield.CustomFieldService
-
Return all custom field instances which are of type T
, or a subclass of T
.
- getCustomFields(Class<T>) - Method in class com.atlassian.greenhopper.customfield.CustomFieldServiceImpl
-
- getCustomFields(Class<T>, boolean) - Method in class com.atlassian.greenhopper.customfield.CustomFieldServiceImpl
-
- getCustomFieldSearcherClauseHandler() - Method in class com.atlassian.greenhopper.customfield.AbstractCustomFieldSearcher
-
- getCustomFieldSearcherClauseHandler() - Method in class com.atlassian.greenhopper.customfield.epicstatus.SelectSearcherWrapper
-
- getCustomFieldSearcherClauseHandler() - Method in class com.atlassian.greenhopper.customfield.rank.RankSearcher
-
- getCustomFieldSearcherClauseHandler() - Method in class com.atlassian.greenhopper.customfield.sprint.SprintSearcher
-
- getCustomFieldSearcherClauseHandler() - Method in class com.pyxis.greenhopper.jira.customfields.VersionSearcherWrapper
-
- getCustomFieldService() - Method in class com.atlassian.greenhopper.service.BridgeServiceLocator
-
Deprecated.
- getCustomFieldTypeOptions(MultipleCustomFieldType<?, ?>, FieldConfig) - Static method in class com.atlassian.greenhopper.customfield.CustomFieldUtil
-
Returns all possible Options for this field.
- getCustomFieldTypeOptions(MultipleCustomFieldType<?, ?>, Option<FieldConfig>) - Static method in class com.atlassian.greenhopper.customfield.CustomFieldUtil
-
Returns all possible Options for this field.
- getCustomFieldTypeOptions(MultipleCustomFieldType<?, ?>, FieldConfig, JiraContextNode) - Static method in class com.atlassian.greenhopper.customfield.CustomFieldUtil
-
Returns all possible Options for this field.
- getCustomFieldTypeOptions(MultipleCustomFieldType<?, ?>, Option<FieldConfig>, JiraContextNode) - Static method in class com.atlassian.greenhopper.customfield.CustomFieldUtil
-
Returns all possible Options for this field.
- getCustomSwimlanes(ApplicationUser, RapidView, WorkFilters, Set<Long>) - Method in interface com.atlassian.greenhopper.web.rapid.work.PoolService
-
Gets the contents of each swimlane in rapidView as seen by user
- getCustomSwimlanes(ApplicationUser, RapidView, WorkFilters, Set<Long>) - Method in class com.atlassian.greenhopper.web.rapid.work.PoolServiceImpl
-
In order to allocate the issues to the swimlanes, we're running HitCollectors queries first for the swimlanes to find out which issues they'd
handle, and then we fetch the full issue list once and sieve it through the ordered swimlanes, top to bottom.
- getData() - Method in interface com.atlassian.greenhopper.manager.audit.AuditEntryAO
-
- getData() - Method in class com.atlassian.greenhopper.model.rapid.AuditEntry.AuditEntryBuilder
-
- getData() - Method in class com.atlassian.greenhopper.model.rapid.AuditEntry
-
- getData(String, Long, String) - Method in interface com.atlassian.greenhopper.service.PersistenceService
-
Get a map data property for a given entity name, entity id and property key
- getData(String, Long, String) - Method in class com.atlassian.greenhopper.service.PersistenceServiceImpl
-
Returns a map or null if not set
- getData() - Method in class com.atlassian.greenhopper.service.timetracking.TimeTrackingHistoryService.TimeTrackingHistory
-
- getData(SprintStateAuditLog) - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintUsersData
-
- getDatabaseProvider() - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankEntityDetails
-
- getDatabaseType() - Method in class com.atlassian.greenhopper.customfield.sprint.SprintCFType
-
- getDatabaseType() - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankDaoContext
-
- getDataType() - Method in class com.atlassian.greenhopper.customfield.sprint.AbstractSprintsStateJqlFunction
-
- getDate() - Method in class com.atlassian.greenhopper.customfield.ReferencedEntityHistoryEntity
-
- getDate() - Method in class com.atlassian.greenhopper.customfield.sprint.SprintSearcherEditModel
-
- getDate() - Method in class com.atlassian.greenhopper.web.rapid.chart.burndown.BurndownChange
-
- getDate() - Method in class com.atlassian.greenhopper.web.rapid.chart.burndown.BurndownStateChange
-
- getDate() - Method in class com.atlassian.greenhopper.web.rapid.chart.StatisticHistoryEntry
-
- getDatePicker() - Method in class com.atlassian.greenhopper.web.util.WebUtilities
-
Encapsulates code to work with the JIRA date picker.
- getDateTimeZone() - Method in class com.atlassian.greenhopper.model.charts.WorkRateData
-
- getDateTimeZone(WorkingDaysConfig) - Method in interface com.atlassian.greenhopper.service.rapid.view.workingdays.WorkingDaysService
-
Fet the timezone configured for a given rapid board.
- getDateTimeZone(WorkingDaysConfig) - Method in class com.atlassian.greenhopper.service.rapid.view.workingdays.WorkingDaysServiceImpl
-
- getDateTimeZoneIdForUser(ApplicationUser) - Method in interface com.atlassian.greenhopper.service.rapid.view.workingdays.WorkingDaysService
-
Fet the timezone configured for a given user.
- getDateTimeZoneIdForUser(ApplicationUser) - Method in class com.atlassian.greenhopper.service.rapid.view.workingdays.WorkingDaysServiceImpl
-
- getDayNumber() - Method in class com.atlassian.greenhopper.util.DayIterator
-
- getDaysLeft() - Method in class com.atlassian.greenhopper.util.DayIterator
-
- getDaysPerWeek() - Method in class com.atlassian.greenhopper.web.rapid.RapidBoardViewModelFactory
-
- getDaysRemaining() - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintEditEntry
-
- getDbProvider() - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankDaoContext
-
- getDbValue() - Method in enum com.atlassian.greenhopper.model.rapid.ShowEpics
-
- getDecimal() - Method in class com.atlassian.greenhopper.model.lexorank.LexoRank
-
- getDecimalSeparator() - Method in class com.atlassian.greenhopper.web.rapid.RapidBoardViewModelFactory
-
- getDefaultBoardName(Project, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewHelper
-
- getDefaultCardColorStrategy(RapidViewPreset) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewPresetService
-
- getDefaultColor(Collection<CardColor>) - Method in class com.atlassian.greenhopper.service.rapid.view.color.CardColorPalette
-
Get a default color given a set of CardColors
- getDefaultColorForIssueType(int) - Method in class com.atlassian.greenhopper.service.rapid.view.color.CardColorPalette
-
Get the default color for an issue type
- getDefaultColorForPriority(String) - Method in class com.atlassian.greenhopper.service.rapid.view.color.CardColorPalette
-
Get the default color for a given priority id
- getDefaultColorForPriority(Priority) - Method in class com.atlassian.greenhopper.service.rapid.view.color.CardColorPalette
-
Get the default color for a given priority
- getDefaultColors() - Method in class com.atlassian.greenhopper.service.rapid.view.color.CardColorPalette
-
- getDefaultEpicColorField() - Method in interface com.atlassian.greenhopper.service.issuelink.EpicCustomFieldService
-
- getDefaultEpicColorField() - Method in class com.atlassian.greenhopper.service.issuelink.EpicCustomFieldServiceImpl
-
- getDefaultEpicLabelField() - Method in interface com.atlassian.greenhopper.service.issuelink.EpicCustomFieldService
-
- getDefaultEpicLabelField() - Method in class com.atlassian.greenhopper.service.issuelink.EpicCustomFieldServiceImpl
-
- getDefaultEpicLinkField() - Method in interface com.atlassian.greenhopper.service.issuelink.EpicCustomFieldService
-
Get the Epic Link custom field that GreenHopper is aware of.
- getDefaultEpicLinkField() - Method in class com.atlassian.greenhopper.service.issuelink.EpicCustomFieldServiceImpl
-
- getDefaultEpicStatusField() - Method in interface com.atlassian.greenhopper.service.issuelink.EpicCustomFieldService
-
- getDefaultEpicStatusField() - Method in class com.atlassian.greenhopper.service.issuelink.EpicCustomFieldServiceImpl
-
- getDefaultOldDoneIssuesCutoff(RapidViewPreset) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewPresetService
-
- getDefaultOptionName() - Method in class com.atlassian.greenhopper.customfield.CustomFieldMetadata
-
- getDefaultRankField() - Method in interface com.atlassian.greenhopper.api.rank.RankService
-
Get the default rank field used by JIRA Agile.
- getDefaultRankField() - Method in class com.atlassian.greenhopper.api.rank.RankServiceImpl
-
- getDefaultRankField() - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankCustomFieldService
-
- getDefaultRankField() - Method in interface com.atlassian.greenhopper.service.rank.RankCustomFieldService
-
Get the global rank custom field that GreenHopper is aware of.
- getDefaultRankField() - Method in class com.atlassian.greenhopper.service.rank.RankCustomFieldServiceImpl
-
- getDefaultRankFieldId() - Method in interface com.atlassian.greenhopper.imports.ProjectImportService
-
Get the custom field that is the default ranking field.
- getDefaultRankFieldId() - Method in class com.atlassian.greenhopper.imports.ProjectImportServiceImpl
-
- getDefaultRapidViewForProject(ApplicationUser, Project) - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewHelper
-
Returns the first board which matches the default board naming scheme tied to a project.
- getDefaultShowDaysInColumnConfig(RapidViewPreset) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewPresetService
-
- getDefaultSprintField() - Method in interface com.atlassian.greenhopper.service.sprint.SprintCustomFieldService
-
Get the Sprint custom field that GreenHopper is aware of.
- getDefaultSprintField() - Method in class com.atlassian.greenhopper.service.sprint.SprintCustomFieldServiceImpl
-
- getDefaultStatisticsField(RapidView) - Method in class com.atlassian.greenhopper.web.rapid.view.EstimationHelper
-
Retrieves the configured tracking or estimation field for the rapid view.
- getDefaultStatisticsFieldConfig() - Method in interface com.atlassian.greenhopper.service.rapid.view.StatisticsFieldService
-
- getDefaultStatisticsFieldConfig() - Method in class com.atlassian.greenhopper.service.rapid.view.StatisticsFieldServiceImpl
-
- getDefaultSwimlaneStrategy(RapidViewPreset) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewPresetService
-
- getDefaultSystemFieldsForDetailView() - Method in class com.atlassian.greenhopper.service.rapid.view.detailview.DetailViewFieldConfigurationServiceImpl
-
- getDefaultValue(FieldConfig) - Method in class com.atlassian.greenhopper.customfield.epiccolor.EpicColorCFType
-
- getDefaultValue(FieldConfig) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCFType
-
Return the default value for EpicLinkCFType, which is null
.
- getDefaultValue(FieldConfig) - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankCFType
-
- getDefaultValues() - Method in class com.atlassian.greenhopper.web.api.ManagedCustomFieldsResource
-
Returns custom fields created by JIRA Agile
- getDefaultValues() - Method in class com.atlassian.greenhopper.web.api.ManagedIssueLinkTypesResource
-
Returns issue link types managed by JIRA Agile.
- getDefaultValues() - Method in class com.atlassian.greenhopper.web.api.ManagedIssueTypesResource
-
Returns issue types managed by JIRA Agile
- getDefinitionOfDoneClause(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewClauseService
-
Returns the definition on done clause.
- getDefinitionOfDoneClause(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewClauseServiceImpl
-
Adds the definition of done clause to the builder
This is the last column in the column mapping
- getDefinitionOfNotDoneClause(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewClauseService
-
Returns the definition on not done clause.
- getDefinitionOfNotDoneClause(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewClauseServiceImpl
-
- getDefinitionsForContext(ModuleContext) - Static method in enum com.atlassian.greenhopper.plugin.module.ModuleDefinition
-
Returns an List containing the module definitions applicable for the given PluginModuleContext.
- getDefinitiveReason() - Method in class com.atlassian.greenhopper.model.validation.ErrorCollection
-
Returns the definitive reason, if one exists.
- getDelegate() - Method in interface com.atlassian.greenhopper.issue.detailsview.DelegationWebPanelModuleDescriptor
-
- getDelegate() - Method in class com.atlassian.greenhopper.issue.detailsview.IssueDetailsViewDelegationPanelModuleDescriptorImpl
-
- getDependencies() - Method in enum com.atlassian.greenhopper.plugin.module.ModuleDefinition
-
Returns a list of ModuleDefinition that are dependencies this module relies on being loaded before it can be loaded successfully.
- getDescription() - Method in class com.atlassian.greenhopper.api.rapid.view.QuickFilter
-
- getDescription() - Method in class com.atlassian.greenhopper.api.rapid.view.Swimlane
-
- getDescription() - Method in class com.atlassian.greenhopper.healthcheck.AbstractHealthCheck
-
- getDescription() - Method in class com.atlassian.greenhopper.healthcheck.LexoRankHealthCheck
-
- getDescription() - Method in class com.atlassian.greenhopper.healthcheck.UpgradeTaskCheck
-
- getDescription() - Method in class com.atlassian.greenhopper.issue.fields.status.IssueStatus
-
- getDescription() - Method in interface com.atlassian.greenhopper.model.issue.GHVersion
-
- getDescription() - Method in class com.atlassian.greenhopper.model.rapid.QuickFilter
-
- getDescription() - Method in class com.atlassian.greenhopper.model.rapid.Swimlane
-
- getDescription() - Method in class com.atlassian.greenhopper.service.lexorank.integrity.BucketFieldCheck
-
- getDescription() - Method in interface com.atlassian.greenhopper.service.rapid.view.QuickFilterAO
-
- getDescription() - Method in interface com.atlassian.greenhopper.service.rapid.view.SwimlaneAO
-
- getDescriptionKey() - Method in class com.atlassian.greenhopper.manager.issue.issuetypes.IssueTypeMetadata
-
- getDescriptor() - Method in class com.atlassian.greenhopper.customfield.epicstatus.SelectSearcherWrapper
-
- getDestinationId() - Method in class com.atlassian.greenhopper.web.rapid.plan.SplitIssueService.IssueData
-
- getDetailViewField() - Method in class com.atlassian.greenhopper.service.rapid.view.detailview.DetailViewFieldConfig
-
- getDetailViewFieldConfig(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.web.rapid.view.detailview.DetailViewFieldHelper
-
- getDetailViewFields(RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.detailview.DetailViewFieldConfigurationService
-
Get the currently configured detail view fields for this
RapidView
.
- getDetailViewFields(RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.detailview.DetailViewFieldConfigurationServiceImpl
-
- getDetailViewFields(RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.detailview.DetailViewFieldService
-
Retrieve the fields that are currently configured and valid for the given
RapidView
.
- getDetailViewFields(RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.detailview.DetailViewFieldServiceImpl
-
- getDetailViewFields() - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
- getDeterminedProjects() - Method in class com.atlassian.greenhopper.util.jql.DeterminedProjectsInQueryVisitor
-
- getDialogData(long, long, boolean) - Method in class com.atlassian.greenhopper.web.rapid.plan.SplitIssueResource
-
Endpoint to get various data required to render the split issue dialog.
- getDisableRankOperations() - Method in interface com.atlassian.greenhopper.manager.lexorank.balancer.BalancerEntryAO
-
- getDisplayableWebPanelsByTab(DetailsViewTab, Map<String, Object>) - Method in class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.BaseEditableTabEntryFactory
-
- getDisplayName(I18n2) - Method in interface com.atlassian.greenhopper.model.rapid.StatisticsField
-
Get the display name of this instance
- getDisplayName(I18n2) - Method in class com.atlassian.greenhopper.model.rapid.StatisticsFieldInstance
-
- getDocumentConstant() - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkStatisticsMapper
-
- getDocumentConstant() - Method in class com.atlassian.greenhopper.customfield.rank.RankLuceneFieldSorter
-
- getDocumentConstant() - Method in class com.atlassian.greenhopper.customfield.sprint.SprintStatisticsMapper
-
- getDocumentFieldId() - Method in class com.atlassian.greenhopper.customfield.epiccolor.EpicColorCustomFieldIndexer
-
- getDocumentFieldId() - Method in class com.atlassian.greenhopper.customfield.epiclabel.EpicLabelCustomFieldIndexer
-
- getDocumentFieldId() - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCustomFieldIndexer
-
- getDocumentId() - Method in interface com.atlassian.greenhopper.model.rapid.StatisticsField
-
- getDocumentId() - Method in class com.atlassian.greenhopper.model.rapid.StatisticsFieldInstance
-
- getDocumentId() - Method in interface com.atlassian.greenhopper.web.rapid.issue.statistics.DocumentStatisticValueResolver
-
- getDone() - Method in class com.atlassian.greenhopper.service.rapid.view.ColumnService.ColumnProgressMap
-
- getDoneCandidates() - Method in class com.atlassian.greenhopper.web.rapid.work.ParentSwimlanesData
-
- getDoneEpicStatusOption() - Method in interface com.atlassian.greenhopper.service.issuelink.EpicCustomFieldService
-
- getDoneEpicStatusOption() - Method in class com.atlassian.greenhopper.service.issuelink.EpicCustomFieldServiceImpl
-
- getDoneStatuses(Column, ApplicationUser) - Method in interface com.atlassian.greenhopper.service.rapid.view.ColumnService
-
Get all Done statuses from given Column and ApplicationUser
- getDoneStatuses(Column, ApplicationUser) - Method in class com.atlassian.greenhopper.service.rapid.view.ColumnServiceImpl
-
- getDoneStatusIds() - Method in class com.atlassian.greenhopper.service.rapid.MappedStatusIds
-
- getDoneStatusIds(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewColumnService
-
- getDoneStatusIds(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewColumnServiceImpl
-
- getDouble(String, Long, String) - Method in interface com.atlassian.greenhopper.service.PersistenceService
-
Get a property value of type Double.
- getDouble(String, Long, String) - Method in class com.atlassian.greenhopper.service.PersistenceServiceImpl
-
Get a Double property.
- getDoubleValue() - Method in class com.atlassian.greenhopper.web.rapid.chart.EstimateValue
-
- getDtf() - Method in class com.atlassian.greenhopper.web.contextprovider.AgileIssueWebPanelContext
-
- getDuplicates() - Method in class com.atlassian.greenhopper.web.configuration.LexoRankResource
-
Reports the duplicate ranks of all rank custom fields
- getDuration() - Method in class com.atlassian.greenhopper.web.rapid.list.CollectIssuesEvent
-
- getEditData(Request, String, Long) - Method in class com.atlassian.greenhopper.web.rapid.issue.IssueResource
-
Get the edit values for for a single issue.
- getEditFields(ApplicationUser, OperationContext, Action, Issue, boolean, ContentIdCollector) - Method in class com.atlassian.greenhopper.util.DetailsViewIssueFieldProvider
-
- getEditHtml(ApplicationUser, SearchContext, FieldValuesHolder, Map<?, ?>, Action) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkSearchRenderer
-
- getEditHtml(ApplicationUser, SearchContext, FieldValuesHolder, Map<?, ?>, Action) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintSearchRenderer
-
- getEditHtml(Action, OperationContext, Issue) - Method in class com.atlassian.greenhopper.service.issue.NotRequiredFieldScreenRenderLayoutItem
-
- getEditHtml(Action, OperationContext, Issue, Map<String, Object>) - Method in class com.atlassian.greenhopper.service.issue.NotRequiredFieldScreenRenderLayoutItem
-
- getEditModel(Long) - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintResource
-
Returns the model of a sprint that can be used to edit the details of the sprint.
- getEditModel(ApplicationUser, RapidView, Predicate<String>) - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewEditHelper
-
- getEditModel(Long, String) - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewEditResource
-
Returns rapid view metadata
- getEnd() - Method in class com.atlassian.greenhopper.model.charts.WorkRateEntry
-
- getEndDate() - Method in class com.atlassian.greenhopper.analytics.SprintClosedAnalyticsEvent
-
- getEndDate() - Method in class com.atlassian.greenhopper.analytics.SprintCreatedAnalyticsEvent
-
- getEndDate() - Method in class com.atlassian.greenhopper.analytics.SprintStartedAnalyticsEvent
-
- getEndDate() - Method in class com.atlassian.greenhopper.analytics.SprintUpdatedAnalyticsEvent
-
- getEndDate() - Method in interface com.atlassian.greenhopper.model.issue.GHVersion
-
- getEndDate() - Method in interface com.atlassian.greenhopper.service.sprint.dao.SprintAO
-
- getEndDate() - Method in class com.atlassian.greenhopper.service.sprint.Sprint
-
- getEndDate() - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintEditEntry
-
- getEndDateTime(Sprint, ApplicationUser, RapidView, DateTime) - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintHelper
-
- getEndTime() - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintTimes
-
- getEntities() - Method in class com.atlassian.greenhopper.confluence.rpc.AbstractConfluenceSaxHandler
-
- getEntityByIdFunction() - Method in class com.atlassian.greenhopper.service.rapid.view.BoardPropertyHelper
-
- getEntityByIdFunction() - Method in class com.atlassian.greenhopper.service.sprint.SprintPropertyHelper
-
- getEntityClass() - Method in interface com.atlassian.greenhopper.manager.audit.AuditEntryAO
-
- getEntityData() - Method in class com.atlassian.greenhopper.web.rapid.list.CollectIssuesResult
-
- getEntityData() - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryCallback
-
- getEntityDetails() - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankDaoContext
-
- getEntityEngine() - Static method in class com.atlassian.greenhopper.upgrade.GhUpgradeTask046
-
- getEntityId() - Method in interface com.atlassian.greenhopper.manager.audit.AuditEntryAO
-
- getEntityId() - Method in class com.atlassian.greenhopper.model.rapid.AuditEntry.AuditEntryBuilder
-
- getEntityId() - Method in class com.atlassian.greenhopper.model.rapid.AuditEntry
-
- getEntityPropertyType() - Method in class com.atlassian.greenhopper.service.rapid.view.BoardPropertyHelper
-
- getEntityPropertyType() - Method in class com.atlassian.greenhopper.service.sprint.SprintPropertyHelper
-
- getEntityType() - Method in class com.atlassian.greenhopper.model.rapid.AuditEntry.AuditEntryBuilder
-
- getEntityType() - Method in class com.atlassian.greenhopper.model.rapid.AuditEntry
-
- getEntityWeight(String) - Method in class com.atlassian.greenhopper.imports.LexorankImportHandler
-
- getEntityWeight(String) - Method in class com.atlassian.greenhopper.imports.LexorankPreImportHandler
-
- getEntityWeight(String) - Method in class com.atlassian.greenhopper.imports.SprintImportHandler
-
- getEntityWeight(String) - Method in class com.atlassian.greenhopper.imports.SprintPreImportHandler
-
- getEntries() - Method in class com.atlassian.greenhopper.issue.util.AttachmentZipExtractor.ZipContents
-
- getEpic(Issue) - Method in interface com.atlassian.greenhopper.manager.issuelink.EpicLinkManager
-
Get the Epic of an issue, if one exists, by performing a database lookup of an issue's links.
- getEpic(Issue) - Method in class com.atlassian.greenhopper.manager.issuelink.EpicLinkManagerImpl
-
- getEpic() - Method in class com.atlassian.greenhopper.service.issue.RapidViewIssue
-
- getEpic(ApplicationUser, Long) - Method in interface com.atlassian.greenhopper.service.issuelink.EpicService
-
Get an epic given its id.
- getEpic(ApplicationUser, String) - Method in interface com.atlassian.greenhopper.service.issuelink.EpicService
-
Get an epic given its key.
- getEpic(ApplicationUser, Long) - Method in class com.atlassian.greenhopper.service.issuelink.EpicServiceImpl
-
- getEpic(ApplicationUser, String) - Method in class com.atlassian.greenhopper.service.issuelink.EpicServiceImpl
-
- getEpic() - Method in class com.atlassian.greenhopper.service.issuelink.IssueLinkRequest
-
- getEpic() - Method in class com.atlassian.greenhopper.web.contextprovider.AgileIssueWebPanelContext
-
- getEpicBurndownChart(Long, String) - Method in class com.atlassian.greenhopper.web.rapid.chart.RapidChartResource
-
- getEpicBurndownChartModel(ApplicationUser, RapidView, Issue) - Method in class com.atlassian.greenhopper.web.rapid.chart.EpicBurndownChartModelFactory
-
Get the epic progress chart model
- getEpicBurnupChart(Long, String) - Method in class com.atlassian.greenhopper.web.rapid.chart.RapidChartResource
-
- getEpicChangeHistory(Issue, CustomField) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkHistoryEntryFactory
-
Get the Epic change history for a given issue.
- getEpicColor(String) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCFType
-
Get the color for the epic that corresponds to key
.
- getEpicColor(Issue) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCFType
-
Get the display name for the epic issue
.
- getEpicColor() - Method in class com.atlassian.greenhopper.web.contextprovider.AgileIssueWebPanelContext
-
- getEpicColorCustomField() - Method in interface com.atlassian.greenhopper.api.customfield.ManagedCustomFieldsService
-
Get the default epic color field.
- getEpicColorCustomField() - Method in class com.atlassian.greenhopper.api.customfield.ManagedCustomFieldsServiceImpl
-
- getEpicCustomFieldService() - Method in class com.atlassian.greenhopper.service.BridgeServiceLocator
-
Deprecated.
- getEpicDisplayName(String) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCFType
-
Get the display name for the epic that corresponds to key
.
- getEpicDisplayName(Issue) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCFType
-
Get the display name for the epic issue
.
- getEpicIssues(Long, String) - Method in class com.atlassian.greenhopper.web.rapid.chart.RapidChartResource
-
- getEpicIssueType() - Method in interface com.atlassian.greenhopper.api.issuetype.ManagedIssueTypesService
-
Get the default epic issue type.
- getEpicIssueType() - Method in class com.atlassian.greenhopper.api.issuetype.ManagedIssueTypesServiceImpl
-
- getEpicKey(String) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCFType
-
Get the key for the epic Issue
corresponding to key
.
- getEpicKey(Issue) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCFType
-
Get the key for an epic Issue
.
- getEpicKey() - Method in class com.atlassian.greenhopper.service.issuelink.EpicModel
-
- getEpicKey() - Method in class com.atlassian.greenhopper.web.contextprovider.IssuesInEpicContext
-
- getEpicKey() - Method in class com.atlassian.greenhopper.web.rapid.ViewIssuesInEpicAction
-
- getEpicLabel(Issue) - Method in interface com.atlassian.greenhopper.customfield.epiclabel.EpicLabelProvider
-
- getEpicLabel(String, String) - Method in interface com.atlassian.greenhopper.customfield.epiclabel.EpicLabelProvider
-
- getEpicLabel(Issue) - Method in class com.atlassian.greenhopper.customfield.epiclabel.EpicLabelProviderImpl
-
- getEpicLabel(String, String) - Method in class com.atlassian.greenhopper.customfield.epiclabel.EpicLabelProviderImpl
-
- getEpicLabelProvider() - Method in class com.atlassian.greenhopper.service.BridgeServiceLocator
-
Deprecated.
- getEpicLinkCustomField() - Method in interface com.atlassian.greenhopper.api.customfield.ManagedCustomFieldsService
-
Get the default epic link field.
- getEpicLinkCustomField() - Method in class com.atlassian.greenhopper.api.customfield.ManagedCustomFieldsServiceImpl
-
- getEpicLinkIssueLinkType() - Method in interface com.atlassian.greenhopper.api.issuelink.ManagedIssueLinkTypesService
-
Get the epic issue system link type
This issue link type connects epics to issues. epics to epics connections are currently not supported.
- getEpicLinkIssueLinkType() - Method in class com.atlassian.greenhopper.api.issuelinktype.ManagedIssueLinkTypesServiceImpl
-
- getEpicName() - Method in class com.atlassian.greenhopper.service.issuelink.EpicModel
-
- getEpicName() - Method in class com.atlassian.greenhopper.web.contextprovider.AgileIssueWebPanelContext
-
- getEpicName() - Method in class com.atlassian.greenhopper.web.contextprovider.IssuesInEpicContext
-
- getEpicNameCustomField() - Method in interface com.atlassian.greenhopper.api.customfield.ManagedCustomFieldsService
-
Get the default epic name field.
- getEpicNameCustomField() - Method in class com.atlassian.greenhopper.api.customfield.ManagedCustomFieldsServiceImpl
-
- getEpicPickerService() - Method in class com.atlassian.greenhopper.service.BridgeServiceLocator
-
Deprecated.
- getEpicProgressChartModel(ApplicationUser, RapidView, Issue) - Method in class com.atlassian.greenhopper.web.rapid.chart.EpicProgressChartModelFactory
-
Get the epic progress chart model
- getEpicProperties() - Method in class com.atlassian.greenhopper.web.api.EpicPropertiesResource
-
Retrieves the following properties to help identify Epics:
Epic Issue Type ID
Epic Name field ID and name
Epic Status field ID and name
"Done" status option ID and value
- getEpicProperty() - Method in interface com.atlassian.greenhopper.manager.properties.ManagedIssueTypePropertyDao
-
- getEpicProperty() - Method in class com.atlassian.greenhopper.manager.properties.ManagedIssueTypePropertyDaoImpl
-
- getEpicQuery(ApplicationUser, Epic) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewQueryService
-
- getEpicQuery(ApplicationUser, Epic) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewQueryServiceImpl
-
- getEpicQueryInBoardContext(ApplicationUser, RapidView, Epic) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewQueryService
-
- getEpicQueryInBoardContext(ApplicationUser, RapidView, Epic) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewQueryServiceImpl
-
- getEpicReportContents(ApplicationUser, RapidView, Issue) - Method in class com.atlassian.greenhopper.web.rapid.chart.EpicReportModelFactory
-
- getEpics(Collection<Issue>) - Method in interface com.atlassian.greenhopper.manager.issuelink.EpicLinkManager
-
Get the Epic for each issue in the batch, if one exists, by performing a database lookup of issues' links.
- getEpics(Collection<Issue>) - Method in class com.atlassian.greenhopper.manager.issuelink.EpicLinkManagerImpl
-
- getEpics(ApplicationUser, RapidView, PageRequest, EpicQuery) - Method in interface com.atlassian.greenhopper.service.issuelink.EpicService
-
Returns epics which are on rapidView.
- getEpics(ApplicationUser, RapidView, PageRequest, EpicQuery) - Method in class com.atlassian.greenhopper.service.issuelink.EpicServiceImpl
-
- getEpicsLastUpdated(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryService
-
Returns the datetime when an epic in the given rapidview was last updated.
- getEpicsLastUpdated(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryServiceImpl
-
- getEpicsQuery(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.util.jql.EpicsQueryHelper
-
- getEpicStatistics(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.web.rapid.plan.ClassificationStatisticService
-
- getEpicStatistics(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.web.rapid.plan.ClassificationStatisticServiceImpl
-
- getEpicStatusCustomField() - Method in interface com.atlassian.greenhopper.api.customfield.ManagedCustomFieldsService
-
Get the default epic status field.
- getEpicStatusCustomField() - Method in class com.atlassian.greenhopper.api.customfield.ManagedCustomFieldsServiceImpl
-
- getEpicUrl(String) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCFType
-
Get the url for the epic that corresponds to key
.
- getEpicUrl(Issue) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCFType
-
Get the url for the epic epicIssue
.
- getErrorCollection() - Method in class com.atlassian.greenhopper.service.issue.comment.BulkCommentService.Result
-
- getErrorCollection() - Method in class com.atlassian.greenhopper.service.issue.flagging.FlagService.Result
-
- getErrorCollection() - Method in exception com.atlassian.greenhopper.service.util.ServiceOutcomeException
-
- getErrorCollections() - Method in interface com.atlassian.greenhopper.api.rank.RankChangesOutcome
-
- getErrorCollections() - Method in interface com.atlassian.greenhopper.service.rank.BatchRankChange
-
- getErrorCollections() - Method in class com.atlassian.greenhopper.service.rank.RankChangesOutcomeImpl
-
- getErrorCollectionTransformer() - Method in class com.atlassian.greenhopper.service.BridgeServiceLocator
-
Deprecated.
- getErrorContextIds() - Method in class com.atlassian.greenhopper.model.validation.ErrorCollection
-
Get all contextIDs for which errors exist
- getErrorMessages() - Method in class com.atlassian.greenhopper.gadget.model.ErrorCollection
-
- getErrorMessages() - Method in class com.atlassian.greenhopper.model.validation.JiraCopiedRestErrorCollection
-
- getErrorMessages() - Method in class com.atlassian.greenhopper.web.rapid.ViewIssuesInEpicAction
-
- getErrors() - Method in class com.atlassian.greenhopper.gadget.model.ErrorCollection
-
- getErrors() - Method in class com.atlassian.greenhopper.model.validation.ErrorCollection
-
- getErrors() - Method in class com.atlassian.greenhopper.service.lexorank.LexoRankOperationOutcome
-
- getErrors() - Method in interface com.atlassian.greenhopper.service.ServiceOutcome
-
- getErrors() - Method in class com.atlassian.greenhopper.service.ServiceOutcomeImpl
-
- getErrors() - Method in interface com.atlassian.greenhopper.service.ServiceResult
-
- getErrors() - Method in class com.atlassian.greenhopper.service.ServiceResultImpl
-
- getErrors() - Method in class com.atlassian.greenhopper.web.rapid.ViewIssuesInEpicAction
-
- getEstimatableIssueKeys() - Method in class com.atlassian.greenhopper.service.issue.callback.EstimatableIssueDataCallback
-
- getEstimatableIssueKeys() - Method in class com.atlassian.greenhopper.service.issue.EpicHistoryResult
-
- getEstimatableIssueKeys() - Method in class com.atlassian.greenhopper.web.rapid.chart.ProgressChartData
-
- getEstimate() - Method in class com.atlassian.greenhopper.web.rapid.plan.SplitIssueService.IssueData
-
- getEstimateByColumn() - Method in class com.atlassian.greenhopper.service.sprint.SprintProgress
-
- getEstimateDelta() - Method in class com.atlassian.greenhopper.service.timetracking.TimeTrackingHistoryService.HistoryEntry
-
- getEstimateField(Map<String, Object>) - Method in class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.BaseEditableTabEntryFactory
-
- getEstimateFieldId() - Method in class com.atlassian.greenhopper.web.rapid.plan.SplitIssueService.IssueData
-
- getEstimateStatistic(RapidView) - Method in class com.atlassian.greenhopper.manager.estimatestatistic.EstimateStatisticManager
-
- getEstimateStatistic(RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.statistics.EstimateStatisticService
-
- getEstimateStatistic(RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.statistics.EstimateStatisticServiceImpl
-
- getEstimateStatistic() - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry
-
- getEstimateStatisticConfig(String) - Method in class com.atlassian.greenhopper.web.rapid.view.EstimationHelper
-
- getEstimateStatisticFieldId(StatisticsField, Issue) - Method in class com.atlassian.greenhopper.web.rapid.issue.StatisticFieldHelper
-
Get the field ID of the estimate statistic for the specified issue.
- getEstimateStatistics() - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
Estimate statistic(s) configured for this view.
- getEstimateStatisticStrict(RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.statistics.EstimateStatisticService
-
- getEstimateStatisticStrict(RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.statistics.EstimateStatisticServiceImpl
-
- getEstimationConfig(RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewConfigManager
-
Get a estimation configuration for the rapid view.
- getEstimationConfig(RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewConfigManagerImpl
-
- getEstimationConfig(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewConfigService
-
Get a estimation configuration for the rapid view.
- getEstimationConfig(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewConfigServiceImpl
-
- getEstimationConfig(Long) - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewEditResource
-
Get just the estimation subset of the rapid view edit data.
- getEventName() - Method in class com.atlassian.greenhopper.web.rapid.list.CollectIssuesEvent
-
- getEventType() - Method in class com.atlassian.greenhopper.analytics.findonboard.FindOnBoardSearchResultsAnalyticsEvent.Builder
-
- getExcerpt() - Method in class com.atlassian.greenhopper.confluence.ConfluenceSearchResult
-
- getExecutorService() - Method in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankBalancingService
-
- getExisting() - Method in class com.atlassian.greenhopper.manager.AbstractRelatedAOListMapper
-
- getExisting() - Method in interface com.atlassian.greenhopper.manager.AOListMapper
-
Provides all existing T.
- getExisting() - Method in class com.atlassian.greenhopper.manager.cardlayout.CardLayoutFieldAOListMapper
-
- getExisting() - Method in class com.atlassian.greenhopper.manager.color.CardColorAOListMapper
-
- getExisting() - Method in class com.atlassian.greenhopper.manager.detailview.DetailViewFieldAOListMapper
-
- getExisting() - Method in class com.atlassian.greenhopper.manager.estimatestatistic.EstimateStatisticAOListMapper
-
- getExisting() - Method in class com.atlassian.greenhopper.manager.trackingstatistic.TrackingStatisticAOListMapper
-
- getExisting() - Method in class com.atlassian.greenhopper.manager.workingdays.NonWorkingDayAOListMapper
-
- getExisting() - Method in class com.atlassian.greenhopper.manager.workingdays.WorkingDaysAOListMapper
-
- getExisting() - Method in class com.atlassian.greenhopper.service.rapid.view.BoardAdminAOListMapper
-
- getExisting() - Method in class com.atlassian.greenhopper.service.rapid.view.ColumnAOListMapper
-
- getExisting() - Method in class com.atlassian.greenhopper.service.rapid.view.ColumnStatusAOListMapper
-
- getExisting() - Method in class com.atlassian.greenhopper.service.rapid.view.QuickFilterAOListMapper
-
- getExisting() - Method in class com.atlassian.greenhopper.service.rapid.view.subquery.SubqueryAOListMapper
-
- getExisting() - Method in class com.atlassian.greenhopper.service.rapid.view.SwimlaneAOListMapper
-
- getExplicitProjectsForRapidViewFilterQuery(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.query.QueryService
-
Find all projects for a given rapid view filter query which are explicitly mentioned in the jql query.
- getExplicitProjectsForRapidViewFilterQuery(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.query.QueryServiceImpl
-
- getExtraFields() - Method in class com.atlassian.greenhopper.web.rapid.list.CollectIssuesResult
-
- getFactoryForTab(DetailsViewTab) - Method in class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.EditableTabEntryFactoryFactory
-
- getFailDetails() - Method in class com.atlassian.greenhopper.manager.lexorank.lock.LockOutcome
-
- getFailReason() - Method in class com.atlassian.greenhopper.manager.lexorank.lock.LockOutcome
-
- getFallback() - Method in class com.atlassian.greenhopper.service.rapid.view.color.CardColorPalette
-
Get the fallback color
- getFamily() - Method in enum com.atlassian.greenhopper.util.database.DatabaseType
-
- getFaultString() - Method in class com.atlassian.greenhopper.confluence.rpc.AbstractConfluenceSaxHandler
-
- getFeatureFlags() - Method in class com.atlassian.greenhopper.features.SoftwareFeatureFlags
-
- getFeatures() - Method in class com.atlassian.greenhopper.web.admin.SoftwareConfigAction
-
- getField() - Method in class com.atlassian.greenhopper.model.rapid.EstimationConfig
-
- getField() - Method in interface com.atlassian.greenhopper.model.rapid.StatisticsField
-
Returns the field that the configuration refers to, if it is still available at this time.
- getField() - Method in class com.atlassian.greenhopper.model.rapid.StatisticsFieldInstance
-
- getFieldCount() - Method in class com.atlassian.greenhopper.web.rapid.list.CollectIssuesEvent
-
- getFieldDescription() - Method in class com.atlassian.greenhopper.customfield.CustomFieldMetadata.Builder
-
- getFieldDescription() - Method in class com.atlassian.greenhopper.customfield.CustomFieldMetadata
-
the custom field description used by JIRA
- getFieldEntryFactory(Field) - Method in class com.atlassian.greenhopper.web.rapid.issue.IssueEntryFactory
-
- getFieldId(CustomField) - Static method in class com.atlassian.greenhopper.customfield.epiclabel.EpicLabelCustomFieldIndexer
-
- getFieldId() - Method in class com.atlassian.greenhopper.imports.LexorankBean
-
- getFieldId() - Method in interface com.atlassian.greenhopper.manager.cardlayout.CardLayoutFieldAO
-
The ID of the field
- getFieldId() - Method in interface com.atlassian.greenhopper.manager.detailview.DetailViewFieldAO
-
The ID of the field
- getFieldId() - Method in interface com.atlassian.greenhopper.manager.estimatestatistic.EstimateStatisticAO
-
Field ID.
- getFieldId() - Method in class com.atlassian.greenhopper.manager.lexorank.balancer.BalancerEntry
-
Get the Rank fieldId.
- getFieldId() - Method in interface com.atlassian.greenhopper.manager.lexorank.balancer.BalancerEntryAO
-
- getFieldId() - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankAO
-
- getFieldId() - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankRow
-
- getFieldId() - Method in interface com.atlassian.greenhopper.manager.trackingstatistic.TrackingStatisticAO
-
Field ID.
- getFieldId() - Method in class com.atlassian.greenhopper.model.rapid.CardLayoutField
-
- getFieldId() - Method in class com.atlassian.greenhopper.model.rapid.detailview.DetailViewField
-
- getFieldId() - Method in class com.atlassian.greenhopper.model.rapid.StatisticsFieldConfig
-
The ID of the field used insuper(id); this configuration, e.g.
- getFieldId() - Method in class com.atlassian.greenhopper.service.issue.FieldValue
-
- getFieldId() - Method in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankChangeEvent
-
- getFieldIdFromComposite(String) - Static method in class com.atlassian.greenhopper.web.rapid.view.StatisticsFieldEntry
-
- getFieldLayoutItem() - Method in class com.atlassian.greenhopper.service.issue.NotRequiredFieldScreenRenderLayoutItem
-
- getFieldLayoutItem(Issue, Field) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.FieldHelper
-
- getFieldLayoutItem(Issue, String) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.FieldHelper
-
- getFieldName() - Method in class com.atlassian.greenhopper.customfield.CustomFieldMetadata.Builder
-
- getFieldName() - Method in class com.atlassian.greenhopper.customfield.CustomFieldMetadata
-
the custom field name used by JIRA
- getFields() - Method in class com.atlassian.greenhopper.service.issue.callback.AbstractColumnStatisticsCallback
-
- getFields() - Method in class com.atlassian.greenhopper.service.issue.callback.AbstractIssueDataCallback
-
- getFields() - Method in class com.atlassian.greenhopper.service.issue.callback.ComposedIssueDataCallback
-
- getFields() - Method in class com.atlassian.greenhopper.service.issue.callback.EstimatableIssueDataCallback
-
- getFields() - Method in class com.atlassian.greenhopper.service.issue.callback.FixVersionCallbackComponent
-
- getFields() - Method in class com.atlassian.greenhopper.service.issue.callback.FlaggingCallbackComponent
-
- getFields() - Method in class com.atlassian.greenhopper.service.issue.callback.IssueAndParentKeyCallback
-
- getFields() - Method in class com.atlassian.greenhopper.service.issue.callback.IssueCountExcludingSubTasksStatisticsCallback
-
- getFields() - Method in interface com.atlassian.greenhopper.service.issue.callback.IssueDataCallback
-
see DocumentConstants for possible values.
- getFields() - Method in class com.atlassian.greenhopper.service.issue.callback.IssueSummaryCallback
-
- getFields() - Method in class com.atlassian.greenhopper.service.issue.callback.ParentIssueAndSubTaskCountCallback
-
- getFields() - Method in class com.atlassian.greenhopper.service.issue.callback.ProjectIssueDataCallback
-
- getFields() - Method in class com.atlassian.greenhopper.service.issue.callback.ProjectsCallback
-
- getFields() - Method in class com.atlassian.greenhopper.service.issue.callback.SprintAndIssueIdsCallback
-
- getFields() - Method in class com.atlassian.greenhopper.service.issue.callback.SprintAndProjectsCallback
-
- getFields() - Method in class com.atlassian.greenhopper.service.issue.callback.SprintIdCallback
-
- getFields() - Method in class com.atlassian.greenhopper.service.issue.callback.StatusCountCallback
-
- getFields() - Method in class com.atlassian.greenhopper.service.issue.callback.StatusProgressCallback
-
- getFields() - Method in class com.atlassian.greenhopper.service.issue.EpicHistoryDataCollector
-
- getFields() - Method in class com.atlassian.greenhopper.service.rapid.view.color.AbstractCardColorCallback
-
- getFields() - Method in class com.atlassian.greenhopper.service.sprint.SprintHistoryDataCollector
-
- getFields() - Method in class com.atlassian.greenhopper.web.rapid.chart.StatisticHistoryDataCallback
-
- getFields() - Method in class com.atlassian.greenhopper.web.rapid.issue.statistics.StatisticFieldAggregationCallback
-
- getFields() - Method in class com.atlassian.greenhopper.web.rapid.list.AssigneeCallbackComponent
-
- getFields() - Method in class com.atlassian.greenhopper.web.rapid.list.CollectIssuesEvent
-
- getFields() - Method in class com.atlassian.greenhopper.web.rapid.list.EpicCallbackComponent
-
- getFields() - Method in class com.atlassian.greenhopper.web.rapid.list.EpicMetadataCallbackComponent
-
- getFields() - Method in class com.atlassian.greenhopper.web.rapid.list.ExtraFieldsCallbackComponent
-
- getFields() - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryCallback
-
- getFields() - Method in interface com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryCallbackComponent
-
Get the lucene fields required by this component
- getFields() - Method in class com.atlassian.greenhopper.web.rapid.plan.ClassificationStatisticCallback
-
- getFields() - Method in class com.atlassian.greenhopper.web.rapid.sprint.StartSprintHelper.IssueKeysAndStatisticsCallback
-
- getFields() - Method in class com.atlassian.greenhopper.web.rapid.work.ParentSwimlanesDataCallback
-
- getFieldScreenLayoutItem() - Method in class com.atlassian.greenhopper.service.issue.NotRequiredFieldScreenRenderLayoutItem
-
- getFieldSearcher() - Method in class com.atlassian.greenhopper.customfield.CustomFieldMetadata.Builder
-
- getFieldSearcher() - Method in class com.atlassian.greenhopper.customfield.CustomFieldMetadata
-
the key of the custom field searcher declaration in atlassian-plugins.xml
- getFieldType() - Method in class com.atlassian.greenhopper.customfield.CustomFieldMetadata.Builder
-
- getFieldType() - Method in class com.atlassian.greenhopper.customfield.CustomFieldMetadata
-
the key of the custom field declaration in atlassian-plugins.xml
- getFieldTypeInfo(FieldTypeInfoContext) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintCFType
-
- getFileName() - Method in enum com.atlassian.greenhopper.plugin.module.ModuleDefinition
-
Returns the file name of the file that contains the module's xml contribution to the plugin's atlassian-plugin.xml file.
- getFilesize() - Method in class com.atlassian.greenhopper.issue.util.AttachmentZipExtractor.ZipEntry
-
- getFilteredAndSortedSprints(EnumSet<Sprint.State>, Collection<Sprint>...) - Static method in class com.atlassian.greenhopper.service.sprint.SprintUtils
-
Gets all board sprints for theto a list of sprints and sorts the sprints
- getFilteredAndSortedSprints(Ordering<Sprint>, EnumSet<Sprint.State>, Collection<Sprint>...) - Static method in class com.atlassian.greenhopper.service.sprint.SprintUtils
-
Gets all board sprints and passed in sprints and sorts the sprints in order dictated by the given comparator
- getFilteredAndSortedSprintsOrderingBy(EnumSet<Sprint.State>, Ordering<Sprint>, Collection<Sprint>...) - Static method in class com.atlassian.greenhopper.service.sprint.SprintUtils
-
Gets all board sprints and passed in sprints and sorts the sprints based on a paramater
in the method call.
- getFinishedParentsWithUnfinishedSubtasks() - Method in class com.atlassian.greenhopper.web.rapid.sprint.CompleteSprintStats
-
- getFirst(RapidViewManager.RapidViewPermissionCheck) - Method in interface com.atlassian.greenhopper.manager.rapidview.RapidViewManager
-
Return the first RapidView found after iterating over the entire list.
- getFirst(RapidViewManager.RapidViewPermissionCheck) - Method in class com.atlassian.greenhopper.manager.rapidview.RapidViewManagerImpl
-
- getFirstBoardForProject(String) - Method in class com.atlassian.greenhopper.web.sidebar.BoardListHelper
-
- getFirstFlowAmdModule() - Method in class com.atlassian.greenhopper.web.onboarding.firstuseflow.AgileFirstUseFlowAction
-
- getFirstVisibleRapidView(ApplicationUser) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewService
-
Get the first visible rapid view for a given user
- getFirstVisibleRapidView(ApplicationUser) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewServiceImpl
-
- getFlagProperty() - Method in interface com.atlassian.greenhopper.manager.properties.ManagedFieldPropertyDao
-
- getFlagProperty() - Method in class com.atlassian.greenhopper.manager.properties.ManagedFieldPropertyDaoImpl
-
- getFoldedFieldId(CustomField) - Static method in class com.atlassian.greenhopper.customfield.epiclabel.EpicLabelCustomFieldIndexer
-
- getFoldedValue(String) - Static method in class com.atlassian.greenhopper.customfield.epiclabel.EpicLabelCustomFieldIndexer
-
- getForParent(RapidViewAO) - Method in class com.atlassian.greenhopper.manager.cardlayout.CardLayoutFieldDao
-
- getForParent(Long) - Method in class com.atlassian.greenhopper.manager.cardlayout.CardLayoutFieldDao
-
- getForParent(RapidViewAO) - Method in class com.atlassian.greenhopper.manager.color.CardColorDao
-
- getForParent(Long) - Method in class com.atlassian.greenhopper.manager.color.CardColorDao
-
- getForParent(RapidViewAO) - Method in class com.atlassian.greenhopper.manager.detailview.DetailViewFieldDao
-
- getForParent(Long) - Method in class com.atlassian.greenhopper.manager.detailview.DetailViewFieldDao
-
- getForParent(RapidViewAO) - Method in class com.atlassian.greenhopper.manager.estimatestatistic.EstimateStatisticDao
-
- getForParent(Long) - Method in class com.atlassian.greenhopper.manager.estimatestatistic.EstimateStatisticDao
-
- getForParent(P) - Method in interface com.atlassian.greenhopper.manager.RelatedEntityDao
-
Return all the records for the specified parent.
- getForParent(PK) - Method in interface com.atlassian.greenhopper.manager.RelatedEntityDao
-
Return all the records for the specified parent.
- getForParent(RapidViewAO) - Method in class com.atlassian.greenhopper.manager.trackingstatistic.TrackingStatisticDao
-
- getForParent(Long) - Method in class com.atlassian.greenhopper.manager.trackingstatistic.TrackingStatisticDao
-
- getForParent(WorkingDaysAO) - Method in class com.atlassian.greenhopper.manager.workingdays.NonWorkingDayDao
-
- getForParent(Long) - Method in class com.atlassian.greenhopper.manager.workingdays.NonWorkingDayDao
-
- getForParent(RapidViewAO) - Method in class com.atlassian.greenhopper.manager.workingdays.WorkingDaysDao
-
- getForParent(Long) - Method in class com.atlassian.greenhopper.manager.workingdays.WorkingDaysDao
-
- getForParent(RapidViewAO) - Method in class com.atlassian.greenhopper.service.rapid.view.BoardAdminDao
-
- getForParent(Long) - Method in class com.atlassian.greenhopper.service.rapid.view.BoardAdminDao
-
- getForParent(RapidViewAO) - Method in class com.atlassian.greenhopper.service.rapid.view.ColumnDao
-
- getForParent(Long) - Method in class com.atlassian.greenhopper.service.rapid.view.ColumnDao
-
- getForParent(RapidViewAO) - Method in class com.atlassian.greenhopper.service.rapid.view.QuickFilterDao
-
- getForParent(Long) - Method in class com.atlassian.greenhopper.service.rapid.view.QuickFilterDao
-
- getForParent(RapidViewAO) - Method in class com.atlassian.greenhopper.service.rapid.view.subquery.SubqueryDao
-
- getForParent(Long) - Method in class com.atlassian.greenhopper.service.rapid.view.subquery.SubqueryDao
-
- getForParent(RapidViewAO) - Method in class com.atlassian.greenhopper.service.rapid.view.SwimlaneDao
-
- getForParent(Long) - Method in class com.atlassian.greenhopper.service.rapid.view.SwimlaneDao
-
- getForRapidView(RapidView) - Method in class com.atlassian.greenhopper.web.rapid.data.RapidViewConfigDataProvider
-
- getForRequestParameter(String) - Static method in enum com.atlassian.greenhopper.web.rapid.event.UnlicensedAnalyticsEvent.Chart
-
- getForStrategy(ApplicationUser, RapidView, CardColorStrategy) - Method in interface com.atlassian.greenhopper.service.rapid.view.color.CardColorService
-
Get the card colors for a view and strategy
- getForStrategy(ApplicationUser, RapidView, CardColorStrategy) - Method in class com.atlassian.greenhopper.service.rapid.view.color.CardColorServiceImpl
-
- getFriday() - Method in interface com.atlassian.greenhopper.manager.workingdays.WorkingDaysAO
-
- getFullFooterHtml(HttpServletRequest) - Method in class com.atlassian.greenhopper.web.footer.GreenHopperFooter
-
- getFullName() - Method in class com.atlassian.greenhopper.service.issue.changehistory.SafeChangeHistory
-
- getFullRapidViewQuery(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewQueryService
-
- getFullRapidViewQuery(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewQueryServiceImpl
-
- getFutureSprintMapping(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintHelper
-
Returns a mapping from each sprint to the next sprint for a given rapid view.
- getFutureSprints() - Method in class com.atlassian.greenhopper.web.contextprovider.AgileIssueWebPanelContext
-
- getGlobalBoardSidebar(String, String) - Method in class com.atlassian.greenhopper.web.sidebar.BoardSidebarResource
-
Get HTML and WRM data for Global Board sidebar
- getGlobalErrors() - Method in class com.atlassian.greenhopper.model.validation.ErrorCollection
-
Get all errors that are not related to a context
- getGlobalId() - Method in class com.atlassian.greenhopper.api.entity.remotelink.sprint.RemoteSprintLink
-
- getGlobalId(RemoteSprintLink) - Method in class com.atlassian.greenhopper.entity.remotelink.sprint.ConfluenceCopiedRemoteSprintLinkDecoratorServiceImpl
-
- getGlobalId(RemoteSprintLink) - Method in interface com.atlassian.greenhopper.entity.remotelink.sprint.ConfluenceRemoteSprintLinkDecoratorService
-
- getGoal() - Method in interface com.atlassian.greenhopper.service.sprint.dao.SprintAO
-
- getGoal() - Method in class com.atlassian.greenhopper.service.sprint.Sprint
-
- getGreenHopperSimplifiedWorkflow(ApplicationUser, Query) - Method in interface com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowService
-
Attempts to retrieve the GreenHopper Simplified Workflow that is backing the Query
.
- getGreenHopperSimplifiedWorkflow(ApplicationUser, Query) - Method in class com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowServiceImpl
-
- getGreenHopperSimplifiedWorkflow(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.web.rapid.workflow.WorkflowHelper
-
- getGroupingSeparator() - Method in class com.atlassian.greenhopper.web.rapid.RapidBoardViewModelFactory
-
- getHandlerId() - Method in class com.atlassian.greenhopper.project.PermissionSchemeProjectCreateHandlerImpl
-
- getHeadIssueId() - Method in class com.atlassian.greenhopper.manager.rank.instruction.TopOfChainCheck
-
- getHelpPath(String) - Method in class com.atlassian.greenhopper.web.footer.GreenHopperFooter.HelpPaths
-
- getHelpPath(String) - Method in class com.atlassian.greenhopper.web.GreenHopperWebActionSupport
-
- getHelpPath(String) - Method in class com.atlassian.greenhopper.web.util.GreenHopperHelpPathResolver
-
- getHelpSpace() - Method in interface com.atlassian.greenhopper.features.SoftwareHelpSpaceProvider
-
Returns application help space for given application key.
- getHelpSpace() - Method in class com.atlassian.greenhopper.features.SoftwareHelpSpaceProviderImpl
-
- getHideTable() - Method in class com.atlassian.greenhopper.web.contextprovider.IssuesInEpicContext
-
- getHighestPriority() - Method in class com.atlassian.greenhopper.issue.util.OrderedPriorityHelper
-
- getHistory() - Method in class com.atlassian.greenhopper.web.rapid.chart.ProgressChartData
-
- getHistoryFieldId(CustomField) - Static method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCustomFieldIndexer
-
- getHistoryFieldId(CustomField) - Static method in class com.atlassian.greenhopper.customfield.sprint.SprintCustomFieldIndexer
-
- getHoursPerDay() - Method in class com.atlassian.greenhopper.web.rapid.RapidBoardViewModelFactory
-
- getHref() - Method in class com.atlassian.greenhopper.sidebar.navigation.NavigationItem
-
- getHtml(Map<String, Object>) - Method in class com.atlassian.greenhopper.issue.detailsview.IssueDetailsViewPanel
-
- getHtml(HttpServletRequest) - Method in class com.atlassian.greenhopper.web.navigation.GreenHopperHeadsUpDisplay
-
- getHtml() - Method in class com.atlassian.greenhopper.web.rapid.config.tab.BoardConfigTab
-
- getHtml() - Method in class com.atlassian.greenhopper.web.rapid.tools.RapidBoardToolsElement
-
- getI18n(ApplicationUser) - Method in interface com.atlassian.greenhopper.service.I18nFactoryService
-
Get the i18n object for a given user.
- getI18n(Locale) - Method in interface com.atlassian.greenhopper.service.I18nFactoryService
-
Get the i18n object for a given locale
- getI18n() - Method in interface com.atlassian.greenhopper.service.I18nFactoryService
-
Get the default application i18n.
- getI18n(ApplicationUser) - Method in class com.atlassian.greenhopper.service.I18nFactoryServiceImpl
-
Get the I18n object for a given user.
- getI18n() - Method in class com.atlassian.greenhopper.service.I18nFactoryServiceImpl
-
Get the default I18n object.
- getI18n(Locale) - Method in class com.atlassian.greenhopper.service.I18nFactoryServiceImpl
-
Get the I18n object for a given locale
- getI18n() - Method in class com.atlassian.greenhopper.web.GreenHopperWebActionSupport
-
- getI18n() - Method in class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.BaseEditableTabEntryFactory
-
- getI18nFactoryService() - Method in class com.atlassian.greenhopper.service.BridgeServiceLocator
-
Deprecated.
- getIcon() - Method in class com.atlassian.greenhopper.issue.util.AttachmentZipExtractor.ZipEntry
-
- getIconClass() - Method in class com.atlassian.greenhopper.sidebar.navigation.NavigationItem
-
- getIconUrl() - Method in class com.atlassian.greenhopper.issue.fields.status.IssueStatus
-
- getIconUrl() - Method in class com.atlassian.greenhopper.manager.issue.issuetypes.IssueTypeMetadata
-
- getId() - Method in class com.atlassian.greenhopper.api.entity.remotelink.sprint.RemoteSprintLink
-
- getId() - Method in interface com.atlassian.greenhopper.api.rank.Rankable
-
- getId() - Method in class com.atlassian.greenhopper.confluence.ConfluenceSearchResult
-
- getId() - Method in class com.atlassian.greenhopper.customfield.epiccolor.EpicColorCustomFieldIndexer
-
- getId() - Method in class com.atlassian.greenhopper.customfield.epiclabel.EpicLabelCustomFieldIndexer
-
- getId() - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCustomFieldIndexer
-
- getId() - Method in class com.atlassian.greenhopper.customfield.sprint.SprintSearcherEditModel
-
- getId() - Method in class com.atlassian.greenhopper.issue.fields.status.IssueStatus
-
- getId() - Method in class com.atlassian.greenhopper.issue.fields.status.IssueStatusCategory
-
- getId() - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankRow
-
- getId() - Method in enum com.atlassian.greenhopper.manager.lexorank.LexoRankRow.RankRowType
-
- getId() - Method in class com.atlassian.greenhopper.model.Epic
-
- getId() - Method in interface com.atlassian.greenhopper.model.issue.GHVersion
-
- getId() - Method in class com.atlassian.greenhopper.model.rapid.AbstractModel
-
- getId() - Method in class com.atlassian.greenhopper.model.rapid.AuditEntry.AuditEntryBuilder
-
- getId() - Method in class com.atlassian.greenhopper.model.rapid.AuditEntry
-
- getId() - Method in enum com.atlassian.greenhopper.model.rapid.CardColorStrategy
-
- getId() - Method in enum com.atlassian.greenhopper.model.rapid.ColumnConfig.ConstraintType
-
- getId() - Method in enum com.atlassian.greenhopper.model.rapid.EstimationConfig.Type
-
- getId() - Method in class com.atlassian.greenhopper.model.rapid.RankableObject
-
- getId() - Method in class com.atlassian.greenhopper.model.rapid.RapidView
-
- getId() - Method in enum com.atlassian.greenhopper.model.rapid.StatisticsFieldConfig.Type
-
- getId() - Method in class com.atlassian.greenhopper.model.rapid.Swimlane
-
- getId() - Method in enum com.atlassian.greenhopper.model.rapid.SwimlaneStrategy
-
- getId() - Method in class com.atlassian.greenhopper.service.issue.changehistory.SafeChangeHistory
-
- getId() - Method in class com.atlassian.greenhopper.service.rank.RankableImpl
-
- getId() - Method in interface com.atlassian.greenhopper.service.rapid.view.BoardAdminRaw
-
- getId() - Method in interface com.atlassian.greenhopper.service.rapid.view.Entity
-
- getId() - Method in class com.atlassian.greenhopper.service.sprint.IncompleteIssuesDestination
-
- getId() - Method in class com.atlassian.greenhopper.service.sprint.Sprint
-
- getId() - Method in class com.atlassian.greenhopper.service.subquery.Subquery
-
- getId() - Method in class com.atlassian.greenhopper.sidebar.navigation.NavigationItem
-
- getId() - Method in class com.atlassian.greenhopper.web.contextprovider.IssuesInEpicContext.IssueInfo
-
- getId() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.AbstractAggregateRemainingEstimateFieldEntryFactory
-
- getId() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.AbstractCustomFieldEntryFactory
-
- getId() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.AffectedVersionsFieldEntryFactory
-
- getId() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.AggregateRemainingEstimateFieldEntryFactory
-
- getId() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.AssigneeFieldEntryFactory
-
- getId() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.ComponentsFieldEntryFactory
-
- getId() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.CreatedDateFieldEntryFactory
-
- getId() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.DescriptionFieldEntryFactory
-
- getId() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.EpicLinkFieldEntryFactory
-
- getId() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.EpicStatusFieldEntryFactory
-
- getId() - Method in interface com.atlassian.greenhopper.web.rapid.issue.fields.FieldEntryFactory
-
- getId() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.FixForVersionsFieldEntryFactory
-
- getId() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.IssueKeyFieldEntryFactory
-
- getId() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.IssueLinksSystemFieldEntryFactory
-
- getId() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.LabelsFieldEntryFactory
-
- getId() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.NumberCustomFieldEntryFactory
-
- getId() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.OriginalEstimateFieldEntryFactory
-
- getId() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.ParentIssueKeyFieldEntryFactory
-
- getId() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.RemainingEstimateFieldEntryFactory
-
- getId() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.ReporterFieldEntryFactory
-
- getId() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.ResolutionDateFieldEntryFactory
-
- getId() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.StatusFieldEntryFactory
-
- getId() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.SubTasksRemainingEstimateFieldEntryFactory
-
- getId() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.SummaryFieldEntryFactory
-
- getId() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.SystemFieldEntryFactory
-
- getId() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.TextCustomFieldEntryFactory
-
- getId() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.UpdatedDateFieldEntryFactory
-
- getId() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.VotesFieldEntryFactory
-
- getId() - Method in class com.atlassian.greenhopper.web.rapid.tools.RapidBoardToolsElement
-
- getIdColumnName() - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankEntityDetails
-
- getIdentifier() - Method in enum com.atlassian.greenhopper.util.database.DatabaseType
-
- getIdFieldId(CustomField) - Static method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCustomFieldIndexer
-
- getIncompleteIssueCount() - Method in class com.atlassian.greenhopper.web.rapid.sprint.CompleteSprintStats
-
- getIncompleteIssuesDestination() - Method in interface com.atlassian.greenhopper.service.sprint.dao.SprintAO
-
- getIncompleteIssuesDestination() - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintEditEntry
-
- getIncompleteIssuesDestinationId() - Method in class com.atlassian.greenhopper.service.sprint.Sprint
-
- getIncompleteIssuesDestinationModel(Long, ApplicationUser) - Method in interface com.atlassian.greenhopper.service.sprint.IncompleteIssuesDestinationService
-
- getIncompleteIssuesDestinationModel(Long, ApplicationUser) - Method in class com.atlassian.greenhopper.service.sprint.IncompleteIssuesDestinationsServiceImpl
-
- getIncompleteIssuesDestinations(ApplicationUser, RapidView, Long) - Method in interface com.atlassian.greenhopper.service.sprint.IncompleteIssuesDestinationService
-
This method returns the list of the destinations that given user can choose to move open issues to.
- getIncompleteIssuesDestinations(ApplicationUser, RapidView, Long) - Method in class com.atlassian.greenhopper.service.sprint.IncompleteIssuesDestinationsServiceImpl
-
- getIncompleteIssuesDestinationSuggestions(Long, Long) - Method in class com.atlassian.greenhopper.web.rapid.sprint.IncompleteIssuesDestinationSuggestionsResource
-
- getIncompleteIssuesNotMovedBack() - Method in class com.atlassian.greenhopper.web.rapid.sprint.ReopenSprintStats
-
- getIncompleteParentIssuesFromSprint(ApplicationUser, Sprint, RapidView) - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintStatusChangeHelper
-
- getIncompleteParentIssuesFromSprintOverrideSecurity(Sprint, RapidView) - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintStatusChangeHelper
-
Search for uncompleted issues for the sprint
based on the workflow statuses StatusCategory
used by the view
.
- getIndexValue(Issue) - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankIndexer
-
- getInlineEditableFields(long, long, ApplicationUser, StatisticsField, StatisticsField) - Method in class com.atlassian.greenhopper.web.rapid.view.detailview.DetailViewInlineEditableFieldFactory
-
- getInlineEditableFields(long, long, ApplicationUser, StatisticsField, StatisticsField, BaseEditAction) - Method in class com.atlassian.greenhopper.web.rapid.view.detailview.DetailViewInlineEditableFieldFactory
-
- getInOpenSprintClause() - Method in interface com.atlassian.greenhopper.service.sprint.SprintQueryService
-
Get a clause that includes all issues currently in an open sprint
- getInOpenSprintClause() - Method in class com.atlassian.greenhopper.service.sprint.SprintQueryServiceImpl
-
- getInProgress() - Method in class com.atlassian.greenhopper.service.rapid.view.ColumnService.ColumnProgressMap
-
- getInprogressCandidates() - Method in class com.atlassian.greenhopper.web.rapid.work.ParentSwimlanesData
-
- getInSprintClause() - Method in interface com.atlassian.greenhopper.service.sprint.SprintQueryService
-
Add a clause that includes all issues in at least one sprint (open or closed)
- getInSprintClause() - Method in class com.atlassian.greenhopper.service.sprint.SprintQueryServiceImpl
-
- getInstance() - Static method in class com.atlassian.greenhopper.service.BridgeServiceLocator
-
Deprecated.
- getInstance() - Static method in class com.atlassian.greenhopper.service.sprint.SprintStateAuditEntryComparator
-
- getInstanceOf(StatisticsFieldConfig) - Method in interface com.atlassian.greenhopper.service.rapid.view.statistics.EstimateStatisticService
-
Retrieve the StatisticsField configured in the StatisticFieldConfig
- getInstanceOf(StatisticsFieldConfig) - Method in class com.atlassian.greenhopper.service.rapid.view.statistics.EstimateStatisticServiceImpl
-
- getInstanceOf(StatisticsFieldConfig) - Method in interface com.atlassian.greenhopper.service.rapid.view.statistics.TrackingStatisticService
-
Retrieve the StatisticsField configured in the StatisticFieldConfig
- getInstanceOf(StatisticsFieldConfig) - Method in class com.atlassian.greenhopper.service.rapid.view.statistics.TrackingStatisticServiceImpl
-
- getInstanceOfField(StatisticsFieldConfig) - Method in interface com.atlassian.greenhopper.service.rapid.view.StatisticsFieldService
-
- getInstanceOfField(StatisticsFieldConfig) - Method in class com.atlassian.greenhopper.service.rapid.view.StatisticsFieldServiceImpl
-
- getIntegerParameter(String) - Method in interface com.atlassian.greenhopper.web.input.InputParameterService
-
Get an Integer request parameter.
- getIntegerParameter(String) - Method in class com.atlassian.greenhopper.web.input.InputParameterServiceImpl
-
- getInvalidEstimateStatistic(RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.statistics.EstimateStatisticService
-
- getInvalidEstimateStatistic(RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.statistics.EstimateStatisticServiceImpl
-
- getInvalidTrackingStatistic(RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.statistics.TrackingStatisticService
-
- getInvalidTrackingStatistic(RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.statistics.TrackingStatisticServiceImpl
-
- getIso8601Date() - Method in interface com.atlassian.greenhopper.manager.workingdays.NonWorkingDayAO
-
- getIso8601Date() - Method in class com.atlassian.greenhopper.model.rapid.NonWorkingDay
-
- getIssue() - Method in class com.atlassian.greenhopper.service.issue.changehistory.SafeChangeHistory
-
- getIssue() - Method in class com.atlassian.greenhopper.service.issue.RapidViewIssue
-
- getIssue() - Method in class com.atlassian.greenhopper.service.rank.RankableImpl
-
- getIssue() - Method in class com.atlassian.greenhopper.web.contextprovider.AgileIssueWebPanelContext
-
- getIssue() - Method in class com.atlassian.greenhopper.web.contextprovider.IssuesInEpicContext.IssueInfo
-
- getIssue() - Method in class com.atlassian.greenhopper.web.rapid.BoardDispatchAction
-
- getIssue(ApplicationUser, Long, ErrorCollection) - Method in class com.atlassian.greenhopper.web.rapid.issue.IssueEntryFactory
-
- getIssue(ApplicationUser, String, ErrorCollection) - Method in class com.atlassian.greenhopper.web.rapid.issue.IssueEntryFactory
-
- getIssue(Long, Long) - Method in class com.atlassian.greenhopper.web.rapid.work.WorkResource
-
- getIssueById(ApplicationUser, Long) - Method in interface com.atlassian.greenhopper.service.issue.RapidViewIssueService
-
Returns a single issue.
- getIssueById(ApplicationUser, Long) - Method in class com.atlassian.greenhopper.service.issue.RapidViewIssueServiceImpl
-
- getIssueByKey(ApplicationUser, IssueKey) - Method in interface com.atlassian.greenhopper.service.issue.RapidViewIssueService
-
Returns a single issue.
- getIssueByKey(ApplicationUser, IssueKey) - Method in class com.atlassian.greenhopper.service.issue.RapidViewIssueServiceImpl
-
- getIssueCount() - Method in class com.atlassian.greenhopper.analytics.FailedKanbanTransitionAnalyticsEvent
-
- getIssueCount() - Method in class com.atlassian.greenhopper.service.issue.callback.IssueCountAndLastUpdatedCollector
-
- getIssueCountPerSprint() - Method in class com.atlassian.greenhopper.customfield.sprint.IssueCountPerSprintCollector
-
Returns issue per sprint id count statistics
- getIssueData(Set<Long>, IssueTransitionAndRankService.TransitionAndRankRequest) - Method in interface com.atlassian.greenhopper.web.rapid.plan.IssueTransitionDataService
-
Returns data of visible issues that need to be updated in the UI after transition operation.
- getIssueData(Set<Long>, IssueTransitionAndRankService.TransitionAndRankRequest) - Method in class com.atlassian.greenhopper.web.rapid.plan.IssueTransitionDataServiceImpl
-
- getIssueDataService() - Method in class com.atlassian.greenhopper.service.BridgeServiceLocator
-
Deprecated.
- getIssueDoc() - Method in interface com.atlassian.greenhopper.service.issue.callback.IssueFieldValueProvider
-
- getIssueDoc() - Method in class com.atlassian.greenhopper.service.issue.callback.IssueFieldValueProviderImpl
-
- getIssueEpicHistory() - Method in class com.atlassian.greenhopper.service.issue.EpicHistoryDataCollector
-
- getIssueEstimationForBoard(ApplicationUser, Issue, RapidView) - Method in interface com.atlassian.greenhopper.service.issue.RapidViewIssueService
-
Returns the issue estimation for board.
- getIssueEstimationForBoard(ApplicationUser, Issue, RapidView) - Method in class com.atlassian.greenhopper.service.issue.RapidViewIssueServiceImpl
-
- getIssueId() - Method in interface com.atlassian.greenhopper.api.rank.RankChange
-
The ID of the altered issue.
- getIssueId() - Method in class com.atlassian.greenhopper.imports.LexorankBean
-
- getIssueId() - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankAO
-
- getIssueId() - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankRow
-
- getIssueId() - Method in class com.atlassian.greenhopper.manager.rank.instruction.BaseInstruction
-
- getIssueId() - Method in interface com.atlassian.greenhopper.manager.rank.IssueRankingAO
-
Entity id, if < 0 then not actually an issue, but a ranked object.
- getIssueId() - Method in interface com.atlassian.greenhopper.manager.rank.IssueRankingOperationLogAO
-
Issue id.
- getIssueId() - Method in class com.atlassian.greenhopper.service.issue.changehistory.SafeChangeHistory
-
- getIssueId() - Method in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankBalanceChange
-
- getIssueId() - Method in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankChangeEvent
-
- getIssueId() - Method in class com.atlassian.greenhopper.service.lexorank.LexoRankChange
-
- getIssueId() - Method in class com.atlassian.greenhopper.web.rapid.BoardDispatchAction
-
- getIssueId() - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry
-
- getIssueIds() - Method in class com.atlassian.greenhopper.service.issue.callback.IssueIdCallback
-
- getIssueIds() - Method in class com.atlassian.greenhopper.web.rapid.work.PoolService.SwimlaneIssuesData
-
- getIssueIdsToReIndex() - Method in class com.atlassian.greenhopper.service.lexorank.LexoRankOperationOutcome
-
- getIssueIterable() - Method in class com.atlassian.greenhopper.service.rank.RankIndex
-
- getIssueIterator() - Method in class com.atlassian.greenhopper.service.rank.RankIndex
-
- getIssueKey(Long) - Method in class com.atlassian.greenhopper.web.api.RankHelper
-
- getIssueKey() - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry
-
- getIssueKeys() - Method in class com.atlassian.greenhopper.web.rapid.chart.IssueCycleTimeCollector
-
- getIssueKeys() - Method in class com.atlassian.greenhopper.web.rapid.IssueTransitionAndRankService.TransitionAndRankRequest
-
- getIssueKeys() - Method in class com.atlassian.greenhopper.web.rapid.plan.BulkChangeIssuesAction
-
- getIssueKeys() - Method in class com.atlassian.greenhopper.web.rapid.plan.ViewIssuesInNavigatorAction
-
- getIssueKeys() - Method in class com.atlassian.greenhopper.web.rapid.sprint.StartSprintHelper.IssueKeysAndStatisticsCallback
-
- getIssueKeys() - Method in class com.atlassian.greenhopper.web.rapid.sprint.StartSprintHelper.IssuesForSprint
-
- getIssueKeyToParentKeyMap() - Method in class com.atlassian.greenhopper.customfield.sprint.IssueKeyData
-
Returns a mapping from issue keys to their parent issue's key.
- getIssueKeyToSummaryMap() - Method in class com.atlassian.greenhopper.customfield.sprint.IssueKeyData
-
- getIssueKeyToSummaryMap() - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintBurndownData
-
- getIssueLimit() - Method in class com.atlassian.greenhopper.analytics.FailedKanbanTransitionAnalyticsEvent
-
- getIssueOfTypeEpicErrorMessage() - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCFType
-
Get an error message signifying that an Issue
is not an epic.
- getIssueOperations() - Method in class com.atlassian.greenhopper.web.rapid.issue.operations.IssueOperationsHelper
-
NOTE: Code is a copy from public com.atlassian.jira.web.action.issue.IssueNavigator.getIssueOperations()
Used for the dot dialog functionality.
- getIssueOperations() - Method in class com.atlassian.greenhopper.web.util.WebUtilities
-
Used for the dot dialog functionality.
- getIssueOperationsBarUtil(ApplicationUser, Issue) - Method in class com.atlassian.greenhopper.web.rapid.issue.operations.IssueOperationsBarUtilFactory
-
- getIssuePosition(long, long) - Method in interface com.atlassian.greenhopper.service.rank.RankIndexService
-
Get the position for the given issueId.
- getIssuePosition(long, long) - Method in class com.atlassian.greenhopper.service.rank.RankIndexServiceImpl
-
Fetch the position, add issue as last if it's not tracked
- GetIssueResponse(CollectIssuesResult) - Constructor for class com.atlassian.greenhopper.web.rapid.work.WorkResource.GetIssueResponse
-
- GetIssueResponse(RapidIssueEntry, EntityData) - Constructor for class com.atlassian.greenhopper.web.rapid.work.WorkResource.GetIssueResponse
-
- getIssues() - Method in class com.atlassian.greenhopper.service.issue.callback.EpicLabelAndKeyMatchingCallback
-
- getIssues() - Method in class com.atlassian.greenhopper.web.contextprovider.IssuesInEpicContext
-
- getIssues() - Method in class com.atlassian.greenhopper.web.rapid.list.CollectIssuesResult
-
- getIssues() - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryCallback
-
- getIssues() - Method in class com.atlassian.greenhopper.web.rapid.sprint.StartSprintHelper.IssuesForSprint
-
- getIssues() - Method in class com.atlassian.greenhopper.web.rapid.work.WorkResource.ColorsRequestBean
-
- getIssuesById(ApplicationUser, RapidView, Set<Long>, boolean, CardLayoutField.Mode, Set<Long>) - Method in interface com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryService
-
Get a single issue entry with visible state
- getIssuesById(ApplicationUser, RapidView, Set<Long>, boolean, CardLayoutField.Mode, Set<Long>) - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryServiceImpl
-
Collects a single issue and checks for visibility state - quick filters
- getIssuesByKeys(ApplicationUser, RapidView, Set<String>) - Method in interface com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryService
-
Loads issues based on the provided keys, ordered by issueKey
- getIssuesByKeys(ApplicationUser, RapidView, Set<String>) - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryServiceImpl
-
- getIssuesCountForSprint(ApplicationUser, Sprint) - Method in interface com.atlassian.greenhopper.service.sprint.SprintIssueService
-
Returns the count of all issues in a sprint.
- getIssuesCountForSprint(ApplicationUser, Sprint) - Method in class com.atlassian.greenhopper.service.sprint.SprintIssueServiceImpl
-
- getIssuesCountForSprints(ApplicationUser) - Method in interface com.atlassian.greenhopper.service.sprint.SprintIssueService
-
Returns the count of issues per sprint
- getIssuesCountForSprints(ApplicationUser) - Method in class com.atlassian.greenhopper.service.sprint.SprintIssueServiceImpl
-
- getIssuesEpicHistoryByIssueKey() - Method in class com.atlassian.greenhopper.service.issue.EpicHistoryResult
-
- getIssuesForBacklog(ApplicationUser, RapidView, PageRequest, Query) - Method in interface com.atlassian.greenhopper.service.issue.RapidViewIssueService
-
Returns a page with issues that belong to backlog of given rapid view.
- getIssuesForBacklog(ApplicationUser, RapidView, PageRequest, Query) - Method in class com.atlassian.greenhopper.service.issue.RapidViewIssueServiceImpl
-
- getIssuesForEpic(ApplicationUser, RapidView, Epic, PageRequest, Query) - Method in interface com.atlassian.greenhopper.service.issue.RapidViewIssueService
-
Returns a page with issues that belong to the given epic in given rapid view.
- getIssuesForEpic(ApplicationUser, Epic, PageRequest, Query) - Method in interface com.atlassian.greenhopper.service.issue.RapidViewIssueService
-
Returns a page with issues that belong to the given epic.
- getIssuesForEpic(ApplicationUser, RapidView, Epic, PageRequest, Query) - Method in class com.atlassian.greenhopper.service.issue.RapidViewIssueServiceImpl
-
- getIssuesForEpic(ApplicationUser, Epic, PageRequest, Query) - Method in class com.atlassian.greenhopper.service.issue.RapidViewIssueServiceImpl
-
- getIssuesForRapidView(ApplicationUser, RapidView, PageRequest, Query) - Method in interface com.atlassian.greenhopper.service.issue.RapidViewIssueService
-
Returns a page with issues that belong to given rapid view.
- getIssuesForRapidView(ApplicationUser, RapidView, PageRequest, Query) - Method in class com.atlassian.greenhopper.service.issue.RapidViewIssueServiceImpl
-
- getIssuesForSprint(ApplicationUser, Sprint, PageRequest, Query) - Method in interface com.atlassian.greenhopper.service.issue.RapidViewIssueService
-
Returns a page with issues that belong to given sprint.
- getIssuesForSprint(ApplicationUser, Sprint, PageRequest, Query) - Method in class com.atlassian.greenhopper.service.issue.RapidViewIssueServiceImpl
-
- getIssuesForSprint(ApplicationUser, Sprint) - Method in interface com.atlassian.greenhopper.service.sprint.SprintIssueService
-
Returns all issues in a sprint.
- getIssuesForSprint(ApplicationUser, Sprint) - Method in class com.atlassian.greenhopper.service.sprint.SprintIssueServiceImpl
-
- getIssuesForSprintInBoardContext(ApplicationUser, RapidView, Sprint, PageRequest, Query) - Method in interface com.atlassian.greenhopper.service.issue.RapidViewIssueService
-
Returns a page with issues that belong to given sprint in given rapid view.
- getIssuesForSprintInBoardContext(ApplicationUser, RapidView, Sprint, PageRequest, Query) - Method in class com.atlassian.greenhopper.service.issue.RapidViewIssueServiceImpl
-
- getIssuesInEpic(Issue) - Method in interface com.atlassian.greenhopper.manager.issuelink.EpicLinkManager
-
Get a list of all of the child epics if there are any by looking up the issue's links.
- getIssuesInEpic(Issue) - Method in class com.atlassian.greenhopper.manager.issuelink.EpicLinkManagerImpl
-
- getIssuesInEpicContext() - Method in class com.atlassian.greenhopper.web.rapid.ViewIssuesInEpicAction
-
- getIssuesInSprints() - Method in class com.atlassian.greenhopper.web.rapid.chart.VelocityChartModel.QueryMetadata
-
- getIssuesLimit() - Method in class com.atlassian.greenhopper.web.rapid.chart.VelocityChartModel.QueryMetadata
-
- getIssuesMovedBack() - Method in class com.atlassian.greenhopper.web.rapid.sprint.ReopenSprintStats
-
- getIssuesNotEstimated() - Method in class com.atlassian.greenhopper.web.rapid.sprint.StartSprintHelper.IssueKeysAndStatisticsCallback
-
- getIssueSprintHistory() - Method in class com.atlassian.greenhopper.service.sprint.SprintHistoryDataCollector
-
- getIssueSprintStatistics(String) - Method in class com.atlassian.greenhopper.web.rapid.issue.statistics.HistoricalEstimateStatisticValueResolver
-
Generates statistics which track the movements of an issue during the lifetime of the sprint.
- getIssueStatus(Status) - Method in interface com.atlassian.greenhopper.service.issue.field.IssueStatusService
-
- getIssueStatus(Object) - Method in interface com.atlassian.greenhopper.service.issue.field.IssueStatusService
-
- getIssueStatus(Status) - Method in class com.atlassian.greenhopper.service.issue.field.IssueStatusServiceImpl
-
- getIssueStatus(Object) - Method in class com.atlassian.greenhopper.service.issue.field.IssueStatusServiceImpl
-
- getIssueStatusAtEndOfSprint() - Method in class com.atlassian.greenhopper.web.rapid.issue.statistics.IssueSprintStatistics.Builder
-
- getIssuesToColumnProgress() - Method in class com.atlassian.greenhopper.service.issue.callback.StatusProgressCallback
-
- getIssuesToLink() - Method in class com.atlassian.greenhopper.service.issuelink.IssueLinkRequest
-
- getIssuesToMoveCount() - Method in class com.atlassian.greenhopper.web.rapid.list.MoveIssuesEvent
-
- getIssuesTotalCount() - Method in class com.atlassian.greenhopper.web.rapid.list.MoveIssuesEvent
-
- getIssuesToUnlink() - Method in class com.atlassian.greenhopper.service.issuelink.IssueUnlinkRequest
-
- getIssuesWithoutEpic(ApplicationUser, RapidView, PageRequest, Query) - Method in interface com.atlassian.greenhopper.service.issue.RapidViewIssueService
-
Returns a page with issues that do not belong to any epic in given rapid view.
- getIssuesWithoutEpic(ApplicationUser, PageRequest, Query) - Method in interface com.atlassian.greenhopper.service.issue.RapidViewIssueService
-
Returns a page with issues that do not belong to any epic.
- getIssuesWithoutEpic(ApplicationUser, RapidView, PageRequest, Query) - Method in class com.atlassian.greenhopper.service.issue.RapidViewIssueServiceImpl
-
- getIssuesWithoutEpic(ApplicationUser, PageRequest, Query) - Method in class com.atlassian.greenhopper.service.issue.RapidViewIssueServiceImpl
-
- getIssuesWithoutEpicQuery(ApplicationUser) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewQueryService
-
- getIssuesWithoutEpicQuery(ApplicationUser) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewQueryServiceImpl
-
- getIssuesWithoutEpicQueryInBoardContext(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewQueryService
-
- getIssuesWithoutEpicQueryInBoardContext(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewQueryServiceImpl
-
- getIssuesWithSprint() - Method in class com.atlassian.greenhopper.imports.SprintImportMapper
-
Get a set of issues that have been mapped to a sprint.
- getIssueTimes(String) - Method in class com.atlassian.greenhopper.web.rapid.chart.IssueCycleTimeCollector
-
- getIssueToParentKeyMap() - Method in class com.atlassian.greenhopper.service.issue.callback.IssueAndParentKeyCallback
-
Returns a mapping from issue keys to their parent issue's key.
- getIssueToParentKeyMap() - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintBurndownData
-
- getIssueType(IssueTypePrototype) - Method in interface com.atlassian.greenhopper.service.issue.IssueTypeService
-
- getIssueType(IssueTypePrototype) - Method in class com.atlassian.greenhopper.service.issue.IssueTypeServiceImpl
-
- getIssueTypeId(IssueTypePrototype) - Method in interface com.atlassian.greenhopper.service.issue.IssueTypeService
-
- getIssueTypeId(IssueTypePrototype) - Method in class com.atlassian.greenhopper.service.issue.IssueTypeServiceImpl
-
- getIssueTypePrototypes() - Method in class com.atlassian.greenhopper.customfield.CustomFieldMetadata.Builder
-
- getIssueTypePrototypes() - Method in class com.atlassian.greenhopper.customfield.CustomFieldMetadata
-
the IssueType
keys this customField is assigned to.
- getIssueTypeService() - Method in class com.atlassian.greenhopper.service.BridgeServiceLocator
-
Deprecated.
- getItems(Map<String, Object>) - Method in class com.atlassian.greenhopper.web.navigation.RapidViewHistoryLinkFactory
-
- getItems(Map<String, Object>) - Method in class com.atlassian.greenhopper.web.sidebar.BoardPickerListProvider
-
- getItems(Map<String, Object>) - Method in class com.atlassian.greenhopper.web.sidebar.BoardPickerSelectedItemProvider
-
- getItemsInSection(String, Map<String, Object>) - Method in class com.atlassian.greenhopper.sidebar.navigation.NavigationItemService
-
Retrieve items from web items in a section.
- getItemsInSection(String, Map<String, Object>) - Method in interface com.atlassian.greenhopper.sidebar.navigation.NavigationItemServiceAdapter
-
Retrieve items from web items in a section.
- getItemsInSection(String, Map<String, Object>) - Method in class com.atlassian.greenhopper.sidebar.navigation.NavigationItemServiceAdapterImpl
-
- getJiraAuthenticationContext() - Method in class com.atlassian.greenhopper.service.BridgeServiceLocator
-
Deprecated.
- getJiraField() - Method in class com.atlassian.greenhopper.service.rapid.view.cardlayout.CardLayoutFieldConfig
-
- getJiraField() - Method in class com.atlassian.greenhopper.service.rapid.view.detailview.DetailViewFieldConfig
-
- getJiraHelpPath(String) - Method in class com.atlassian.greenhopper.web.GreenHopperWebActionSupport
-
- getJiraSoftwareFeature() - Method in class com.atlassian.greenhopper.api.events.feature.FeatureToggledEvent
-
- getJiraWorkflows(Project) - Method in interface com.atlassian.greenhopper.service.workflow.WorkflowService
-
Given a project, returns all JIRA workflows which are associated to that project
Empty on error
- getJiraWorkflows(Project, String) - Method in interface com.atlassian.greenhopper.service.workflow.WorkflowService
-
Given a project and an issue type id, returns the JIRA Workflow which is associated to that project for that issue type
Empty on error
- getJiraWorkflows(Set<Issue>) - Method in interface com.atlassian.greenhopper.service.workflow.WorkflowService
-
Given a set of issues, returns the JIRA Workflows which are associated to those issues
- getJiraWorkflows(Project) - Method in class com.atlassian.greenhopper.service.workflow.WorkflowServiceImpl
-
- getJiraWorkflows(Project, String) - Method in class com.atlassian.greenhopper.service.workflow.WorkflowServiceImpl
-
- getJiraWorkflows(Set<Issue>) - Method in class com.atlassian.greenhopper.service.workflow.WorkflowServiceImpl
-
- getJqlString(Query) - Method in interface com.atlassian.greenhopper.service.issue.SearchService
-
- getJqlString(Query) - Method in class com.atlassian.greenhopper.service.issue.SearchServiceImpl
-
- getJsonData(CustomField, Issue) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintRestSerializerImpl
-
- getJsonDefaultValue(IssueContext, CustomField) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCFType
-
- getJsonDefaultValue(IssueContext, CustomField) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintCFType
-
- getJsonFromIssue(CustomField, Issue, boolean, FieldLayoutItem) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintCFType
-
- getJsonSchema(CustomField) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintCFType
-
- getKanbanBacklogColumn(List<Column>) - Method in class com.atlassian.greenhopper.service.rapid.view.BacklogColumnHelper
-
- getKanbanBacklogColumn(RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.ColumnService
-
Get backlog column of kanban board
- getKanbanBacklogColumn(RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.ColumnServiceImpl
-
- getKanbanBacklogFilterClause(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewQueryService
-
- getKanbanBacklogFilterClause(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewQueryServiceImpl
-
- getKanbanBacklogFilterClause() - Method in class com.atlassian.greenhopper.web.rapid.work.WorkFilters
-
- getKanbanDoneColumnFilterClause(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewQueryService
-
- getKanbanDoneColumnFilterClause(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewQueryServiceImpl
-
- getKanbanDoneColumnFilterClause() - Method in class com.atlassian.greenhopper.web.rapid.work.WorkFilters
-
- getKanbanPlanModeClause(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewClauseService
-
Returns the kanban plan mode clause.
- getKanbanPlanModeClause(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewClauseServiceImpl
-
- getKanPlanAcknowledgeDisplay(ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.UserConfigurationService
-
- getKanPlanEpicsOnboardingState(ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.UserConfigurationService
-
- getKey() - Method in class com.atlassian.greenhopper.confluence.ConfluenceSpace
-
- getKey() - Method in enum com.atlassian.greenhopper.features.JiraSoftwareFeature
-
- getKey() - Method in class com.atlassian.greenhopper.issue.fields.status.IssueStatusCategory
-
- getKey() - Method in class com.atlassian.greenhopper.model.Epic
-
- getKey() - Method in class com.atlassian.greenhopper.model.rapid.BoardAdmin
-
- getKey() - Method in interface com.atlassian.greenhopper.service.rapid.view.BoardAdminAO
-
The group or user key of this board admin
- getKey() - Method in interface com.atlassian.greenhopper.service.rapid.view.BoardAdminRaw
-
The group or user key of this board admin
- getKey() - Method in enum com.atlassian.greenhopper.service.sprint.health.SprintHealth.Status
-
- getKey() - Method in enum com.atlassian.greenhopper.web.api.ProjectPageContextParameters
-
- getKey() - Method in class com.atlassian.greenhopper.web.contextprovider.IssuesInEpicContext.IssueInfo
-
- getKey() - Method in class com.atlassian.greenhopper.web.rapid.config.tab.BoardConfigTab
-
- getKey() - Method in enum com.atlassian.greenhopper.web.rapid.issue.fields.FieldDetailsCategory
-
- getKey() - Method in enum com.atlassian.greenhopper.web.rapid.issue.fields.FieldEditType
-
- getKey() - Method in enum com.atlassian.greenhopper.web.rapid.issue.fields.FieldRenderer
-
- getKey() - Method in class com.atlassian.greenhopper.web.util.GreenHopperHelpPathResolver.HelpPath
-
- getKeyFieldId(CustomField) - Static method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCustomFieldIndexer
-
- getKeyFoldedFieldId(CustomField) - Static method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCustomFieldIndexer
-
- getKeyFoldedValue(String) - Static method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCustomFieldIndexer
-
- getKeyOfLinkedEpic() - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkSearchRenderer.EpicLinkMultiselectModel
-
- getKeys(String, Long) - Method in interface com.atlassian.greenhopper.service.PersistenceService
-
- getKeys(String, Long) - Method in class com.atlassian.greenhopper.service.PersistenceServiceImpl
-
Get all keys defined for an entity name / entity id couple
- getLabel() - Method in class com.atlassian.greenhopper.sidebar.navigation.NavigationItem
-
- getLabel() - Method in class com.atlassian.greenhopper.web.rapid.config.tab.BoardConfigTab
-
- getLabel(I18n2, AggregateTimeTrackingBean) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.AbstractAggregateRemainingEstimateFieldEntryFactory
-
- getLabel(I18n2, AggregateTimeTrackingBean) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.AggregateRemainingEstimateFieldEntryFactory
-
- getLabel(I18n2, AggregateTimeTrackingBean) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.SubTasksRemainingEstimateFieldEntryFactory
-
- getLabel() - Method in class com.atlassian.greenhopper.web.rapid.tools.RapidBoardToolsElement
-
- getLargeAvatarURL(ApplicationUser) - Method in class com.atlassian.greenhopper.service.user.GHAvatarService
-
This will return the large avatar for the user or the anonymous avatar
- getLargeProjectAvatarURL(Project) - Method in class com.atlassian.greenhopper.service.user.GHAvatarService
-
- getLastChangingUserKey() - Method in class com.atlassian.greenhopper.service.sprint.SprintStateAuditLog
-
- getLastCompletedSprint(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.sprint.SprintService
-
Get the last completed sprint
- getLastCompletedSprint(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.sprint.SprintServiceImpl
-
- getLastUpdatedDate() - Method in class com.atlassian.greenhopper.service.issue.callback.IssueCountAndLastUpdatedCollector
-
- getLatestPlannedSprint(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintHelper
-
- getLatestUpgradeTaskRun() - Method in class com.atlassian.greenhopper.upgrade.UpgradeVersionService
-
- getLatestUpgradeTaskRun() - Method in class com.atlassian.greenhopper.upgrade.UpgradeVersionService.PluginRunInfo
-
- getLeaveTimes() - Method in class com.atlassian.greenhopper.web.rapid.chart.IssueCycleTimeCollector.IssueTimesResult
-
- getLevel() - Method in class com.atlassian.greenhopper.service.issue.changehistory.SafeChangeHistory
-
- getLexoRankDaoContext() - Method in interface com.atlassian.greenhopper.manager.lexorank.collation.CollationIntegrityChecker
-
We added a central point to check the collation in the db and behave accordingly
afterwards.
- getLexoRankDaoContext() - Method in class com.atlassian.greenhopper.manager.lexorank.collation.CollationIntegrityCheckerImpl
-
- getLexoRankValues(Collection<Long>, long, ApplicationUser) - Method in interface com.atlassian.greenhopper.service.rank.JpoRankService
-
Returns the String representation of the LexoRank for the given ids.
- getLexoRankValues(Collection<Long>, long, ApplicationUser) - Method in class com.atlassian.greenhopper.service.rank.JpoRankServiceImpl
-
- getLicenseAdminUrl(LicenseMode) - Method in interface com.atlassian.greenhopper.license.LicenseService
-
Returns the administration URL for the specified licensing mode.
- getLicenseAdminUrl(LicenseMode) - Method in class com.atlassian.greenhopper.license.LicenseServiceImpl
-
- getLicenseErrorHtml() - Method in class com.atlassian.greenhopper.web.rapid.RapidBoardAction
-
- getLicenseInfo(ApplicationUser) - Method in interface com.atlassian.greenhopper.license.LicenseService
-
Returns the licensing information for this instance and the specified user.
- getLicenseInfo(ApplicationUser) - Method in class com.atlassian.greenhopper.license.LicenseServiceImpl
-
- getLicenseMode() - Method in class com.atlassian.greenhopper.license.LicenseInfo
-
- getLicenseRedirectUrl() - Method in interface com.pyxis.greenhopper.jira.license.GreenHopperLicenseManager
-
- getLicenseRedirectUrl() - Method in class com.pyxis.greenhopper.jira.license.GreenHopperLicenseManagerImpl
-
Returns the correct license page redirect url
- getLicenseService() - Method in class com.atlassian.greenhopper.service.BridgeServiceLocator
-
Deprecated.
- getLimit() - Method in interface com.atlassian.greenhopper.service.PageRequest
-
- getLinks(Map<String, Object>) - Method in class com.atlassian.greenhopper.web.sidebar.BoardPickerListProvider
-
- getLinks(Map<String, Object>) - Method in class com.atlassian.greenhopper.web.sidebar.BoardPickerSelectedItemProvider
-
- getList(String) - Method in interface com.atlassian.greenhopper.service.issue.callback.IssueFieldValueProvider
-
Get a list of values for a given key
- getList(String) - Method in class com.atlassian.greenhopper.service.issue.callback.IssueFieldValueProviderImpl
-
- getList(String) - Method in class com.atlassian.greenhopper.web.rapid.view.SavedFilterResource
-
- getListData(String, Long, String) - Method in interface com.atlassian.greenhopper.service.PersistenceService
-
Get a list data property for a given entity name, entity id and property key
- getListData(String, Long, String) - Method in class com.atlassian.greenhopper.service.PersistenceServiceImpl
-
- getListDescriptor() - Method in class com.atlassian.greenhopper.service.issuelink.EpicNamesResult
-
- getListener(EventListenerRegistry.ListenerKey) - Method in class com.atlassian.greenhopper.EventListenerRegistry
-
Get a previously registered event listener
- getListModel(String, String) - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewListResource
-
- getLocalDate() - Method in class com.atlassian.greenhopper.model.rapid.NonWorkingDay
-
- getLocale() - Method in interface com.atlassian.greenhopper.model.I18n2
-
- getLocale(ApplicationUser) - Method in class com.atlassian.greenhopper.web.util.WebUtilities
-
Fetch the locale for the current user.
- getLocation() - Method in class com.atlassian.greenhopper.issue.detailsview.IssueDetailsViewDelegationPanelModuleDescriptorImpl
-
- getLocation() - Method in enum com.atlassian.greenhopper.web.rapid.issue.tabs.editable.DetailsViewTab
-
- getLockHash() - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankRow
-
- getLockHash() - Method in interface com.atlassian.greenhopper.manager.lexorank.lock.LockEntity
-
- getLockHashColumn(EntityManager, Class<T>) - Static method in class com.atlassian.greenhopper.manager.lexorank.LexoRankEntityFieldUtils
-
Get the database fiekd name of the lockHash column.
- getLockTime() - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankRow
-
- getLockTime() - Method in interface com.atlassian.greenhopper.manager.lexorank.lock.LockEntity
-
- getLockTimeColumn(EntityManager, Class<T>) - Static method in class com.atlassian.greenhopper.manager.lexorank.LexoRankEntityFieldUtils
-
Get the database field name of the lockTime column.
- getLogDate() - Method in class com.atlassian.greenhopper.service.timetracking.TimeTrackingHistoryService.HistoryEntry
-
- getLoggedInUser(Map<String, Object>) - Method in class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.BaseEditableTabEntryFactory
-
- getLogLevel() - Method in class com.atlassian.greenhopper.global.LoggerWrapper
-
- getLogType() - Method in interface com.atlassian.greenhopper.manager.rank.IssueRankingOperationLogAO
-
Holds the performed operation, either insert, move or delete
- getLong(String, Long, String) - Method in interface com.atlassian.greenhopper.service.PersistenceService
-
Get a property value of type Long.
- getLong(String, Long, String) - Method in class com.atlassian.greenhopper.service.PersistenceServiceImpl
-
Get a Long property.
- getLongParameter(String) - Method in interface com.atlassian.greenhopper.web.input.InputParameterService
-
Get a Long request parameter.
- getLongParameter(String) - Method in class com.atlassian.greenhopper.web.input.InputParameterServiceImpl
-
- getLongProperty(String) - Method in class com.atlassian.greenhopper.service.properties.PropertyDao
-
- getLongQuery() - Method in interface com.atlassian.greenhopper.service.rapid.view.QuickFilterAO
-
- getLongQuery() - Method in interface com.atlassian.greenhopper.service.rapid.view.subquery.SubqueryAO
-
- getLongQuery() - Method in interface com.atlassian.greenhopper.service.rapid.view.SwimlaneAO
-
- getLowerTimeRange() - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintTimes
-
- getLuceneValuePrefix(Long) - Static method in class com.atlassian.greenhopper.customfield.ReferencedEntityHistoryEntity
-
- getMag() - Method in class com.atlassian.greenhopper.model.lexorank.LexoDecimal
-
- getMajorVersion() - Method in enum com.atlassian.greenhopper.util.database.DatabaseType
-
- getMajorVersion() - Method in class com.atlassian.greenhopper.util.VersionKit.SoftwareVersion
-
- getManagedByDescription() - Method in class com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowStringsFactory.SimplifiedWorkflowStrings
-
- getManagedFields() - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankCustomFieldService
-
- getManagedFields() - Method in interface com.atlassian.greenhopper.manager.issue.fields.ManagedCustomFieldProvider
-
- getManagedFields() - Method in class com.atlassian.greenhopper.service.issuelink.EpicCustomFieldServiceImpl
-
- getManagedFields() - Method in class com.atlassian.greenhopper.service.rank.RankCustomFieldServiceImpl
-
- getManagedFields() - Method in class com.atlassian.greenhopper.service.sprint.SprintCustomFieldServiceImpl
-
- getMappedRapidViewQuery(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewQueryService
-
Get the base rapid view query plus the statuses which are mapped.
- getMappedRapidViewQuery(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewQueryServiceImpl
-
- getMappedStatuses(RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.ColumnService
-
- getMappedStatuses(RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.ColumnServiceImpl
-
- getMappedStatusIds(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewColumnService
-
- getMappedStatusIds(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewColumnServiceImpl
-
- getMax() - Method in class com.atlassian.greenhopper.api.rapid.view.Column
-
- getMax() - Method in class com.atlassian.greenhopper.model.rapid.Column
-
- getMaxim() - Method in interface com.atlassian.greenhopper.service.rapid.view.ColumnAO
-
Max constraint for this column.
- getMaximumMarkerRow(long) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankDao
-
- getMaximumMarkerRow(long) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankDaoImpl
-
- getMaximumMarkerRowAndPreviousRow(long) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankDao
-
Returns the maximum rank marker row and the previous row ranked before the maximum marker row for the given fieldId
- getMaximumMarkerRowAndPreviousRow(long) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankDaoImpl
-
- getMaxIssues() - Method in class com.atlassian.greenhopper.web.rapid.chart.VelocityChartSettingsManager
-
Gets maximum number of issues that can be used to generate a velocity chart.
- getMaxIssues(ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.chart.VelocityChartSettingsService
-
Gets maximum number of issues that can be used to generate a velocity chart.
- getMaxNumSprints() - Method in class com.atlassian.greenhopper.web.rapid.chart.VelocityChartSettingsManager
-
- getMaxNumSprints(ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.chart.VelocityChartSettingsService
-
- getMaxRank(Long) - Method in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankBalanceRankInfoService
-
- getMaxResults() - Method in class com.atlassian.greenhopper.service.issue.callback.EpicLabelAndKeyMatchingCallback
-
- getMaxShown() - Method in class com.atlassian.greenhopper.issue.util.AttachmentZipExtractor.ZipContents
-
- getMaxSprints() - Method in class com.atlassian.greenhopper.web.rapid.chart.VelocityChartModel.QueryMetadata
-
- getMaxSprintsCount() - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintDateBasedSearch.SprintData
-
- getMessageKey() - Method in class com.atlassian.greenhopper.model.validation.ErrorCollection.ErrorItem
-
- getMessageKey(String) - Static method in class com.atlassian.greenhopper.service.rank.RankableType
-
- getMetadata() - Method in class com.atlassian.greenhopper.customfield.epiccolor.EpicColorCFType
-
- getMetadata() - Method in class com.atlassian.greenhopper.customfield.epiclabel.EpicLabelCFType
-
- getMetadata() - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCFType
-
- getMetadata() - Method in class com.atlassian.greenhopper.customfield.epicstatus.EpicStatusCFType
-
- getMetadata() - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankCFType
-
- getMetadata() - Method in interface com.atlassian.greenhopper.customfield.MetadataCFType
-
- getMetadata() - Method in class com.atlassian.greenhopper.customfield.rank.RankCFType
-
- getMetadata() - Method in class com.atlassian.greenhopper.customfield.sprint.SprintCFType
-
- getMetaData(Version) - Method in interface com.atlassian.greenhopper.service.version.VersionService
-
Get the meta data associated to this version.
- getMetaData(Version) - Method in class com.atlassian.greenhopper.service.version.VersionServiceImpl
-
- getMethodName() - Method in enum com.atlassian.greenhopper.manager.lexorank.LexoRankAO.ColumnDetails
-
- getMethodName() - Method in enum com.atlassian.greenhopper.manager.lexorank.lock.LockEntity.ColumnDetails
-
- getMetrics() - Method in class com.atlassian.greenhopper.service.sprint.health.SprintIssueMetrics
-
- getMetrics() - Method in class com.atlassian.greenhopper.service.sprint.health.SprintMetrics
-
- getMiddlePriority() - Method in class com.atlassian.greenhopper.issue.util.OrderedPriorityHelper
-
- getMigrationStatus(long) - Method in class com.atlassian.greenhopper.web.configuration.JiraTaskResource
-
- getMin() - Method in class com.atlassian.greenhopper.api.rapid.view.Column
-
- getMin() - Method in class com.atlassian.greenhopper.model.rapid.Column
-
- getMinim() - Method in interface com.atlassian.greenhopper.service.rapid.view.ColumnAO
-
Min constraint for this column.
- getMinimumMarkerRow(long) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankDao
-
- getMinimumMarkerRow(long) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankDaoImpl
-
- getMinimumMarkerRowAndNextRow(long) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankDao
-
Returns the minimum rank marker row and the next row ranked behind the minimum marker row for the given fieldId
- getMinimumMarkerRowAndNextRow(long) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankDaoImpl
-
- getMinimumNumberOfExpectedArguments() - Method in class com.atlassian.greenhopper.customfield.sprint.AbstractSprintsStateJqlFunction
-
- getMinorVersion() - Method in enum com.atlassian.greenhopper.util.database.DatabaseType
-
- getMinorVersion() - Method in class com.atlassian.greenhopper.util.VersionKit.SoftwareVersion
-
- getMissingOrHiddenParents(ApplicationUser, RapidView, List<RapidIssueEntry>, CardLayoutField.Mode) - Method in interface com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryService
-
Loads all missing or hidden parents for a given list of issues.
- getMissingOrHiddenParents(ApplicationUser, RapidView, List<RapidIssueEntry>, CardLayoutField.Mode) - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryServiceImpl
-
- getMissingParents(ApplicationUser, RapidView, List<RapidIssueEntry>, CardLayoutField.Mode) - Method in interface com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryService
-
Loads all missing parents for a given list of issues.
- getMissingParents(ApplicationUser, RapidView, List<RapidIssueEntry>, CardLayoutField.Mode) - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryServiceImpl
-
- getMode() - Method in class com.atlassian.greenhopper.analytics.findonboard.FindOnBoardOpenAnalyticsEvent
-
- getMode() - Method in class com.atlassian.greenhopper.model.rapid.CardLayoutField
-
- getMode() - Method in class com.atlassian.greenhopper.service.rapid.BoardLocation
-
- getMode() - Method in class com.atlassian.greenhopper.web.rapid.list.ExtraFieldsContext
-
- getMode() - Method in class com.atlassian.greenhopper.web.rapid.tools.BoardToolSectionContext
-
- getModeFromModeName(String) - Method in class com.atlassian.greenhopper.web.rapid.view.cardlayout.CardLayoutHelper
-
- getModel() - Method in class com.atlassian.greenhopper.web.project.ProjectResource
-
- getModel(Long, Long) - Method in class com.atlassian.greenhopper.web.rapid.release.ReleaseResource
-
- getModel(Long, boolean, Long) - Method in class com.atlassian.greenhopper.web.rapid.sprint.StartSprintResource
-
- getModelVersion() - Method in class com.atlassian.greenhopper.upgrade.AOUpgradeTask001
-
- getModeName() - Method in interface com.atlassian.greenhopper.manager.cardlayout.CardLayoutFieldAO
-
- getModeName() - Method in enum com.atlassian.greenhopper.model.rapid.CardLayoutField.Mode
-
- getModifierKey() - Method in class com.atlassian.greenhopper.web.util.WebUtilities
-
Required for keyBoard shortcuts
- getModule() - Method in class com.atlassian.greenhopper.issue.detailsview.DefaultIssueDetailsViewPanelModuleDescriptorImpl
-
- getModule() - Method in class com.atlassian.greenhopper.issue.detailsview.IssueDetailsViewDelegationPanelModuleDescriptorImpl
-
- getMonday() - Method in interface com.atlassian.greenhopper.manager.workingdays.WorkingDaysAO
-
- getMostRecent(ApplicationUser) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewHistoryService
-
Get the most recent rapid view
- getMostRecent(ApplicationUser) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewHistoryServiceImpl
-
- getMostRecentRapidViewFromList(ApplicationUser, Collection<RapidView>) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewHistoryService
-
Returns the rapid view from the given list of rapid views which the user visited most recently
- getMostRecentRapidViewFromList(ApplicationUser, Collection<RapidView>) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewHistoryServiceImpl
-
- getMoveToId() - Method in class com.atlassian.greenhopper.web.rapid.view.EntryMoveModel
-
Deprecated.
- getName() - Method in enum com.atlassian.greenhopper.api.entity.remotelink.sprint.RemoteSprintLink.ApplicationType
-
- 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
-
- getName() - Method in class com.atlassian.greenhopper.confluence.ConfluenceSpace
-
- getName() - Method in class com.atlassian.greenhopper.confluence.rpc.AbstractConfluenceSaxHandler.NameValuePair
-
- getName() - Method in class com.atlassian.greenhopper.customfield.sprint.SprintSearcherEditModel
-
- getName() - Method in class com.atlassian.greenhopper.global.LoggerWrapper
-
- getName() - Method in class com.atlassian.greenhopper.healthcheck.AbstractHealthCheck
-
- getName() - Method in class com.atlassian.greenhopper.healthcheck.LexoRankHealthCheck
-
- getName() - Method in class com.atlassian.greenhopper.healthcheck.UpgradeTaskCheck
-
- getName() - Method in class com.atlassian.greenhopper.issue.fields.status.IssueStatus
-
- getName() - Method in class com.atlassian.greenhopper.issue.util.AttachmentZipExtractor.ZipEntry
-
- getName() - Method in class com.atlassian.greenhopper.model.Epic
-
- getName() - Method in interface com.atlassian.greenhopper.model.issue.GHVersion
-
- getName() - Method in class com.atlassian.greenhopper.model.rapid.Column
-
- getName() - Method in class com.atlassian.greenhopper.model.rapid.KanbanBacklogColumn
-
- getName() - Method in class com.atlassian.greenhopper.model.rapid.QuickFilter
-
- getName() - Method in class com.atlassian.greenhopper.model.rapid.RapidView
-
- getName(I18n2) - Method in class com.atlassian.greenhopper.model.rapid.StatisticsFieldInstance
-
- getName() - Method in class com.atlassian.greenhopper.model.rapid.Swimlane
-
- getName() - Method in class com.atlassian.greenhopper.service.lexorank.integrity.BucketFieldCheck
-
- getName() - Method in interface com.atlassian.greenhopper.service.rapid.view.ColumnAO
-
Colum name.
- getName() - Method in interface com.atlassian.greenhopper.service.rapid.view.QuickFilterAO
-
- getName() - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
Rapid View name name.
- getName() - Method in interface com.atlassian.greenhopper.service.rapid.view.SwimlaneAO
-
- getName() - Method in interface com.atlassian.greenhopper.service.sprint.dao.SprintAO
-
Sprint name.
- getName() - Method in class com.atlassian.greenhopper.service.sprint.IncompleteIssuesDestination
-
- getName() - Method in class com.atlassian.greenhopper.service.sprint.Sprint
-
- getName() - Method in class com.atlassian.greenhopper.util.jql.project.ProjectTerminalClause
-
- getName() - Method in enum com.atlassian.greenhopper.web.rapid.Mode
-
- getNameKey() - Method in class com.atlassian.greenhopper.manager.issue.issuetypes.IssueTypeMetadata
-
- getNameKey() - Method in enum com.atlassian.greenhopper.model.rapid.ColumnProgress
-
- getNameOfLinkedEpic() - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkSearchRenderer.EpicLinkMultiselectModel
-
- getNames() - Method in class com.atlassian.greenhopper.service.issuelink.EpicNamesResult
-
- getNaturalOrderIndex() - Method in enum com.atlassian.greenhopper.manager.lexorank.LexoRankAO.ColumnDetails
-
- getNavigatorSearch(ApplicationUser, Long, Long, Long) - Method in interface com.atlassian.greenhopper.service.version.ReleaseService
-
Get a non-persisted search request (a.k.a. saved filter) that can be used to populate the issue navigator.
- getNavigatorSearch(ApplicationUser, Long, Long, Long) - Method in class com.atlassian.greenhopper.service.version.ReleaseServiceImpl
-
- getNegativeChar() - Method in interface com.atlassian.greenhopper.model.lexorank.LexoNumeralSystem
-
- getNewBucket() - Method in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankBalanceChange
-
- getNewBucket() - Method in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankChangeEvent
-
- getNewConversationToken() - Method in class com.atlassian.greenhopper.web.remote.RemoteLinkConversationResource
-
Starts a conversation and return the token associated with it.
- getNewFieldId(Long) - Method in class com.atlassian.greenhopper.imports.LexorankImportMapper
-
- getNewFieldIds() - Method in class com.atlassian.greenhopper.imports.LexorankImportMapper
-
- getNewIssues() - Method in class com.atlassian.greenhopper.web.rapid.plan.SplitIssueResource.SplitIssueData
-
- getNewIssuesOrder() - Method in class com.atlassian.greenhopper.web.rapid.IssueTransitionAndRankService.TransitionAndRankResult
-
Gets a list of all issues in the backlog, in order, after the ranking operation is complete.
- getNewLimit() - Method in class com.atlassian.greenhopper.web.rapid.chart.event.VelocityChartIssueLimitChangedEvent
-
- getNewLimit() - Method in class com.atlassian.greenhopper.web.rapid.chart.event.VelocityChartSprintLimitChangedEvent
-
- getNewNext() - Method in class com.atlassian.greenhopper.manager.rank.instruction.InsertParametersCheck
-
- getNewNext() - Method in class com.atlassian.greenhopper.manager.rank.instruction.MoveParametersCheck
-
- getNewNextId() - Method in interface com.atlassian.greenhopper.manager.rank.IssueRankingOperationLogAO
-
New next issue id.
- getNewNextIssueId() - Method in class com.atlassian.greenhopper.manager.rank.instruction.UpdateRowInstruction
-
- getNewPrevious() - Method in class com.atlassian.greenhopper.manager.rank.instruction.InsertParametersCheck
-
- getNewPrevious() - Method in class com.atlassian.greenhopper.manager.rank.instruction.MoveParametersCheck
-
- getNewPreviousId() - Method in interface com.atlassian.greenhopper.manager.rank.IssueRankingOperationLogAO
-
New previous issue id.
- getNewRank() - Method in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankBalanceChange
-
- getNewRank() - Method in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankChangeEvent
-
- getNewRank() - Method in class com.atlassian.greenhopper.service.lexorank.LexoRankChange
-
- getNewRankLength() - Method in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankChangeEvent
-
- getNewState() - Method in class com.atlassian.greenhopper.api.events.board.KanbanBacklogToggledEvent
-
- getNewState() - Method in class com.atlassian.greenhopper.api.events.feature.FeatureToggledEvent
-
- getNextId() - Method in interface com.atlassian.greenhopper.manager.rank.IssueRankingAO
-
Next issue id.
- getNextIssueId() - Method in class com.atlassian.greenhopper.manager.rank.instruction.InsertRowInstruction
-
- getNextSampleDataProjectName(String) - Method in class com.atlassian.greenhopper.web.rapid.welcome.SampleDataProjectNameGenerator
-
- getNextSampleProject(String) - Method in class com.atlassian.greenhopper.web.rapid.welcome.WelcomeResource
-
- getNextSprint(Sprint) - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintHelper.FutureSprintMapping
-
Returns the next sprint for a sprint
- getNonNullCustomFieldProvider() - Method in class com.atlassian.greenhopper.customfield.epiccolor.EpicColorCFType
-
- getNonNullCustomFieldProvider() - Method in class com.atlassian.greenhopper.customfield.epiclabel.EpicLabelCFType
-
- getNonNullCustomFieldProvider() - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCFType
-
- getNonNullCustomFieldProvider() - Method in class com.atlassian.greenhopper.customfield.epicstatus.EpicStatusCFType
-
- getNonNullCustomFieldProvider() - Method in class com.atlassian.greenhopper.customfield.sprint.SprintCFType
-
- getNonNullCustomFieldProvider() - Method in class com.pyxis.greenhopper.jira.customfields.ReleasedVersionHistoryCFType
-
- getNonWorkingDays() - Method in interface com.atlassian.greenhopper.manager.workingdays.WorkingDaysAO
-
- getNonWorkingDays() - Method in class com.atlassian.greenhopper.model.rapid.WorkingDaysConfig
-
Get the non wokring days
- getNonWorkingLocalDates() - Method in class com.atlassian.greenhopper.model.rapid.WorkingDaysConfig
-
- getNotDoneStatusIds() - Method in class com.atlassian.greenhopper.service.rapid.MappedStatusIds
-
- getNotDoneStatusIds(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewColumnService
-
- getNotDoneStatusIds(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewColumnServiceImpl
-
- getNotEstimatedIssueKeys() - Method in class com.atlassian.greenhopper.web.rapid.sprint.StartSprintHelper.IssuesForSprint
-
- getNotInFutureSprintClause() - Method in interface com.atlassian.greenhopper.service.sprint.SprintQueryService
-
Add a clause that excludes issues not in a future sprint
- getNotInFutureSprintClause() - Method in class com.atlassian.greenhopper.service.sprint.SprintQueryServiceImpl
-
- getNotInOpenSprintClause() - Method in interface com.atlassian.greenhopper.service.sprint.SprintQueryService
-
Get a clause that includes all issues currently in a closed sprint
- getNotInOpenSprintClause() - Method in class com.atlassian.greenhopper.service.sprint.SprintQueryServiceImpl
-
- getNotInSprint() - Method in interface com.atlassian.greenhopper.service.sprint.SprintQueryService
-
Add a clause that includes for all issues not in any sprint
- getNotInSprint() - Method in class com.atlassian.greenhopper.service.sprint.SprintQueryServiceImpl
-
- getNoTrackingEstimateIssueCount() - Method in class com.atlassian.greenhopper.web.rapid.sprint.StartSprintHelper.IssuesForSprint
-
- getNoTrackingEstimateIssueKeys() - Method in class com.atlassian.greenhopper.web.rapid.sprint.StartSprintHelper.IssuesForSprint
-
- getNotStarted() - Method in class com.atlassian.greenhopper.service.rapid.view.ColumnService.ColumnProgressMap
-
- getNow() - Method in class com.atlassian.greenhopper.web.rapid.chart.IssueCycleTimeCollector
-
- getNow() - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintTimes
-
- getNumberOfSprintsStartedAutomatically() - Method in class com.atlassian.greenhopper.service.sprint.services.analytics.SprintAutoStartStopEvent
-
- getNumberOfSprintsStoppedAutomatically() - Method in class com.atlassian.greenhopper.service.sprint.services.analytics.SprintAutoStartStopEvent
-
- getNumberOfTasks(UserPropertyChangeParameter) - Method in class com.atlassian.greenhopper.anonymization.AuditEntryKeyChangeHandler
-
- getNumberOfTasks(UserPropertyChangeParameter) - Method in class com.atlassian.greenhopper.anonymization.RapidViewUserKeyChangeHandler
-
- getNumBoards() - Method in class com.atlassian.greenhopper.web.rapid.BoardDispatchAction
-
- getNumericIssueIds() - Method in class com.atlassian.greenhopper.service.issue.callback.IssueIdNumericCollector
-
- getNumRowsWithInvalidBucket(Long) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankDao
-
- getNumRowsWithInvalidBucket(Long) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankDaoImpl
-
- getObject(ApplicationUser, Long) - Method in interface com.atlassian.greenhopper.web.rapid.RapidViewLocationResolver
-
Look up the object that we are trying to find on a Board.
- getObjectId() - Method in class com.atlassian.greenhopper.auditing.items.AffectedBoard
-
- getObjectId() - Method in class com.atlassian.greenhopper.auditing.items.AffectedSprint
-
- getObjectName() - Method in class com.atlassian.greenhopper.auditing.items.AffectedBoard
-
- getObjectName() - Method in class com.atlassian.greenhopper.auditing.items.AffectedSprint
-
- getObjectType() - Method in class com.atlassian.greenhopper.auditing.items.AffectedBoard
-
- getObjectType() - Method in class com.atlassian.greenhopper.auditing.items.AffectedSprint
-
- getOldBucket() - Method in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankBalanceChange
-
- getOldBucket() - Method in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankChangeEvent
-
- getOldDefaultRankFieldId() - Method in class com.atlassian.greenhopper.imports.LexorankImportMapper
-
- getOldDoneIssuesCutoff() - Method in class com.atlassian.greenhopper.model.rapid.RapidView
-
- getOldDoneIssuesCutoff() - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
- getOldLimit() - Method in class com.atlassian.greenhopper.web.rapid.chart.event.VelocityChartIssueLimitChangedEvent
-
- getOldLimit() - Method in class com.atlassian.greenhopper.web.rapid.chart.event.VelocityChartSprintLimitChangedEvent
-
- getOldNext() - Method in class com.atlassian.greenhopper.manager.rank.instruction.MoveParametersCheck
-
- getOldNext() - Method in class com.atlassian.greenhopper.manager.rank.instruction.RemoveParametersCheck
-
- getOldNextId() - Method in interface com.atlassian.greenhopper.manager.rank.IssueRankingOperationLogAO
-
Old next issue id.
- getOldNextIssueId() - Method in class com.atlassian.greenhopper.manager.rank.instruction.RemoveRowInstruction
-
- getOldNextIssueId() - Method in class com.atlassian.greenhopper.manager.rank.instruction.UpdateRowInstruction
-
- getOldPrevious() - Method in class com.atlassian.greenhopper.manager.rank.instruction.MoveParametersCheck
-
- getOldPrevious() - Method in class com.atlassian.greenhopper.manager.rank.instruction.RemoveParametersCheck
-
- getOldPreviousId() - Method in interface com.atlassian.greenhopper.manager.rank.IssueRankingOperationLogAO
-
Old previous issue id.
- getOldRank() - Method in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankBalanceChange
-
- getOldRank() - Method in class com.atlassian.greenhopper.service.lexorank.LexoRankChange
-
- getOldRankEntries() - Method in class com.atlassian.greenhopper.imports.LexorankImportMapper
-
- getOldRankLength() - Method in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankChangeEvent
-
- getOne(Long) - Method in class com.atlassian.greenhopper.manager.estimatestatistic.EstimateStatisticDao
-
- getOne(Long) - Method in class com.atlassian.greenhopper.manager.trackingstatistic.TrackingStatisticDao
-
- getOne(Long) - Method in class com.atlassian.greenhopper.manager.version.VersionMetaDataDao
-
- getOne(Long) - Method in class com.atlassian.greenhopper.manager.workingdays.WorkingDaysDao
-
- getOneAndOnlyConfig(CustomField) - Static method in class com.atlassian.greenhopper.customfield.CustomFieldUtil
-
Retrieves the global FieldConfig
associated to the custom field's first FieldConfigScheme
.
- getOpenSprintQuery(ApplicationUser, RapidView, Long) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewQueryService
-
Query used to find an open sprint for a given rapid board.
- getOpenSprintQuery(ApplicationUser, RapidView, Long) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewQueryServiceImpl
-
- getOpenSprintsAndBacklogProjects(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewQueryService
-
Get the list of open sprints for a given rapid view
- getOpenSprintsAndBacklogProjects(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewQueryServiceImpl
-
- getOpenSprintsAndBacklogProjects(ApplicationUser, Query) - Method in interface com.atlassian.greenhopper.service.sprint.SprintQueryService
-
Get all open sprints applicable to a given jql.
- getOpenSprintsAndBacklogProjects(ApplicationUser, Query) - Method in class com.atlassian.greenhopper.service.sprint.SprintQueryServiceImpl
-
- getOpenSprintsQuery(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewQueryService
-
Query used to find open sprints for a given rapid board.
- getOpenSprintsQuery(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewQueryServiceImpl
-
- getOperand() - Method in class com.atlassian.greenhopper.util.jql.project.ProjectTerminalClause
-
- getOperation() - Method in class com.atlassian.greenhopper.service.sprint.SprintStateAuditEntry
-
- getOperationType() - Method in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankBalanceChange
-
- getOperator() - Method in class com.atlassian.greenhopper.util.jql.project.ProjectTerminalClause
-
- getOptionalMoveToId() - Method in class com.atlassian.greenhopper.web.rapid.view.EntryMoveModel
-
- getOptionNames() - Method in class com.atlassian.greenhopper.customfield.CustomFieldMetadata
-
- getOrCreateDefaultField() - Method in class com.atlassian.greenhopper.manager.issue.fields.AbstractDefaultCustomFieldProvider
-
- getOrCreateDefaultField() - Method in interface com.atlassian.greenhopper.manager.issue.fields.DefaultCustomFieldProvider
-
Get the default custom field that JIRA Agile is aware of.
- getOrCreateDefaultRankField() - Method in interface com.atlassian.greenhopper.service.rank.RankCustomFieldService
-
Get the global rank custom field that GreenHopper is aware of.
- getOrCreateDefaultRankField() - Method in class com.atlassian.greenhopper.service.rank.RankCustomFieldServiceImpl
-
- getOrCreateEpicIssueType() - Method in interface com.atlassian.greenhopper.service.issue.IssueTypeService
-
- getOrCreateEpicIssueType() - Method in class com.atlassian.greenhopper.service.issue.IssueTypeServiceImpl
-
- getOrCreateEpicLinkType() - Method in interface com.atlassian.greenhopper.service.issuelink.EpicLinkTypeService
-
- getOrCreateEpicLinkType() - Method in class com.atlassian.greenhopper.service.issuelink.EpicLinkTypeServiceImpl
-
- getOrCreateIssueLinkType() - Method in interface com.atlassian.greenhopper.service.issuelink.SplitIssueLinkTypeService
-
Get the issue link type used to link an issue to other issues that were split from it.
- getOrCreateIssueLinkType() - Method in class com.atlassian.greenhopper.service.issuelink.SplitIssueLinkTypeServiceImpl
-
- getOrCreateIssueType() - Method in class com.atlassian.greenhopper.manager.issue.issuetypes.AbstractIssueTypeProvider
-
- getOrCreateIssueType() - Method in interface com.atlassian.greenhopper.manager.issue.issuetypes.ManagedIssueTypeProvider
-
Get the default issue type that JIRA Agile is aware of.
- getOrCreateResolution(String) - Method in interface com.atlassian.greenhopper.service.workflow.WorkflowConstantsService
-
- getOrCreateResolution(String) - Method in class com.atlassian.greenhopper.service.workflow.WorkflowConstantsServiceImpl
-
- getOrCreateStatus(String, String, Long) - Method in interface com.atlassian.greenhopper.service.workflow.WorkflowConstantsService
-
Finds or creates a Status
object with the given name.
- getOrCreateStatus(String, String) - Method in interface com.atlassian.greenhopper.service.workflow.WorkflowConstantsService
-
- getOrCreateStatus(String, String) - Method in class com.atlassian.greenhopper.service.workflow.WorkflowConstantsServiceImpl
-
Deprecated.
- getOrCreateStatus(String, String, Long) - Method in class com.atlassian.greenhopper.service.workflow.WorkflowConstantsServiceImpl
-
- getOrCreateStoryIssueType() - Method in interface com.atlassian.greenhopper.service.issue.IssueTypeService
-
- getOrCreateStoryIssueType() - Method in class com.atlassian.greenhopper.service.issue.IssueTypeServiceImpl
-
- getOrderableField() - Method in class com.atlassian.greenhopper.service.issue.NotRequiredFieldScreenRenderLayoutItem
-
- getOrderByClause() - Method in class com.atlassian.greenhopper.service.rapid.EmptyFilterQueryWrapper
-
- getOrderedStatuses(RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.ColumnService
-
Returns the statuses which are mapped to this
RapidView
in order of which they are mapped (left-most statuses
are first.)
- getOrderedStatuses(RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.ColumnServiceImpl
-
- getOrderOfMagnitude() - Method in class com.atlassian.greenhopper.model.lexorank.LexoDecimal
-
- getOriginalIssue() - Method in class com.atlassian.greenhopper.web.rapid.plan.SplitIssueResource.SplitIssueData
-
- getOwner() - Method in class com.atlassian.greenhopper.model.rapid.RapidView
-
Deprecated.
- getOwnerUserName() - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
Deprecated.
- getPage(ApplicationLink, String) - Method in interface com.atlassian.greenhopper.confluence.rpc.ConfluenceRpcService
-
Gets the page with the given id, on the Confluence server given by the application link.
- getPage(ApplicationLink, String) - Method in class com.atlassian.greenhopper.confluence.rpc.ConfluenceRpcServiceImpl
-
- getPage() - Method in class com.atlassian.greenhopper.web.rapid.event.UnlicensedAnalyticsEvent
-
- getPageData(Request, String, Long, boolean) - Method in class com.atlassian.greenhopper.web.rapid.issue.IssueResource
-
Get the details for a single issue.
- getPageData(Request, String, Long, boolean, String) - Method in class com.atlassian.greenhopper.web.rapid.issue.IssueResource
-
- getPageId() - Method in class com.atlassian.greenhopper.confluence.ConfluencePage
-
- getPages(Issue, List<LinkedPagesModel.ApplicationLinkModel>) - Method in class com.atlassian.greenhopper.web.rapid.entity.epic.EpicLinkedPagesModelFactory
-
Returns a list of RemoteEntityLinkModel objects that represent the pages linked with an epic issue
- getPages(String) - Method in class com.atlassian.greenhopper.web.rapid.issue.issuelink.EpicResource
-
Returns all the confluence pages linked to the given epic
- getPages(Long) - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintPagesResource
-
Returns all the confluence pages linked to the given sprint
- getPagesForSprint(ApplicationUser, Sprint, List<LinkedPagesModel.ApplicationLinkModel>) - Method in class com.atlassian.greenhopper.web.rapid.entity.sprint.SprintLinkedPagesModelFactory
-
Returns a list of RemoteEntityLinkModel objects that represent the pages linked to a sprint
- getPageTitle() - Method in class com.atlassian.greenhopper.web.onboarding.firstuseflow.AgileFirstUseFlowAction
-
- getParameter(String) - Method in interface com.atlassian.greenhopper.web.input.InputParameterService
-
Get a request parameter.
- getParameter(String) - Method in class com.atlassian.greenhopper.web.input.InputParameterServiceImpl
-
- getParams() - Method in class com.atlassian.greenhopper.model.validation.ErrorCollection.ErrorItem
-
- getParamsFromSearchRequest(ApplicationUser, Query, SearchContext) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkSearchInputTransformer
-
- getParamsFromSearchRequest(ApplicationUser, Query, SearchContext) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintSearchInputTransformer
-
- getParent() - Method in class com.atlassian.greenhopper.auditing.items.AffectedSprint
-
- getParentId() - Method in class com.atlassian.greenhopper.auditing.items.AffectedBoard
-
- getParentId() - Method in class com.atlassian.greenhopper.auditing.items.AffectedSprint
-
- getParentId() - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry
-
- getParentIssueIds() - Method in class com.atlassian.greenhopper.web.rapid.work.ParentSwimlanesData
-
- getParentKey() - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry
-
- getParentName() - Method in class com.atlassian.greenhopper.auditing.items.AffectedBoard
-
- getParentName() - Method in class com.atlassian.greenhopper.auditing.items.AffectedSprint
-
- getParentSwimlanesData() - Method in class com.atlassian.greenhopper.web.rapid.work.ParentSwimlanesDataCallback
-
Calculates the ParentSwimlanesData for a given set of parentIds.
- getParentSwimlanesData(ApplicationUser, RapidView, List<RapidIssueEntry>, Set<RapidIssueEntry>) - Method in interface com.atlassian.greenhopper.web.rapid.work.PoolService
-
Gathers the ParentSwimlanesData for a given rapid view.
- getParentSwimlanesData(ApplicationUser, RapidView, List<RapidIssueEntry>, Set<RapidIssueEntry>) - Method in class com.atlassian.greenhopper.web.rapid.work.PoolServiceImpl
-
- getPartiallyCompleteIssueCount() - Method in class com.atlassian.greenhopper.web.rapid.sprint.CompleteSprintStats
-
- getPartialName() - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewQuery
-
- getPartialName() - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewSimpleQuery
-
- getPermissionService() - Method in class com.atlassian.greenhopper.service.BridgeServiceLocator
-
Deprecated.
- getPlanModeActiveSprintsClause(RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewClauseService
-
Returns the plan mode with active sprints clause.
- getPlanModeActiveSprintsClause(RapidView) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewClauseServiceImpl
-
Plan mode but displaying active sprint information.
- getPlanModeClause(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewClauseService
-
Returns the plan mode clause.
- getPlanModeClause(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewClauseServiceImpl
-
Plan mode clause
- getPlanModeIssuesClause(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewClauseService
-
Returns the plan mode issues clause.
- getPlanModeIssuesClause(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewClauseServiceImpl
-
- getPlanModeIssuesQuery(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewQueryService
-
Finds all issues for the plan mode.
- getPlanModeIssuesQuery(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewQueryServiceImpl
-
- getPlanModeWithSubtasksClause(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewClauseService
-
Returns the plan mode with subtasks clause.
- getPlanModeWithSubtasksClause(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewClauseServiceImpl
-
Plan mode clause including subtasks
Subtasks are returned regardless of their definition of done state
- getPluginKey() - Method in class com.atlassian.greenhopper.upgrade.AbstractGhUpgradeTask
-
- getPluginKey() - Method in class com.atlassian.greenhopper.web.rapid.RapidBoardAction
-
- getPluginRunHistory() - Method in class com.atlassian.greenhopper.upgrade.UpgradeVersionService
-
This can be called to get a list of the history of a plugin running
- getPluginVersion() - Method in class com.atlassian.greenhopper.upgrade.UpgradeVersionService.UpgradeHistoryDetail
-
- getPoolData(Long, String, Set<Long>, Set<Long>, String) - Method in class com.atlassian.greenhopper.web.rapid.work.WorkResource
-
- getPos() - Method in interface com.atlassian.greenhopper.service.rapid.view.Positionable
-
- getPosition() - Method in class com.atlassian.greenhopper.model.rapid.CardColor
-
- getPosition() - Method in class com.atlassian.greenhopper.model.rapid.CardLayoutField
-
- getPosition() - Method in class com.atlassian.greenhopper.model.rapid.detailview.DetailViewField
-
- getPosition() - Method in class com.atlassian.greenhopper.model.rapid.QuickFilter
-
- getPosition() - Method in class com.atlassian.greenhopper.model.rapid.Swimlane
-
- getPositiveChar() - Method in interface com.atlassian.greenhopper.model.lexorank.LexoNumeralSystem
-
- getPossibleParentId() - Method in class com.atlassian.greenhopper.manager.rank.instruction.TopOfChainCheck
-
- getPossibleTransitions() - Method in class com.atlassian.greenhopper.web.rapid.IssueTransitionAndRankService.TransitionAndRankResult
-
- getPossibleValues(ApplicationUser, String, String, int) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkClauseValueGenerator
-
- getPossibleValues(ApplicationUser, String, String, int) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintClauseValueGenerator
-
- getPotentialWorkflowForConversion(ApplicationUser, Query) - Method in interface com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowService
-
Attempts to retrieve a potential GreenHopper Simplified Workflow that is backing the Query
.
- getPotentialWorkflowForConversion(ApplicationUser, Query) - Method in class com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowServiceImpl
-
- getPotentialWorkflowForConversion(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.web.rapid.workflow.WorkflowHelper
-
- getPresetDefinitions() - Method in interface com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowService
-
get the map from WorkflowPreset enum to the bean encapsulating preset data
- getPresetDefinitions() - Method in class com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowServiceImpl
-
- getPreviousBuildDate() - Method in class com.atlassian.greenhopper.upgrade.UpgradeVersionService.PluginRunInfo
-
- getPreviousChangeSet() - Method in class com.atlassian.greenhopper.upgrade.UpgradeVersionService.PluginRunInfo
-
- getPreviousRanOn() - Method in class com.atlassian.greenhopper.upgrade.UpgradeVersionService.PluginRunInfo
-
- getPreviousValue() - Method in class com.atlassian.greenhopper.api.events.sprint.SprintUpdatedEvent
-
- getPreviousVersion() - Method in class com.atlassian.greenhopper.upgrade.UpgradeVersionService.PluginRunInfo
-
- getProfileLinkFromUserKey(UserFormats, String) - Static method in class com.atlassian.greenhopper.web.rapid.chart.burndown.BurndownChangeUtil
-
Generates a JIRA HTML profile link from a userKey, using the specified UserFormats class.
- getProgressStatuses(RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.ColumnService
-
Calculate the breakdown of
Status
mapped in the view to their respective
ColumnProgress
.
- getProgressStatuses(RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.ColumnServiceImpl
-
- getProgressToStatuses() - Method in class com.atlassian.greenhopper.service.rapid.view.ColumnService.ColumnProgressMap
-
- getProject() - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewQuery
-
- getProject(ApplicationUser, Long) - Method in class com.atlassian.greenhopper.web.project.ProjectHelper
-
Wrapping the project service method so that we can use the ServiceOutcome in our REST resource.
- getProjectAndIssueTypeToWorkflow() - Method in interface com.atlassian.greenhopper.service.workflow.WorkflowService.WorkTransitions
-
- getProjectBoards() - Method in class com.atlassian.greenhopper.analytics.findonboard.FindOnBoardSearchResultsAnalyticsEvent.Builder
-
- getProjectBoards() - Method in class com.atlassian.greenhopper.analytics.findonboard.FindOnBoardSearchResultsAnalyticsEvent
-
- getProjectBoards(String) - Method in class com.atlassian.greenhopper.web.sidebar.BoardListHelper
-
- getProjectByKey(ApplicationUser, String) - Method in class com.atlassian.greenhopper.web.project.ProjectHelper
-
- getProjectContextVisitor(ApplicationUser) - Method in class com.atlassian.greenhopper.util.jql.project.ProjectContextVisitorProvider
-
- getProjectCount() - Method in class com.atlassian.greenhopper.analytics.TooManyProjectsForGetTransitionAnalyticsEvent
-
- getProjectId() - Method in class com.atlassian.greenhopper.web.rapid.release.ReleaseIssueNavigatorAction
-
- getProjectIds() - Method in class com.atlassian.greenhopper.service.issue.callback.ProjectIssueDataCallback
-
- getProjectIds() - Method in class com.atlassian.greenhopper.service.issue.callback.ProjectsCallback
-
- getProjectIds() - Method in class com.atlassian.greenhopper.util.jql.project.ProjectContextVisitor
-
- getProjectIdsForQuery(ApplicationUser, Query, boolean) - Method in class com.atlassian.greenhopper.service.query.QueryToProjectMapper
-
- getProjectImporter() - Method in class com.atlassian.greenhopper.customfield.sprint.SprintCFType
-
- getProjectKey() - Method in class com.atlassian.greenhopper.web.rapid.RapidBoardAction
-
- getProjectRapidViews(ApplicationUser, Project) - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewListHelper
-
- getProjectReleasableIssueCount(ApplicationUser, Long, Long) - Method in interface com.atlassian.greenhopper.service.version.ReleaseService
-
Get some info about the issues that can be released (are currently in the given column)
- getProjectReleasableIssueCount(ApplicationUser, Long, Long) - Method in class com.atlassian.greenhopper.service.version.ReleaseServiceImpl
-
Fetch infos upfront about what the user is going to do when she's releasing.
- getProjects(ApplicationUser, Sprint) - Method in interface com.atlassian.greenhopper.service.sprint.SprintQueryService
-
Get all projects for a given sprint
- getProjects(ApplicationUser, List<Sprint>) - Method in interface com.atlassian.greenhopper.service.sprint.SprintQueryService
-
Get all sprints and associated projects for a given jql
- getProjects(ApplicationUser, Sprint) - Method in class com.atlassian.greenhopper.service.sprint.SprintQueryServiceImpl
-
Get all projects for a given sprint
- getProjects(ApplicationUser, List<Sprint>) - Method in class com.atlassian.greenhopper.service.sprint.SprintQueryServiceImpl
-
Get all sprints and associated projects for a given jql
- getProjects() - Method in class com.atlassian.greenhopper.util.jql.project.ProjectTerminalClause
-
- getProjects() - Method in class com.atlassian.greenhopper.web.rapid.list.CollectIssuesResult
-
- getProjects() - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryCallback
-
- getProjectsForQuery(ApplicationUser, Query, boolean) - Method in class com.atlassian.greenhopper.service.query.QueryToProjectMapper
-
Get the projects for a given query
- getProjectsForRapidViewFilterQuery(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.query.QueryService
-
Find all projects for a given rapid view filter query.
- getProjectsForRapidViewFilterQuery(ApplicationUser, Query) - Method in interface com.atlassian.greenhopper.service.query.QueryService
-
Find all projects for a given rapid view filter query.
- getProjectsForRapidViewFilterQuery(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.query.QueryServiceImpl
-
- getProjectsForRapidViewFilterQuery(ApplicationUser, Query) - Method in class com.atlassian.greenhopper.service.query.QueryServiceImpl
-
- getProjectsInProjectClauseOnlyQuery(ApplicationUser, Query) - Method in interface com.atlassian.greenhopper.service.query.QueryService
-
Return the projects which are included in this query.
- getProjectsInProjectClauseOnlyQuery(ApplicationUser, Query) - Method in class com.atlassian.greenhopper.service.query.QueryServiceImpl
-
- getProjectsOverrideSecurity(ApplicationUser, Sprint) - Method in interface com.atlassian.greenhopper.service.sprint.SprintQueryService
-
Get all projects for a given sprint
- getProjectsOverrideSecurity(ApplicationUser, List<Sprint>) - Method in interface com.atlassian.greenhopper.service.sprint.SprintQueryService
-
Get all sprints and associated projects for a given jql
Note: This method runs with security disabled
- getProjectsOverrideSecurity(ApplicationUser, Sprint) - Method in class com.atlassian.greenhopper.service.sprint.SprintQueryServiceImpl
-
Get all projects for a given sprint
- getProjectsOverrideSecurity(ApplicationUser, List<Sprint>) - Method in class com.atlassian.greenhopper.service.sprint.SprintQueryServiceImpl
-
- getProjectType() - Method in class com.atlassian.greenhopper.web.rapid.project.BasicSoftwareDevelopmentProjectCreateHook
-
- getProjectType() - Method in class com.atlassian.greenhopper.web.rapid.project.GreenHopperProjectCreateHook
-
- getProjectType() - Method in class com.atlassian.greenhopper.web.rapid.project.KanbanProjectCreateHook
-
- getProjectType() - Method in class com.atlassian.greenhopper.web.rapid.project.SampleKanbanProjectCreateHook
-
- getProjectType() - Method in class com.atlassian.greenhopper.web.rapid.project.ScrumProjectCreateHook
-
- getProperties() - Method in class com.atlassian.greenhopper.analytics.JiraAgileStartAnalyticEvent
-
- getProperty(DatabaseFamily) - Method in enum com.atlassian.greenhopper.manager.lexorank.SqlSortLanguage
-
- getProperty() - Method in class com.atlassian.greenhopper.util.jql.project.ProjectTerminalClause
-
- getPropertyAsType(String, Long, String) - Method in interface com.atlassian.greenhopper.service.PersistenceService
-
Return the property as whatever type it may be.
- getPropertyAsType(String, Long, String) - Method in class com.atlassian.greenhopper.service.PersistenceServiceImpl
-
- getPropertyAsType(String) - Method in class com.atlassian.greenhopper.service.properties.PropertyDao
-
- getPropertyKeysToValidate() - Method in class com.atlassian.greenhopper.jira.dataimport.BuildNumberValidator
-
- getQuery() - Method in class com.atlassian.greenhopper.api.rapid.view.QuickFilter
-
- getQuery() - Method in class com.atlassian.greenhopper.api.rapid.view.Swimlane
-
- getQuery(QueryCreationContext, TerminalClause) - Method in class com.atlassian.greenhopper.customfield.epiclabel.EpicLabelClauseQueryFactory
-
- getQuery(QueryCreationContext, TerminalClause) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkClauseQueryFactory
-
- getQuery(ApplicationUser, boolean, QueryLiteral) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkResolver
-
Returns a query that filters epic on id if the value is a
Long
or label or key if the value is
a string.
- getQuery(QueryCreationContext, TerminalClause) - Method in class com.atlassian.greenhopper.customfield.searcher.GhGenericClauseQueryFactory
-
- getQuery(QueryCreationContext, TerminalClause) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintClauseQueryFactory
-
- getQuery() - Method in class com.atlassian.greenhopper.model.rapid.QuickFilter
-
- getQuery() - Method in class com.atlassian.greenhopper.model.rapid.Swimlane
-
- getQuery() - Method in interface com.atlassian.greenhopper.service.rapid.view.QuickFilterAO
-
- getQuery() - Method in interface com.atlassian.greenhopper.service.rapid.view.subquery.SubqueryAO
-
- getQuery() - Method in interface com.atlassian.greenhopper.service.rapid.view.SwimlaneAO
-
- getQuery() - Method in class com.atlassian.greenhopper.service.subquery.Subquery
-
- getQuerySprints() - Method in class com.atlassian.greenhopper.web.rapid.chart.VelocityChartModel.QueryMetadata
-
- getQuerySprintsCount() - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintDateBasedSearch.SprintData
-
- getQueryString() - Method in class com.atlassian.greenhopper.service.rapid.EmptyFilterQueryWrapper
-
- getQuickCreateFields(ApplicationUser) - Method in interface com.atlassian.greenhopper.service.properties.UserPropertyService
-
Returns a list of the fields for the custom quick create form that the user last saw
- getQuickCreateFields(ApplicationUser) - Method in class com.atlassian.greenhopper.service.properties.UserPropertyServiceImpl
-
- getQuickCreateIssueTypeId(ApplicationUser) - Method in interface com.atlassian.greenhopper.service.properties.UserPropertyService
-
Returns the issue type id for the custom quick create form that the user last saw
- getQuickCreateIssueTypeId(ApplicationUser) - Method in class com.atlassian.greenhopper.service.properties.UserPropertyServiceImpl
-
- getQuickEditDefaults() - Method in class com.atlassian.greenhopper.web.rapid.UserDataResource
-
- getQuickFilter(long, long) - Method in class com.atlassian.greenhopper.service.rapid.view.QuickFilterDao
-
- getQuickFilter(ApplicationUser, Long, Long) - Method in class com.atlassian.greenhopper.web.rapid.view.QuickFilterHelper
-
gets the quick filter with id quickFilterId in rapid view with id rapidViewId
- getQuickFilter(Long, Long) - Method in class com.atlassian.greenhopper.web.rapid.view.QuickFilterResource
-
Get the quick filter for a given rapidView and id
- getQuickFilterClause(ApplicationUser, RapidView, Set<Long>) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewQueryService
-
Get the Quick Filter clause from a set of active quick filter ids
- getQuickFilterClause(ApplicationUser, RapidView, Set<Long>) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewQueryServiceImpl
-
- getQuickFilters(HttpServletRequest, Long) - Method in class com.atlassian.greenhopper.gadget.RapidViewGadgetResource
-
Gets rapid view options for given view
- getQuickFilters() - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
Quick filters
- getQuickFilters() - Method in class com.atlassian.greenhopper.web.rapid.view.QuickFilterEditModel
-
- getQuickFiltersClause() - Method in class com.atlassian.greenhopper.web.rapid.work.WorkFilters
-
- getRadixPointChar() - Method in interface com.atlassian.greenhopper.model.lexorank.LexoNumeralSystem
-
- getRank() - Method in class com.atlassian.greenhopper.imports.LexorankBean
-
- getRank() - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankAO
-
- getRank(long, long) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankManager
-
Looks up the rank for given issue.
- getRank(long, long) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankManagerImpl
-
- getRank() - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankRow
-
- getRank(Long) - Method in class com.atlassian.greenhopper.service.rank.RankIndex
-
- getRank() - Method in class com.atlassian.greenhopper.web.contextprovider.IssuesInEpicContext.IssueInfo
-
- getRankableFactory() - Method in class com.atlassian.greenhopper.service.BridgeServiceLocator
-
Deprecated.
- getRankableObject(long) - Method in class com.atlassian.greenhopper.manager.rankableobject.RankableObjectManager
-
- getRankableObject() - Method in class com.atlassian.greenhopper.service.rank.RankableImpl
-
- getRankableObject(ApplicationUser, long) - Method in class com.atlassian.greenhopper.service.rank.RankableObjectService
-
- getRankablePosition(long, Rankable) - Method in interface com.atlassian.greenhopper.service.rank.RankService
-
Get the position for the given rankable.
- getRankablePosition(long, Rankable) - Method in class com.atlassian.greenhopper.service.rank.RankServiceImpl
-
- getRankAfterIssueIdOrKey() - Method in class com.atlassian.greenhopper.web.rapid.IssueTransitionAndRankService.TransitionAndRankRequest
-
- getRankBeforeIssueIdOrKey() - Method in class com.atlassian.greenhopper.web.rapid.IssueTransitionAndRankService.TransitionAndRankRequest
-
- getRankCustomField() - Method in interface com.atlassian.greenhopper.api.customfield.ManagedCustomFieldsService
-
Get the default rank field
The rank field contains the lexographical rank value that is used to rank all issues
- getRankCustomField() - Method in class com.atlassian.greenhopper.api.customfield.ManagedCustomFieldsServiceImpl
-
- getRankCustomFieldId() - Method in class com.atlassian.greenhopper.web.rapid.IssueTransitionAndRankService.TransitionAndRankRequest
-
- getRankCustomFieldId(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.web.rapid.plan.RankCustomFieldProvider
-
- getRankCustomFieldService() - Method in class com.atlassian.greenhopper.service.BridgeServiceLocator
-
Deprecated.
- getRankFieldId() - Method in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankBalanceChange
-
- getRankFieldId() - Method in class com.atlassian.greenhopper.service.lexorank.integrity.LexoRankIntegrityCheckReport
-
- getRankFieldId(RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewConfigManager
-
Get a rank field id for the rapid view.
- getRankFieldId(RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewConfigManagerImpl
-
- getRankFieldId(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewConfigService
-
Get a rank field id for the rapid view.
- getRankFieldId(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewConfigServiceImpl
-
- getRankFieldIds() - Method in interface com.atlassian.greenhopper.imports.ProjectImportService
-
Get all the fields that represent rank fields.
- getRankFieldIds() - Method in class com.atlassian.greenhopper.imports.ProjectImportServiceImpl
-
- getRankFieldName() - Method in class com.atlassian.greenhopper.service.lexorank.integrity.LexoRankIntegrityCheckReport
-
- getRankFields() - Method in interface com.atlassian.greenhopper.api.rank.RankService
-
All rank fields which are properly-configured Global Rank custom fields.
- getRankFields() - Method in class com.atlassian.greenhopper.api.rank.RankServiceImpl
-
- getRankFields() - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankCustomFieldService
-
- getRankFields() - Method in interface com.atlassian.greenhopper.service.rank.RankCustomFieldService
-
Get all Rank custom fields.
- getRankFields() - Method in class com.atlassian.greenhopper.service.rank.RankCustomFieldServiceImpl
-
- getRankIndexId() - Method in class com.atlassian.greenhopper.service.rank.RankableImpl
-
Get the id used in the rank index
For now the rank index does not contain information about the type, as a result we use negative ids
for rankableobject, positive ids for issues
- getRankIndexService() - Method in class com.atlassian.greenhopper.service.BridgeServiceLocator
-
Deprecated.
- getRankingTime() - Method in class com.atlassian.greenhopper.web.rapid.IssueTransitionAndRankService.TransitionAndRankResult
-
- getRankOrRankInitially(long, long) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankManager
-
Returns the rank of an issue for a custom field.
- getRankOrRankInitially(long, long, boolean) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankManager
-
Returns the rank of an issue for a custom field.
- getRankOrRankInitially(long, long) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankManagerImpl
-
- getRankOrRankInitially(long, long, boolean) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankManagerImpl
-
- getRanks() - Method in class com.atlassian.greenhopper.service.rank.RankIndex
-
- getRankService() - Method in class com.atlassian.greenhopper.service.BridgeServiceLocator
-
Deprecated.
- getRankValues(long, Collection<Long>) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankManager
-
Looks up the ranks for given issues.
- getRankValues(long, Collection<Long>) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankManagerImpl
-
- getRanOn() - Method in class com.atlassian.greenhopper.upgrade.UpgradeVersionService.UpgradeHistoryDetail
-
- getRanOnStr() - Method in class com.atlassian.greenhopper.upgrade.UpgradeVersionService.PluginRunInfo
-
- getRanOnStr() - Method in class com.atlassian.greenhopper.upgrade.UpgradeVersionService.UpgradeHistoryDetail
-
- getRapidView() - Method in interface com.atlassian.greenhopper.manager.cardlayout.CardLayoutFieldAO
-
RapidViewAO this column belongs to
- getRapidView() - Method in interface com.atlassian.greenhopper.manager.color.CardColorAO
-
RapidViewAO this column belongs to
- getRapidView() - Method in interface com.atlassian.greenhopper.manager.detailview.DetailViewFieldAO
-
RapidViewAO this column belongs to
- getRapidView() - Method in interface com.atlassian.greenhopper.manager.estimatestatistic.EstimateStatisticAO
-
RapidViewAO this column belongs to
- getRapidView() - Method in interface com.atlassian.greenhopper.manager.trackingstatistic.TrackingStatisticAO
-
RapidViewAO this column belongs to
- getRapidView() - Method in interface com.atlassian.greenhopper.manager.workingdays.WorkingDaysAO
-
- getRapidView() - Method in interface com.atlassian.greenhopper.service.rapid.view.BoardAdminAO
-
RapidViewAO this board admin belongs to
- getRapidView() - Method in interface com.atlassian.greenhopper.service.rapid.view.ColumnAO
-
RapidViewAO this column belongs to
- getRapidView() - Method in interface com.atlassian.greenhopper.service.rapid.view.QuickFilterAO
-
- getRapidView(ApplicationUser, Long) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewService
-
Get a rapid view given its id.
- getRapidView(ApplicationUser, Long) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewServiceImpl
-
- getRapidView() - Method in interface com.atlassian.greenhopper.service.rapid.view.StatisticsFieldAO
-
RapidViewAO this column belongs to
- getRapidView() - Method in interface com.atlassian.greenhopper.service.rapid.view.subquery.SubqueryAO
-
- getRapidView() - Method in interface com.atlassian.greenhopper.service.rapid.view.SwimlaneAO
-
- getRapidView(Map<String, Object>) - Method in class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.BaseEditableTabEntryFactory
-
- getRapidView() - Method in class com.atlassian.greenhopper.web.rapid.list.ExtraFieldsContext
-
- getRapidView() - Method in class com.atlassian.greenhopper.web.rapid.RapidBoardAction
-
- getRapidView() - Method in class com.atlassian.greenhopper.web.rapid.tools.BoardToolSectionContext
-
- getRapidView(ApplicationUser, Long) - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewHelper
-
- getRapidViewBacklogQuery(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewQueryService
-
- getRapidViewBacklogQuery(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewQueryServiceImpl
-
- getRapidViewConfigModel(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.web.rapid.RapidBoardViewModelFactory
-
- getRapidViewFilterModel(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewFilterHelper
-
Get the rapid view filter model, currently this is read-only
- getRapidViewId() - Method in interface com.atlassian.greenhopper.service.sprint.dao.SprintAO
-
- getRapidViewId() - Method in class com.atlassian.greenhopper.service.sprint.Sprint
-
- getRapidViewId() - Method in class com.atlassian.greenhopper.web.rapid.BoardDispatchAction
-
- getRapidViewId(Map<String, Object>) - Method in class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.BaseEditableTabEntryFactory
-
- getRapidViewId() - Method in class com.atlassian.greenhopper.web.rapid.IssueTransitionAndRankService.TransitionAndRankRequest
-
- getRapidViewId() - Method in class com.atlassian.greenhopper.web.rapid.release.ReleaseIssueNavigatorAction
-
- getRapidViewPreset() - Method in class com.atlassian.greenhopper.web.rapid.project.BasicSoftwareDevelopmentProjectCreateHook
-
- getRapidViewPreset() - Method in class com.atlassian.greenhopper.web.rapid.project.GreenHopperProjectCreateHook
-
- getRapidViewPreset() - Method in class com.atlassian.greenhopper.web.rapid.project.KanbanProjectCreateHook
-
- getRapidViewPreset() - Method in class com.atlassian.greenhopper.web.rapid.project.SampleKanbanProjectCreateHook
-
- getRapidViewPreset() - Method in class com.atlassian.greenhopper.web.rapid.project.ScrumProjectCreateHook
-
- getRapidViewProjectList(ApplicationUser, Query) - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewProjectHelper
-
- getRapidViewQuery(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewQueryService
-
Get the base rapid view query.
- getRapidViewQuery(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewQueryServiceImpl
-
- getRapidViews() - Method in class com.atlassian.greenhopper.service.index.IndexCheckService.CheckSpec
-
- getRapidViews(ApplicationUser) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewService
-
- getRapidViews(ApplicationUser, PageRequest, RapidViewQuery) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewService
-
- getRapidViews(ApplicationUser) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewServiceImpl
-
- getRapidViews(ApplicationUser, PageRequest, RapidViewQuery) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewServiceImpl
-
- getRapidViews(ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewHelper
-
- getRapidViewsByProjectSortedByProjectCount(ApplicationUser, Project) - Method in interface com.atlassian.greenhopper.service.rapid.ProjectRapidViewService
-
Returns a sorted list of rapid views that contain an explicit reference to the given project.
- getRapidViewsByProjectSortedByProjectCount(ApplicationUser, Project) - Method in class com.atlassian.greenhopper.service.rapid.ProjectRapidViewServiceImpl
-
- getRapidViewsForIssue(ApplicationUser, Issue) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewLocationService
-
Given the issue, look up the Rapid Boards it appears on.
- getRapidViewsForIssue(ApplicationUser, Issue) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewLocationServiceImpl
-
- getRapidViewsForObject(ApplicationUser, T) - Method in interface com.atlassian.greenhopper.web.rapid.RapidViewLocationResolver
-
Returns the set of Board IDs which contain the object specified.
- getRapidViewsForSprint(ApplicationUser, Long) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewLocationService
-
Given the sprint, look up all the Rapid Boards it appears on.
- getRapidViewsForSprint(ApplicationUser, Long) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewLocationServiceImpl
-
- getRapidViewsModel(ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.RapidBoardViewModelFactory
-
- getRate() - Method in class com.atlassian.greenhopper.model.charts.WorkRateEntry
-
- getRateData(ApplicationUser, RapidView, DateTime, DateTime) - Method in interface com.atlassian.greenhopper.service.charts.WorkRateService
-
Calculates work rate data for the board and the time span.
- getRateData(ApplicationUser, RapidView, DateTime, DateTime) - Method in class com.atlassian.greenhopper.service.charts.WorkRateServiceImpl
-
- getRates() - Method in class com.atlassian.greenhopper.model.charts.WorkRateData
-
- getRates(Long, Long, Long) - Method in class com.atlassian.greenhopper.web.rapid.view.workingdays.WorkingDaysResource
-
- getRating() - Method in enum com.atlassian.greenhopper.service.sprint.health.SprintHealth.Status
-
- getReasons() - Method in class com.atlassian.greenhopper.model.validation.ErrorCollection
-
A set of well known reasons why the function has not been performed.
- getRebalanceTime() - Method in class com.atlassian.greenhopper.manager.lexorank.balancer.BalancerEntry
-
Get the re-balance time.
- getRebalanceTime() - Method in interface com.atlassian.greenhopper.manager.lexorank.balancer.BalancerEntryAO
-
- getRecentBoards(ApplicationUser, Integer) - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewListHelper
-
- getRecentBoards(Integer) - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewListResource
-
Returns the boards a user has visited recently.
- getRecentBoardsJson() - Method in class com.atlassian.greenhopper.web.rapid.RapidBoardAction
-
- getRecentlyViewedBoards() - Method in class com.atlassian.greenhopper.analytics.findonboard.FindOnBoardSearchResultsAnalyticsEvent.Builder
-
- getRecentlyViewedBoards() - Method in class com.atlassian.greenhopper.analytics.findonboard.FindOnBoardSearchResultsAnalyticsEvent
-
- getRecentSprints(ApplicationUser, int) - Method in interface com.atlassian.greenhopper.service.rapid.RecentSprintHistoryService
-
Get the recent sprints for the specified user
- getRecentSprints(ApplicationUser, int) - Method in class com.atlassian.greenhopper.service.rapid.RecentSprintHistoryServiceImpl
-
- getRecentSprintsMatchingPredicate(ApplicationUser, Predicate<Sprint>, int) - Method in interface com.atlassian.greenhopper.service.rapid.RecentSprintHistoryService
-
Get a list of recent sprints matching a specified predicate and user
- getRecentSprintsMatchingPredicate(ApplicationUser, Predicate<Sprint>, int) - Method in class com.atlassian.greenhopper.service.rapid.RecentSprintHistoryServiceImpl
-
- getRecentViews(ApplicationUser, int) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewHistoryService
-
Get the number of recent views for the specified user
- getRecentViews(ApplicationUser, int) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewHistoryServiceImpl
-
- getReferencedEntityId() - Method in class com.atlassian.greenhopper.customfield.ReferencedEntityHistoryEntity
-
- getRelationship() - Method in class com.atlassian.greenhopper.api.entity.remotelink.sprint.RemoteSprintLink
-
- getReleaseBurndownChart(Long, Long) - Method in class com.atlassian.greenhopper.web.rapid.chart.RapidChartResource
-
- getReleaseBurndownChartModel(ApplicationUser, RapidView, Version) - Method in class com.atlassian.greenhopper.web.rapid.chart.ReleaseBurndownChartModelFactory
-
- getReleaseDate() - Method in interface com.atlassian.greenhopper.model.issue.GHVersion
-
- getRelevantConfig(CustomField, IssueContext) - Static method in class com.atlassian.greenhopper.customfield.CustomFieldUtil
-
Retrieves the relevant field config for the field and IssueContext
.
- getRemainingDays(Long, Long) - Method in class com.atlassian.greenhopper.gadget.SprintRemainingDaysResource
-
- getRemainingEstimateAfter() - Method in class com.atlassian.greenhopper.service.timetracking.TimeTrackingHistoryService.HistoryEntry
-
- getRemainingEstimateBefore() - Method in class com.atlassian.greenhopper.service.timetracking.TimeTrackingHistoryService.HistoryEntry
-
- getRemoteIssueLinkContexts(Issue) - Method in interface com.atlassian.greenhopper.issue.link.RemoteIssueLinkSearchService
-
- getRemoteIssueLinkContexts(Issue) - Method in class com.atlassian.greenhopper.issue.link.RemoteIssueLinkSearchServiceImpl
-
- getRemoteLinkedSprints(List<String>) - Method in class com.atlassian.greenhopper.web.api.RemoteSprintLinkResource
-
Get a remote sprint link by globalId.
- getRemoteLinkedSprintsByGlobalId(String) - Method in class com.atlassian.greenhopper.service.sprint.RemoteSprintLinkService
-
- getRemoteLinks() - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintEditEntry
-
- getRemoteLinksForIssue(Issue, String) - Method in interface com.atlassian.greenhopper.issue.link.RemoteIssueLinkSearchService
-
- getRemoteLinksForIssue(Issue) - Method in class com.atlassian.greenhopper.issue.link.RemoteIssueLinkSearchServiceImpl
-
- getRemoteLinksForIssue(Issue, String) - Method in class com.atlassian.greenhopper.issue.link.RemoteIssueLinkSearchServiceImpl
-
- getRemoteSprintLink() - Method in interface com.atlassian.greenhopper.api.events.RemoteSprintLinkEvent
-
- getRemoteSprintLink() - Method in class com.atlassian.greenhopper.events.RemoteSprintLinkEvent
-
- getRemoteSprintLinks(ApplicationUser, Sprint) - Method in class com.atlassian.greenhopper.service.sprint.RemoteSprintLinkService
-
Returns all the remote sprint links of a certain sprint
- getRemoteSprintLinks(ApplicationUser, Sprint, RemoteSprintLink.ApplicationType) - Method in class com.atlassian.greenhopper.service.sprint.RemoteSprintLinkService
-
Returns a list of remote sprint links of the given sprint for a certain application type
- getRemoveFromSprintData(Long, List<String>) - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintRankResource
-
Get a model of the outcome of a remove from sprint operation
- getRemoveStatusModel(Long, String) - Method in class com.atlassian.greenhopper.web.rapid.view.WorkflowResource
-
- getRenderedText(Issue, String, String) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.FieldHelper
-
Renders a text using the field layout defined for the given field/issue.
- getRendererType() - Method in class com.atlassian.greenhopper.service.issue.NotRequiredFieldScreenRenderLayoutItem
-
- getReopenModel(Long, Long) - Method in class com.atlassian.greenhopper.web.rapid.sprint.ReopenSprintResource
-
Returns a model containing details about the state of the sprint.
- getReopenSprintStatistics(ApplicationUser, Sprint, RapidView) - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintStatusChangeHelper
-
- getRepresentationFromIssue(Issue, CustomFieldExportContext) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintCFType
-
- getRequest() - Method in class com.atlassian.greenhopper.web.rapid.tools.BoardToolSectionContext
-
- getResolutionDone() - Method in class com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowStringsFactory.SimplifiedWorkflowStrings
-
- getResolutionNames() - Method in class com.atlassian.greenhopper.service.workflow.PresetData
-
- getResourceLocation(String, String) - Method in class com.atlassian.greenhopper.web.util.WebUtilities
-
Get the resource location for a specific module.
- getResourceTags(String) - Method in class com.atlassian.greenhopper.web.GreenHopperWebActionSupport
-
- getRestFieldOperation(CustomField) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCFType
-
- getRestFieldOperation(CustomField) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintCFType
-
- getResult() - Method in class com.atlassian.greenhopper.service.lexorank.LexoRankOperationOutcome
-
- getResults() - Method in class com.atlassian.greenhopper.service.index.IndexCheckService.CheckResult
-
- getResults() - Method in class com.atlassian.greenhopper.service.lexorank.integrity.LexoRankIntegrityCheckReport
-
- getRowByRankAndNextRow(long, String) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankDao
-
Returns the rank row with the given rank and the row ranked after that row.
- getRowByRankAndNextRow(long, String) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankDaoImpl
-
- getRowByRankAndPreviousRow(long, String) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankDao
-
- getRowByRankAndPreviousRow(long, String) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankDaoImpl
-
- getRowCountForFieldId(Long) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankDao
-
Get the number of rows for a given rank field.
- getRowCountForFieldId(Long) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankDaoImpl
-
- getRowCountInBucket(Long, LexoRankBucket) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankDao
-
Get the number of rows for a given fieldId and bucket.
- getRowCountInBucket(Long, LexoRankBucket, LexoRankRow.RankRowType) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankDao
-
Get the number of rows for a given fieldId, bucket and type.
- getRowCountInBucket(Long, LexoRankBucket) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankDaoImpl
-
- getRowCountInBucket(Long, LexoRankBucket, LexoRankRow.RankRowType) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankDaoImpl
-
- getRowsAtBalanceBoundaryForFieldId(Long, LexoRankBucket, LexoRankBucket) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankDao
-
Finds the 2 rows at the balance boundary for the given field id and bucket.
- getRowsAtBalanceBoundaryForFieldId(Long, LexoRankBucket, LexoRankBucket) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankDaoImpl
-
- getSanitisedQueryString(ApplicationUser, String) - Method in class com.atlassian.greenhopper.web.rapid.view.JqlHelper
-
Sanitise the JQL fragment stored against the quick filter/swimlane so that the current user does not accidentally
get shown sensitive information.
- getSanityChecked() - Method in interface com.atlassian.greenhopper.manager.rank.IssueRankingOperationLogAO
-
Sanity check flag.
- getSaturday() - Method in interface com.atlassian.greenhopper.manager.workingdays.WorkingDaysAO
-
- getSavedFilter(ApplicationUser, Long) - Method in interface com.atlassian.greenhopper.service.rapid.SavedFilterService
-
- getSavedFilter(ApplicationUser, Long) - Method in class com.atlassian.greenhopper.service.rapid.SavedFilterServiceImpl
-
- getSavedFilterId() - Method in class com.atlassian.greenhopper.model.rapid.RapidView
-
- getSavedFilterId() - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
Id of the saved filter this view is based on.
- getSavedFiltersForUser(ApplicationUser) - Method in interface com.atlassian.greenhopper.service.rapid.SavedFilterService
-
Get all saved filters for a given user.
- getSavedFiltersForUser(ApplicationUser) - Method in class com.atlassian.greenhopper.service.rapid.SavedFilterServiceImpl
-
- getScale() - Method in class com.atlassian.greenhopper.model.lexorank.LexoDecimal
-
- getSchema() - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankEntityDetails
-
- getScheme() - Method in class com.atlassian.greenhopper.project.DefaultInitialPermissionSchemeFactory
-
- getScheme() - Method in interface com.atlassian.greenhopper.project.InitialPermissionSchemeFactory
-
Return the default JIRA for Software permission scheme, or null if we fail to create one.
- getSchemeDescription() - Method in class com.atlassian.greenhopper.service.workflow.PresetData
-
- getSchemeInput(String, String, PermissionHolder, PermissionHolder) - Method in class com.atlassian.greenhopper.project.DefaultSoftwarePermissionSchemeData
-
- getSchemeInput(String, String, PermissionHolder, PermissionHolder) - Method in interface com.atlassian.greenhopper.project.SoftwarePermissionSchemeData
-
- getSchemeName() - Method in class com.atlassian.greenhopper.service.workflow.PresetData
-
- getScopeChangeBurndownChart(Long, Long, String) - Method in class com.atlassian.greenhopper.web.rapid.chart.RapidChartResource
-
- getScopeChangeBurndownModel(ApplicationUser, RapidView, Long) - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintBurndownModelFactory
-
Get the sprint burndown model using the board's configured estimate type.
- getScopeChangeBurndownModel(ApplicationUser, RapidView, Long, String) - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintBurndownModelFactory
-
Get the sprint burndown model with a specific estimate.
- getScrumBoardQueryForVisibleIssues(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewQueryService
-
Attempts to build the query which will help determine if issues are viewable in the interface of a scrum board.
- getScrumBoardQueryForVisibleIssues(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewQueryServiceImpl
-
- getSearchInformation() - Method in class com.atlassian.greenhopper.customfield.AbstractCustomFieldSearcher
-
- getSearchInformation() - Method in class com.atlassian.greenhopper.customfield.epicstatus.SelectSearcherWrapper
-
- getSearchInformation() - Method in class com.atlassian.greenhopper.customfield.rank.RankSearcher
-
- getSearchInformation() - Method in class com.atlassian.greenhopper.customfield.sprint.SprintSearcher
-
- getSearchInformation() - Method in class com.pyxis.greenhopper.jira.customfields.VersionSearcherWrapper
-
- getSearchInputTransformer() - Method in class com.atlassian.greenhopper.customfield.AbstractCustomFieldSearcher
-
- getSearchInputTransformer() - Method in class com.atlassian.greenhopper.customfield.epicstatus.SelectSearcherWrapper
-
- getSearchInputTransformer() - Method in class com.atlassian.greenhopper.customfield.rank.RankSearcher
-
- getSearchInputTransformer() - Method in class com.atlassian.greenhopper.customfield.sprint.SprintSearcher
-
- getSearchInputTransformer() - Method in class com.pyxis.greenhopper.jira.customfields.VersionSearcherWrapper
-
- getSearchRenderer() - Method in class com.atlassian.greenhopper.customfield.AbstractCustomFieldSearcher
-
- getSearchRenderer() - Method in class com.atlassian.greenhopper.customfield.epicstatus.SelectSearcherWrapper
-
- getSearchRenderer() - Method in class com.atlassian.greenhopper.customfield.rank.RankSearcher
-
- getSearchRenderer() - Method in class com.atlassian.greenhopper.customfield.sprint.SprintSearcher
-
- getSearchRenderer() - Method in class com.pyxis.greenhopper.jira.customfields.VersionSearcherWrapper
-
- getSearchTimeMs() - Method in class com.atlassian.greenhopper.analytics.findonboard.FindOnBoardSearchResultsAnalyticsEvent.Builder
-
- getSearchTimeMs() - Method in class com.atlassian.greenhopper.analytics.findonboard.FindOnBoardSearchResultsAnalyticsEvent
-
- getSearchUrlSuffix(Object, SearchRequest) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkStatisticsMapper
-
- getSearchUrlSuffix(Object, SearchRequest) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintStatisticsMapper
-
- getSearchValue(Object) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkStatisticsMapper
-
- getSearchValue(Object) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintStatisticsMapper
-
- getSection() - Method in interface com.atlassian.greenhopper.service.rapid.view.subquery.SubqueryAO
-
the section where this subquery belongs (e.g.
- getSections(BoardToolSectionContext) - Method in class com.atlassian.greenhopper.web.rapid.tools.BoardToolSectionsResolver
-
- getSections() - Method in class com.atlassian.greenhopper.web.rapid.tools.RapidBoardToolSections
-
- getSelectedBoard(Map<String, Object>, String) - Method in class com.atlassian.greenhopper.web.sidebar.BoardListHelper
-
- getSelectedBoard(Map<String, Object>) - Method in class com.atlassian.greenhopper.web.sidebar.BoardListHelper
-
Get currently selected board based on context and history
- getSelectedBoard(Map<String, Object>, List<RapidView>, String) - Method in class com.atlassian.greenhopper.web.sidebar.BoardListHelper
-
- getSelectedTransitionId() - Method in class com.atlassian.greenhopper.web.rapid.IssueTransitionAndRankService.TransitionAndRankRequest
-
- getSelectorData() - Method in class com.atlassian.greenhopper.web.rapid.RapidBoardResource
-
- getSequence() - Method in interface com.atlassian.greenhopper.service.sprint.dao.SprintAO
-
- getSequence(Sprint) - Method in class com.atlassian.greenhopper.service.sprint.dao.SprintAOMapper
-
Return the logical sequence for a given
Sprint
.
- getSequence() - Method in class com.atlassian.greenhopper.service.sprint.Sprint
-
- getServerId() - Method in interface com.pyxis.greenhopper.jira.license.GreenHopperLicenseManager
-
- getServerId() - Method in class com.pyxis.greenhopper.jira.license.GreenHopperLicenseManagerImpl
-
Get the server id
- getSetOperation() - Method in class com.atlassian.greenhopper.customfield.RestFieldSetOperationsHelper
-
- getSetterFor(Class<T>) - Static method in class com.atlassian.greenhopper.manager.lexorank.LexoRankEntityFieldUtils
-
Get a sql statement value setter for a given type.
- getShortDescription() - Method in class com.atlassian.greenhopper.upgrade.GhUpgradeTask046
-
- getShortDescription() - Method in class com.atlassian.greenhopper.upgrade.GhUpgradeTask047
-
- getShortDescription() - Method in class com.atlassian.greenhopper.upgrade.GhUpgradeTask048
-
- getShortDescription() - Method in class com.atlassian.greenhopper.upgrade.GhUpgradeTask049
-
- getShortDescription() - Method in class com.atlassian.greenhopper.upgrade.GhUpgradeTask050
-
- getShortDescription() - Method in class com.atlassian.greenhopper.upgrade.GhUpgradeTask051
-
- getShortDescription() - Method in class com.atlassian.greenhopper.upgrade.GhUpgradeTask052
-
- getShowDaysInColumn() - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
Should we display days spent in column on the cards.
- getShowEpicsAsPanel() - Method in class com.atlassian.greenhopper.model.rapid.RapidView
-
- getSidebarHtml() - Method in class com.atlassian.greenhopper.web.rapid.RapidBoardAction
-
- getSidebarHtml(String, RapidView) - Method in class com.atlassian.greenhopper.web.sidebar.BoardSidebarRenderer
-
Get the board sidebar HTML.
- getSimpleColumnName(String) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankEntityDetails
-
- getSimpleColumnName(LexoRankAO.ColumnDetails) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankEntityDetails
-
- getSimpleTableName() - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankEntityDetails
-
- getSimplifiedWorkflowBrandedStrings() - Method in class com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowStringsFactory
-
- getSimplifiedWorkflowDescriptionFormat() - Method in class com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowStringsFactory.SimplifiedWorkflowStrings
-
- getSimplifiedWorkflowDescriptionPrefix() - Method in class com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowStringsFactory.SimplifiedWorkflowStrings
-
- getSimplifiedWorkflowNameFormat() - Method in class com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowStringsFactory.SimplifiedWorkflowStrings
-
- getSimplifiedWorkflowNamePrefix() - Method in class com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowStringsFactory.SimplifiedWorkflowStrings
-
- getSimplifiedWorkflowProject() - Method in class com.atlassian.greenhopper.web.rapid.workflow.WorkflowHelper.SimplifiedWorkflowResult
-
- getSimplifiedWorkflowSchemeNameV2Format() - Method in class com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowStringsFactory.SimplifiedWorkflowStrings
-
- getSimplifiedWorkflowSchemeNameV2Prefix() - Method in class com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowStringsFactory.SimplifiedWorkflowStrings
-
- getSimplifiedWorkflowSchemeNameV3Format() - Method in class com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowStringsFactory.SimplifiedWorkflowStrings
-
- getSimplifiedWorkflowSchemeNameV3Suffix() - Method in class com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowStringsFactory.SimplifiedWorkflowStrings
-
- getSingularObjectFromString(String) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCFType
-
Use a String representation of an epic Issue
(i.e. a String produced by
getStringFromSingularObject(Issue)
) to retrieve an actual epic Issue
object.
- getSingularObjectFromString(String) - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankCFType
-
- getSingularObjectFromString(String) - Method in class com.atlassian.greenhopper.customfield.rank.RankCFType
-
- getSingularObjectFromString(String) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintCFType
-
- getSize() - Method in class com.atlassian.greenhopper.service.rank.RankIndex
-
- getSmallAvatarURL(ApplicationUser) - Method in class com.atlassian.greenhopper.service.user.GHAvatarService
-
This will return the small avatar for the user or the anonymous avatar
- getSmallFooterHtml(HttpServletRequest) - Method in class com.atlassian.greenhopper.web.footer.GreenHopperFooter
-
- getSmallProjectAvatarURL(Project) - Method in class com.atlassian.greenhopper.service.user.GHAvatarService
-
- getSoftwareLicensingAccessErrors() - Method in interface com.atlassian.greenhopper.license.SoftwareAuthorizationService
-
Get any errors that would occur when accessing the Software application.
- getSoftwareLicensingAccessErrors() - Method in class com.atlassian.greenhopper.license.SoftwareAuthorizationServiceImpl
-
- getSortedByRankField(Query) - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankCustomFieldService
-
- getSortedByRankField(Query) - Method in interface com.atlassian.greenhopper.service.rank.RankCustomFieldService
-
Get the sorted by rank field
- getSortedByRankField(Query) - Method in class com.atlassian.greenhopper.service.rank.RankCustomFieldServiceImpl
-
- getSortedOrEmpty(ApplicationUser, ServiceOutcome<List<RapidView>>, Set<RapidView>) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewSorter
-
- getSorter(CustomField) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkSearcher
-
- getSorter(CustomField) - Method in class com.atlassian.greenhopper.customfield.epicstatus.SelectSearcherWrapper
-
- getSorter(CustomField) - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankSearcher
-
- getSorter(CustomField) - Method in class com.atlassian.greenhopper.customfield.rank.RankSearcher
-
Create a new LuceneFieldSorter that bridges over to the rank index for the actual comparison.
- getSorter(CustomField) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintSearcher
-
- getSorter(CustomField) - Method in class com.pyxis.greenhopper.jira.customfields.VersionSearcherWrapper
-
- getSortField(CustomField) - Method in class com.atlassian.greenhopper.customfield.epiccolor.EpicColorSearcher
-
- getSortField(CustomField) - Method in class com.atlassian.greenhopper.customfield.epiclabel.EpicLabelSearcher
-
- getSortFieldType() - Method in class com.atlassian.greenhopper.customfield.epiccolor.EpicColorSearcher
-
- getSortFieldType() - Method in class com.atlassian.greenhopper.customfield.epiclabel.EpicLabelSearcher
-
- getSpaces(ApplicationLink) - Method in interface com.atlassian.greenhopper.confluence.rpc.ConfluenceRpcService
-
Get the list of spaces for the Confluence instance matching the given ApplicationLink.
- getSpaces(ApplicationLink) - Method in class com.atlassian.greenhopper.confluence.rpc.ConfluenceRpcServiceImpl
-
- getSprint() - Method in interface com.atlassian.greenhopper.api.events.sprint.SprintEvent
-
- getSprint() - Method in class com.atlassian.greenhopper.service.issue.RapidViewIssue
-
- getSprint(long) - Method in interface com.atlassian.greenhopper.service.sprint.SprintManager
-
Get a sprint given its id.
- getSprint(long) - Method in class com.atlassian.greenhopper.service.sprint.SprintManagerImpl
-
- getSprint(ApplicationUser, Long) - Method in interface com.atlassian.greenhopper.service.sprint.SprintService
-
Get a sprint given its id.
- getSprint(ApplicationUser, Long) - Method in class com.atlassian.greenhopper.service.sprint.SprintServiceImpl
-
- getSprint() - Method in class com.atlassian.greenhopper.web.rapid.BoardDispatchAction
-
- getSprintActions(ApplicationUser, Sprint) - Method in class com.atlassian.greenhopper.web.rapid.plan.PlanningModeHelper
-
- getSprintActions(Long, Long) - Method in class com.atlassian.greenhopper.web.rapid.plan.PlanningModeResource
-
- getSprintChangeHistory(Issue, CustomField) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintHistoryEntryFactory
-
Get the sprint change history for a given issue
- getSprintClause(Sprint) - Method in interface com.atlassian.greenhopper.service.sprint.SprintQueryService
-
Add a clause that includes all issues of a given sprint
- getSprintClause(Sprint) - Method in class com.atlassian.greenhopper.service.sprint.SprintQueryServiceImpl
-
- getSprintClause() - Method in class com.atlassian.greenhopper.web.rapid.work.WorkFilters
-
- getSprintCustomField() - Method in interface com.atlassian.greenhopper.api.customfield.ManagedCustomFieldsService
-
Get the default sprint field
The sprint field contains the all sprints an issue is currently assigned.
- getSprintCustomField() - Method in class com.atlassian.greenhopper.api.customfield.ManagedCustomFieldsServiceImpl
-
- getSprintDisplayName(Sprint) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintClauseValueFormatter
-
- getSprintDuration(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintHelper
-
- getSprintFilterClause(ApplicationUser, RapidView, Set<Long>) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewQueryService
-
Get the Sprints clause from a set of active sprint ids
- getSprintFilterClause(ApplicationUser, RapidView, Set<Long>) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewQueryServiceImpl
-
- getSprintGoalOnboardingState(ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.UserConfigurationService
-
- getSprintHealth(Long, Long) - Method in class com.atlassian.greenhopper.gadget.SprintHealthResource
-
- getSprintHealth(ApplicationUser, RapidView, Sprint) - Method in interface com.atlassian.greenhopper.service.sprint.health.SprintHealthService
-
- getSprintHealth(ApplicationUser, RapidView, Sprint) - Method in class com.atlassian.greenhopper.service.sprint.health.SprintHealthServiceImpl
-
- getSprintHelper() - Method in class com.atlassian.greenhopper.service.BridgeServiceLocator
-
Deprecated.
- getSprintHistory() - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintBurndownData
-
- getSprintHistoryEntryFactory() - Method in class com.atlassian.greenhopper.service.BridgeServiceLocator
-
Deprecated.
- getSprintId() - Method in class com.atlassian.greenhopper.analytics.SprintClosedAnalyticsEvent
-
- getSprintId() - Method in class com.atlassian.greenhopper.analytics.SprintCreatedAnalyticsEvent
-
- getSprintId() - Method in class com.atlassian.greenhopper.analytics.SprintStartedAnalyticsEvent
-
- getSprintId() - Method in class com.atlassian.greenhopper.analytics.SprintUpdatedAnalyticsEvent
-
- getSprintId() - Method in class com.atlassian.greenhopper.api.entity.remotelink.sprint.RemoteSprintLink
-
- getSprintId() - Method in class com.atlassian.greenhopper.customfield.sprint.SprintHistoryEntry
-
- getSprintId(JsonData) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintRestFieldOperationsHandler
-
- getSprintId() - Method in class com.atlassian.greenhopper.service.rapid.BoardLocation
-
- getSprintId() - Method in class com.atlassian.greenhopper.web.rapid.BoardDispatchAction
-
- getSprintIds() - Method in class com.atlassian.greenhopper.service.issue.callback.SprintAndIssueIdsCallback
-
- getSprintIds() - Method in class com.atlassian.greenhopper.service.issue.callback.SprintIdCallback
-
- getSprintManager() - Method in class com.atlassian.greenhopper.service.BridgeServiceLocator
-
Deprecated.
- getSprintOriginalContents(ApplicationUser, RapidView, Sprint) - Method in class com.atlassian.greenhopper.web.rapid.chart.HistoricSprintDataFactory
-
- getSprintPermissionService() - Method in class com.atlassian.greenhopper.service.BridgeServiceLocator
-
Deprecated.
- getSprintQuery(ApplicationUser, Sprint) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewQueryService
-
- getSprintQuery(ApplicationUser, Sprint) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewQueryServiceImpl
-
- getSprintQueryInBoardContext(ApplicationUser, RapidView, Sprint) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewQueryService
-
- getSprintQueryInBoardContext(ApplicationUser, RapidView, Sprint) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewQueryServiceImpl
-
- getSprintReportModeClause(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewClauseService
-
Returns the sprint report mode clause.
- getSprintReportModeClause(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewClauseServiceImpl
-
Report mode clause
- getSprints() - Method in class com.atlassian.greenhopper.imports.SprintImportMapper
-
Get all sprints that that have been mapped to issues.
- getSprints(ApplicationUser, RapidView, EnumSet<Sprint.State>, boolean) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewSprintQueryService
-
Get all sprints for a given rapid view.
- getSprints(ApplicationUser, RapidView, EnumSet<Sprint.State>, boolean) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewSprintQueryServiceImpl
-
- getSprints(EnumSet<Sprint.State>) - Method in interface com.atlassian.greenhopper.service.sprint.SprintManager
-
Collects all sprints with the given states
- getSprints(EnumSet<Sprint.State>) - Method in class com.atlassian.greenhopper.service.sprint.SprintManagerImpl
-
- getSprints(ApplicationUser, Query) - Method in interface com.atlassian.greenhopper.service.sprint.SprintQueryService
-
Get all sprints applicable to a given jql.
- getSprints(ApplicationUser, Query, boolean) - Method in interface com.atlassian.greenhopper.service.sprint.SprintQueryService
-
Get all sprints applicable to a given jql.
- getSprints(ApplicationUser, Query) - Method in class com.atlassian.greenhopper.service.sprint.SprintQueryServiceImpl
-
- getSprints(ApplicationUser, Query, boolean) - Method in class com.atlassian.greenhopper.service.sprint.SprintQueryServiceImpl
-
- getSprints(ApplicationUser, RapidView, Set<Long>) - Method in interface com.atlassian.greenhopper.service.sprint.SprintService
-
Get a set of sprints by id checking each for visibility permission.
- getSprints(ApplicationUser, RapidView, PageRequest, SprintQuery) - Method in interface com.atlassian.greenhopper.service.sprint.SprintService
-
- getSprints(ApplicationUser, RapidView, Set<Long>) - Method in class com.atlassian.greenhopper.service.sprint.SprintServiceImpl
-
- getSprints(ApplicationUser, RapidView, PageRequest, SprintQuery) - Method in class com.atlassian.greenhopper.service.sprint.SprintServiceImpl
-
- getSprints(String, long) - Method in class com.atlassian.greenhopper.web.integration.TeamCalendarsResource
-
- getSprints() - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintDateBasedSearch.SprintData
-
- getSprintsByNameAndState(String, EnumSet<Sprint.State>) - Method in interface com.atlassian.greenhopper.service.sprint.SprintManager
-
- getSprintsByNameAndState(String, EnumSet<Sprint.State>) - Method in class com.atlassian.greenhopper.service.sprint.SprintManagerImpl
-
- getSprintsByNameAndStateAndRapidViews(String, EnumSet<Sprint.State>, Set<Long>) - Method in interface com.atlassian.greenhopper.service.sprint.SprintManager
-
- getSprintsByNameAndStateAndRapidViews(String, EnumSet<Sprint.State>, Set<Long>) - Method in class com.atlassian.greenhopper.service.sprint.SprintManagerImpl
-
- getSprintsClause(Collection<Sprint>) - Method in interface com.atlassian.greenhopper.service.sprint.SprintQueryService
-
Add a clause that includes all issues of a given sprints
- getSprintsClause(Collection<Sprint>) - Method in class com.atlassian.greenhopper.service.sprint.SprintQueryServiceImpl
-
- getSprintsForIds(SprintManager, Collection<Long>) - Static method in class com.atlassian.greenhopper.service.sprint.SprintUtils
-
Converts a list of sprint ids into a list of Sprints.
- getSprintsForIssue(ApplicationUser, Issue) - Method in interface com.atlassian.greenhopper.service.sprint.SprintIssueService
-
Returns all sprints an issue is currently assigned to.
- getSprintsForIssue(ApplicationUser, Issue) - Method in class com.atlassian.greenhopper.service.sprint.SprintIssueServiceImpl
-
- getSprintsForView(RapidView) - Method in interface com.atlassian.greenhopper.service.sprint.SprintManager
-
Get all sprints owned by the passed rapid view
- getSprintsForView(Long, EnumSet<Sprint.State>) - Method in interface com.atlassian.greenhopper.service.sprint.SprintManager
-
Collects all sprints owned by the passed rapid view with one of the given states
- getSprintsForView(RapidView) - Method in class com.atlassian.greenhopper.service.sprint.SprintManagerImpl
-
- getSprintsForView(Long, EnumSet<Sprint.State>) - Method in class com.atlassian.greenhopper.service.sprint.SprintManagerImpl
-
- getSprintsFromIssue(String) - Method in class com.atlassian.greenhopper.imports.SprintImportMapper
-
Get sprints from issue.
- getSprintsImported() - Method in class com.atlassian.greenhopper.imports.ImportAnalyticEvent
-
- getSprintState() - Method in class com.atlassian.greenhopper.customfield.sprint.AbstractSprintsStateJqlFunction
-
- getSprintState() - Method in class com.atlassian.greenhopper.customfield.sprint.ClosedSprintsJqlFunction
-
- getSprintState() - Method in class com.atlassian.greenhopper.customfield.sprint.FutureSprintsJqlFunction
-
- getSprintState() - Method in class com.atlassian.greenhopper.customfield.sprint.OpenSprintsJqlFunction
-
- getSprintStateAuditLog(Sprint) - Method in interface com.atlassian.greenhopper.service.sprint.SprintManager
-
Gets the audit log data for a sprint
- getSprintStateAuditLog(Sprint) - Method in class com.atlassian.greenhopper.service.sprint.SprintManagerImpl
-
- getSprintsToIssues() - Method in class com.atlassian.greenhopper.web.rapid.plan.PlanningModeService.CurrentSprints
-
- getSprintTimeRemaining(ApplicationUser, RapidView, Long) - Method in interface com.atlassian.greenhopper.service.sprint.SprintTimeRemainingService
-
Calculates the time remaining for a sprint.
- getSprintTimeRemaining(ApplicationUser, RapidView, Long) - Method in class com.atlassian.greenhopper.service.sprint.SprintTimeRemainingServiceImpl
-
- getSprintToIssues() - Method in class com.atlassian.greenhopper.service.issue.callback.SprintAndIssueIdsCallback
-
- getSprintToProjects() - Method in class com.atlassian.greenhopper.service.issue.callback.SprintAndProjectsCallback
-
Get the sprint ids mapped to a set of project ids
- getSql() - Method in enum com.atlassian.greenhopper.manager.lexorank.SqlSortOrder
-
- getSql() - Method in class com.atlassian.greenhopper.manager.lexorank.SqlUpdateStatement
-
- getStart() - Method in class com.atlassian.greenhopper.model.charts.WorkRateEntry
-
- getStart() - Method in interface com.atlassian.greenhopper.service.Page
-
- getStart() - Method in interface com.atlassian.greenhopper.service.PageRequest
-
- getStartDate() - Method in class com.atlassian.greenhopper.analytics.SprintClosedAnalyticsEvent
-
- getStartDate() - Method in class com.atlassian.greenhopper.analytics.SprintCreatedAnalyticsEvent
-
- getStartDate() - Method in class com.atlassian.greenhopper.analytics.SprintStartedAnalyticsEvent
-
- getStartDate() - Method in class com.atlassian.greenhopper.analytics.SprintUpdatedAnalyticsEvent
-
- getStartDate() - Method in interface com.atlassian.greenhopper.manager.version.VersionMetaDataAO
-
Start date for the version in milliseconds
- getStartDate() - Method in interface com.atlassian.greenhopper.model.issue.GHVersion
-
- getStartDate() - Method in class com.atlassian.greenhopper.model.rapid.LegacyVersionMetaDataImpl
-
- getStartDate() - Method in class com.atlassian.greenhopper.project.version.VersionMetaDataImpl
-
- getStartDate() - Method in interface com.atlassian.greenhopper.service.sprint.dao.SprintAO
-
- getStartDate() - Method in class com.atlassian.greenhopper.service.sprint.Sprint
-
- getStartDate() - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintEditEntry
-
- getStartDateTime(Sprint) - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintHelper
-
- getStartTime() - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintTimes
-
- getState() - Method in class com.atlassian.greenhopper.analytics.SprintUpdatedAnalyticsEvent
-
- getState() - Method in class com.atlassian.greenhopper.service.sprint.IncompleteIssuesDestination
-
- getState() - Method in class com.atlassian.greenhopper.service.sprint.Sprint
-
- getStateAuditEntries() - Method in class com.atlassian.greenhopper.service.sprint.SprintStateAuditLog
-
- getStateKey() - Method in class com.atlassian.greenhopper.customfield.sprint.SprintSearcherEditModel
-
- getStates() - Method in class com.atlassian.greenhopper.service.sprint.SprintQuery
-
- getStatesPredicate(Sprint.State...) - Static method in class com.atlassian.greenhopper.service.sprint.SprintUtils
-
- getStatesPredicate(EnumSet<Sprint.State>) - Static method in class com.atlassian.greenhopper.service.sprint.SprintUtils
-
- getStatFieldId() - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry.StatisticFieldValue
-
- getStatFieldValue(RapidIssueEntry.StatisticFieldValue) - Method in class com.atlassian.greenhopper.web.rapid.chart.ReportModelFactory
-
- getStatFieldValue() - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry.StatisticFieldValue
-
- getStatisticField() - Method in class com.atlassian.greenhopper.web.rapid.chart.ProgressChartData
-
- getStatisticField() - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintBurndownData
-
- getStatisticHistory(ApplicationUser, Collection<String>, StatisticsField, DateTime) - Method in interface com.atlassian.greenhopper.web.rapid.chart.StatisticHistoryDataService
-
Fetch the value history for a given statistic field and a set of issues.
- getStatisticHistory(ApplicationUser, Collection<String>, StatisticsField, DateTime) - Method in class com.atlassian.greenhopper.web.rapid.chart.StatisticHistoryDataServiceImpl
-
- getStatisticsConfig(RapidView, I18n2) - Method in class com.atlassian.greenhopper.web.rapid.RapidBoardViewModelFactory
-
- getStatisticsField() - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
Statistics field configured for this view.
- getStatisticsField(long) - Method in class com.atlassian.greenhopper.service.rapid.view.StatisticsFieldDao
-
- getStatisticsField() - Method in class com.atlassian.greenhopper.web.rapid.issue.statistics.HistoricalEstimateStatisticValueResolver
-
- getStatisticsField() - Method in interface com.atlassian.greenhopper.web.rapid.issue.statistics.StatisticValueResolver
-
- getStatisticsField(String) - Method in class com.atlassian.greenhopper.web.rapid.view.EstimationHelper
-
Gets the StatisticsField object (tracking or estimate) for the given id, or returns an error if the id is invalid.
- getStatisticsFieldForRapidView(long) - Method in class com.atlassian.greenhopper.service.rapid.view.StatisticsFieldDao
-
- getStatisticsMapper(CustomField) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkSearcher
-
- getStatisticsMapper(CustomField) - Method in class com.atlassian.greenhopper.customfield.epicstatus.SelectSearcherWrapper
-
- getStatisticsMapper(CustomField) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintSearcher
-
- getStatisticsMapper(CustomField) - Method in class com.pyxis.greenhopper.jira.customfields.VersionSearcherWrapper
-
- getStatisticsValue(Long, String, IssueFieldValueProvider) - Method in class com.atlassian.greenhopper.service.issue.callback.AbstractColumnStatisticsCallback
-
Compute the statistics value for this column constraint based on the document data.
- getStatisticsValue(Long, String, IssueFieldValueProvider) - Method in class com.atlassian.greenhopper.service.issue.callback.IssueCountExcludingSubTasksStatisticsCallback
-
- getStatisticsValue(Long, String, IssueFieldValueProvider) - Method in class com.atlassian.greenhopper.service.issue.callback.IssueCountStatisticsCallback
-
- getStatisticsValue(Long, String, IssueFieldValueProvider) - Method in class com.atlassian.greenhopper.service.issue.callback.JiraFieldStatisticsCallback
-
- getStatisticsValueHistory() - Method in class com.atlassian.greenhopper.web.rapid.chart.ProgressChartData
-
- getStatisticsValueHistory() - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintBurndownData
-
- getStatisticsValuesByColumn() - Method in class com.atlassian.greenhopper.service.issue.callback.AbstractColumnStatisticsCallback
-
- getStatsValue() - Method in class com.atlassian.greenhopper.web.rapid.sprint.StartSprintHelper.IssueKeysAndStatisticsCallback
-
- getStatsValue() - Method in class com.atlassian.greenhopper.web.rapid.sprint.StartSprintHelper.IssuesForSprint
-
- getStatus() - Method in class com.atlassian.greenhopper.service.api.remote.RemoteLinkConversationService.CreationConversation
-
- getStatus() - Method in class com.atlassian.greenhopper.web.contextprovider.IssuesInEpicContext.IssueInfo
-
- getStatusById(String) - Method in class com.atlassian.greenhopper.web.rapid.workflow.WorkflowHelper
-
- getStatusByName(String) - Method in interface com.atlassian.greenhopper.service.workflow.WorkflowService
-
Get a status given its name
- getStatusByName(String) - Method in class com.atlassian.greenhopper.service.workflow.WorkflowServiceImpl
-
- getStatusCategory() - Method in class com.atlassian.greenhopper.issue.fields.status.IssueStatus
-
- getStatusCategoryId() - Method in enum com.atlassian.greenhopper.service.workflow.PredefinedStatuses
-
- getStatusCount() - Method in class com.atlassian.greenhopper.service.issue.callback.StatusCountCallback
-
- getStatuses() - Method in class com.atlassian.greenhopper.api.rapid.view.Column
-
- getStatuses() - Method in interface com.atlassian.greenhopper.service.charts.IssueStatusHistoryCallback
-
- getStatuses() - Method in interface com.atlassian.greenhopper.service.rapid.view.ColumnAO
-
List of status objects mapped to this column.
- getStatuses() - Method in class com.atlassian.greenhopper.web.rapid.chart.IssueColumnChangeCollector
-
- getStatuses() - Method in class com.atlassian.greenhopper.web.rapid.chart.IssueCycleTimeCollector
-
- getStatuses(List<String>) - Method in class com.atlassian.greenhopper.web.rapid.chart.ReportModelFactory
-
- getStatuses() - Method in class com.atlassian.greenhopper.web.rapid.list.DaysInColumnCallback
-
- getStatusesByIds(List<String>) - Method in class com.atlassian.greenhopper.web.rapid.workflow.WorkflowHelper
-
- getStatusId() - Method in interface com.atlassian.greenhopper.service.rapid.view.ColumnStatusAO
-
Status id.
- getStatusIds() - Method in class com.atlassian.greenhopper.model.rapid.Column
-
- getStatusMappingClause(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewQueryService
-
Get the status mapping clause for a given RapidView
- getStatusMappingClause(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewQueryServiceImpl
-
- getStatusName() - Method in class com.atlassian.greenhopper.web.contextprovider.IssuesInEpicContext.IssueInfo
-
- getStatusNames() - Method in class com.atlassian.greenhopper.service.workflow.PresetData
-
- getStatusUrl() - Method in class com.atlassian.greenhopper.web.contextprovider.IssuesInEpicContext.IssueInfo
-
- getStoredCustomFieldId() - Method in class com.atlassian.greenhopper.manager.issue.fields.AbstractDefaultCustomFieldProvider
-
- getStoredCustomFieldId() - Method in class com.atlassian.greenhopper.manager.issue.fields.BusinessValueCustomFieldProvider
-
- getStoredCustomFieldId() - Method in class com.atlassian.greenhopper.manager.issue.fields.ClassicEpicLabelCustomFieldProvider
-
- getStoredCustomFieldId() - Method in class com.atlassian.greenhopper.manager.issue.fields.FlagCustomFieldProvider
-
- getStoredCustomFieldId() - Method in class com.atlassian.greenhopper.manager.issue.fields.StoryPointsCustomFieldProvider
-
- getStoredIssueTypeId() - Method in class com.atlassian.greenhopper.manager.issue.issuetypes.AbstractIssueTypeProvider
-
- getStoredIssueTypeId() - Method in class com.atlassian.greenhopper.manager.issue.issuetypes.EpicIssueTypeProvider
-
- getStoredIssueTypeId() - Method in class com.atlassian.greenhopper.manager.issue.issuetypes.StoryIssueTypeProvider
-
- getStoryIssueType() - Method in interface com.atlassian.greenhopper.api.issuetype.ManagedIssueTypesService
-
Get the default story issue type.
- getStoryIssueType() - Method in class com.atlassian.greenhopper.api.issuetype.ManagedIssueTypesServiceImpl
-
- getStoryPointsCustomField() - Method in interface com.atlassian.greenhopper.api.customfield.ManagedCustomFieldsService
-
Get the default story points field.
- getStoryPointsCustomField() - Method in class com.atlassian.greenhopper.api.customfield.ManagedCustomFieldsServiceImpl
-
- getStoryPointsProperty() - Method in interface com.atlassian.greenhopper.manager.properties.ManagedFieldPropertyDao
-
- getStoryPointsProperty() - Method in class com.atlassian.greenhopper.manager.properties.ManagedFieldPropertyDaoImpl
-
- getStoryProperty() - Method in interface com.atlassian.greenhopper.manager.properties.ManagedIssueTypePropertyDao
-
- getStoryProperty() - Method in class com.atlassian.greenhopper.manager.properties.ManagedIssueTypePropertyDaoImpl
-
- getStrategy() - Method in interface com.atlassian.greenhopper.manager.color.CardColorAO
-
Strategy this color is associated with.
- getStrategy() - Method in class com.atlassian.greenhopper.model.rapid.CardColor
-
- getStrategyColors(Long, String, Boolean) - Method in class com.atlassian.greenhopper.web.rapid.view.CardColorResource
-
Get the card colors for a given strategy
- getString(String, Long, String) - Method in interface com.atlassian.greenhopper.service.PersistenceService
-
Get a property value of type String.
- getString(String, Long, String) - Method in class com.atlassian.greenhopper.service.PersistenceServiceImpl
-
- getStringFromSingularObject(Issue) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCFType
-
Get a String representation of an issue
.
- getStringFromSingularObject(LexoRank) - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankCFType
-
- getStringFromSingularObject(Object) - Method in class com.atlassian.greenhopper.customfield.rank.RankCFType
-
- getStringFromSingularObject(Sprint) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintCFType
-
- getStringProperty(String) - Method in class com.atlassian.greenhopper.service.properties.PropertyDao
-
- getStringValueFromCustomFieldParams(CustomFieldParams) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCFType
-
Get the String representation of the epic stored in parameters
.
- getStringValueFromCustomFieldParams(CustomFieldParams) - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankCFType
-
- getStringValueFromCustomFieldParams(CustomFieldParams) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintCFType
-
- getStyleClass() - Method in class com.atlassian.greenhopper.sidebar.navigation.NavigationItem
-
- getSubItems() - Method in class com.atlassian.greenhopper.web.rapid.tools.RapidBoardToolsElement
-
- getSubqueries() - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
- getSubquery(RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.subquery.SubqueryManager
-
- getSubquery(RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.subquery.SubqueryManagerImpl
-
- getSubquery(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.subquery.SubqueryServiceImpl
-
- getSubquery(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.subquery.SubqueryService
-
Get the sanitised subquery for a board
- getSubquery(ApplicationUser, long) - Method in class com.atlassian.greenhopper.web.rapid.view.SubqueryHelper
-
Get the Subquery for a given rapidViewId and SubqueryId
- getSubquery(Long) - Method in class com.atlassian.greenhopper.web.rapid.view.SubqueryResource
-
Get the Subquery for a given rapidView and key
- getSubtaskErrorMessage() - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCFType
-
Get an error message signifying that an Issue
is a subtask.
- getSuccessfulRankChanges() - Method in interface com.atlassian.greenhopper.api.rank.RankChangesOutcome
-
- getSuccessfulRankChanges() - Method in interface com.atlassian.greenhopper.service.rank.BatchRankChange
-
- getSuccessfulRankChanges() - Method in class com.atlassian.greenhopper.service.rank.RankChangesOutcomeImpl
-
- getSuggestions() - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintSeeker.SprintsToPick
-
- getSummaries() - Method in class com.atlassian.greenhopper.service.issue.callback.IssueSummaryCallback
-
- getSummary() - Method in class com.atlassian.greenhopper.model.Epic
-
- getSummary() - Method in class com.atlassian.greenhopper.web.contextprovider.IssuesInEpicContext.IssueInfo
-
- getSummary() - Method in class com.atlassian.greenhopper.web.rapid.plan.SplitIssueService.IssueData
-
- getSunday() - Method in interface com.atlassian.greenhopper.manager.workingdays.WorkingDaysAO
-
- getSupportedOperations() - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkRestFieldOperationsHandler
-
- getSupportedOperations() - Method in class com.atlassian.greenhopper.customfield.sprint.SprintRestFieldOperationsHandler
-
- getSupportedPlatformsUrl() - Method in class com.atlassian.greenhopper.web.rapid.RapidBoardAction
-
- getSwimlane(long, long) - Method in class com.atlassian.greenhopper.service.rapid.view.SwimlaneDao
-
- getSwimlane(ApplicationUser, long, long) - Method in class com.atlassian.greenhopper.web.rapid.view.SwimlaneHelper
-
Get the swimlane for a given rapidViewId and swimlaneId
- getSwimlane(Long, Long) - Method in class com.atlassian.greenhopper.web.rapid.view.SwimlaneResource
-
Get the swimlane for a given rapidView and id
- getSwimlane() - Method in class com.atlassian.greenhopper.web.rapid.work.PoolService.SwimlaneIssuesData
-
- getSwimlaneFilter(ApplicationUser, Query, List<Swimlane>, Set<Long>, I18n2) - Method in class com.atlassian.greenhopper.web.rapid.chart.ChartDataHelper
-
Compute the filter for the selected swimlanes.
- getSwimlaneId(String) - Method in class com.atlassian.greenhopper.web.rapid.chart.SwimlaneFilter
-
- getSwimlanes() - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
Swimlanes
- getSwimlaneStrategy() - Method in class com.atlassian.greenhopper.model.rapid.RapidView
-
- getSwimlaneStrategy() - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
Which swimlane strategy is this view using?
- getSystem() - Method in class com.atlassian.greenhopper.model.lexorank.LexoDecimal
-
- getSystem() - Method in class com.atlassian.greenhopper.model.lexorank.LexoInteger
-
- getTab() - Method in class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.BaseEditableTabEntryFactory
-
- getTab() - Method in interface com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.EditableTabEntryFactory
-
This returns the tab whose model is being populated by this factory.
- getTableName() - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankEntityDetails
-
- getTabs(RapidView, HttpServletRequest) - Method in class com.atlassian.greenhopper.web.rapid.config.tab.BoardConfigTabsResolver
-
- getTargetColumn() - Method in class com.atlassian.greenhopper.web.rapid.IssueTransitionAndRankService.TransitionAndRankRequest
-
- getText(String) - Method in interface com.atlassian.greenhopper.model.I18n2
-
Get the text for a given key
Note: Keep this method as velocity doesn't handle varargs
- getText(String, Object) - Method in interface com.atlassian.greenhopper.model.I18n2
-
Get the text for a given key and one parameter
Note: Keep this method as velocity doesn't handle varargs
- getText(String, Object, Object) - Method in interface com.atlassian.greenhopper.model.I18n2
-
Get the text for a given key and two parameters
Note: Keep this method as velocity doesn't handle varargs
- getText(String, Object, Object, Object) - Method in interface com.atlassian.greenhopper.model.I18n2
-
Get the text for a given key and three parameters
Note: Keep this method as velocity doesn't handle varargs
- getText(String, Object, Object, Object, Object) - Method in interface com.atlassian.greenhopper.model.I18n2
-
Get the text for a given key and four parameters
Note: Keep this method as velocity doesn't handle varargs
- getText(String, Object, Object, Object, Object, Object) - Method in interface com.atlassian.greenhopper.model.I18n2
-
Get the text for a given key and five parameters
Note: Keep this method as velocity doesn't handle varargs
- getText(String, Object...) - Method in interface com.atlassian.greenhopper.model.I18n2
-
Get the text for a given key.
- getText() - Method in class com.atlassian.greenhopper.util.TimeRemainingFormatter.TimeRemaining
-
- getText(String) - Method in class com.atlassian.greenhopper.web.GreenHopperWebActionSupport
-
- getText(String, Object) - Method in class com.atlassian.greenhopper.web.GreenHopperWebActionSupport
-
- getText(String, String) - Method in class com.atlassian.greenhopper.web.GreenHopperWebActionSupport
-
- getText(String, String, String) - Method in class com.atlassian.greenhopper.web.GreenHopperWebActionSupport
-
- getText(String, String, String, String) - Method in class com.atlassian.greenhopper.web.GreenHopperWebActionSupport
-
- getText(String, String, String, String, String) - Method in class com.atlassian.greenhopper.web.GreenHopperWebActionSupport
-
- getText(String, Object, Object, Object) - Method in class com.atlassian.greenhopper.web.GreenHopperWebActionSupport
-
- getText(String, Object, Object, Object, Object) - Method in class com.atlassian.greenhopper.web.GreenHopperWebActionSupport
-
- getText(String, Object, Object, Object, Object, Object) - Method in class com.atlassian.greenhopper.web.GreenHopperWebActionSupport
-
- getText(String, Object, Object, Object, Object, Object, Object) - Method in class com.atlassian.greenhopper.web.GreenHopperWebActionSupport
-
- getText(String, Object, Object, Object, Object, Object, Object, Object) - Method in class com.atlassian.greenhopper.web.GreenHopperWebActionSupport
-
- getText(String, String, String, String, String, String, String, String) - Method in class com.atlassian.greenhopper.web.GreenHopperWebActionSupport
-
- getText(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class com.atlassian.greenhopper.web.GreenHopperWebActionSupport
-
- getText(String, String, String, String, String, String, String, String, String, String) - Method in class com.atlassian.greenhopper.web.GreenHopperWebActionSupport
-
- getText(Double) - Method in class com.atlassian.greenhopper.web.rapid.issue.statistics.HistoricalEstimateStatisticValueResolver
-
- getText(Double) - Method in interface com.atlassian.greenhopper.web.rapid.issue.statistics.StatisticValueResolver
-
Return a text representation of a double value which has been resolved by this resolver.
- getText() - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry.NumberFieldValue
-
- getThursday() - Method in interface com.atlassian.greenhopper.manager.workingdays.WorkingDaysAO
-
- getTime() - Method in interface com.atlassian.greenhopper.manager.audit.AuditEntryAO
-
- getTime() - Method in class com.atlassian.greenhopper.model.rapid.AuditEntry.AuditEntryBuilder
-
- getTime() - Method in class com.atlassian.greenhopper.model.rapid.AuditEntry
-
- getTime() - Method in class com.atlassian.greenhopper.web.contextprovider.IssuesInEpicContext
-
- getTimeFormat() - Method in class com.atlassian.greenhopper.web.rapid.RapidBoardViewModelFactory
-
- getTimeInSprintPeriod(Long, Long, Long) - Method in class com.atlassian.greenhopper.web.rapid.view.workingdays.WorkingDaysResource
-
Calculates workdays in given period and time between today and startDate.
- getTimePerformed() - Method in class com.atlassian.greenhopper.service.issue.changehistory.SafeChangeHistory
-
- getTimeSpent() - Method in class com.atlassian.greenhopper.service.timetracking.TimeTrackingHistoryService.HistoryEntry
-
- getTimeTaken() - Method in class com.atlassian.greenhopper.upgrade.UpgradeVersionService.UpgradeHistoryDetail
-
- getTimeToSprintStart(DateTime, DateTime) - Method in interface com.atlassian.greenhopper.service.sprint.SprintTimeRemainingService
-
Calculates time to sprint start
- getTimeToSprintStart(DateTime, DateTime) - Method in class com.atlassian.greenhopper.service.sprint.SprintTimeRemainingServiceImpl
-
- getTimeTrackingHistory(ApplicationUser, Collection<String>) - Method in interface com.atlassian.greenhopper.service.timetracking.TimeTrackingHistoryService
-
Get the time tracking history for a given set of issues and a start and end date
- getTimeTrackingHistory(ApplicationUser, Collection<String>) - Method in class com.atlassian.greenhopper.service.timetracking.TimeTrackingHistoryServiceImpl
-
- getTimeTrackingHistory() - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintBurndownData
-
- getTimezone() - Method in interface com.atlassian.greenhopper.manager.workingdays.WorkingDaysAO
-
- getTimezoneId() - Method in class com.atlassian.greenhopper.model.rapid.WorkingDaysConfig
-
- getTitle() - Method in class com.atlassian.greenhopper.api.entity.remotelink.sprint.RemoteSprintLink
-
- getTitle() - Method in class com.atlassian.greenhopper.confluence.ConfluencePage
-
- getTitle() - Method in class com.atlassian.greenhopper.confluence.ConfluenceSearchResult
-
- getTitle() - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintEditEntry.RemoteSprintLinkEntry
-
- getTitle() - Method in class com.atlassian.greenhopper.web.util.GreenHopperHelpPathResolver.HelpPath
-
- getTodayAt(DateTimeZone) - Static method in class com.atlassian.greenhopper.util.DateUtils
-
Gives today's local (server) time, at the given timezone (keeping the value)
- getToken() - Method in class com.atlassian.greenhopper.service.api.remote.RemoteLinkConversationService.CreationConversation
-
- getToolSections(String, long, String, HttpServletRequest) - Method in class com.atlassian.greenhopper.web.rapid.RapidBoardResource
-
- getTopRankedIssueInSprint(ApplicationUser, RapidView, Set<Long>) - Method in interface com.atlassian.greenhopper.web.rapid.plan.PlanningModeService
-
Get the top ranked issue in the current sprint for a given rapid view.
- getTopRankedIssueInSprint(ApplicationUser, RapidView, Set<Long>) - Method in class com.atlassian.greenhopper.web.rapid.plan.PlanningModeServiceImpl
-
- getTotal() - Method in class com.atlassian.greenhopper.service.issuelink.EpicNamesResult
-
- getTotal() - Method in interface com.atlassian.greenhopper.service.Page
-
- getTotalBoardsForProject() - Method in class com.atlassian.greenhopper.analytics.findonboard.FindOnBoardSearchResultsAnalyticsEvent.Builder
-
- getTotalDuration() - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryCallback
-
- getTotalDurations() - Method in class com.atlassian.greenhopper.web.rapid.chart.IssueCycleTimeCollector.IssueTimesResult
-
- getTotalNumEntries() - Method in class com.atlassian.greenhopper.issue.util.AttachmentZipExtractor.ZipContents
-
- getTrackingField(Map<String, Object>) - Method in class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.BaseEditableTabEntryFactory
-
- getTrackingStatistic(RapidView) - Method in class com.atlassian.greenhopper.manager.trackingstatistic.TrackingStatisticManager
-
- getTrackingStatistic(RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.statistics.TrackingStatisticService
-
- getTrackingStatistic(RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.statistics.TrackingStatisticServiceImpl
-
- getTrackingStatistic() - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry
-
- getTrackingStatisticConfig(String) - Method in class com.atlassian.greenhopper.web.rapid.view.EstimationHelper
-
- getTrackingStatisticFieldId(StatisticsField, Issue) - Method in class com.atlassian.greenhopper.web.rapid.issue.StatisticFieldHelper
-
Get the field ID of the tracking statistic for the specified issue.
- getTrackingStatistics() - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
Tracking statistic(s) configured for this view.
- getTrackingStatisticStrict(RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.statistics.TrackingStatisticService
-
- getTrackingStatisticStrict(RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.statistics.TrackingStatisticServiceImpl
-
- getTransformedUrl(LegacyBrowseProjectUrlComponents) - Method in class com.atlassian.greenhopper.sidebar.legacy.LegacyBrowseAgileUrlTransformer
-
- getTransitions(ApplicationUser, List<Long>) - Method in interface com.atlassian.greenhopper.service.workflow.WorkflowService
-
Get the transitions data for the given projects
This will have the workflows for each project and issue type pair.
- getTransitions(ApplicationUser, List<Long>) - Method in class com.atlassian.greenhopper.service.workflow.WorkflowServiceImpl
-
- getTransitions(Long) - Method in class com.atlassian.greenhopper.web.rapid.issue.IssueResource
-
Get the list of possible transitions for the given issue.
- getTransitions(List<Long>) - Method in class com.atlassian.greenhopper.web.rapid.work.WorkResource
-
- getTransitionTime() - Method in class com.atlassian.greenhopper.web.rapid.IssueTransitionAndRankService.TransitionAndRankResult
-
- getTuesday() - Method in interface com.atlassian.greenhopper.manager.workingdays.WorkingDaysAO
-
- getType() - Method in class com.atlassian.greenhopper.analytics.findonboard.FindOnBoardBaseAnalyticsEvent
-
- getType() - Method in interface com.atlassian.greenhopper.api.rank.Rankable
-
- getType() - Method in class com.atlassian.greenhopper.api.rapid.view.StatisticsField
-
- getType() - Method in class com.atlassian.greenhopper.confluence.ConfluenceSearchResult
-
- getType() - Method in class com.atlassian.greenhopper.confluence.ConfluenceSpace
-
- getType() - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankAO
-
- getType() - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankRow
-
- getType() - Method in class com.atlassian.greenhopper.manager.lexorank.SqlUpdateStatement.ParamValueTypePair
-
- getType() - Method in interface com.atlassian.greenhopper.manager.rankableobject.RankableObjectAO
-
Type
- getType() - Method in class com.atlassian.greenhopper.model.rapid.BoardAdmin
-
- getType() - Method in class com.atlassian.greenhopper.model.rapid.EstimationConfig
-
- getType() - Method in class com.atlassian.greenhopper.model.rapid.RankableObject
-
- getType() - Method in class com.atlassian.greenhopper.model.rapid.RapidView
-
- getType() - Method in class com.atlassian.greenhopper.model.rapid.StatisticsFieldConfig
-
- getType() - Method in class com.atlassian.greenhopper.service.rank.RankableImpl
-
- getType() - Method in interface com.atlassian.greenhopper.service.rapid.view.BoardAdminAO
-
The "type" of Board Admin
e.g.
- getType() - Method in interface com.atlassian.greenhopper.service.rapid.view.BoardAdminRaw
-
The "type" of Board Admin
e.g.
- getType() - Method in class com.atlassian.greenhopper.web.rapid.tools.RapidBoardToolsElement
-
- getTypeComparator() - Method in class com.atlassian.greenhopper.customfield.sprint.SprintCFType
-
- getTypeFor(CustomFieldType) - Static method in class com.atlassian.greenhopper.web.rapid.issue.fields.FieldDetailTypeChecker
-
- getTypeFor(Field) - Static method in class com.atlassian.greenhopper.web.rapid.issue.fields.FieldDetailTypeChecker
-
- getTypeId() - Method in interface com.atlassian.greenhopper.manager.estimatestatistic.EstimateStatisticAO
-
Type of the statistics field, could be none, issueCount or a field (custom or not).
- getTypeId() - Method in interface com.atlassian.greenhopper.manager.trackingstatistic.TrackingStatisticAO
-
Type of the statistics field, could be none, issueCount or a field (custom or not).
- getTypeId() - Method in interface com.atlassian.greenhopper.service.rapid.view.StatisticsFieldAO
-
Type of the statistics field, could be none, issueCount or a field (custom or not).
- getTypeIdFromComposite(String) - Static method in class com.atlassian.greenhopper.web.rapid.view.StatisticsFieldEntry
-
- getTypeName() - Method in class com.atlassian.greenhopper.web.contextprovider.IssuesInEpicContext.IssueInfo
-
- getTypes() - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewQuery
-
- getTypes() - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewSimpleQuery
-
- getTypeUrl() - Method in class com.atlassian.greenhopper.web.contextprovider.IssuesInEpicContext.IssueInfo
-
- getUnfinishedParentKeysOfFinishedSubtasks() - Method in class com.atlassian.greenhopper.web.rapid.sprint.CompleteSprintStats
-
- getUpcomingSprints() - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintHelper.FutureSprintMapping
-
- getUpdatedContext(RemoteIssueLink) - Method in interface com.atlassian.greenhopper.issue.link.RemoteIssueLinkSearchService
-
- getUpdatedContext(RemoteIssueLink) - Method in class com.atlassian.greenhopper.issue.link.RemoteIssueLinkSearchServiceImpl
-
- getUpdatedIssues() - Method in class com.atlassian.greenhopper.service.issue.comment.BulkCommentService.Result
-
- getUpdatedIssues() - Method in class com.atlassian.greenhopper.service.issue.flagging.FlagService.Result
-
- getUpdatedIssues() - Method in class com.atlassian.greenhopper.web.rapid.IssueTransitionAndRankService.TransitionAndRankResult
-
- getUpdateErrors(Issue, SplitIssueService.IssueData, List<SplitIssueService.IssueData>) - Method in interface com.atlassian.greenhopper.web.rapid.plan.SplitIssueService
-
Checks if the values provided for splitting the issue are correct.
- getUpdateErrors(Issue, SplitIssueService.IssueData, List<SplitIssueService.IssueData>) - Method in class com.atlassian.greenhopper.web.rapid.plan.SplitIssueServiceImpl
-
- getUpgradeHistory() - Method in class com.atlassian.greenhopper.upgrade.UpgradeVersionService
-
- getUpperTimeRange() - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintTimes
-
This returns the upper time range to be considered for a chart.
- getUrl() - Method in class com.atlassian.greenhopper.api.entity.remotelink.sprint.RemoteSprintLink
-
- getUrl() - Method in class com.atlassian.greenhopper.confluence.ConfluencePage
-
- getUrl() - Method in class com.atlassian.greenhopper.confluence.ConfluenceSearchResult
-
- getUrl() - Method in class com.atlassian.greenhopper.confluence.ConfluenceSpace
-
- getUrl() - Method in class com.atlassian.greenhopper.issue.util.AttachmentZipExtractor.IconEntry
-
- getUrl() - Method in class com.atlassian.greenhopper.issue.util.AttachmentZipExtractor.ZipEntry
-
- getUrl() - Method in class com.atlassian.greenhopper.web.onboarding.firstuseflow.DefaultAgileFirstUseFlow
-
- getUrl(ReportModuleDescriptor, Map<String, Object>) - Method in class com.atlassian.greenhopper.web.rapid.chart.integration.AgileReportUrlProvider
-
- getUrl(ApplicationUser, T, Long) - Method in interface com.atlassian.greenhopper.web.rapid.RapidViewLocationResolver
-
Get the URL of the precise location of the object on the specified board.
- getUrl() - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintEditEntry.RemoteSprintLinkEntry
-
- getUrl() - Method in class com.atlassian.greenhopper.web.rapid.tools.RapidBoardToolsElement
-
- getUrl() - Method in class com.atlassian.greenhopper.web.util.GreenHopperHelpPathResolver.HelpPath
-
- getUrlToTheFutureOfJiraAgile() - Method in class com.atlassian.greenhopper.jira.actions.ClassicBoardNotFoundAction
-
- getUseQuickFormPreference(ApplicationUser) - Method in interface com.atlassian.greenhopper.service.properties.UserPropertyService
-
Has the user last viewed the quick form or the form with all fields
- getUseQuickFormPreference(ApplicationUser) - Method in class com.atlassian.greenhopper.service.properties.UserPropertyServiceImpl
-
- getUser() - Method in interface com.atlassian.greenhopper.manager.audit.AuditEntryAO
-
- getUser() - Method in class com.atlassian.greenhopper.model.rapid.AuditEntry.AuditEntryBuilder
-
- getUser() - Method in class com.atlassian.greenhopper.model.rapid.AuditEntry
-
- getUser() - Method in class com.atlassian.greenhopper.service.issuelink.IssueLinkRequest
-
- getUser() - Method in class com.atlassian.greenhopper.service.issuelink.IssueUnlinkRequest
-
- getUser() - Method in class com.atlassian.greenhopper.web.AbstractResource
-
- getUserConfig(ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.UserConfigurationService
-
- getUserConfig() - Method in class com.atlassian.greenhopper.web.rapid.UserDataResource
-
- getUserKey() - Method in class com.atlassian.greenhopper.service.api.remote.RemoteLinkConversationService.CreationConversation
-
- getUsername() - Method in class com.atlassian.greenhopper.service.issue.changehistory.SafeChangeHistory
-
- getUsers(String, String, Long, String, Long) - Method in class com.atlassian.greenhopper.rest.AssigneeUserPickerResource
-
- getUsersResponse(String, String, Long, String, Long) - Method in class com.atlassian.greenhopper.rest.AssigneeUserPickerResource
-
- getUtil() - Method in class com.atlassian.greenhopper.web.contextprovider.AgileIssueWebPanelContext
-
- getUtil() - Method in class com.atlassian.greenhopper.web.contextprovider.IssuesInEpicContext
-
- getUtil() - Method in class com.atlassian.greenhopper.web.GreenHopperWebActionSupport
-
Utilities object
- getVal() - Method in interface com.atlassian.greenhopper.manager.color.CardColorAO
-
value associated with the column.
- getValidatedCustomFieldSortedByRankField(ApplicationUser, Query) - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankCustomFieldService
-
- getValidBoardAdminsPredicate(Map<BoardAdmin.Type, Set<String>>) - Method in class com.atlassian.greenhopper.manager.rapidview.BoardAdminValidator
-
- getValidColumns(RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.ColumnService
-
Get all columns with at least one status mapped to them.
- getValidColumns(RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.ColumnServiceImpl
-
- getValidStrategies() - Method in interface com.atlassian.greenhopper.service.rapid.view.SwimlaneService
-
Get all valid strategies
- getValidStrategies() - Method in class com.atlassian.greenhopper.service.rapid.view.SwimlaneServiceImpl
-
- getValue() - Method in class com.atlassian.greenhopper.confluence.rpc.AbstractConfluenceSaxHandler.NameValuePair
-
- getValue() - Method in class com.atlassian.greenhopper.manager.lexorank.SqlUpdateStatement.ParamValueTypePair
-
- getValue() - Method in class com.atlassian.greenhopper.model.rapid.CardColor
-
- getValue() - Method in enum com.atlassian.greenhopper.model.rapid.RapidView.OldDoneIssuesCutoff
-
- getValue() - Method in class com.atlassian.greenhopper.service.issue.FieldValue
-
- getValue(String, String) - Method in interface com.atlassian.greenhopper.service.RequestCacheService
-
Get a value stored in the request cache.
- getValue(String, String) - Method in class com.atlassian.greenhopper.service.RequestCacheServiceImpl
-
- getValue() - Method in interface com.atlassian.greenhopper.service.ServiceOutcome
-
- getValue() - Method in class com.atlassian.greenhopper.service.ServiceOutcomeImpl
-
- getValue() - Method in class com.atlassian.greenhopper.web.rapid.chart.StatisticHistoryEntry
-
- getValue(Issue, I18nHelper, AggregateTimeTrackingBean) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.AbstractAggregateRemainingEstimateFieldEntryFactory
-
- getValue(Issue, AggregateTimeTrackingBean) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.AbstractAggregateRemainingEstimateFieldEntryFactory
-
- getValue(Issue, AggregateTimeTrackingBean) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.AggregateRemainingEstimateFieldEntryFactory
-
- getValue(Issue, AggregateTimeTrackingBean) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.SubTasksRemainingEstimateFieldEntryFactory
-
- getValue(String) - Method in interface com.atlassian.greenhopper.web.rapid.issue.statistics.DocumentStatisticValueResolver
-
Get the value represented by the string.
- getValue(Issue) - Method in class com.atlassian.greenhopper.web.rapid.issue.statistics.HistoricalEstimateStatisticValueResolver
-
- getValue(String) - Method in class com.atlassian.greenhopper.web.rapid.issue.statistics.HistoricalEstimateStatisticValueResolver
-
Returns the last estimate value of the specified issue.
- getValue(Issue) - Method in interface com.atlassian.greenhopper.web.rapid.issue.statistics.IssueStatisticValueResolver
-
- getValue() - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry.NumberFieldValue
-
- getValueFrom(Boolean) - Static method in enum com.atlassian.greenhopper.model.rapid.ShowEpics
-
- getValueFromCustomFieldParams(CustomFieldParams) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCFType
-
Retrieve the epic Issue
object that corresponds to the epic key stored in parameters
if there is one.
- getValueFromCustomFieldParams(CustomFieldParams) - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankCFType
-
- getValueFromCustomFieldParams(CustomFieldParams) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintCFType
-
- getValueFromIssue(CustomField, Issue) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCFType
-
Get the epic Issue
that is currently the epic for issue
.
- getValueFromIssue(CustomField, Issue) - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankCFType
-
- getValueFromIssue(CustomField, Issue) - Method in class com.atlassian.greenhopper.customfield.rank.RankCFType
-
- getValueFromIssue(CustomField, Issue) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintCFType
-
- getValueFromLuceneField(String) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkStatisticsMapper
-
- getValueFromLuceneField(String) - Method in class com.atlassian.greenhopper.customfield.rank.RankLuceneFieldSorter
-
- getValueFromLuceneField(String) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintStatisticsMapper
-
- getValuePerIssue() - Method in class com.atlassian.greenhopper.web.rapid.issue.statistics.StatisticFieldAggregationCallback
-
Get the value per parent issue.
- getValues(QueryCreationContext, FunctionOperand, TerminalClause) - Method in class com.atlassian.greenhopper.customfield.sprint.AbstractSprintsStateJqlFunction
-
Get all open sprints
- getValues() - Method in class com.atlassian.greenhopper.rest.ArrayBean
-
- getValues() - Method in interface com.atlassian.greenhopper.service.Page
-
- getValues(ApplicationUser, TerminalClause) - Method in class com.atlassian.greenhopper.util.jql.project.ProjectValuesProvider
-
- getVelocityChart(Long, String, String) - Method in class com.atlassian.greenhopper.web.rapid.chart.RapidChartResource
-
- getVelocityChartMaxIssues() - Method in class com.atlassian.greenhopper.web.rapid.chart.RapidChartResource
-
Maximum number of issues allowed to be processed by velocity chart.
- getVelocityChartMaxSprints() - Method in class com.atlassian.greenhopper.web.rapid.chart.RapidChartResource
-
Maximum number of sprints allowed to be processed by velocity chart.
- getVelocityChartModel(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.web.rapid.chart.VelocityChartModelFactory
-
Deprecated.
- getVelocityChartModel(ApplicationUser, RapidView, Instant, Instant) - Method in class com.atlassian.greenhopper.web.rapid.chart.VelocityChartModelFactory
-
- getVelocityParameters(Issue, CustomField, FieldLayoutItem) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintCFType
-
- getVelocityStatEntry() - Method in class com.atlassian.greenhopper.web.rapid.chart.VelocityStatEntryFactory
-
- getVersion() - Method in interface com.atlassian.greenhopper.model.issue.GHVersion
-
Deprecated.
- getVersion() - Method in class com.atlassian.greenhopper.plugin.module.ModuleContext
-
- getVersion() - Method in class com.atlassian.greenhopper.project.version.VersionMetaDataImpl
-
- getVersion() - Method in interface com.atlassian.greenhopper.util.BuildProperties
-
Get the version of this build
- getVersion() - Method in class com.atlassian.greenhopper.util.BuildPropertiesImpl
-
- getVersionBurnupChart(Long, Long) - Method in class com.atlassian.greenhopper.web.rapid.chart.RapidChartResource
-
- getVersionId() - Method in interface com.atlassian.greenhopper.manager.version.VersionMetaDataAO
-
ID for the version that this entry refers to
- getVersionId() - Method in class com.atlassian.greenhopper.model.rapid.LegacyVersionMetaDataImpl
-
- getVersionId() - Method in class com.atlassian.greenhopper.project.version.VersionMetaDataImpl
-
- getVersionIssues(Long, Long) - Method in class com.atlassian.greenhopper.web.rapid.chart.RapidChartResource
-
- getVersionProgressChartModel(ApplicationUser, RapidView, Version) - Method in class com.atlassian.greenhopper.web.rapid.chart.VersionProgressChartModelFactory
-
- getVersionReportContents(ApplicationUser, RapidView, Version) - Method in class com.atlassian.greenhopper.web.rapid.chart.VersionReportModelFactory
-
- getVersionsForRapidView(ApplicationUser, RapidView, PageRequest, VersionQuery) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewVersionService
-
Returns versions which are on rapidView.
- getVersionsForRapidView(ApplicationUser, RapidView, PageRequest, VersionQuery) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewVersionServiceImpl
-
- getVersionStatistics(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.web.rapid.plan.ClassificationStatisticService
-
- getVersionStatistics(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.web.rapid.plan.ClassificationStatisticServiceImpl
-
- getViewDataMap() - Method in class com.atlassian.greenhopper.jira.actions.BulkCommentDialogAction
-
- getViewHtml(ApplicationUser, SearchContext, FieldValuesHolder, Map<?, ?>, Action) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkSearchRenderer
-
- getViewHtml(ApplicationUser, SearchContext, FieldValuesHolder, Map<?, ?>, Action) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintSearchRenderer
-
- getViewHtml(Action, OperationContext, Issue) - Method in class com.atlassian.greenhopper.service.issue.NotRequiredFieldScreenRenderLayoutItem
-
- getViewHtml(Action, OperationContext, Issue, Map<String, Object>) - Method in class com.atlassian.greenhopper.service.issue.NotRequiredFieldScreenRenderLayoutItem
-
- getViewsAndConfigModel(String, StringList, Long, Integer) - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewListResource
-
- getVisibleColumns(RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.ColumnService
-
Returns the visible columns, filtered out unnecessary columns
(eg:
KanbanBacklogColumn
when KanPlan lab is disabled)
- getVisibleColumns(RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.ColumnServiceImpl
-
- getVisibleEpicsClause(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewClauseService
-
Returns the visible epics clause.
- getVisibleEpicsClause(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewClauseServiceImpl
-
- getWarningMessage() - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintBurndownData
-
- getWarnings() - Method in class com.atlassian.greenhopper.service.rank.SortedByRankFieldResult
-
- getWebHookIdForEvent(T) - Method in class com.atlassian.greenhopper.webhooks.RegisteredWebHookEventFactory
-
- getWebItemSections(ApplicationUser, String, Map<String, Object>) - Method in interface com.atlassian.greenhopper.web.navigation.WebSectionHelper
-
Returns the list of web-sections and their corresponding web-items for the given
location and user.
- getWebItemSections(ApplicationUser, String, Map<String, Object>) - Method in class com.atlassian.greenhopper.web.navigation.WebSectionHelperImpl
-
- getWednesday() - Method in interface com.atlassian.greenhopper.manager.workingdays.WorkingDaysAO
-
- getWhereClause() - Method in class com.atlassian.greenhopper.service.rapid.EmptyFilterQueryWrapper
-
- getWizardConfig() - Method in class com.atlassian.greenhopper.web.rapid.wizard.WizardConfigResource
-
- getWorkDaysConfigModel(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.web.rapid.view.workingdays.WorkingDaysHelper
-
Build a configuration model for the working days configuration
- getWorkdaysInPeriod(ApplicationUser, RapidView, DateTime, DateTime) - Method in interface com.atlassian.greenhopper.service.sprint.SprintTimeRemainingService
-
Calculates the number of whole (24 hour) workdays in the given date period.
- getWorkdaysInPeriod(ApplicationUser, RapidView, DateTime, DateTime) - Method in class com.atlassian.greenhopper.service.sprint.SprintTimeRemainingServiceImpl
-
- getWorkflow(ApplicationUser, String) - Method in interface com.atlassian.greenhopper.service.workflow.WorkflowService
-
Retrieve the workflow with the specified name
- getWorkflow(ApplicationUser, String) - Method in class com.atlassian.greenhopper.service.workflow.WorkflowServiceImpl
-
- getWorkflow(ApplicationUser, String) - Method in class com.atlassian.greenhopper.web.rapid.workflow.WorkflowHelper
-
- getWorkflowDescription() - Method in class com.atlassian.greenhopper.service.workflow.PresetData
-
- getWorkflowName() - Method in class com.atlassian.greenhopper.service.workflow.CheckWorkflowEntitiesByNameResult
-
- getWorkflowName() - Method in class com.atlassian.greenhopper.service.workflow.PresetData
-
- getWorkflowPath() - Method in class com.atlassian.greenhopper.service.workflow.PresetData
-
- getWorkflowSchemeForProject(Project) - Method in interface com.atlassian.greenhopper.service.workflow.WorkflowService
-
Returns the scheme currently associated to the specified Project
.
- getWorkflowSchemeForProject(Project) - Method in class com.atlassian.greenhopper.service.workflow.WorkflowServiceImpl
-
- getWorkflowSchemeName() - Method in class com.atlassian.greenhopper.service.workflow.CheckWorkflowEntitiesByNameResult
-
- getWorkflowsForProject(Project) - Method in interface com.atlassian.greenhopper.service.workflow.WorkflowService
-
Retrieve the workflows that are in use for the specified Project
.
- getWorkflowsForProject(Project) - Method in class com.atlassian.greenhopper.service.workflow.WorkflowServiceImpl
-
- getWorkflowSimpleWorkflowDescription() - Method in class com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowStringsFactory.SimplifiedWorkflowStrings
-
- getWorkflowSimpleWorkflowSchemeDescription() - Method in class com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowStringsFactory.SimplifiedWorkflowStrings
-
- getWorkflowStatusObject(String) - Method in interface com.atlassian.greenhopper.service.workflow.WorkflowService
-
Get the status object for a given id
- getWorkflowStatusObject(String) - Method in class com.atlassian.greenhopper.service.workflow.WorkflowServiceImpl
-
- getWorkflowTransitionEntries() - Method in interface com.atlassian.greenhopper.service.workflow.WorkflowService.WorkTransitions
-
- getWorkingDays() - Method in interface com.atlassian.greenhopper.manager.workingdays.NonWorkingDayAO
-
- getWorkingDays() - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
Working days configuration configured for this view.
- getWorkingDaysConfiguration(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.workingdays.WorkingDaysService
-
Get the week days marked as off
- getWorkingDaysConfiguration(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.workingdays.WorkingDaysServiceImpl
-
- getWorkingDurations() - Method in class com.atlassian.greenhopper.web.rapid.chart.IssueCycleTimeCollector.IssueTimesResult
-
- getWorkModeClause(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewClauseService
-
Returns the work mode clause.
- getWorkModeClause(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewClauseServiceImpl
-
Work mode clause
- getWorkModeQuery(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewQueryService
-
Get the query for the work mode.
- getWorkModeQuery(ApplicationUser, RapidView, Column) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewQueryService
-
Get the query for the work mode and a given column.
- getWorkModeQuery(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewQueryServiceImpl
-
- getWorkModeQuery(ApplicationUser, RapidView, Column) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewQueryServiceImpl
-
- getWorkRateData(ApplicationUser, RapidView, SprintTimes, TimeZone) - Method in class com.atlassian.greenhopper.web.rapid.chart.WorkRateDataFactory
-
Provides work rate data for rapid charts.
- getWorkRateData(ApplicationUser, RapidView, TimeZone, DateTime, DateTime) - Method in class com.atlassian.greenhopper.web.rapid.chart.WorkRateDataFactory
-
- getZipContents(Attachment, Issue) - Method in interface com.atlassian.greenhopper.issue.util.AttachmentZipExtractor
-
For a given attachment and issue retrieves zip contents (if the attachment is a zip archive).
- getZipContents(Attachment, Issue) - Method in class com.atlassian.greenhopper.issue.util.DefaultAttachmentZipExtractor
-
- GHAvatarService - Class in com.atlassian.greenhopper.service.user
-
A thin wrapper of the JIRA avatar service that gets rid of dumb exceptions
- GHAvatarService() - Constructor for class com.atlassian.greenhopper.service.user.GHAvatarService
-
- GhGenericClauseQueryFactory - Class in com.atlassian.greenhopper.customfield.searcher
-
Can generate queries for issue constant clauses.
- GhGenericClauseQueryFactory(String, List<GhOperatorSpecificQueryFactory>, JqlOperandResolver) - Constructor for class com.atlassian.greenhopper.customfield.searcher.GhGenericClauseQueryFactory
-
- GhHelpContextProvider - Class in com.atlassian.greenhopper.web.contextprovider
-
- GhHelpContextProvider(JiraAuthenticationContext, GreenHopperHelpPathResolver) - Constructor for class com.atlassian.greenhopper.web.contextprovider.GhHelpContextProvider
-
- GHJSONMarshaller - Class in com.atlassian.greenhopper.web.rapid
-
Provides marshalling of objects
Currently we use jackson for the encoding directly, ultimately it would be nice to go through Jersey to ensure we really use the same marshaller as
the resources
- GHJSONMarshaller() - Constructor for class com.atlassian.greenhopper.web.rapid.GHJSONMarshaller
-
- GhOperatorSpecificQueryFactory - Interface in com.atlassian.greenhopper.customfield.searcher
-
This class is a copy of JIRA's OperatorSpecificQueryFactory
, but properly passes
through the QueryContext required to get the user and security requirements.
- GHProjectPermissions - Class in com.atlassian.greenhopper.jira.permission
-
This class contains constants representing keys of built-in system project permissions and agile project permissions
- GHProjectPermissions() - Constructor for class com.atlassian.greenhopper.jira.permission.GHProjectPermissions
-
- GhStubAboutPagePanelModuleDescriptor - Class in com.atlassian.greenhopper.plugin.about
-
Stub module descriptor to keep our "about-page-panel" module type happy in JIRA versions which do not have the
About Page Panel module.
- GhStubAboutPagePanelModuleDescriptor(JiraAuthenticationContext, ModuleFactory) - Constructor for class com.atlassian.greenhopper.plugin.about.GhStubAboutPagePanelModuleDescriptor
-
- GhStubProjectTemplateModuleDescriptor - Class in com.atlassian.greenhopper.plugin.projecttemplate
-
Stub module descriptor to keep our "project-template" module type happy in JIRA instances which do not have the
Project Templates plugin installed.
- GhStubProjectTemplateModuleDescriptor(JiraAuthenticationContext, ModuleFactory) - Constructor for class com.atlassian.greenhopper.plugin.projecttemplate.GhStubProjectTemplateModuleDescriptor
-
- GhUpgradeTask046 - Class in com.atlassian.greenhopper.upgrade
-
Sets status categories for (what is assumed to be) JIRA Agile's simple workflow's statuses.
- GhUpgradeTask046() - Constructor for class com.atlassian.greenhopper.upgrade.GhUpgradeTask046
-
- GhUpgradeTask047 - Class in com.atlassian.greenhopper.upgrade
-
Removing classic gadgets from dashboards
- GhUpgradeTask047() - Constructor for class com.atlassian.greenhopper.upgrade.GhUpgradeTask047
-
- GhUpgradeTask048 - Class in com.atlassian.greenhopper.upgrade
-
Inserts a reindex required warning into the admin screen for the epic label custom field searching
- GhUpgradeTask048() - Constructor for class com.atlassian.greenhopper.upgrade.GhUpgradeTask048
-
- GhUpgradeTask049 - Class in com.atlassian.greenhopper.upgrade
-
Migration for Manage Sprints permission by
copying all ADMINISTER_PROJECTS permission entities into MANAGE_SPRINTS permission
- GhUpgradeTask049() - Constructor for class com.atlassian.greenhopper.upgrade.GhUpgradeTask049
-
- GhUpgradeTask050 - Class in com.atlassian.greenhopper.upgrade
-
Cleaning all current Manage Sprint permission entries before re-performing the migration by
copying all current ADMINISTER_PROJECTS permission entries to MANAGE_SPRINTS permission again
HOT-35978, SW-3105
- GhUpgradeTask050() - Constructor for class com.atlassian.greenhopper.upgrade.GhUpgradeTask050
-
- GhUpgradeTask051 - Class in com.atlassian.greenhopper.upgrade
-
This is responsible to do the required migration for MANAGE_SPRINTS permission for BTF customers,
just like what the 49th and 50th upgrade tasks have done for Cloud customers before.
- GhUpgradeTask051() - Constructor for class com.atlassian.greenhopper.upgrade.GhUpgradeTask051
-
- GhUpgradeTask052 - Class in com.atlassian.greenhopper.upgrade
-
This upgrade task is responsible for flushing new SprintManagerImpl caches after upgrade so they don't have to wait
for timeout to become consistent.
- GhUpgradeTask052() - Constructor for class com.atlassian.greenhopper.upgrade.GhUpgradeTask052
-
- GHVersion - Interface in com.atlassian.greenhopper.model.issue
-
- GlobalAdminCondition - Class in com.atlassian.greenhopper.web.admin
-
Condition to check whether JIRA administrators can view Agile administrative pages.
- GlobalAdminCondition() - Constructor for class com.atlassian.greenhopper.web.admin.GlobalAdminCondition
-
- GlobalAdminConditionEvaluator - Class in com.atlassian.greenhopper.web.admin
-
This condition is essentially the valid license check without the license seat count exceeded check.
- GlobalAdminConditionEvaluator(SoftwareAuthorizationService) - Constructor for class com.atlassian.greenhopper.web.admin.GlobalAdminConditionEvaluator
-
- GlobalBoardDarkFeatureManager - Class in com.atlassian.greenhopper.features
-
Control the Dark Feature that disables the Global Board sidebar
Methods in this class have a really straightforward implementation except that they need to be carefully read as
when the Dark Feature is enabled it means the Global Board sidebar is disabled, and vice-versa.
- GlobalBoardDarkFeatureManager() - Constructor for class com.atlassian.greenhopper.features.GlobalBoardDarkFeatureManager
-
- GlobalBoardNavigationPanelContextProvider - Class in com.atlassian.greenhopper.web.sidebar
-
Provides context to the global board sidebar's "Navigation" web panel.
- GlobalBoardNavigationPanelContextProvider(NavigationItemService, BoardListHelper, RapidViewQueryService, JiraAuthenticationContext) - Constructor for class com.atlassian.greenhopper.web.sidebar.GlobalBoardNavigationPanelContextProvider
-
- GlobalBoardSidebarRenderer - Class in com.atlassian.greenhopper.sidebar
-
Renders global board sidebar HTML.
- GlobalBoardSidebarRenderer(GlobalBoardSidebarRendererAccessor) - Constructor for class com.atlassian.greenhopper.sidebar.GlobalBoardSidebarRenderer
-
- GlobalBoardSidebarRendererAccessor - Class in com.atlassian.greenhopper.sidebar
-
- GlobalBoardSidebarRendererAccessor() - Constructor for class com.atlassian.greenhopper.sidebar.GlobalBoardSidebarRendererAccessor
-
- GlobalBoardSidebarRendererAdapter - Interface in com.atlassian.greenhopper.sidebar
-
An adapter that decouples
GlobalBoardSidebarRenderer
from the
Agile plugin, allowing it to be an optional dependency.
- GlobalBoardSidebarRendererAdapterImpl - Class in com.atlassian.greenhopper.sidebar
-
- GlobalBoardSidebarRendererAdapterImpl(GlobalBoardSidebarRenderer) - Constructor for class com.atlassian.greenhopper.sidebar.GlobalBoardSidebarRendererAdapterImpl
-
- globalConfig - Variable in class com.atlassian.greenhopper.web.rapid.RapidConfig
-
- globalConfig - Variable in class com.atlassian.greenhopper.web.rapid.view.RapidViewEditModel
-
- globalId - Variable in class com.atlassian.greenhopper.api.RemoteLinkCreateRequest
-
- globalId - Variable in class com.atlassian.greenhopper.web.rapid.entity.common.RemoteEntityLinkModel
-
- gMTOffset - Variable in class com.atlassian.greenhopper.web.rapid.view.workingdays.TimeZoneEditModel.TimeZone
-
- GOAL - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QSprint
-
- goal(String) - Method in class com.atlassian.greenhopper.service.sprint.Sprint.SprintBuilder
-
- goal - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.StartSprintModel
-
- goal - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.StartSprintRequest
-
- goal - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.UpdateSprintRequest
-
- goal - Variable in class com.atlassian.greenhopper.web.rapid.sprint.SprintBaseEntry
-
- GREEN_HOPPER_UPGRADE_LATEST_VERSION - Static variable in interface com.atlassian.greenhopper.upgrade.VersionUpgradeConstants
-
This constant represents the key in our property store that points to the last upgrade task number that was successfully
run.
- GreenHopperCache - Interface in com.atlassian.greenhopper.manager
-
A consistent approach to marking managers/services which have caches that need to be flushed every now and then.
- GreenHopperCacheManager - Class in com.atlassian.greenhopper.service
-
Currently just provides a way to clear out all caches (used after upgrade tasks).
- GreenHopperCacheManager() - Constructor for class com.atlassian.greenhopper.service.GreenHopperCacheManager
-
- GreenHopperConditionEvaluator - Interface in com.atlassian.greenhopper.web.conditions
-
Evaluates the common part of each GreenHopper condition,
- GreenHopperConditionEvaluatorImpl - Class in com.atlassian.greenhopper.web.conditions
-
- GreenHopperConditionEvaluatorImpl() - Constructor for class com.atlassian.greenhopper.web.conditions.GreenHopperConditionEvaluatorImpl
-
- GreenHopperFooter - Class in com.atlassian.greenhopper.web.footer
-
The footer for SEO links to GH
- GreenHopperFooter() - Constructor for class com.atlassian.greenhopper.web.footer.GreenHopperFooter
-
- GreenHopperFooter.HelpPaths - Class in com.atlassian.greenhopper.web.footer
-
- GreenHopperHeadsUpDisplay - Class in com.atlassian.greenhopper.web.navigation
-
This is a top navigation banner that can display really important information about GreenHopper on every
page in JIRA.
- GreenHopperHeadsUpDisplay() - Constructor for class com.atlassian.greenhopper.web.navigation.GreenHopperHeadsUpDisplay
-
- greenHopperHelpPathResolver - Variable in class com.atlassian.greenhopper.web.footer.GreenHopperFooter
-
- greenHopperHelpPathResolver - Variable in class com.atlassian.greenhopper.web.GreenHopperWebActionSupport
-
- GreenHopperHelpPathResolver - Class in com.atlassian.greenhopper.web.util
-
A blatant rip-off of JIRA's HelpUtil
class, but for GreenHopper's help files.
- GreenHopperHelpPathResolver(FeatureManager, SoftwareHelpSpaceProvider, HelpPathFileLoader) - Constructor for class com.atlassian.greenhopper.web.util.GreenHopperHelpPathResolver
-
- GreenHopperHelpPathResolver.HelpPath - Class in com.atlassian.greenhopper.web.util
-
- GreenHopperLicenseManager - Interface in com.pyxis.greenhopper.jira.license
-
- GreenHopperLicenseManagerImpl - Class in com.pyxis.greenhopper.jira.license
-
- GreenHopperLicenseManagerImpl() - Constructor for class com.pyxis.greenhopper.jira.license.GreenHopperLicenseManagerImpl
-
- GreenHopperProjectCreateHook - Class in com.atlassian.greenhopper.web.rapid.project
-
- GreenHopperProjectCreateHook() - Constructor for class com.atlassian.greenhopper.web.rapid.project.GreenHopperProjectCreateHook
-
- GreenHopperWebActionSupport - Class in com.atlassian.greenhopper.web
-
- GreenHopperWebActionSupport() - Constructor for class com.atlassian.greenhopper.web.GreenHopperWebActionSupport
-
- groupBy(String, Object...) - Method in interface com.atlassian.greenhopper.manager.lexorank.SqlSelectStatement.GroupByClause
-
- groupId - Variable in class com.atlassian.greenhopper.web.navigation.WebItemSection
-
- i18n - Variable in class com.atlassian.greenhopper.web.rapid.sprint.SprintEditEntryTransformer
-
- I18n2 - Interface in com.atlassian.greenhopper.model
-
New implementation of i18n utilties.
- i18n2(I18n2) - Method in class com.atlassian.greenhopper.service.issue.callback.EpicLabelAndKeyMatchingCallback.Builder
-
- I18nFactoryService - Interface in com.atlassian.greenhopper.service
-
Provides access to i18n objects
- I18nFactoryServiceImpl - Class in com.atlassian.greenhopper.service
-
Default implementation of the i18n service.
- I18nFactoryServiceImpl() - Constructor for class com.atlassian.greenhopper.service.I18nFactoryServiceImpl
-
- i18nNameKey - Variable in enum com.atlassian.greenhopper.service.workflow.PredefinedStatuses
-
- IconEntry(String, String) - Constructor for class com.atlassian.greenhopper.issue.util.AttachmentZipExtractor.IconEntry
-
- IconEntry - Class in com.atlassian.greenhopper.web.rapid.issue
-
Represents a small icon used for attachment or issue link lists
- IconEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.IconEntry
-
- IconEntry(String, String) - Constructor for class com.atlassian.greenhopper.web.rapid.issue.IconEntry
-
- iconFont - Variable in class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.EditableTabSection
-
- iconTitle - Variable in class com.atlassian.greenhopper.web.rapid.entity.common.RemoteEntityLinkModel
-
- iconUrl - Variable in class com.atlassian.greenhopper.issue.fields.status.IssueStatus
-
- iconUrl - Variable in class com.atlassian.greenhopper.web.rapid.entity.common.RemoteEntityLinkModel
-
- iconUrl - Variable in class com.atlassian.greenhopper.web.rapid.issue.StatusEntry
-
- iconURL - Variable in class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.EditableTabSection
-
- id - Variable in class com.atlassian.greenhopper.api.epics.CustomFieldModel
-
ID of the field.
- id - Variable in class com.atlassian.greenhopper.api.epics.CustomFieldOptionModel
-
ID of the option.
- id - Variable in class com.atlassian.greenhopper.api.rank.web.Rankable
-
- id - Variable in class com.atlassian.greenhopper.api.sprint.SprintFieldBean
-
- id - Variable in class com.atlassian.greenhopper.api.sprints.RemoteLinkedSprint
-
The ID of the sprint.
- id(String) - Method in class com.atlassian.greenhopper.confluence.ConfluenceSearchResult.ConfluenceSearchResultBuilder
-
- id - Variable in class com.atlassian.greenhopper.issue.fields.status.IssueStatus
-
- id - Variable in class com.atlassian.greenhopper.issue.fields.status.IssueStatusCategory
-
- id(Long) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankRow.WithId
-
- id(Long) - Method in class com.atlassian.greenhopper.model.Epic.Builder
-
- id - Variable in class com.atlassian.greenhopper.model.rapid.AbstractModel
-
- id(Long) - Method in class com.atlassian.greenhopper.model.rapid.AuditEntry.AuditEntryBuilder
-
- id(Long) - Method in class com.atlassian.greenhopper.model.rapid.BoardAdmin.RapidViewBoardAdminBuilder
-
- id(Long) - Method in class com.atlassian.greenhopper.model.rapid.CardColor.CardColorBuilder
-
- id(Long) - Method in class com.atlassian.greenhopper.model.rapid.CardLayoutField.CardLayoutFieldBuilder
-
- id(Long) - Method in class com.atlassian.greenhopper.model.rapid.Column.ColumnBuilder
-
- id(Long) - Method in class com.atlassian.greenhopper.model.rapid.detailview.DetailViewField.DetailViewFieldBuilder
-
- id(Long) - Method in class com.atlassian.greenhopper.model.rapid.LegacyVersionMetaDataImpl.VersionMetaDataBuilder
-
- id(Long) - Method in class com.atlassian.greenhopper.model.rapid.NonWorkingDay.NonWorkingDayBuilder
-
- id(Long) - Method in class com.atlassian.greenhopper.model.rapid.QuickFilter.QuickFilterBuilder
-
- id(Long) - Method in class com.atlassian.greenhopper.model.rapid.RankableObject.Builder
-
- id(Long) - Method in class com.atlassian.greenhopper.model.rapid.RapidView.RapidViewBuilder
-
- id(Long) - Method in class com.atlassian.greenhopper.model.rapid.StatisticsFieldConfig.StatisticsFieldConfigBuilder
-
- id(Long) - Method in class com.atlassian.greenhopper.model.rapid.Swimlane.SwimlaneBuilder
-
- id(Long) - Method in class com.atlassian.greenhopper.model.rapid.WorkingDaysConfig.WorkingDaysConfigBuilder
-
- ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QAuditEntry
-
- ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QBalancerEntry
-
- ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QBoardAdmin
-
Database Columns
- ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QCardColor
-
- ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QCardLayoutField
-
- ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QColumn
-
Database Columns
- ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QColumnStatus
-
Database Columns
- ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QDetailViewField
-
- ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QEstimateStatistic
-
- ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QIssueRanking
-
- ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QIssueRankingOperationLog
-
- ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QLexoRank
-
- ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QNonWorkingDay
-
Database Columns
- ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QQuickFilter
-
- ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QRankableObject
-
Database Columns
- ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QRapidView
-
- ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QSprint
-
- ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QSprintMarker
-
Database Columns
- ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QStatisticsField
-
Database Columns
- ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QSubquery
-
Database Columns
- ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QSwimlane
-
- ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QTrackingStatistic
-
- ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QVersionMetaData
-
Database Columns
- ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QWorkingDays
-
- id - Variable in class com.atlassian.greenhopper.service.sprint.health.SprintHealth
-
- id(Long) - Method in class com.atlassian.greenhopper.service.sprint.Sprint.SprintBuilder
-
- id(Long) - Method in class com.atlassian.greenhopper.service.subquery.Subquery.SubqueryBuilder
-
- id - Variable in class com.atlassian.greenhopper.web.integration.SearchPagesHelper.PageModel
-
- id - Variable in class com.atlassian.greenhopper.web.integration.TeamCalendarsSprintList.TeamCalendarsSprint
-
- id - Variable in class com.atlassian.greenhopper.web.navigation.WebItemAction
-
- id - Variable in class com.atlassian.greenhopper.web.rapid.chart.EpicReportModel.EpicEntry
-
- id - Variable in class com.atlassian.greenhopper.web.rapid.chart.FixVersionChangeEntry
-
- id - Variable in class com.atlassian.greenhopper.web.rapid.chart.ReportContentModel.Status
-
- id - Variable in class com.atlassian.greenhopper.web.rapid.chart.VersionEntry
-
- id - Variable in class com.atlassian.greenhopper.web.rapid.entity.common.LinkedPagesModel.ApplicationLinkModel
-
- id - Variable in class com.atlassian.greenhopper.web.rapid.entity.common.RemoteEntityLinkModel
-
- id - Variable in class com.atlassian.greenhopper.web.rapid.issue.fields.FieldEntry
-
Id of this field, summary, description, etc.
- id - Variable in class com.atlassian.greenhopper.web.rapid.issue.issuelink.IssueLinkModel.RemoteIssueLinkEntry
-
- id - Variable in class com.atlassian.greenhopper.web.rapid.issue.StatusEntry
-
- id - Variable in class com.atlassian.greenhopper.web.rapid.issue.TransitionEntry
-
Id of the transition.
- id - Variable in class com.atlassian.greenhopper.web.rapid.list.RapidIssueConstantEntry
-
- id - Variable in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry
-
- id - Variable in class com.atlassian.greenhopper.web.rapid.plan.PlanModeVersionModel
-
- id - Variable in class com.atlassian.greenhopper.web.rapid.project.ProjectEntry
-
- id - Variable in class com.atlassian.greenhopper.web.rapid.RapidViewConfig.StatisticsConfig
-
the ID of the configured stats field
- id - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.IncompleteIssuesDestinationModel
-
- id - Variable in class com.atlassian.greenhopper.web.rapid.sprint.SprintBaseEntry
-
- id - Variable in class com.atlassian.greenhopper.web.rapid.sprint.SprintPickerModelEntry
-
- idOrKeyAfter - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.SprintRankRequest
-
- idOrKeyBefore - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.SprintRankRequest
-
- idOrKeys - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.RemoveFromSprintRequest
-
- idOrKeys - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.SprintRankRequest
-
- ImportAnalyticEvent - Class in com.atlassian.greenhopper.imports
-
Event with basic statistics published when a project with Agile data is imported
- ImportAnalyticEvent(long) - Constructor for class com.atlassian.greenhopper.imports.ImportAnalyticEvent
-
- ImportAnalyticsPublisher - Class in com.atlassian.greenhopper.imports
-
- ImportAnalyticsPublisher() - Constructor for class com.atlassian.greenhopper.imports.ImportAnalyticsPublisher
-
- importSampleDataFromUrl(String, String, Option<String>, SimplifiedWorkflowPresets, URL, ProjectType) - Method in interface com.atlassian.greenhopper.sampledata.SampleDataGenerator
-
Creates a project from data contained in a JSON file
- importSampleDataFromUrl(String, String, Option<String>, SimplifiedWorkflowPresets, URL, ProjectType) - Method in class com.atlassian.greenhopper.sampledata.SampleDataGeneratorImpl
-
- includeFieldResourcesForCurrentUser() - Method in class com.atlassian.greenhopper.web.util.WebUtilities
-
Load additional field specific javascript files JIRA includes this on various jsp files, such as the navigator, search, issuedetails or wizards
and forms.
- includes(String) - Method in class com.atlassian.greenhopper.web.rapid.chart.SwimlaneFilter
-
- inColumn(String) - Method in interface com.atlassian.greenhopper.manager.lexorank.SqlPositionFunction.InColumnName
-
- INCOMPLETE_ISSUES_DESTINATION - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QSprint
-
- incompletedIssuesEstimateSum - Variable in class com.atlassian.greenhopper.web.rapid.chart.ReportContentModel
-
- incompleteEstimatedIssues - Variable in class com.atlassian.greenhopper.web.rapid.chart.ReportContentModel
-
- incompleteIssues - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.CompleteSprintViewModel
-
- IncompleteIssuesDestination - Class in com.atlassian.greenhopper.service.sprint
-
The object which represents a single destination for an incomplete issue remaining in a sprint which is being closed.
- IncompleteIssuesDestination(Long, String) - Constructor for class com.atlassian.greenhopper.service.sprint.IncompleteIssuesDestination
-
- IncompleteIssuesDestination(Long, String, String) - Constructor for class com.atlassian.greenhopper.service.sprint.IncompleteIssuesDestination
-
- incompleteIssuesDestination - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.CompleteSprintRequest
-
This should either be a sprint or the backlog.
- incompleteIssuesDestination - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.StartSprintModel
-
- incompleteIssuesDestination - Variable in class com.atlassian.greenhopper.web.rapid.sprint.SprintEditEntry
-
- incompleteIssuesDestinationId(Long) - Method in class com.atlassian.greenhopper.service.sprint.Sprint.SprintBuilder
-
- incompleteIssuesDestinationId - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.StartSprintModel
-
- incompleteIssuesDestinationId - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.StartSprintRequest
-
- incompleteIssuesDestinationId - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.UpdateSprintRequest
-
- incompleteIssuesDestinationId - Variable in class com.atlassian.greenhopper.web.rapid.sprint.SprintBaseEntry
-
- IncompleteIssuesDestinationModel - Class in com.atlassian.greenhopper.web.rapid.sprint.model
-
- IncompleteIssuesDestinationModel() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.model.IncompleteIssuesDestinationModel
-
- IncompleteIssuesDestinationModel(Long, String) - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.model.IncompleteIssuesDestinationModel
-
- IncompleteIssuesDestinationModel(Long, String, String) - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.model.IncompleteIssuesDestinationModel
-
- incompleteIssuesDestinations - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.CompleteSprintViewModel
-
- incompleteIssuesDestinations - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.IncompleteIssuesDestinationSuggestionsModel
-
- IncompleteIssuesDestinationService - Interface in com.atlassian.greenhopper.service.sprint
-
Provides the list of all possible destinations for incomplete issues from a sprint.
- incompleteIssuesDestinationService - Variable in class com.atlassian.greenhopper.web.rapid.sprint.SprintEditEntryTransformer
-
- IncompleteIssuesDestinationsServiceImpl - Class in com.atlassian.greenhopper.service.sprint
-
- IncompleteIssuesDestinationsServiceImpl(I18nFactoryService, SprintPermissionService, RapidViewSprintQueryService, SprintService) - Constructor for class com.atlassian.greenhopper.service.sprint.IncompleteIssuesDestinationsServiceImpl
-
- IncompleteIssuesDestinationSuggestionsModel - Class in com.atlassian.greenhopper.web.rapid.sprint.model
-
- IncompleteIssuesDestinationSuggestionsModel() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.model.IncompleteIssuesDestinationSuggestionsModel
-
- IncompleteIssuesDestinationSuggestionsResource - Class in com.atlassian.greenhopper.web.rapid.sprint
-
- IncompleteIssuesDestinationSuggestionsResource(RapidViewService, I18nFactoryService, IncompleteIssuesDestinationService) - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.IncompleteIssuesDestinationSuggestionsResource
-
- incompleteIssuesNotMovedBack - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.ReopenSprintViewModel
-
- incompleteUnestimatedIssues - Variable in class com.atlassian.greenhopper.web.rapid.chart.ReportContentModel
-
- INCONSISTENT_MULTIPLE_TRANSITIONS - Static variable in class com.atlassian.greenhopper.analytics.FailedKanbanTransitionAnalyticsEvent
-
- INCONSISTENT_VIEW_SCREEN_REQUIRED - Static variable in class com.atlassian.greenhopper.analytics.FailedKanbanTransitionAnalyticsEvent
-
- incrementColumnEstimate(String, Double) - Method in class com.atlassian.greenhopper.service.sprint.SprintProgress
-
- index - Variable in class com.atlassian.greenhopper.web.rapid.plan.SplitIssueService.SplitIssueErrorReportItem
-
- IndexCheckService - Interface in com.atlassian.greenhopper.service.index
-
Manage and execute index checks that need to be performed from time to time.
- IndexCheckService.CheckResult<T extends ServiceResult> - Class in com.atlassian.greenhopper.service.index
-
- IndexCheckService.CheckSpec - Class in com.atlassian.greenhopper.service.index
-
- IndexCheckService.CheckType - Enum in com.atlassian.greenhopper.service.index
-
- IndexCheckServiceImpl - Class in com.atlassian.greenhopper.service.index
-
- IndexCheckServiceImpl() - Constructor for class com.atlassian.greenhopper.service.index.IndexCheckServiceImpl
-
- indexOf(String) - Method in interface com.atlassian.greenhopper.manager.lexorank.SqlPositionFunction.IndexOfSubstring
-
- info(String, Object...) - Method in class com.atlassian.greenhopper.global.LoggerWrapper
-
- info(String, Object...) - Static method in class com.atlassian.greenhopper.global.PerformanceLogger
-
- info(PerformanceLogger.Threshold, String, Object...) - Static method in class com.atlassian.greenhopper.global.PerformanceLogger
-
- init(CustomField) - Method in class com.atlassian.greenhopper.customfield.epiccolor.EpicColorSearcher
-
- init(CustomField) - Method in class com.atlassian.greenhopper.customfield.epiclabel.EpicLabelSearcher
-
- init(CustomField) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkSearcher
-
- init(CustomFieldSearcherModuleDescriptor) - Method in class com.atlassian.greenhopper.customfield.epicstatus.SelectSearcherWrapper
-
- init(CustomField) - Method in class com.atlassian.greenhopper.customfield.epicstatus.SelectSearcherWrapper
-
- init(CustomField) - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankSearcher
-
- init(CustomField) - Method in class com.atlassian.greenhopper.customfield.rank.RankSearcher
-
This is the first time the searcher knows what its ID and names are
- init(CustomField) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintSearcher
-
- init(Plugin, Element) - Method in class com.atlassian.greenhopper.issue.detailsview.IssueDetailsViewDelegationPanelModuleDescriptorImpl
-
- init(FilterConfig) - Method in class com.atlassian.greenhopper.jira.filters.ClassicBoardRouter
-
- init() - Method in class com.atlassian.greenhopper.manager.cardlayout.CardLayoutManagerImpl
-
- init() - Method in class com.atlassian.greenhopper.manager.color.CardColorManagerImpl
-
- init() - Method in class com.atlassian.greenhopper.manager.detailview.DetailViewFieldManagerImpl
-
- init() - Method in class com.atlassian.greenhopper.manager.lexorank.suspend.LexoRankSuspendManagerImpl
-
- init() - Method in class com.atlassian.greenhopper.manager.rankableobject.RankableObjectManager
-
- init() - Method in class com.atlassian.greenhopper.manager.rapidview.BoardAdminManagerImpl
-
- init() - Method in class com.atlassian.greenhopper.manager.version.VersionMetaDataManagerImpl
-
- init() - Method in class com.atlassian.greenhopper.manager.workingdays.WorkingDaysManagerImpl
-
- init(Plugin, Element) - Method in class com.atlassian.greenhopper.plugin.about.GhStubAboutPagePanelModuleDescriptor
-
- init(Plugin, Element) - Method in class com.atlassian.greenhopper.plugin.projecttemplate.GhStubProjectTemplateModuleDescriptor
-
- init() - Method in class com.atlassian.greenhopper.service.api.remote.RemoteLinkConversationServiceImpl
-
- init() - Method in class com.atlassian.greenhopper.service.lexorank.integrity.LexoRankIntegrityCheckerImpl
-
- init() - Method in class com.atlassian.greenhopper.service.rapid.view.ColumnServiceImpl
-
- init() - Method in class com.atlassian.greenhopper.service.rapid.view.QuickFilterServiceImpl
-
- init() - Method in class com.atlassian.greenhopper.service.rapid.view.StatisticsFieldServiceImpl
-
- init() - Method in class com.atlassian.greenhopper.service.rapid.view.subquery.SubqueryManagerImpl
-
- init() - Method in class com.atlassian.greenhopper.service.rapid.view.SwimlaneServiceImpl
-
- init() - Method in class com.atlassian.greenhopper.service.sprint.SprintManagerImpl
-
- init() - Method in class com.atlassian.greenhopper.upgrade.UpgradeVersionService
-
- init(Map<String, String>) - Method in class com.atlassian.greenhopper.web.admin.GlobalAdminCondition
-
- init(Map<String, String>) - Method in class com.atlassian.greenhopper.web.admin.SoftwareConfigCondition
-
- init(Map<String, String>) - Method in class com.atlassian.greenhopper.web.conditions.IsBurnupFeatureEnabledCondition
-
- init(Map<String, String>) - Method in class com.atlassian.greenhopper.web.conditions.IsLicensedCondition
-
- init(Map<String, String>) - Method in class com.atlassian.greenhopper.web.conditions.IsSoftwareProjectCondition
-
- init(Map<String, String>) - Method in class com.atlassian.greenhopper.web.conditions.IsSprintSupportEnabledCondition
-
- init(Map<String, String>) - Method in class com.atlassian.greenhopper.web.conditions.IssuesInEpicWebPanelCondition
-
- init(Map<String, String>) - Method in class com.atlassian.greenhopper.web.conditions.IsValidUserCondition
-
- init(Map<String, String>) - Method in class com.atlassian.greenhopper.web.conditions.ProjectHasBoardsCondition
-
- init(Map<String, String>) - Method in class com.atlassian.greenhopper.web.contextprovider.AgileIssueWebPanelContextProvider
-
- init(Map<String, String>) - Method in class com.atlassian.greenhopper.web.contextprovider.FilterWithBoardsWarningContextProvider
-
- init(Map<String, String>) - Method in class com.atlassian.greenhopper.web.contextprovider.issuedetailsview.CommentBlockContextProviderWrapper
-
- init(Map<String, String>) - Method in class com.atlassian.greenhopper.web.contextprovider.issuedetailsview.FieldBlockContextProviderWrapper
-
- init(Map<String, String>) - Method in class com.atlassian.greenhopper.web.contextprovider.IssuesInEpicContextProvider
-
- init(FooterModuleDescriptor) - Method in class com.atlassian.greenhopper.web.footer.GreenHopperFooter
-
- init(TopNavigationModuleDescriptor) - Method in class com.atlassian.greenhopper.web.navigation.GreenHopperHeadsUpDisplay
-
- init(ReportModuleDescriptor) - Method in class com.atlassian.greenhopper.web.rapid.chart.integration.DummyAgileReport
-
- init(Map<String, String>) - Method in class com.atlassian.greenhopper.web.rapid.PageLoadDataContextProvider
-
- init(Map<String, String>) - Method in class com.atlassian.greenhopper.web.sidebar.CanSeeKanplanButtonCondition
-
- init(Map<String, String>) - Method in class com.atlassian.greenhopper.web.sidebar.GlobalBoardNavigationPanelContextProvider
-
- init(Map<String, String>) - Method in class com.atlassian.greenhopper.web.sidebar.IsEmptyProjectCondition
-
- init(Map<String, String>) - Method in class com.atlassian.greenhopper.web.sidebar.IsKanbanBoardCondition
-
- init(Map<String, String>) - Method in class com.atlassian.greenhopper.web.sidebar.IsScrumBoardCondition
-
- init(CustomField) - Method in class com.pyxis.greenhopper.jira.customfields.VersionSearcherWrapper
-
- initField(long) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankManager
-
Initializes given field for lexo rank.
- initField(long) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankManagerImpl
-
- initial(LexoRankBucket) - Static method in class com.atlassian.greenhopper.model.lexorank.LexoRank
-
- initial() - Method in class com.atlassian.greenhopper.service.lexorank.LexoRankOperation.Builder
-
- initial() - Method in interface com.atlassian.greenhopper.service.lexorank.LexoRankOperation.HowToRankIssue
-
- INITIAL_MAX_DECIMAL - Static variable in class com.atlassian.greenhopper.model.lexorank.LexoRank
-
- INITIAL_MIN_DECIMAL - Static variable in class com.atlassian.greenhopper.model.lexorank.LexoRank
-
- initialise() - Method in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankBalancingService
-
Initialise the service, this will be called when Agile plug is started.
- initially(LexoRank) - Method in interface com.atlassian.greenhopper.service.lexorank.LexoRankChange.RankedInitially
-
- InitialPermissionSchemeFactory - Interface in com.atlassian.greenhopper.project
-
This Factory produces the default software permission scheme that is assigned to newly created software projects.
- inNextBucket() - Method in class com.atlassian.greenhopper.model.lexorank.LexoRank
-
- inPrevBucket() - Method in class com.atlassian.greenhopper.model.lexorank.LexoRank
-
- InputParameterService - Interface in com.atlassian.greenhopper.web.input
-
Proivdes input
- InputParameterServiceImpl - Class in com.atlassian.greenhopper.web.input
-
- InputParameterServiceImpl() - Constructor for class com.atlassian.greenhopper.web.input.InputParameterServiceImpl
-
- insert(Long, Long, Long, Long) - Method in interface com.atlassian.greenhopper.manager.rank.RankDao
-
Insert a new rank.
- insert(Long, Long, Long, Long) - Method in class com.atlassian.greenhopper.manager.rank.RankDaoImpl
-
- InsertParametersCheck - Class in com.atlassian.greenhopper.manager.rank.instruction
-
Checks the input parameters for an insert operation.
- InsertParametersCheck(ActiveObjects, Long, Long, Long, Long) - Constructor for class com.atlassian.greenhopper.manager.rank.instruction.InsertParametersCheck
-
- InsertRowInstruction - Class in com.atlassian.greenhopper.manager.rank.instruction
-
Create Row instruction
Creates a row, reexecutable
- InsertRowInstruction(ActiveObjects, Long, Long, Long) - Constructor for class com.atlassian.greenhopper.manager.rank.instruction.InsertRowInstruction
-
- instance - Variable in class com.atlassian.greenhopper.model.AbstractBuilder
-
- INSTANCE - Static variable in class com.atlassian.greenhopper.model.rapid.RapidViewNameComparator
-
- INSTANCE - Static variable in class com.atlassian.greenhopper.service.issue.flagging.IssueToKeyTransformer
-
- INSTANCE - Static variable in class com.atlassian.greenhopper.util.data.JacksonJsonableMarshaller
-
- Instruction - Class in com.atlassian.greenhopper.manager.rank.instruction
-
Abstract Instruction class.
- Instruction(ActiveObjects) - Constructor for class com.atlassian.greenhopper.manager.rank.instruction.Instruction
-
- integrityReport() - Method in class com.atlassian.greenhopper.web.configuration.LexoRankResource
-
- intValue() - Method in enum com.atlassian.greenhopper.model.lexorank.LexoRankBucket
-
- invalidate(RapidView) - Method in interface com.atlassian.greenhopper.manager.cardlayout.CardLayoutManager
-
invalidates the cache entry for a given rapid view.
- invalidate(RapidView) - Method in class com.atlassian.greenhopper.manager.cardlayout.CardLayoutManagerImpl
-
- invalidate(RapidView) - Method in interface com.atlassian.greenhopper.manager.color.CardColorManager
-
invalidates the cache entry for a given RV, should only be called by other services.
- invalidate(RapidView) - Method in class com.atlassian.greenhopper.manager.color.CardColorManagerImpl
-
- invalidate(RapidView) - Method in interface com.atlassian.greenhopper.manager.detailview.DetailViewFieldManager
-
invalidates the cache entry for a given RV, should only be called by other services.
- invalidate(RapidView) - Method in class com.atlassian.greenhopper.manager.detailview.DetailViewFieldManagerImpl
-
- invalidate(RapidView) - Method in interface com.atlassian.greenhopper.manager.rapidview.BoardAdminManager
-
- invalidate(RapidView) - Method in class com.atlassian.greenhopper.manager.rapidview.BoardAdminManagerImpl
-
- invalidate(RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.ColumnService
-
- invalidate(RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.ColumnServiceImpl
-
- invalidate(RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.QuickFilterService
-
invalidates the cache entry for a given RV, should only be called by other services.
- invalidate(RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.QuickFilterServiceImpl
-
- invalidate(RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.StatisticsFieldService
-
- invalidate(RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.StatisticsFieldServiceImpl
-
- invalidate(RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.SwimlaneService
-
- invalidate(RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.SwimlaneServiceImpl
-
- invalidateCache(RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.subquery.SubqueryManager
-
- invalidateCache(RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.subquery.SubqueryManagerImpl
-
- invoke() - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintTimes
-
- IS_VALID - Static variable in class com.atlassian.greenhopper.service.rapid.view.cardlayout.CardLayoutFieldConfig
-
- IS_VALID - Static variable in class com.atlassian.greenhopper.service.rapid.view.detailview.DetailViewFieldConfig
-
- isActive() - Method in class com.atlassian.greenhopper.service.sprint.Sprint
-
- isAdded() - Method in class com.atlassian.greenhopper.customfield.ReferencedEntityHistoryEntity
-
- isAdmin(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewPermissionService
-
- isAdmin(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewPermissionServiceImpl
-
- isAllProjectsAdministrator(ApplicationUser) - Method in interface com.atlassian.greenhopper.service.PermissionService
-
Is the user a project admin for all projects
- isAllProjectsAdministrator(ApplicationUser) - Method in class com.atlassian.greenhopper.service.PermissionServiceImpl
-
- isApplicable(ModuleContext) - Method in enum com.atlassian.greenhopper.plugin.module.ModuleDefinition
-
Checks if the module is applicable for the given context.
- isApplicable(ApplicationUser) - Method in class com.atlassian.greenhopper.web.onboarding.firstuseflow.DefaultAgileFirstUseFlow
-
- isArchived() - Method in interface com.atlassian.greenhopper.model.issue.GHVersion
-
- isAutoStartStop() - Method in interface com.atlassian.greenhopper.service.sprint.dao.SprintAO
-
- isAutoStartStop() - Method in class com.atlassian.greenhopper.service.sprint.Sprint
-
- isBalancingDisabled() - Method in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankBalancingService
-
Check to see if the service has disabled balancing.
- isBoardAdminValid(Map<BoardAdmin.Type, Set<String>>, BoardAdmin.Type, String) - Method in class com.atlassian.greenhopper.manager.rapidview.BoardAdminValidator
-
- IsBurnupFeatureEnabledCondition - Class in com.atlassian.greenhopper.web.conditions
-
- IsBurnupFeatureEnabledCondition() - Constructor for class com.atlassian.greenhopper.web.conditions.IsBurnupFeatureEnabledCondition
-
- isCalculateNewIssuesOrder() - Method in class com.atlassian.greenhopper.web.rapid.IssueTransitionAndRankService.TransitionAndRankRequest
-
- isCanBeFixed() - Method in class com.atlassian.greenhopper.service.rank.SortedByRankFieldResult
-
- isCanStartStopSprint() - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintEditEntry
-
- isCanUpdateDates() - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintEditEntry
-
- isCanUpdateSprint() - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintEditEntry
-
- isClosed() - Method in interface com.atlassian.greenhopper.service.sprint.dao.SprintAO
-
Is this sprint closed.
- isClosed() - Method in class com.atlassian.greenhopper.service.sprint.Sprint
-
- isClosedOnPlanMode - Variable in class com.atlassian.greenhopper.web.rapid.view.KanbanPlanModeResource.KanPlanOnboardingStateModel
-
- isClosedOnWorkMode - Variable in class com.atlassian.greenhopper.web.rapid.view.KanbanPlanModeResource.KanPlanOnboardingStateModel
-
- isCollationWorking() - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankDaoContext
-
- isCollationWorking() - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankEntityDetails
-
- isColumnSelectedForDevelopment(Column) - Method in class com.atlassian.greenhopper.web.rapid.AbstractIssueTransitionStrategy
-
- isComplete - Variable in class com.atlassian.greenhopper.web.integration.SearchPagesHelper.SearchResultModel
-
- IsCompleteSprintInBacklogEnabledCondition - Class in com.atlassian.greenhopper.web.conditions
-
- IsCompleteSprintInBacklogEnabledCondition() - Constructor for class com.atlassian.greenhopper.web.conditions.IsCompleteSprintInBacklogEnabledCondition
-
- isConditionTrue() - Method in class com.atlassian.greenhopper.web.admin.UrlReadingGlobalAdminCondition
-
- isConditionTrue() - Method in class com.atlassian.greenhopper.web.conditions.FlexibleBoardsEnabledCondition
-
- isConditionTrue() - Method in class com.atlassian.greenhopper.web.conditions.UrlReadingIsLicensedCondition
-
- isConditionTrue() - Method in class com.atlassian.greenhopper.web.conditions.UrlReadingIsValidUserCondition
-
- isContextualError() - Method in class com.atlassian.greenhopper.model.validation.ErrorCollection.ErrorItem
-
- isCustomFieldCorrectlyConfigured(CustomField) - Method in interface com.atlassian.greenhopper.manager.issue.fields.ManagedFieldConfigurationRestorer
-
Checks if the given custom field is configured correctly.
- isCustomFieldCorrectlyConfigured(CustomField) - Method in class com.atlassian.greenhopper.manager.issue.fields.ManagedFieldConfigurationRestorerImpl
-
- isCustomFieldValid(CustomField, Issue) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.FieldHelper
-
- isDateOverdue(DateMidnight) - Method in class com.atlassian.greenhopper.web.util.WebUtilities
-
Checks whether a date is in the past currently used in boxSettings.vm, here because we don't know where else to put it.
- isDebugEnabled() - Method in class com.atlassian.greenhopper.global.LoggerWrapper
-
- isDefaultLane() - Method in class com.atlassian.greenhopper.model.rapid.Swimlane
-
- isDefaultLane() - Method in interface com.atlassian.greenhopper.service.rapid.view.SwimlaneAO
-
- isDifferentPlugin() - Method in class com.atlassian.greenhopper.upgrade.UpgradeVersionService.PluginRunInfo
-
- isDisabled() - Method in class com.atlassian.greenhopper.service.sprint.services.AutoManagedSprintsFeature
-
Determines if any condition required to enable the Auto-managed sprints feature is unmet.
- isDispatchEvent() - Method in class com.atlassian.greenhopper.service.issuelink.IssueLinkRequest
-
- isDispatchEvent() - Method in class com.atlassian.greenhopper.service.issuelink.IssueUnlinkRequest
-
- isDone() - Method in class com.atlassian.greenhopper.model.Epic
-
- isDone() - Method in class com.atlassian.greenhopper.service.issuelink.EpicModel
-
- isDone() - Method in class com.atlassian.greenhopper.service.issuelink.EpicQuery
-
- isDowngrade() - Method in class com.atlassian.greenhopper.upgrade.UpgradeVersionService.PluginRunInfo
-
- isEmpty() - Method in class com.atlassian.greenhopper.upgrade.IssueIdsIssueIterable
-
- isEmptyFilterBoard() - Method in class com.atlassian.greenhopper.web.rapid.list.CollectIssuesResult
-
- IsEmptyProjectCondition - Class in com.atlassian.greenhopper.web.sidebar
-
For use with items that are determining if it's a fresh project
- IsEmptyProjectCondition() - Constructor for class com.atlassian.greenhopper.web.sidebar.IsEmptyProjectCondition
-
- isEnabled(AgileDarkFeature) - Method in class com.atlassian.greenhopper.features.AgileDarkFeatureChecker
-
- isEnabled() - Method in class com.atlassian.greenhopper.features.GlobalBoardDarkFeatureManager
-
- isEnabled() - Method in enum com.atlassian.greenhopper.model.rapid.ShowEpics
-
- isEnabled() - Method in interface com.atlassian.greenhopper.model.rapid.StatisticsField
-
- isEnabled() - Method in class com.atlassian.greenhopper.model.rapid.StatisticsFieldInstance
-
- isEnabled() - Method in class com.atlassian.greenhopper.service.sprint.services.AutoManagedSprintsFeature
-
Determines if all the conditions to enable the Auto-managed sprints feature are met.
- isEnabledByDefault() - Method in enum com.atlassian.greenhopper.features.JiraSoftwareFeature
-
- isEpic(Issue) - Method in interface com.atlassian.greenhopper.service.issuelink.EpicService
-
Checks if the given issue is an epic.
- isEpic(Issue) - Method in class com.atlassian.greenhopper.service.issuelink.EpicServiceImpl
-
- isEstimable(RapidIssueEntry) - Method in class com.atlassian.greenhopper.web.rapid.chart.ReportModelFactory
-
- isEstimated(RapidIssueEntry) - Method in class com.atlassian.greenhopper.web.rapid.chart.ReportModelFactory
-
- isEstimateFieldApplicableForIssue(StatisticsField, Issue) - Method in class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.utils.EstimationFieldApplicabilityValidator
-
- isEstimateStatisticFieldAndNotApplicable(StatisticsField, Issue) - Method in interface com.atlassian.greenhopper.service.rapid.view.statistics.EstimateStatisticService
-
- isEstimateStatisticFieldAndNotApplicable(StatisticsField, Long, String) - Method in interface com.atlassian.greenhopper.service.rapid.view.statistics.EstimateStatisticService
-
Is the
StatisticsField
field based but
not applicable for the given project and issue type?
- isEstimateStatisticFieldAndNotApplicable(StatisticsField, Issue) - Method in class com.atlassian.greenhopper.service.rapid.view.statistics.EstimateStatisticServiceImpl
-
- isEstimateStatisticFieldAndNotApplicable(StatisticsField, Long, String) - Method in class com.atlassian.greenhopper.service.rapid.view.statistics.EstimateStatisticServiceImpl
-
- isEstimateStatisticValidAndEnabled(StatisticsField) - Method in interface com.atlassian.greenhopper.service.rapid.view.statistics.EstimateStatisticService
-
Is the
StatisticsField
valid and enabled (i.e. should it take part in accumulating statistics over issues)?
- isEstimateStatisticValidAndEnabled(StatisticsField) - Method in class com.atlassian.greenhopper.service.rapid.view.statistics.EstimateStatisticServiceImpl
-
- isExact() - Method in class com.atlassian.greenhopper.model.lexorank.LexoDecimal
-
- isExcelViewSupported() - Method in class com.atlassian.greenhopper.web.rapid.chart.integration.DummyAgileReport
-
- isExclusivelySubTasks() - Method in class com.atlassian.greenhopper.service.issue.callback.ParentIssueAndSubTaskCountCallback
-
- isFailRetry() - Method in class com.atlassian.greenhopper.manager.lexorank.lock.LockOutcome
-
- isFamilyOf(DatabaseFamily) - Method in enum com.atlassian.greenhopper.util.database.DatabaseType
-
- isFatal() - Method in class com.atlassian.greenhopper.service.lexorank.integrity.BucketFieldCheck
-
- isFeatureEnabled(JiraSoftwareFeature) - Method in interface com.atlassian.greenhopper.service.configuration.JiraSoftwareFeatureService
-
Checks the status of the given feature
- isFeatureEnabled(JiraSoftwareFeature) - Method in class com.atlassian.greenhopper.service.configuration.JiraSoftwareFeatureServiceImpl
-
- isFeatureEnabled() - Method in interface com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowService
-
- isFeatureEnabled() - Method in class com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowServiceImpl
-
- isFieldApplicable(CustomField, Issue) - Method in interface com.atlassian.greenhopper.customfield.CustomFieldService
-
Determine whether the given custom field is applicable for (i.e. configured for the context of) the specified issue.
- isFieldApplicable(CustomField, Long, String) - Method in interface com.atlassian.greenhopper.customfield.CustomFieldService
-
Determine whether the given custom field is applicable for (i.e. configured for the context of) the specified
project and issue type.
- isFieldApplicable(CustomField, Issue) - Method in class com.atlassian.greenhopper.customfield.CustomFieldServiceImpl
-
- isFieldApplicable(CustomField, Long, String) - Method in class com.atlassian.greenhopper.customfield.CustomFieldServiceImpl
-
- isFieldBased() - Method in enum com.atlassian.greenhopper.model.rapid.EstimationConfig.Type
-
- isFieldBased() - Method in interface com.atlassian.greenhopper.model.rapid.StatisticsField
-
- isFieldBased() - Method in enum com.atlassian.greenhopper.model.rapid.StatisticsFieldConfig.Type
-
- isFieldBased() - Method in class com.atlassian.greenhopper.model.rapid.StatisticsFieldInstance
-
- isFieldNameInQuerySafe(CustomField) - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankCustomFieldService
-
- isFieldNameInQuerySafe(CustomField) - Method in interface com.atlassian.greenhopper.service.rank.RankCustomFieldService
-
Can the field name be used inside a query?
- isFieldNameInQuerySafe(CustomField) - Method in class com.atlassian.greenhopper.service.rank.RankCustomFieldServiceImpl
-
- isFieldValid(Issue) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.AbstractAggregateRemainingEstimateFieldEntryFactory
-
- isFieldValid() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.CreatedDateFieldEntryFactory
-
- isFieldValid(Issue) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.EpicLinkFieldEntryFactory
-
- isFieldValid(Issue) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.EpicStatusFieldEntryFactory
-
- isFieldValid(Issue) - Method in interface com.atlassian.greenhopper.web.rapid.issue.fields.FieldEntryFactory
-
- isFieldValid(Issue) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.IssueKeyFieldEntryFactory
-
- isFieldValid(Issue) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.NumberCustomFieldEntryFactory
-
- isFieldValid(Issue) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.OriginalEstimateFieldEntryFactory
-
- isFieldValid(Issue) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.ParentIssueKeyFieldEntryFactory
-
- isFieldValid(Issue) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.ReadOnlyCustomFieldEntryFactory
-
- isFieldValid(Issue) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.ReadOnlySystemFieldEntryFactory
-
- isFieldValid(Issue) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.RemainingEstimateFieldEntryFactory
-
- isFieldValid() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.StatusFieldEntryFactory
-
- isFieldValid(Issue) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.SummaryFieldEntryFactory
-
- isFieldValid(Issue) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.TextCustomFieldEntryFactory
-
- isFieldValid() - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.UpdatedDateFieldEntryFactory
-
- isFieldVisible(CustomField, Issue) - Method in interface com.atlassian.greenhopper.customfield.CustomFieldService
-
- isFieldVisible(CustomField, Issue) - Method in class com.atlassian.greenhopper.customfield.CustomFieldServiceImpl
-
- isFieldVisible(Field, Issue) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.FieldHelper
-
- isFieldVisible(String, Issue) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.FieldHelper
-
- isFieldVisibleAndInScope(Issue) - Method in class com.atlassian.greenhopper.customfield.epiccolor.EpicColorCustomFieldIndexer
-
- isFieldVisibleAndInScope(Issue) - Method in class com.atlassian.greenhopper.customfield.epiclabel.EpicLabelCustomFieldIndexer
-
- isFieldVisibleAndInScope(Issue) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCustomFieldIndexer
-
- isFieldVisibleAndInScope(Issue) - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankIndexer
-
- isFieldVisibleAndInScope(Issue) - Method in class com.atlassian.greenhopper.customfield.rank.RankCustomFieldIndexer
-
Always in scope.
- isFlagged(Issue) - Method in interface com.atlassian.greenhopper.service.issue.flagging.FlagService
-
Get the flagged value for the given issue.
- isFlagged(Issue) - Method in class com.atlassian.greenhopper.service.issue.flagging.FlagServiceImpl
-
- isFlagged() - Method in class com.atlassian.greenhopper.service.issue.RapidViewIssue
-
- isFlagged(String) - Method in class com.atlassian.greenhopper.web.rapid.list.FlagResource
-
- isFriday() - Method in class com.atlassian.greenhopper.model.rapid.WorkingDaysConfig
-
- IsFromImporterCondition - Class in com.atlassian.greenhopper.web.conditions
-
- IsFromImporterCondition() - Constructor for class com.atlassian.greenhopper.web.conditions.IsFromImporterCondition
-
- isFuture() - Method in class com.atlassian.greenhopper.service.sprint.Sprint
-
- isFuture() - Method in class com.atlassian.greenhopper.util.TimeRemainingFormatter.TimeRemaining
-
- IsFutureSprintDatesEnabledCondition - Class in com.atlassian.greenhopper.web.conditions
-
- IsFutureSprintDatesEnabledCondition() - Constructor for class com.atlassian.greenhopper.web.conditions.IsFutureSprintDatesEnabledCondition
-
- isGadgetRequest() - Method in class com.atlassian.greenhopper.web.AbstractResource
-
Is this request for rendering a gadget?
- isGlobal - Variable in class com.atlassian.greenhopper.web.rapid.work.WorkResource.WorkTransitionEntry
-
- isGlobalAdmin - Variable in class com.atlassian.greenhopper.web.rapid.UserConfig
-
- isGreaterThan(VersionKit.SoftwareVersion) - Method in class com.atlassian.greenhopper.util.VersionKit.SoftwareVersion
-
Returns true if this version is greater than the specified version
- isGreaterThanOrEqualTo(VersionKit.SoftwareVersion) - Method in class com.atlassian.greenhopper.util.VersionKit.SoftwareVersion
-
Returns true if this version is greater than if equal to the specified version
- isHasSprints() - Method in class com.atlassian.greenhopper.web.contextprovider.AgileIssueWebPanelContext
-
- isImmediate - Variable in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankBalanceRankInfoService.LexoRankRebalanceOperation
-
- isInCategory(Field, FieldDetailsCategory) - Method in class com.atlassian.greenhopper.web.rapid.view.detailview.DetailViewFieldHelper
-
- isInfoEnabled() - Method in class com.atlassian.greenhopper.global.LoggerWrapper
-
- isInitial - Variable in class com.atlassian.greenhopper.web.rapid.work.WorkResource.WorkTransitionEntry
-
- isInRange(ReadableInstant, ReadableInstant, ReadableInstant) - Static method in class com.atlassian.greenhopper.util.DateUtils
-
Checks if the given date is in range, meaning equals or larger than the start date and less or equal to the end date.
- isInvalid() - Method in class com.atlassian.greenhopper.manager.lexorank.lock.LockOutcome
-
- isInvalid() - Method in class com.atlassian.greenhopper.service.index.IndexCheckService.CheckResult
-
- isInvalid() - Method in class com.atlassian.greenhopper.service.lexorank.LexoRankOperationOutcome
-
- isInvalid() - Method in interface com.atlassian.greenhopper.service.ServiceOutcome
-
- isInvalid() - Method in class com.atlassian.greenhopper.service.ServiceOutcomeImpl
-
- isInvalid() - Method in interface com.atlassian.greenhopper.service.ServiceResult
-
- isInvalid() - Method in class com.atlassian.greenhopper.service.ServiceResultImpl
-
- isIssue() - Method in class com.atlassian.greenhopper.service.rank.RankableImpl
-
- isIssueBoomerang(Sprint, List<Column>, String, SortedSet<SprintHealthMetricsResolver.IssueColumnChange>) - Static method in class com.atlassian.greenhopper.service.sprint.health.SprintHealthMetricsResolver
-
- isIssueLoaded() - Method in class com.atlassian.greenhopper.service.rank.RankableImpl
-
- isIssueOfTypeEpic(Issue) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCFType
-
Check if issue
is an epic.
- isIssueRequest() - Method in class com.atlassian.greenhopper.web.rapid.BoardDispatchAction
-
- isIssueStale(RapidIssueEntry, Sprint) - Static method in class com.atlassian.greenhopper.service.sprint.health.SprintHealthMetricsResolver
-
Checks if the given issue is stale.
- isIssuesWereTransitioned() - Method in class com.atlassian.greenhopper.web.rapid.IssueTransitionAndRankService.TransitionAndRankResult
-
- isJiraAdministrator(ApplicationUser) - Method in interface com.atlassian.greenhopper.service.PermissionService
-
Check if the user is having Admin permission on the JIRA instance
- isJiraAdministrator(ApplicationUser) - Method in class com.atlassian.greenhopper.service.PermissionServiceImpl
-
- isJiraForSoftwareSupported() - Method in interface com.atlassian.greenhopper.license.JiraForSoftwareChecker
-
Deprecated.
- isJiraForSoftwareSupported() - Method in class com.atlassian.greenhopper.license.JiraForSoftwareCheckerImpl
-
Deprecated.
- isJiraSystemAdministrator(ApplicationUser) - Method in interface com.atlassian.greenhopper.service.PermissionService
-
Check if the user is having System Administrator permission on the JIRA instance
- isJiraSystemAdministrator(ApplicationUser) - Method in class com.atlassian.greenhopper.service.PermissionServiceImpl
-
- isKanbanBacklogColumn(Column) - Static method in class com.atlassian.greenhopper.model.rapid.KanbanBacklogColumn
-
- isKanbanBacklogColumnByName(String) - Static method in class com.atlassian.greenhopper.model.rapid.KanbanBacklogColumn
-
- isKanbanBacklogMapped() - Method in class com.atlassian.greenhopper.model.rapid.KanbanBacklogColumn
-
- IsKanbanBoardCondition - Class in com.atlassian.greenhopper.web.sidebar
-
For use with web-items that provide Kanban actions.
- IsKanbanBoardCondition() - Constructor for class com.atlassian.greenhopper.web.sidebar.IsKanbanBoardCondition
-
- isKanPlanEnabled() - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
- isKanPlanEnabledForBoard(RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.ColumnService
-
Check that the KanPlan feature is enabled, and that
RapidView
has a mapped Kanban backlog column
- isKanPlanEnabledForBoard(RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.ColumnServiceImpl
-
- isLast() - Method in interface com.atlassian.greenhopper.service.Page
-
- isLast(Boolean) - Method in class com.atlassian.greenhopper.service.Pages.Builder
-
- isLastResultValid() - Method in class com.atlassian.greenhopper.service.util.ServiceErrorCollector
-
Returns a value indicating if the last invocation of collect or collectOrGet was invoked on a ServiceOutcome
that was valid.
- isLegacyMode() - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintDateBasedSearch.SprintData
-
- isLessThan(VersionKit.SoftwareVersion) - Method in class com.atlassian.greenhopper.util.VersionKit.SoftwareVersion
-
Returns true if this version is less than the specified version
- isLessThanOrEqualTo(VersionKit.SoftwareVersion) - Method in class com.atlassian.greenhopper.util.VersionKit.SoftwareVersion
-
Returns true if this version is less than or equal to the specified version
- isLicensed() - Method in class com.atlassian.greenhopper.license.LicenseInfo
-
- isLicensed() - Method in interface com.atlassian.greenhopper.license.LicenseService
-
Checks whether Agile is licensed on this instance of JIRA.
- isLicensed() - Method in class com.atlassian.greenhopper.license.LicenseServiceImpl
-
- IsLicensedCondition - Class in com.atlassian.greenhopper.web.conditions
-
Checks that Agile's license is valid.
- IsLicensedCondition() - Constructor for class com.atlassian.greenhopper.web.conditions.IsLicensedCondition
-
- isLinkedToEpic() - Method in class com.atlassian.greenhopper.web.contextprovider.AgileIssueWebPanelContext
-
- isLocal() - Method in class com.atlassian.greenhopper.web.util.GreenHopperHelpPathResolver.HelpPath
-
- isLockField() - Method in class com.atlassian.greenhopper.customfield.CustomFieldMetadata.Builder
-
- isLockField() - Method in class com.atlassian.greenhopper.customfield.CustomFieldMetadata
-
- isMax() - Method in class com.atlassian.greenhopper.model.lexorank.LexoRank
-
- isMaxIssuesExceeded() - Method in class com.atlassian.greenhopper.web.rapid.work.PoolService.SwimlaneIssuesData
-
- isMet(long) - Method in enum com.atlassian.greenhopper.global.PerformanceLogger.Threshold
-
- isMin() - Method in class com.atlassian.greenhopper.model.lexorank.LexoRank
-
- isMonday() - Method in class com.atlassian.greenhopper.model.rapid.WorkingDaysConfig
-
- isMoreAvailable() - Method in class com.atlassian.greenhopper.issue.util.AttachmentZipExtractor.ZipContents
-
- isMovedToSprint() - Method in class com.atlassian.greenhopper.web.rapid.list.MoveIssuesEvent
-
- isNoEpicLink() - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkSearchRenderer.EpicLinkMultiselectModel
-
- ISO8601_DATE - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QNonWorkingDay
-
- iso8601Date(String) - Method in class com.atlassian.greenhopper.model.rapid.NonWorkingDay.NonWorkingDayBuilder
-
- iso8601Date - Variable in class com.atlassian.greenhopper.web.rapid.view.workingdays.NonWorkingDayModel
-
- iso8601Date - Variable in class com.atlassian.greenhopper.web.rapid.view.workingdays.WorkingDaysResource.NonWorkingDayRequest
-
- isOldDoneIssuesCutoffConfigurable - Variable in class com.atlassian.greenhopper.web.rapid.view.RapidViewEditModel
-
- isOldDoneIssuesCutoffSpecified() - Method in class com.atlassian.greenhopper.model.rapid.RapidView
-
- isOne() - Method in class com.atlassian.greenhopper.model.lexorank.LexoInteger
-
- isOwner(ApplicationUser, SearchRequest) - Static method in class com.atlassian.greenhopper.util.UserUtils
-
- isProjectAdministrator(ApplicationUser, Collection<Project>) - Method in interface com.atlassian.greenhopper.service.PermissionService
-
Check if the user is having the project administrator role for all given projects
- isProjectAdministrator(ApplicationUser, Collection<Project>) - Method in class com.atlassian.greenhopper.service.PermissionServiceImpl
-
- isProjectClauseOnlyQuery(Query) - Method in interface com.atlassian.greenhopper.service.query.QueryService
-
Determine whether this query is "project based"; i.e. whether this query only contains project clauses,
possibly combined with the OR operator.
- isProjectClauseOnlyQuery(Query) - Method in class com.atlassian.greenhopper.service.query.QueryServiceImpl
-
- isProjectRequired() - Method in class com.atlassian.greenhopper.sampledata.IssueTypeGeneratorComponent
-
- isQueryLegacyMode() - Method in class com.atlassian.greenhopper.web.rapid.chart.VelocityChartModel.QueryMetadata
-
- isQueryMatchingIssue(ApplicationUser, Issue, Query) - Method in interface com.atlassian.greenhopper.service.issue.SearchService
-
Perform a search of the query to see if the specified issue matches it.
- isQueryMatchingIssue(ApplicationUser, Issue, Query) - Method in class com.atlassian.greenhopper.service.issue.SearchServiceImpl
-
- isRankable() - Method in class com.atlassian.greenhopper.web.rapid.list.MoveIssuesEvent
-
- isRankableObject() - Method in class com.atlassian.greenhopper.service.rank.RankableImpl
-
- isRankCustomFieldType(CustomField) - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankCustomFieldService
-
- isRankCustomFieldType(CustomField) - Method in interface com.atlassian.greenhopper.service.rank.RankCustomFieldService
-
Is the passed custom field of type "Global Rank".
- isRankCustomFieldType(CustomField) - Method in class com.atlassian.greenhopper.service.rank.RankCustomFieldServiceImpl
-
- isRanked(Long) - Method in class com.atlassian.greenhopper.service.rank.RankIndex
-
- 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?
- isRankField(long) - Method in class com.atlassian.greenhopper.api.rank.RankServiceImpl
-
- isRankField(long) - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankCustomFieldService
-
- isRankField(CustomField) - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankCustomFieldService
-
- isRankField(CustomField) - Method in interface com.atlassian.greenhopper.service.rank.RankCustomFieldService
-
Is the passed custom field of type "Global Rank"
- isRankField(long) - Method in interface com.atlassian.greenhopper.service.rank.RankCustomFieldService
-
Is the passed custom field id of type "Global Rank"
- isRankField(long) - Method in class com.atlassian.greenhopper.service.rank.RankCustomFieldServiceImpl
-
- isRankField(CustomField) - Method in class com.atlassian.greenhopper.service.rank.RankCustomFieldServiceImpl
-
- isRankFieldType(CustomField) - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankCustomFieldService
-
- isRapidBoardEnabled() - Method in interface com.atlassian.greenhopper.api.rapid.configuration.LabsConfigurationService
-
- isRapidBoardEnabled() - Method in class com.atlassian.greenhopper.api.rapid.configuration.LabsConfigurationServiceImpl
-
- isRapidViewUsingGreenHopperSimplifiedWorkflow(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.web.rapid.workflow.WorkflowHelper
-
- isRefinedVelocityActive() - Method in class com.atlassian.greenhopper.model.rapid.RapidView
-
- isRefinedVelocityActive() - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
- isRefinedVelocityActive(RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewSettings
-
Check if sprints not assigned to board should be filtered out from velocity report
- isRefinedVelocityActive(RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewSettingsImpl
-
- isReindexAllowed() - Method in class com.atlassian.greenhopper.upgrade.AbstractGhUpgradeTask
-
- isReindexTaskRunning() - Method in class com.atlassian.greenhopper.web.rapid.RapidBoardAction
-
- isReleased() - Method in interface com.atlassian.greenhopper.model.issue.GHVersion
-
- isReleased() - Method in class com.atlassian.greenhopper.service.rapid.view.VersionQuery
-
- isReleaseReportSupported() - Method in class com.atlassian.greenhopper.plugin.DevStatusPluginMetadataService
-
- isRelevantForIssue(Issue) - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankIndexer
-
- isRelevantForIssue(Issue) - Method in class com.atlassian.greenhopper.customfield.rank.RankCustomFieldIndexer
-
Always relevant.
- isRelevantForQuery(ApplicationUser, Query) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkSearchRenderer
-
- isRelevantForQuery(ApplicationUser, Query) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintSearchRenderer
-
- isRemainingEstimateStatisticsField(StatisticsField) - Method in interface com.atlassian.greenhopper.service.rapid.view.statistics.TrackingStatisticService
-
Is the passed StatisticsField of type remaining estimate?
- isRemainingEstimateStatisticsField(StatisticsField) - Method in class com.atlassian.greenhopper.service.rapid.view.statistics.TrackingStatisticServiceImpl
-
- isRenderable() - Method in class com.atlassian.greenhopper.customfield.epiccolor.EpicColorCFType
-
- isRenderable() - Method in class com.atlassian.greenhopper.customfield.epiclabel.EpicLabelCFType
-
- isRenderable() - Method in class com.atlassian.greenhopper.customfield.sprint.SprintCFType
-
- isRenderable() - Method in class com.pyxis.greenhopper.jira.customfields.ReleasedVersionHistoryCFType
-
Field is intended for internal use only
- isRequired() - Method in class com.atlassian.greenhopper.service.issue.NotRequiredFieldScreenRenderLayoutItem
-
The only method we care about - we are never required
- isRequireField() - Method in class com.atlassian.greenhopper.customfield.CustomFieldMetadata.Builder
-
- isRequireField() - Method in class com.atlassian.greenhopper.customfield.CustomFieldMetadata
-
Used to determine both "requiredness" and whether to add to the issue creation screen.
- isResolved() - Method in class com.atlassian.greenhopper.web.contextprovider.IssuesInEpicContext.IssueInfo
-
- isResultUserContextIndependent() - Method in class com.atlassian.greenhopper.util.jql.project.ProjectContextVisitor
-
- isRetry() - Method in class com.atlassian.greenhopper.manager.lexorank.lock.LockProcessOutcome
-
- isRunning() - Method in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankScheduledBalanceHandler
-
Is lexorank scheduled balance in progress.
- isSampleDataAvailable - Variable in class com.atlassian.greenhopper.web.rapid.RapidGlobalConfig
-
- isSaturday() - Method in class com.atlassian.greenhopper.model.rapid.WorkingDaysConfig
-
- IsScrumBoardCondition - Class in com.atlassian.greenhopper.web.sidebar
-
For use with web-items that provide Sprint actions.
- IsScrumBoardCondition() - Constructor for class com.atlassian.greenhopper.web.sidebar.IsScrumBoardCondition
-
- isShow(Issue) - Method in class com.atlassian.greenhopper.service.issue.NotRequiredFieldScreenRenderLayoutItem
-
- isShowEpicAsPanel() - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
- isShown(ApplicationUser, SearchContext) - Method in class com.atlassian.greenhopper.customfield.epiclabel.EpicLabelRenderer
-
- isShown(ApplicationUser, SearchContext) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkSearchRenderer
-
- isShown(ApplicationUser, SearchContext) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintSearchRenderer
-
- isShownAndVisible(CustomField, ApplicationUser, SearchContext) - Method in interface com.atlassian.greenhopper.customfield.JiraCustomFieldUtilsService
-
Checks if the custom field is in the search context scope (using OrderableField.isShown(com.atlassian.jira.issue.Issue)
)
and visible in all field schemes.
- isShownAndVisible(CustomField, ApplicationUser, SearchContext) - Method in class com.atlassian.greenhopper.customfield.JiraCustomFieldUtilsServiceImpl
-
- isSoftwareProject(Project) - Method in interface com.atlassian.greenhopper.project.SoftwareProjectTypeService
-
Checks whether the specified project is a software project.
- isSoftwareProject(Project) - Method in class com.atlassian.greenhopper.project.SoftwareProjectTypeServiceImpl
-
- IsSoftwareProjectCondition - Class in com.atlassian.greenhopper.web.conditions
-
- IsSoftwareProjectCondition() - Constructor for class com.atlassian.greenhopper.web.conditions.IsSoftwareProjectCondition
-
- IsSprintGoalDefined - Class in com.atlassian.greenhopper.web.conditions
-
For use with web-items that provide Sprint actions.
- IsSprintGoalDefined() - Constructor for class com.atlassian.greenhopper.web.conditions.IsSprintGoalDefined
-
- IsSprintGoalEnabledCondition - Class in com.atlassian.greenhopper.web.conditions
-
- IsSprintGoalEnabledCondition() - Constructor for class com.atlassian.greenhopper.web.conditions.IsSprintGoalEnabledCondition
-
- IsSprintPlanEnabledCondition - Class in com.atlassian.greenhopper.web.conditions
-
- IsSprintPlanEnabledCondition() - Constructor for class com.atlassian.greenhopper.web.conditions.IsSprintPlanEnabledCondition
-
- isSprintsEnabled() - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
Does this view have sprint support enabled.
- isSprintSupportEnabled(long) - Method in interface com.atlassian.greenhopper.api.rapid.configuration.LabsConfigurationService
-
- isSprintSupportEnabled(long) - Method in class com.atlassian.greenhopper.api.rapid.configuration.LabsConfigurationServiceImpl
-
- isSprintSupportEnabled() - Method in class com.atlassian.greenhopper.model.rapid.RapidView
-
- isSprintSupportEnabled(RapidViewPreset) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewPresetService
-
- isSprintSupportEnabled() - Method in class com.atlassian.greenhopper.web.rapid.list.MoveIssuesEvent
-
- IsSprintSupportEnabledCondition - Class in com.atlassian.greenhopper.web.conditions
-
Check if is sprint support is enabled for board.
- IsSprintSupportEnabledCondition() - Constructor for class com.atlassian.greenhopper.web.conditions.IsSprintSupportEnabledCondition
-
- IsSprintSyncedCondition - Class in com.atlassian.greenhopper.web.conditions
-
For use with web-items that provide Sprint actions.
- IsSprintSyncedCondition() - Constructor for class com.atlassian.greenhopper.web.conditions.IsSprintSyncedCondition
-
- isStarted() - Method in interface com.atlassian.greenhopper.service.sprint.dao.SprintAO
-
Has the sprint started
- isStartRecord() - Method in class com.atlassian.greenhopper.upgrade.UpgradeVersionService.UpgradeHistoryDetail
-
- isStatusInitialStatus(JiraWorkflow, Status) - Method in interface com.atlassian.greenhopper.service.workflow.WorkflowService
-
Is this status the initial status for this workflow?
- isStatusInitialStatus(JiraWorkflow, Status) - Method in class com.atlassian.greenhopper.service.workflow.WorkflowServiceImpl
-
- isStatusResolutionDone(ApplicationUser, JiraWorkflow, Status) - Method in interface com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowService
-
Check if this status is marked as done in simplified workflow
- isStatusResolutionDone(ApplicationUser, JiraWorkflow, Status) - Method in class com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowServiceImpl
-
- isStickySprintHeaderEnabled() - Method in class com.atlassian.greenhopper.web.rapid.RapidBoardAction
-
- isSubtask(Issue) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCFType
-
Check whether issue
is a subtask.
- isSubTask() - Method in class com.atlassian.greenhopper.manager.issue.issuetypes.IssueTypeMetadata
-
- isSuccess() - Method in class com.atlassian.greenhopper.manager.lexorank.lock.LockProcessOutcome
-
- ISSUE - Static variable in class com.atlassian.greenhopper.service.rank.RankableType
-
- issue - Variable in class com.atlassian.greenhopper.web.rapid.work.WorkResource.GetIssueResponse
-
- ISSUE_COUNT_EXCL_SUBS_NAME_KEY - Static variable in class com.atlassian.greenhopper.service.rapid.view.StatisticsFieldServiceImpl
-
- ISSUE_COUNT_NAME_KEY - Static variable in class com.atlassian.greenhopper.service.rapid.view.statistics.EstimateStatisticServiceImpl
-
- ISSUE_COUNT_NAME_KEY - Static variable in class com.atlassian.greenhopper.service.rapid.view.StatisticsFieldServiceImpl
-
- ISSUE_ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QIssueRanking
-
- ISSUE_ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QIssueRankingOperationLog
-
- ISSUE_ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QLexoRank
-
- IssueAndParentKeyCallback - Class in com.atlassian.greenhopper.service.issue.callback
-
Collect issue keys found and map them to their parent issue's key
- IssueAndParentKeyCallback() - Constructor for class com.atlassian.greenhopper.service.issue.callback.IssueAndParentKeyCallback
-
- issueArchivingEnabled - Variable in class com.atlassian.greenhopper.web.rapid.work.IssuesData
-
- IssueColumnChange() - Constructor for class com.atlassian.greenhopper.service.sprint.health.SprintHealthMetricsResolver.IssueColumnChange
-
- IssueColumnChangeCollector - Class in com.atlassian.greenhopper.web.rapid.chart
-
- IssueColumnChangeCollector(List<Column>, Map<Status, Column>, SwimlaneFilter) - Constructor for class com.atlassian.greenhopper.web.rapid.chart.IssueColumnChangeCollector
-
- IssueColumnChangeEntry - Class in com.atlassian.greenhopper.web.rapid.chart
-
Column change entry for a given issue.
- IssueColumnChangeEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.IssueColumnChangeEntry
-
- issueComplete(Long, String, Option<Document>) - Method in class com.atlassian.greenhopper.service.issue.callback.AbstractCompoundDataCallback
-
- issueComplete(Long, String, Option<Document>) - Method in class com.atlassian.greenhopper.service.issue.callback.AbstractIssueDataCallback
-
- issueComplete(Long, String, Option<Document>) - Method in class com.atlassian.greenhopper.service.issue.callback.ComposedIssueDataCallback
-
- issueComplete(Long, String, Option<Document>) - Method in interface com.atlassian.greenhopper.service.issue.callback.IssueDataCallback
-
Called when all fieldData was returned for a single issue.
- issueComplete(Long, String, Option<Document>) - Method in class com.atlassian.greenhopper.service.issue.callback.ParentIssueAndSubTaskCountCallback
-
- issueComplete(Long, String, Option<Document>) - Method in class com.atlassian.greenhopper.service.issue.callback.SprintAndProjectsCallback
-
- issueComplete(Long, String, Option<Document>) - Method in class com.atlassian.greenhopper.service.rapid.view.color.AbstractCardColorCallback
-
- issueComplete(Long, String, Option<Document>) - Method in class com.atlassian.greenhopper.service.sprint.SprintHistoryDataCollector
-
- issueComplete(Long, String, Option<Document>) - Method in class com.atlassian.greenhopper.web.rapid.chart.StatisticHistoryDataCallback
-
- IssueCompoundDataCallback - Interface in com.atlassian.greenhopper.service.issue.callback
-
A specialisation of
IssueDataCallback
which wants all fields and their values in one go to do more complex
processing.
- issueCount - Variable in class com.atlassian.greenhopper.web.rapid.work.WorkData.ETagData
-
- IssueCountAndLastUpdatedCollector - Class in com.atlassian.greenhopper.service.issue.callback
-
Low level lucene collector to determine changes on board work view
- IssueCountAndLastUpdatedCollector() - Constructor for class com.atlassian.greenhopper.service.issue.callback.IssueCountAndLastUpdatedCollector
-
- IssueCountExcludingSubTasksStatisticsCallback - Class in com.atlassian.greenhopper.service.issue.callback
-
Checks the issue type of each document against the list of parent issue types to ensure that only parent issues are
counted towards column statistics.
- IssueCountExcludingSubTasksStatisticsCallback(Map<String, Column>, Set<String>) - Constructor for class com.atlassian.greenhopper.service.issue.callback.IssueCountExcludingSubTasksStatisticsCallback
-
- IssueCountPerSprintCollector - Class in com.atlassian.greenhopper.customfield.sprint
-
- IssueCountPerSprintCollector(String) - Constructor for class com.atlassian.greenhopper.customfield.sprint.IssueCountPerSprintCollector
-
- IssueCountStatisticsCallback - Class in com.atlassian.greenhopper.service.issue.callback
-
Very simple statistics callback - every document is worth 1.
- IssueCountStatisticsCallback(Map<String, Column>) - Constructor for class com.atlassian.greenhopper.service.issue.callback.IssueCountStatisticsCallback
-
- IssueCycleTimeCollector - Class in com.atlassian.greenhopper.web.rapid.chart
-
Calculates the raw data needed for the Control Chart.
- IssueCycleTimeCollector(List<Column>, Map<Status, Column>, DateTime, WorkRateData) - Constructor for class com.atlassian.greenhopper.web.rapid.chart.IssueCycleTimeCollector
-
- IssueCycleTimeCollector.IssueTimesResult - Class in com.atlassian.greenhopper.web.rapid.chart
-
Result data in a shape that can be easily set in the REST template
- IssueData() - Constructor for class com.atlassian.greenhopper.web.rapid.plan.SplitIssueService.IssueData
-
- IssueData(String, String, String, String) - Constructor for class com.atlassian.greenhopper.web.rapid.plan.SplitIssueService.IssueData
-
- IssueDataCallback - Interface in com.atlassian.greenhopper.service.issue.callback
-
Abstraction for fetching a limited number of issue field values from Lucene.
- IssueDataService - Interface in com.atlassian.greenhopper.service.issue
-
Provides easy querying of partial issue data.
- IssueDataServiceImpl - Class in com.atlassian.greenhopper.service.issue
-
Abstraction for a common usage pattern of querying a handful of issue fields from Lucene.
- IssueDataServiceImpl(SearchProviderFactory, SearchProvider) - Constructor for class com.atlassian.greenhopper.service.issue.IssueDataServiceImpl
-
- issueDestinations - Variable in class com.atlassian.greenhopper.web.rapid.plan.SplitIssueResource.DialogData
-
- IssueDetailsLinkingModuleEnabledCondition - Class in com.atlassian.greenhopper.web.conditions
-
The web condition used for showing/hiding the issue link block, which is currently one of delegation blocks, of Editable Details View.
- IssueDetailsLinkingModuleEnabledCondition() - Constructor for class com.atlassian.greenhopper.web.conditions.IssueDetailsLinkingModuleEnabledCondition
-
- IssueDetailsViewDelegationPanelModuleDescriptorImpl - Class in com.atlassian.greenhopper.issue.detailsview
-
Module descriptor for Editable Details View system blocks which do not need a custom context provider to work, just delegate to the View Issue ones.
- IssueDetailsViewDelegationPanelModuleDescriptorImpl(ModuleFactory, WebInterfaceManager) - Constructor for class com.atlassian.greenhopper.issue.detailsview.IssueDetailsViewDelegationPanelModuleDescriptorImpl
-
- IssueDetailsViewPanel - Class in com.atlassian.greenhopper.issue.detailsview
-
A custom web panel specifically for Editable Details View system blocks.
- IssueDetailsViewPanel(ContextProvider, Iterable<ResourceDescriptor>, VelocityTemplatingEngine, SoyTemplateRendererProvider) - Constructor for class com.atlassian.greenhopper.issue.detailsview.IssueDetailsViewPanel
-
- IssueEntry - Class in com.atlassian.greenhopper.web.rapid.issue
-
Holds all data about a single issue.
- IssueEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.IssueEntry
-
- IssueEntryFactory - Class in com.atlassian.greenhopper.web.rapid.issue
-
- IssueEntryFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.IssueEntryFactory
-
- IssueFieldValueProvider - Interface in com.atlassian.greenhopper.service.issue.callback
-
Provides access to field values for issues captured from Lucene,
and optionally the issue doc.
- IssueFieldValueProviderImpl - Class in com.atlassian.greenhopper.service.issue.callback
-
- IssueFieldValueProviderImpl() - Constructor for class com.atlassian.greenhopper.service.issue.callback.IssueFieldValueProviderImpl
-
- IssueHelper - Class in com.atlassian.greenhopper.web.rapid.issue
-
TODO: Document this class / interface here
- IssueHelper() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.IssueHelper
-
- issueHelper - Variable in class com.atlassian.greenhopper.web.rapid.IssueTransitionServiceImpl
-
- issueId - Variable in class com.atlassian.greenhopper.api.rank.web.RankableChange
-
- issueId - Variable in class com.atlassian.greenhopper.manager.rank.instruction.BaseInstruction
-
- issueId - Variable in class com.atlassian.greenhopper.web.rapid.issue.fields.FieldUpdatedEntry
-
Id of the updated issue.
- issueId - Variable in class com.atlassian.greenhopper.web.rapid.issue.IssueTransitions
-
Id of the issue this object is about.
- IssueIdCallback - Class in com.atlassian.greenhopper.service.issue.callback
-
- IssueIdCallback() - Constructor for class com.atlassian.greenhopper.service.issue.callback.IssueIdCallback
-
- IssueIdNumericCollector - Class in com.atlassian.greenhopper.service.issue.callback
-
- IssueIdNumericCollector() - Constructor for class com.atlassian.greenhopper.service.issue.callback.IssueIdNumericCollector
-
- 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.
- issueIds - Variable in class com.atlassian.greenhopper.web.rank.RankRequest
-
- IssueIdsIssueIterable - Class in com.atlassian.greenhopper.upgrade
-
This is a copy from IssueIdsIssueIterable
as it isn't in public API
- IssueIdsIssueIterable(Collection<Long>, IssueManager) - Constructor for class com.atlassian.greenhopper.upgrade.IssueIdsIssueIterable
-
- issueIdsOrKeys - Variable in class com.atlassian.greenhopper.web.rapid.issue.IssueResource.MatchesBoardResponse
-
- IssueIndexService - Interface in com.atlassian.greenhopper.service
-
Provides issue indexing support
- IssueIndexServiceImpl - Class in com.atlassian.greenhopper.service
-
- IssueIndexServiceImpl() - Constructor for class com.atlassian.greenhopper.service.IssueIndexServiceImpl
-
- IssueInfo(Issue) - Constructor for class com.atlassian.greenhopper.web.contextprovider.IssuesInEpicContext.IssueInfo
-
- issueKey - Variable in class com.atlassian.greenhopper.api.rank.web.RankableChange
-
- issueKey - Variable in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankBalanceRankInfoService.LexoRankMaxRank
-
- issueKey - Variable in class com.atlassian.greenhopper.service.sprint.health.SprintHealthMetricsResolver.IssueColumnChange
-
- IssueKeyData - Class in com.atlassian.greenhopper.customfield.sprint
-
Holds Issue keys mapped to their parent's issue key (if the issue is a subtask) and issue summary.
- IssueKeyData(Map<String, String>, Map<String, String>) - Constructor for class com.atlassian.greenhopper.customfield.sprint.IssueKeyData
-
- IssueKeyFieldEntryFactory - Class in com.atlassian.greenhopper.web.rapid.issue.fields
-
- IssueKeyFieldEntryFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.fields.IssueKeyFieldEntryFactory
-
- 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.
- issueKeys - Variable in class com.atlassian.greenhopper.web.rank.RankRequest
-
- issueKeys - Variable in class com.atlassian.greenhopper.web.rapid.list.FlagResource.FlagRequest
-
- issueKeys - Variable in class com.atlassian.greenhopper.web.rapid.RapidBoardResource.TransitionAndRankRequest
-
- issueKeys - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.RemoveFromSprintModel.RemoveFromSprintEntryModel
-
- issueKeysAddedDuringSprint - Variable in class com.atlassian.greenhopper.web.rapid.chart.HistoricSprintReportContents
-
- IssueKeysAndStatisticsCallback(Sprint, DocumentStatisticValueResolver, EstimateStatisticService) - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.StartSprintHelper.IssueKeysAndStatisticsCallback
-
- issueLinkEntries - Variable in class com.atlassian.greenhopper.web.rapid.issue.issuelink.IssueLinkModel.IssueLinkTypeEntry
-
- IssueLinkEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.issuelink.IssueLinkModel.IssueLinkEntry
-
- IssueLinkModel - Class in com.atlassian.greenhopper.web.rapid.issue.issuelink
-
Represents the links to and from an issue.
- IssueLinkModel() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.issuelink.IssueLinkModel
-
- IssueLinkModel.IssueLinkEntry - Class in com.atlassian.greenhopper.web.rapid.issue.issuelink
-
- IssueLinkModel.IssueLinkTypeEntry - Class in com.atlassian.greenhopper.web.rapid.issue.issuelink
-
- IssueLinkModel.LocalIssueLinkEntry - Class in com.atlassian.greenhopper.web.rapid.issue.issuelink
-
- IssueLinkModel.RemoteIssueLinkEntry - Class in com.atlassian.greenhopper.web.rapid.issue.issuelink
-
- IssueLinkModelFactory - Class in com.atlassian.greenhopper.web.rapid.issue.issuelink
-
- IssueLinkModelFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.issuelink.IssueLinkModelFactory
-
- IssueLinkRequest - Class in com.atlassian.greenhopper.service.issuelink
-
- IssueLinksSystemFieldEntryFactory - Class in com.atlassian.greenhopper.web.rapid.issue.fields
-
Creates
FieldEntry
for the issue links system field.
- IssueLinksSystemFieldEntryFactory(FieldHelper, OrderableField) - Constructor for class com.atlassian.greenhopper.web.rapid.issue.fields.IssueLinksSystemFieldEntryFactory
-
- IssueLinkTypeContextTransformer - Class in com.atlassian.greenhopper.issue.link
-
Converts the JIRA View Issue Plugin's representation of an issue link type into our JSON one.
- IssueLinkTypeContextTransformer(IssueHelper, IssueStatusService, StatusEntryFactory) - Constructor for class com.atlassian.greenhopper.issue.link.IssueLinkTypeContextTransformer
-
- issueLinkTypeEntries - Variable in class com.atlassian.greenhopper.web.rapid.issue.issuelink.IssueLinkModel
-
- IssueLinkTypeEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.issuelink.IssueLinkModel.IssueLinkTypeEntry
-
- issueMetrics - Variable in class com.atlassian.greenhopper.service.sprint.health.SprintHealth
-
- IssueOperation - Class in com.atlassian.greenhopper.web.rapid.issue.operations
-
Models an issue operation used in the Issue Actions menu.
- IssueOperation() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.operations.IssueOperation
-
- IssueOperationsBarUtilFactory - Class in com.atlassian.greenhopper.web.rapid.issue.operations
-
Used to provide Issue Operation groups, sections and links.
- IssueOperationsBarUtilFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.operations.IssueOperationsBarUtilFactory
-
- IssueOperationsHelper - Class in com.atlassian.greenhopper.web.rapid.issue.operations
-
Provides issue actions defined for a given issue.
- IssueOperationsHelper() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.operations.IssueOperationsHelper
-
- IssueOperationsModel - Class in com.atlassian.greenhopper.web.rapid.issue.operations
-
Holds the available issue operations.
- IssueOperationsModel() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.operations.IssueOperationsModel
-
- IssueOperationsSection - Class in com.atlassian.greenhopper.web.rapid.issue.operations
-
Group of operations.
- IssueOperationsSection() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.operations.IssueOperationsSection
-
- IssuePermissionService - Interface in com.atlassian.greenhopper.issue
-
- IssuePermissionServiceImpl - Class in com.atlassian.greenhopper.issue
-
- IssuePermissionServiceImpl() - Constructor for class com.atlassian.greenhopper.issue.IssuePermissionServiceImpl
-
- ISSUERANKING_PK - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QIssueRanking
-
- IssueRankingAO - Interface in com.atlassian.greenhopper.manager.rank
-
New way of ranking issues per rank custom field
- ISSUERANKINGLOG_PK - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QIssueRankingOperationLog
-
- IssueRankingOperationLogAO - Interface in com.atlassian.greenhopper.manager.rank
-
- IssueRankService - Interface in com.atlassian.greenhopper.web.rapid
-
- IssueRankServiceImpl - Class in com.atlassian.greenhopper.web.rapid
-
- IssueRankServiceImpl() - Constructor for class com.atlassian.greenhopper.web.rapid.IssueRankServiceImpl
-
- IssueReopenedChecker - Class in com.atlassian.greenhopper.web.rapid.issue.statistics
-
This class is responsible for checking whether the issue has been reopened at least once or not
in either in current sprint or outside on demand.
- IssueResource - Class in com.atlassian.greenhopper.web.rapid.issue
-
Provides issue related rest resources
- IssueResource(IssueEntryFactory, TransitionEntryFactory, IssueHelper, RapidViewService, PoolService, EstimateStatisticService, SprintIssueService, TrackingStatisticService, VersionService, VersionService, IssueService, RapidViewQueryService, SearchService, TabModelFactoryFactory, DetailViewFieldService, ColumnService) - Constructor for class com.atlassian.greenhopper.web.rapid.issue.IssueResource
-
- IssueResource.MatchesBoardResponse - Class in com.atlassian.greenhopper.web.rapid.issue
-
- IssueResource.SetVersionRequest - Class in com.atlassian.greenhopper.web.rapid.issue
-
- IssueRowEntry - Class in com.atlassian.greenhopper.web.rapid.issue
-
Holds common issue information that is presented in a issue row in Subtasks and Issues in Epic panels.
- IssueRowEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.IssueRowEntry
-
- IssueRowEntry.IssueTypeEntry - Class in com.atlassian.greenhopper.web.rapid.issue
-
- IssueRowEntry.UserEntry - Class in com.atlassian.greenhopper.web.rapid.issue
-
- IssueRowEntryFactory - Class in com.atlassian.greenhopper.web.rapid.issue
-
Factory to create IssueRowEntry for issues in Subtasks and Issues in Epic panels in Issue Detail View.
- IssueRowEntryFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.IssueRowEntryFactory
-
- issues - Variable in class com.atlassian.greenhopper.web.rapid.work.IssuesData
-
- ISSUES_IN_EPIC_DETAILS_VIEW - Static variable in class com.atlassian.greenhopper.features.SoftwareFeatureFlags
-
- issuesCompletedInAnotherSprint - Variable in class com.atlassian.greenhopper.web.rapid.chart.HistoricSprintReportContents
-
- issuesCompletedInAnotherSprintEstimateSum - Variable in class com.atlassian.greenhopper.web.rapid.chart.HistoricSprintReportContents
-
- issuesCompletedInAnotherSprintInitialEstimateSum - Variable in class com.atlassian.greenhopper.web.rapid.chart.HistoricSprintReportContents
-
- IssuesData - Class in com.atlassian.greenhopper.web.rapid.work
-
- IssuesData() - Constructor for class com.atlassian.greenhopper.web.rapid.work.IssuesData
-
- issueService - Variable in class com.atlassian.greenhopper.web.rapid.IssueTransitionServiceImpl
-
- issueService - Variable in class com.atlassian.greenhopper.web.rapid.MultipleIssueTransitionStrategy
-
- issueService - Variable in class com.atlassian.greenhopper.web.rapid.SingleIssueTransitionStrategy
-
- issuesForSprint - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.StartSprintModel
-
- IssuesForSprint() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.StartSprintHelper.IssuesForSprint
-
- issuesIds - Variable in class com.atlassian.greenhopper.web.rapid.sprint.SprintPlanEntry
-
- issuesInBacklog - Variable in class com.atlassian.greenhopper.web.rapid.issue.IssueResource.MatchesBoardResponse
-
- IssuesInEpicContext - Class in com.atlassian.greenhopper.web.contextprovider
-
- IssuesInEpicContext(String, String, String, List<IssuesInEpicContext.IssueInfo>, WebUtilities) - Constructor for class com.atlassian.greenhopper.web.contextprovider.IssuesInEpicContext
-
- IssuesInEpicContext.IssueInfo - Class in com.atlassian.greenhopper.web.contextprovider
-
Object used to expose the necessary properties to the velocity template for epic panel
- IssuesInEpicContextProvider - Class in com.atlassian.greenhopper.web.contextprovider
-
- IssuesInEpicContextProvider() - Constructor for class com.atlassian.greenhopper.web.contextprovider.IssuesInEpicContextProvider
-
- IssuesInEpicWebPanelCondition - Class in com.atlassian.greenhopper.web.conditions
-
Condition to determine whether to display the Issues in Epic panel in JIRA
- IssuesInEpicWebPanelCondition() - Constructor for class com.atlassian.greenhopper.web.conditions.IssuesInEpicWebPanelCondition
-
- issuesMovedBack - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.ReopenSprintViewModel
-
- issuesNotCompletedEstimateSum - Variable in class com.atlassian.greenhopper.web.rapid.chart.HistoricSprintReportContents
-
- issuesNotCompletedInCurrentSprint - Variable in class com.atlassian.greenhopper.web.rapid.chart.HistoricSprintReportContents
-
- issuesNotCompletedInitialEstimateSum - Variable in class com.atlassian.greenhopper.web.rapid.chart.HistoricSprintReportContents
-
- issuesNotEstimated - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.StartSprintModel
-
Holds some, but not necessarily all of the issues not estimated.
- IssueSprintStatistics - Class in com.atlassian.greenhopper.web.rapid.issue.statistics
-
This class use to indicate the status of an issue.
- IssueSprintStatistics.Builder - Class in com.atlassian.greenhopper.web.rapid.issue.statistics
-
- IssueStatisticValueResolver - Interface in com.atlassian.greenhopper.web.rapid.issue.statistics
-
Used for retrieving the value of the "estimation statistic" from an Issue.
- IssueStatus - Class in com.atlassian.greenhopper.issue.fields.status
-
- IssueStatus(String, String, String, String, IssueStatusCategory) - Constructor for class com.atlassian.greenhopper.issue.fields.status.IssueStatus
-
- issueStatusAtEndOfSprint - Variable in class com.atlassian.greenhopper.web.rapid.issue.statistics.IssueSprintStatistics
-
- IssueStatusCategory - Class in com.atlassian.greenhopper.issue.fields.status
-
- IssueStatusCategory(Long, String, String) - Constructor for class com.atlassian.greenhopper.issue.fields.status.IssueStatusCategory
-
- IssueStatusHistoryCallback - Interface in com.atlassian.greenhopper.service.charts
-
Collector-style callback for gathering issue status change history information.
- IssueStatusHistoryService - Interface in com.atlassian.greenhopper.service.charts
-
Provides status history information in the form of status change timelines.
- IssueStatusHistoryServiceImpl - Class in com.atlassian.greenhopper.service.charts
-
Produces status history from the Lucene change history index.
- IssueStatusHistoryServiceImpl() - Constructor for class com.atlassian.greenhopper.service.charts.IssueStatusHistoryServiceImpl
-
- IssueStatusService - Interface in com.atlassian.greenhopper.service.issue.field
-
- IssueStatusServiceImpl - Class in com.atlassian.greenhopper.service.issue.field
-
- IssueStatusServiceImpl() - Constructor for class com.atlassian.greenhopper.service.issue.field.IssueStatusServiceImpl
-
- IssueSubtasksResolved - Class in com.atlassian.greenhopper.web.rapid.issue
-
- IssueSubtasksResolved(Long, Boolean) - Constructor for class com.atlassian.greenhopper.web.rapid.issue.IssueSubtasksResolved
-
- IssueSummaryCallback - Class in com.atlassian.greenhopper.service.issue.callback
-
Collect issue summaries
- IssueSummaryCallback() - Constructor for class com.atlassian.greenhopper.service.issue.callback.IssueSummaryCallback
-
- issuesWereTransitioned - Variable in class com.atlassian.greenhopper.web.rapid.RapidBoardResource.TransitionAndRankResponse
-
- IssueTimesResult() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.IssueCycleTimeCollector.IssueTimesResult
-
- IssueToKeyTransformer - Class in com.atlassian.greenhopper.service.issue.flagging
-
- IssueToKeyTransformer() - Constructor for class com.atlassian.greenhopper.service.issue.flagging.IssueToKeyTransformer
-
- issueToParentKeys - Variable in class com.atlassian.greenhopper.web.rapid.chart.ScopeChangeBurndownModel
-
contains the mapping of issue keys to their parent issue key
- issueToParentKeys - Variable in class com.atlassian.greenhopper.web.rapid.chart.SprintBurndownModel
-
contains the mapping of issue keys to their parent issue key
- issueToSummary - Variable in class com.atlassian.greenhopper.web.rapid.chart.SprintBurndownModel
-
contains the mapping of issue keys to their summaries
- IssueTransitionAndRankService - Interface in com.atlassian.greenhopper.web.rapid
-
Service to transition an issue to another status as well as to rank the issue.
- IssueTransitionAndRankService.TransitionAndRankRequest - Class in com.atlassian.greenhopper.web.rapid
-
- IssueTransitionAndRankService.TransitionAndRankResult - Class in com.atlassian.greenhopper.web.rapid
-
- IssueTransitionAndRankServiceImpl - Class in com.atlassian.greenhopper.web.rapid
-
- IssueTransitionAndRankServiceImpl() - Constructor for class com.atlassian.greenhopper.web.rapid.IssueTransitionAndRankServiceImpl
-
- IssueTransitionDataService - Interface in com.atlassian.greenhopper.web.rapid.plan
-
- IssueTransitionDataServiceImpl - Class in com.atlassian.greenhopper.web.rapid.plan
-
- IssueTransitionDataServiceImpl() - Constructor for class com.atlassian.greenhopper.web.rapid.plan.IssueTransitionDataServiceImpl
-
- IssueTransitions - Class in com.atlassian.greenhopper.web.rapid.issue
-
- IssueTransitions() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.IssueTransitions
-
- IssueTransitionService - Interface in com.atlassian.greenhopper.web.rapid
-
- IssueTransitionServiceImpl - Class in com.atlassian.greenhopper.web.rapid
-
- IssueTransitionServiceImpl() - Constructor for class com.atlassian.greenhopper.web.rapid.IssueTransitionServiceImpl
-
- IssueTypeCardColorCallback - Class in com.atlassian.greenhopper.service.rapid.view.color
-
Callback for issue type card color strategy
- IssueTypeCardColorCallback(RapidView, CardColorManager, CardColorPalette, List<CardColor>) - Constructor for class com.atlassian.greenhopper.service.rapid.view.color.IssueTypeCardColorCallback
-
- IssueTypeEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.IssueRowEntry.IssueTypeEntry
-
- IssueTypeGeneratorComponent - Class in com.atlassian.greenhopper.sampledata
-
- IssueTypeGeneratorComponent(ApplicationProperties, I18nHelper.BeanFactory, IssueTypeService) - Constructor for class com.atlassian.greenhopper.sampledata.IssueTypeGeneratorComponent
-
- IssueTypeMetadata - Class in com.atlassian.greenhopper.manager.issue.issuetypes
-
Describes the configuration keys necessary for creating an issue type.
- IssueTypeMetadata.Builder - Class in com.atlassian.greenhopper.manager.issue.issuetypes
-
- IssueTypePrototype - Enum in com.atlassian.greenhopper.service.issue
-
- IssueTypeRestorer - Interface in com.atlassian.greenhopper.manager.issue.fields
-
Used for restoring JIRA Software IssueTypes to the intended one.
- IssueTypeRestorerImpl - Class in com.atlassian.greenhopper.manager.issue.fields
-
- IssueTypeRestorerImpl() - Constructor for class com.atlassian.greenhopper.manager.issue.fields.IssueTypeRestorerImpl
-
- IssueTypeSchemeService - Interface in com.atlassian.greenhopper.issue
-
- IssueTypeSchemeServiceImpl - Class in com.atlassian.greenhopper.service.issue
-
- IssueTypeSchemeServiceImpl() - Constructor for class com.atlassian.greenhopper.service.issue.IssueTypeSchemeServiceImpl
-
- IssueTypeService - Interface in com.atlassian.greenhopper.service.issue
-
Service layer for conveniently accessing the GreenHopper predefined IssueType
objects.
- IssueTypeServiceImpl - Class in com.atlassian.greenhopper.service.issue
-
- IssueTypeServiceImpl() - Constructor for class com.atlassian.greenhopper.service.issue.IssueTypeServiceImpl
-
- IssueTypeTerminologyEventListener - Class in com.atlassian.greenhopper.issue.terminology
-
- IssueTypeTerminologyEventListener(EpicIssueTypeProvider, TranslationManager, LocaleManager, TerminologyEntryReader) - Constructor for class com.atlassian.greenhopper.issue.terminology.IssueTypeTerminologyEventListener
-
- IssueUnlinkRequest - Class in com.atlassian.greenhopper.service.issuelink
-
- IssueUpdateService - Interface in com.atlassian.greenhopper.service.issue
-
This is a work-around for deficiencies in JIRA's IssueService
.
- IssueUpdateServiceImpl - Class in com.atlassian.greenhopper.service.issue
-
Default implementation -- contains a lot of copy-pasted code.
- IssueUpdateServiceImpl() - Constructor for class com.atlassian.greenhopper.service.issue.IssueUpdateServiceImpl
-
- isSunday() - Method in class com.atlassian.greenhopper.model.rapid.WorkingDaysConfig
-
- isSuspended() - Method in interface com.atlassian.greenhopper.manager.lexorank.suspend.LexoRankSuspendManager
-
- isSuspended() - Method in class com.atlassian.greenhopper.manager.lexorank.suspend.LexoRankSuspendManagerImpl
-
- isSynced() - Method in class com.atlassian.greenhopper.analytics.SprintClosedAnalyticsEvent
-
- isSynced() - Method in class com.atlassian.greenhopper.analytics.SprintCreatedAnalyticsEvent
-
- isSynced() - Method in class com.atlassian.greenhopper.analytics.SprintStartedAnalyticsEvent
-
- isSynced() - Method in class com.atlassian.greenhopper.analytics.SprintUpdatedAnalyticsEvent
-
- isSynced() - Method in interface com.atlassian.greenhopper.service.sprint.dao.SprintAO
-
- isSynced() - Method in class com.atlassian.greenhopper.service.sprint.Sprint
-
- isSystemFieldName(String) - Method in interface com.atlassian.greenhopper.customfield.CustomFieldService
-
Check whether the passed field name matches a system field name (as used by JQL)
- isSystemFieldName(String) - Method in class com.atlassian.greenhopper.customfield.CustomFieldServiceImpl
-
Check whether the passed field name matches a system field name (as used by JQL)
- isThursday() - Method in class com.atlassian.greenhopper.model.rapid.WorkingDaysConfig
-
- isToday(DateMidnight) - Static method in class com.atlassian.greenhopper.util.DateUtils
-
Checks whether the given date is today.
- isToSelectedForDevelopment() - Method in class com.atlassian.greenhopper.analytics.FailedKanbanTransitionAnalyticsEvent
-
- isTrackingFieldApplicableForIssue(StatisticsField, Issue) - Method in class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.utils.EstimationFieldApplicabilityValidator
-
- isTrackingStatisticFieldAndApplicable(StatisticsField, Issue) - Method in interface com.atlassian.greenhopper.service.rapid.view.statistics.TrackingStatisticService
-
- isTrackingStatisticFieldAndApplicable(StatisticsField, Issue) - Method in class com.atlassian.greenhopper.service.rapid.view.statistics.TrackingStatisticServiceImpl
-
- isTrackingStatisticFieldAndNotApplicable(StatisticsField, Issue) - Method in interface com.atlassian.greenhopper.service.rapid.view.statistics.TrackingStatisticService
-
- isTrackingStatisticFieldAndNotApplicable(StatisticsField, Long, String) - Method in interface com.atlassian.greenhopper.service.rapid.view.statistics.TrackingStatisticService
-
Is the
StatisticsField
field based but
not applicable for the given project and issue type?
- isTrackingStatisticFieldAndNotApplicable(StatisticsField, Issue) - Method in class com.atlassian.greenhopper.service.rapid.view.statistics.TrackingStatisticServiceImpl
-
- isTrackingStatisticFieldAndNotApplicable(StatisticsField, Long, String) - Method in class com.atlassian.greenhopper.service.rapid.view.statistics.TrackingStatisticServiceImpl
-
- isTrackingStatisticValidAndEnabled(StatisticsField) - Method in interface com.atlassian.greenhopper.service.rapid.view.statistics.TrackingStatisticService
-
Is the
StatisticsField
valid and enabled (i.e. should it take part in accumulating statistics over issues)?
- isTrackingStatisticValidAndEnabled(StatisticsField) - Method in class com.atlassian.greenhopper.service.rapid.view.statistics.TrackingStatisticServiceImpl
-
- isTuesday() - Method in class com.atlassian.greenhopper.model.rapid.WorkingDaysConfig
-
- isUnassignedIssuesEnabled() - Method in class com.atlassian.greenhopper.rest.AssigneeUserPickerSearchService
-
Checks whether unassigned is allowed.
- isUniqueFieldName(CustomField) - Method in interface com.atlassian.greenhopper.customfield.CustomFieldService
-
Has the custom field a unique name?
- isUniqueFieldName(CustomField) - Method in class com.atlassian.greenhopper.customfield.CustomFieldServiceImpl
-
- isUpToDate(String) - Method in class com.atlassian.greenhopper.web.rapid.work.WorkData.ETagData
-
- isUserAdminOfProject() - Method in class com.atlassian.greenhopper.web.rapid.workflow.WorkflowHelper.SimplifiedWorkflowResult
-
- isUserBoardAdmin(RapidView, ApplicationUser) - Method in interface com.atlassian.greenhopper.service.rapid.view.BoardAdminService
-
Check whether or not a given
User
is a Board Admin of a given
RapidView
.
- isUserBoardAdmin(RapidView, ApplicationUser) - Method in class com.atlassian.greenhopper.service.rapid.view.BoardAdminServiceImpl
-
- isUsingSimplifiedWorkflow() - Method in class com.atlassian.greenhopper.web.rapid.workflow.WorkflowHelper.SimplifiedWorkflowResult
-
- isValid() - Method in class com.atlassian.greenhopper.manager.lexorank.lock.LockOutcome
-
- isValid() - Method in class com.atlassian.greenhopper.model.query.ProjectClauseVisitor
-
- isValid() - Method in interface com.atlassian.greenhopper.model.rapid.StatisticsField
-
- isValid() - Method in class com.atlassian.greenhopper.model.rapid.StatisticsFieldInstance
-
- isValid() - Method in class com.atlassian.greenhopper.service.index.IndexCheckService.CheckResult
-
- isValid() - Method in class com.atlassian.greenhopper.service.lexorank.LexoRankOperationOutcome
-
- isValid() - Method in class com.atlassian.greenhopper.service.rank.SortedByRankFieldResult
-
- isValid() - Method in class com.atlassian.greenhopper.service.rapid.view.cardlayout.CardLayoutFieldConfig
-
- isValid() - Method in class com.atlassian.greenhopper.service.rapid.view.detailview.DetailViewFieldConfig
-
- isValid() - Method in interface com.atlassian.greenhopper.service.ServiceOutcome
-
- isValid() - Method in class com.atlassian.greenhopper.service.ServiceOutcomeImpl
-
- isValid() - Method in interface com.atlassian.greenhopper.service.ServiceResult
-
- isValid() - Method in class com.atlassian.greenhopper.service.ServiceResultImpl
-
- isValid() - Method in class com.atlassian.greenhopper.web.rapid.list.ExtraFieldsContext
-
- isValid - Variable in class com.atlassian.greenhopper.web.rapid.view.StatisticsFieldEntry.ValidationEntry
-
- isValid() - Method in interface com.pyxis.greenhopper.jira.license.GreenHopperLicenseManager
-
- isValid() - Method in class com.pyxis.greenhopper.jira.license.GreenHopperLicenseManagerImpl
-
- isValidType(Long) - Method in class com.atlassian.greenhopper.service.project.AssigneeTypeService
-
Determines if the given assignee type is valid in the running instance.
- isValidUser() - Method in class com.atlassian.greenhopper.license.LicenseInfo
-
- isValidUser(ApplicationUser) - Method in interface com.atlassian.greenhopper.license.LicenseService
-
Checks whether the passed in user has access to Agile features.
- isValidUser(ApplicationUser) - Method in class com.atlassian.greenhopper.license.LicenseServiceImpl
-
- IsValidUserCondition - Class in com.atlassian.greenhopper.web.conditions
-
Checks that Agile's license is valid and the user is a Software user.
- IsValidUserCondition() - Constructor for class com.atlassian.greenhopper.web.conditions.IsValidUserCondition
-
- isViewSpecific() - Method in class com.atlassian.greenhopper.service.index.IndexCheckService.CheckSpec
-
- isVirtualIssue() - Method in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankBalanceChange
-
In LexoRank positive IDs correspond to issue IDs.
- isWednesday() - Method in class com.atlassian.greenhopper.model.rapid.WorkingDaysConfig
-
- isWorkflowSchemeActive(String) - Method in interface com.atlassian.greenhopper.service.workflow.WorkflowService
-
Is the workflow scheme with the specified name active?
- isWorkflowSchemeActive(String) - Method in class com.atlassian.greenhopper.service.workflow.WorkflowServiceImpl
-
- isZero() - Method in class com.atlassian.greenhopper.model.lexorank.LexoInteger
-
- RANK - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QLexoRank
-
- rank(ApplicationUser, RankRequest) - Method in class com.atlassian.greenhopper.web.rank.RankHelper
-
Perform a rank operation.
- rank(RankRequest) - Method in class com.atlassian.greenhopper.web.rank.RankResource
-
Rank issues in work mode
- RANK_INITIALLY_TIMEOUT_MS - Static variable in class com.atlassian.greenhopper.service.lexorank.LexoRankSettings
-
The time period is milliseconds that a "rank initially" operation will try to execute
- RANK_RETRY_TIMEOUT_MS - Static variable in class com.atlassian.greenhopper.service.lexorank.LexoRankSettings
-
The time period is milliseconds that a rank operation will try to execute
- 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
-
- rankable - Variable in class com.atlassian.greenhopper.web.rapid.work.OrderData
-
- RankableChange - Class in com.atlassian.greenhopper.api.rank.web
-
Result of a rankable change
- RankableChange() - Constructor for class com.atlassian.greenhopper.api.rank.web.RankableChange
-
- rankableChanges - Variable in class com.atlassian.greenhopper.api.rank.web.RankResponse
-
List of rankable changes, both successful and failed.
- RankableFactory - Class in com.atlassian.greenhopper.service.rank
-
Creates rankable objects from different sources
- RankableFactory() - Constructor for class com.atlassian.greenhopper.service.rank.RankableFactory
-
- RankableImpl - Class in com.atlassian.greenhopper.service.rank
-
Rankable implementation.
- RankableImpl(String, Long) - Constructor for class com.atlassian.greenhopper.service.rank.RankableImpl
-
- RankableImpl(Issue) - Constructor for class com.atlassian.greenhopper.service.rank.RankableImpl
-
- RankableImpl(RankableObject) - Constructor for class com.atlassian.greenhopper.service.rank.RankableImpl
-
- RankableObject - Class in com.atlassian.greenhopper.model.rapid
-
- RankableObject(Long, String) - Constructor for class com.atlassian.greenhopper.model.rapid.RankableObject
-
- RankableObject.Builder - Class in com.atlassian.greenhopper.model.rapid
-
- RANKABLEOBJECT_PK - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QRankableObject
-
- RankableObjectAO - Interface in com.atlassian.greenhopper.manager.rankableobject
-
- RankableObjectAOMapper - Class in com.atlassian.greenhopper.manager.rankableobject
-
- RankableObjectAOMapper() - Constructor for class com.atlassian.greenhopper.manager.rankableobject.RankableObjectAOMapper
-
- RankableObjectDao - Class in com.atlassian.greenhopper.manager.rankableobject
-
- RankableObjectDao() - Constructor for class com.atlassian.greenhopper.manager.rankableobject.RankableObjectDao
-
- RankableObjectManager - Class in com.atlassian.greenhopper.manager.rankableobject
-
- RankableObjectManager() - Constructor for class com.atlassian.greenhopper.manager.rankableobject.RankableObjectManager
-
- RankableObjectService - Class in com.atlassian.greenhopper.service.rank
-
- RankableObjectService() - Constructor for class com.atlassian.greenhopper.service.rank.RankableObjectService
-
- 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
- RankableType - Class in com.atlassian.greenhopper.service.rank
-
Rankable object types defined so far.
- RankableType() - Constructor for class com.atlassian.greenhopper.service.rank.RankableType
-
- RankAction - Class in com.atlassian.greenhopper.web.rapid
-
RankAction is used by Issue Operations to modify the rank of an issue.
- RankAction() - Constructor for class com.atlassian.greenhopper.web.rapid.RankAction
-
- rankAfter(User, long, Issue, Issue) - Method in interface com.atlassian.greenhopper.api.rank.RankService
-
- rankAfter(ApplicationUser, long, Issue, Issue) - Method in interface com.atlassian.greenhopper.api.rank.RankService
-
Rank an issue after another one.
- rankAfter(ApplicationUser, long, List<Issue>, Issue) - Method in interface com.atlassian.greenhopper.api.rank.RankService
-
Rank several issues before another one.
- rankAfter(User, long, Issue, Issue) - Method in class com.atlassian.greenhopper.api.rank.RankServiceImpl
-
- rankAfter(ApplicationUser, long, Issue, Issue) - Method in class com.atlassian.greenhopper.api.rank.RankServiceImpl
-
- rankAfter(ApplicationUser, long, List<Issue>, Issue) - Method in class com.atlassian.greenhopper.api.rank.RankServiceImpl
-
- rankAfter(Long, Long, Long) - Method in interface com.atlassian.greenhopper.imports.ProjectImportService
-
Adds a rank entry for the field and issue.
- rankAfter(Long, Long, Long) - Method in class com.atlassian.greenhopper.imports.ProjectImportServiceImpl
-
- rankAfter(long, long, long) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankManager
-
Ranks given issue after other given issue.
- rankAfter(long, long, long, int) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankManager
-
Ranks given issue after other given issue with indication how many rank operations will follow.
- rankAfter(long, long, long) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankManagerImpl
-
- rankAfter(long, long, long, int) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankManagerImpl
-
- rankAfter(List<Long>, long, long, ApplicationUser) - Method in interface com.atlassian.greenhopper.service.rank.JpoRankOperations
-
Ranks all ids after anchorId
- rankAfter(List<Long>, long, long, ApplicationUser) - Method in class com.atlassian.greenhopper.service.rank.JpoRankServiceImpl
-
- rankAfter(ApplicationUser, long, Rankable, Rankable) - Method in interface com.atlassian.greenhopper.service.rank.RankService
-
Rank an rankable after another one.
- rankAfter(ApplicationUser, long, List<Rankable>, Rankable) - Method in interface com.atlassian.greenhopper.service.rank.RankService
-
Rank several rankables after another one.
- rankAfter(ApplicationUser, long, Rankable, Rankable) - Method in class com.atlassian.greenhopper.service.rank.RankServiceImpl
-
- rankAfter(ApplicationUser, long, List<Rankable>, Rankable) - Method in class com.atlassian.greenhopper.service.rank.RankServiceImpl
-
- rankAfter(RankAfterRequest) - Method in class com.atlassian.greenhopper.web.api.RankHelper
-
Perform a rank after operation.
- rankAfter(RankAfterRequest) - Method in class com.atlassian.greenhopper.web.api.RankResource
-
Attempts to rank issues after a specified issue, using the specified global rank custom field, via PUT method.
- 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.
- rankAfterId - Variable in class com.atlassian.greenhopper.web.rank.RankRequest
-
- rankAfterIssueIdOrKey - Variable in class com.atlassian.greenhopper.web.rapid.RapidBoardResource.TransitionAndRankRequest
-
- 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.
- rankAfterKey - Variable in class com.atlassian.greenhopper.web.rank.RankRequest
-
- 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
-
- rankBefore(ApplicationUser, long, Issue, Issue) - Method in interface com.atlassian.greenhopper.api.rank.RankService
-
Rank an issue before another one.
- rankBefore(ApplicationUser, long, List<Issue>, Issue) - Method in interface com.atlassian.greenhopper.api.rank.RankService
-
Rank several issues before another one.
- rankBefore(User, long, Issue, Issue) - Method in class com.atlassian.greenhopper.api.rank.RankServiceImpl
-
- rankBefore(ApplicationUser, long, Issue, Issue) - Method in class com.atlassian.greenhopper.api.rank.RankServiceImpl
-
- rankBefore(ApplicationUser, long, List<Issue>, Issue) - Method in class com.atlassian.greenhopper.api.rank.RankServiceImpl
-
- rankBefore(long, long, long) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankManager
-
Ranks given issue before other given issue.
- rankBefore(long, long, long, int) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankManager
-
Ranks given issue before other given issue with indication how many rank operations will follow.
- rankBefore(long, long, long) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankManagerImpl
-
- rankBefore(long, long, long, int) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankManagerImpl
-
- rankBefore(List<Long>, long, long, ApplicationUser) - Method in interface com.atlassian.greenhopper.service.rank.JpoRankOperations
-
Ranks all ids before anchorId
- rankBefore(List<Long>, long, long, ApplicationUser) - Method in class com.atlassian.greenhopper.service.rank.JpoRankServiceImpl
-
- rankBefore(ApplicationUser, long, Rankable, Rankable) - Method in interface com.atlassian.greenhopper.service.rank.RankService
-
Rank a rankable object before another one.
- rankBefore(ApplicationUser, long, List<Rankable>, Rankable) - Method in interface com.atlassian.greenhopper.service.rank.RankService
-
Rank several rankables before another one.
- rankBefore(ApplicationUser, long, Rankable, Rankable) - Method in class com.atlassian.greenhopper.service.rank.RankServiceImpl
-
- rankBefore(ApplicationUser, long, List<Rankable>, Rankable) - Method in class com.atlassian.greenhopper.service.rank.RankServiceImpl
-
- rankBefore(RankBeforeRequest) - Method in class com.atlassian.greenhopper.web.api.RankHelper
-
Perform a rank before operation.
- rankBefore(RankBeforeRequest) - Method in class com.atlassian.greenhopper.web.api.RankResource
-
Attempts to rank issues before a specified issue, using the specified global rank custom field, via PUT method.
- 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.
- rankBeforeId - Variable in class com.atlassian.greenhopper.web.rank.RankRequest
-
- rankBeforeIssueIdOrKey - Variable in class com.atlassian.greenhopper.web.rapid.RapidBoardResource.TransitionAndRankRequest
-
- 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.
- rankBeforeKey - Variable in class com.atlassian.greenhopper.web.rank.RankRequest
-
- 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
-
- RankCFType - Class in com.atlassian.greenhopper.customfield.rank
-
The custom field type for global ranking.
- RankCFType(RankIndexService) - Constructor for class com.atlassian.greenhopper.customfield.rank.RankCFType
-
- RankChange - Interface in com.atlassian.greenhopper.api.rank
-
Encapsulates the result of a rank operation performed in
RankService
.
- RankChangesOutcome - Interface in com.atlassian.greenhopper.api.rank
-
A compound result object to hold the outcome of multiple
RankChange
requests.
- RankChangesOutcomeImpl - Class in com.atlassian.greenhopper.service.rank
-
- RankChangesOutcomeImpl.Builder - Class in com.atlassian.greenhopper.service.rank
-
- rankCustomFieldId - Variable in class com.atlassian.greenhopper.web.rapid.RapidBoardResource.TransitionAndRankRequest
-
- rankCustomFieldId - Variable in class com.atlassian.greenhopper.web.rapid.work.OrderData
-
- RankCustomFieldIndexer - Class in com.atlassian.greenhopper.customfield.rank
-
We don't want rank values in Lucene - the whole idea of the system is to bypass the Lucene index and rewire it to the cached index.
- RankCustomFieldIndexer(FieldVisibilityManager, CustomField) - Constructor for class com.atlassian.greenhopper.customfield.rank.RankCustomFieldIndexer
-
- RankCustomFieldProvider - Class in com.atlassian.greenhopper.web.rapid.plan
-
- RankCustomFieldProvider() - Constructor for class com.atlassian.greenhopper.web.rapid.plan.RankCustomFieldProvider
-
- RankCustomFieldService - Interface in com.atlassian.greenhopper.service.rank
-
- RankCustomFieldServiceImpl - Class in com.atlassian.greenhopper.service.rank
-
- RankCustomFieldServiceImpl() - Constructor for class com.atlassian.greenhopper.service.rank.RankCustomFieldServiceImpl
-
- RankDao - Interface in com.atlassian.greenhopper.manager.rank
-
Responsible for persisting and loading issue rank data from/to persistent storage
- RankDaoImpl - Class in com.atlassian.greenhopper.manager.rank
-
Implementation of RankDao
Ranking in the database happens in two steps:
1.
- RankDaoImpl() - Constructor for class com.atlassian.greenhopper.manager.rank.RankDaoImpl
-
- RankDaoSanityCheckException - Exception in com.atlassian.greenhopper.manager.rank
-
Exception used to signal a sanity check failure.
- RankDaoSanityCheckException(String) - Constructor for exception com.atlassian.greenhopper.manager.rank.RankDaoSanityCheckException
-
- rankedIssue(Long) - Method in interface com.atlassian.greenhopper.service.lexorank.LexoRankChange.RankedIssue
-
- RankException - Exception in com.atlassian.greenhopper.service.rank
-
- RankException() - Constructor for exception com.atlassian.greenhopper.service.rank.RankException
-
- RankException(String, Throwable) - Constructor for exception com.atlassian.greenhopper.service.rank.RankException
-
- RankException(String) - Constructor for exception com.atlassian.greenhopper.service.rank.RankException
-
- RankException(Throwable) - Constructor for exception com.atlassian.greenhopper.service.rank.RankException
-
- rankField - Variable in class com.atlassian.greenhopper.web.api.ManagedCustomFields
-
- rankFirst(User, long, Issue) - Method in interface com.atlassian.greenhopper.api.rank.RankService
-
- rankFirst(ApplicationUser, long, Issue) - Method in interface com.atlassian.greenhopper.api.rank.RankService
-
Rank an issue first, thus add it as first global issue.
- rankFirst(User, long, Issue) - Method in class com.atlassian.greenhopper.api.rank.RankServiceImpl
-
- rankFirst(ApplicationUser, long, Issue) - Method in class com.atlassian.greenhopper.api.rank.RankServiceImpl
-
- rankFirst(long, long) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankManager
-
Ranks given issue as first.
- rankFirst(long, long) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankManagerImpl
-
- rankFirst(List<Long>, long, ApplicationUser) - Method in interface com.atlassian.greenhopper.service.rank.JpoRankOperations
-
Ranks all ids first
- rankFirst(List<Long>, long, ApplicationUser) - Method in class com.atlassian.greenhopper.service.rank.JpoRankServiceImpl
-
- rankFirst(ApplicationUser, long, Rankable) - Method in interface com.atlassian.greenhopper.service.rank.RankService
-
Rank a rankable first, thus add it as first global rankable.
- rankFirst(ApplicationUser, long, List<Rankable>) - Method in interface com.atlassian.greenhopper.service.rank.RankService
-
Rank a rankable first, thus add it as first global rankable.
- rankFirst(ApplicationUser, long, Rankable) - Method in class com.atlassian.greenhopper.service.rank.RankServiceImpl
-
- rankFirst(ApplicationUser, long, List<Rankable>) - Method in class com.atlassian.greenhopper.service.rank.RankServiceImpl
-
- rankFirst(RankResource.RankFirstLast) - Method in class com.atlassian.greenhopper.web.rank.RankResource
-
- RankFirstLast() - Constructor for class com.atlassian.greenhopper.web.rank.RankResource.RankFirstLast
-
- RankHelper - Class in com.atlassian.greenhopper.web.api
-
- RankHelper() - Constructor for class com.atlassian.greenhopper.web.api.RankHelper
-
- RankHelper - Class in com.atlassian.greenhopper.web.rank
-
- RankHelper() - Constructor for class com.atlassian.greenhopper.web.rank.RankHelper
-
- RankHelper - Interface in com.atlassian.greenhopper.web.rapid.plan.splitissue
-
Ranks issues that are created as a result of splitting the original issue, such that they are all displayed in a group
right after the original issue.
- RankHelperImpl - Class in com.atlassian.greenhopper.web.rapid.plan.splitissue
-
- RankHelperImpl() - Constructor for class com.atlassian.greenhopper.web.rapid.plan.splitissue.RankHelperImpl
-
- RankIndex - Class in com.atlassian.greenhopper.service.rank
-
Holds the issue id to position mapping
- RankIndex() - Constructor for class com.atlassian.greenhopper.service.rank.RankIndex
-
- RankIndexBuilder - Class in com.atlassian.greenhopper.service.rank
-
This factory produces an initialised RankIndex.
- RankIndexBuilder() - Constructor for class com.atlassian.greenhopper.service.rank.RankIndexBuilder
-
- RankIndexService - Interface in com.atlassian.greenhopper.service.rank
-
Allows ranking issues relative to each other.
- RankIndexServiceImpl - Class in com.atlassian.greenhopper.service.rank
-
The rank system is made of two main components: The stored rank, which is a single linked list of issueIDs in an AO table, and the runtime rank
index, which is an in-memory lookup map of chained Rank
objects that maintain a numeric position index.
- RankIndexServiceImpl() - Constructor for class com.atlassian.greenhopper.service.rank.RankIndexServiceImpl
-
- RankingAllowedCondition - Class in com.atlassian.greenhopper.web.conditions
-
A condition that decides if ranking operations should be allowed or not.
- RankingAllowedCondition() - Constructor for class com.atlassian.greenhopper.web.conditions.RankingAllowedCondition
-
- rankingOperationsDisabled() - Method in class com.atlassian.greenhopper.manager.lexorank.balancer.BalancerEntry
-
Check to see if rank operations are disabled
- rankingOperationsDisabled(Long) - Method in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankBalancingService
-
Check to see if rank operations are disabled
- rankingTime - Variable in class com.atlassian.greenhopper.web.rapid.RapidBoardResource.TransitionAndRankResponse
-
- rankIssue(Long) - Method in class com.atlassian.greenhopper.service.lexorank.LexoRankOperation.Builder
-
- rankIssue(Long) - Method in interface com.atlassian.greenhopper.service.lexorank.LexoRankOperation.IssueToRank
-
- rankIssue(List<Issue>, IssueTransitionAndRankService.TransitionAndRankRequest) - Method in interface com.atlassian.greenhopper.web.rapid.IssueRankService
-
- rankIssue(List<Issue>, IssueTransitionAndRankService.TransitionAndRankRequest) - Method in class com.atlassian.greenhopper.web.rapid.IssueRankServiceImpl
-
- RankIssueEventListener - Class in com.atlassian.greenhopper.customfield.rank
-
Maintains the global rank index when issues are added/removed
- RankIssueEventListener() - Constructor for class com.atlassian.greenhopper.customfield.rank.RankIssueEventListener
-
- rankIssues(Issue, List<Issue>) - Method in interface com.atlassian.greenhopper.web.rapid.plan.splitissue.RankHelper
-
Ranks issues that are created as a result of splitting the original issue.
- rankIssues(Issue, List<Issue>) - Method in class com.atlassian.greenhopper.web.rapid.plan.splitissue.RankHelperImpl
-
- rankLast(User, long, Issue) - Method in interface com.atlassian.greenhopper.api.rank.RankService
-
- rankLast(ApplicationUser, long, Issue) - Method in interface com.atlassian.greenhopper.api.rank.RankService
-
Rank an issue last, thus add it as last global issue.
- rankLast(User, long, Issue) - Method in class com.atlassian.greenhopper.api.rank.RankServiceImpl
-
- rankLast(ApplicationUser, long, Issue) - Method in class com.atlassian.greenhopper.api.rank.RankServiceImpl
-
- rankLast(long, long) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankManager
-
Ranks given issue as last.
- rankLast(long, long) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankManagerImpl
-
- rankLast(List<Long>, long, ApplicationUser) - Method in interface com.atlassian.greenhopper.service.rank.JpoRankOperations
-
Ranks all ids last
- rankLast(List<Long>, long, ApplicationUser) - Method in class com.atlassian.greenhopper.service.rank.JpoRankServiceImpl
-
- rankLast(ApplicationUser, long, Rankable) - Method in interface com.atlassian.greenhopper.service.rank.RankService
-
Rank a rankable last, thus add it as last global rankable
- rankLast(ApplicationUser, long, List<Rankable>) - Method in interface com.atlassian.greenhopper.service.rank.RankService
-
Rank a rankable last, thus add it as last global rankable
- rankLast(ApplicationUser, long, Rankable) - Method in class com.atlassian.greenhopper.service.rank.RankServiceImpl
-
- rankLast(ApplicationUser, long, List<Rankable>) - Method in class com.atlassian.greenhopper.service.rank.RankServiceImpl
-
- rankLast(RankResource.RankFirstLast) - Method in class com.atlassian.greenhopper.web.rank.RankResource
-
- rankLength - Variable in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankBalanceRankInfoService.LexoRankMaxRank
-
- RankLuceneFieldSorter - Class in com.atlassian.greenhopper.customfield.rank
-
- RankLuceneFieldSorter(RankIndexService, CustomField) - Constructor for class com.atlassian.greenhopper.customfield.rank.RankLuceneFieldSorter
-
- RankManager - Class in com.atlassian.greenhopper.service.rank
-
Manager to work with the rank index.
- RankManager() - Constructor for class com.atlassian.greenhopper.service.rank.RankManager
-
- RankRequest - Class in com.atlassian.greenhopper.web.rank
-
Internal implementation of a Rank Request.
- RankRequest() - Constructor for class com.atlassian.greenhopper.web.rank.RankRequest
-
- RankResource - Class in com.atlassian.greenhopper.web.api
-
- RankResource(RankHelper) - Constructor for class com.atlassian.greenhopper.web.api.RankResource
-
- RankResource - Class in com.atlassian.greenhopper.web.rank
-
Internal Ranking resource.
- RankResource(RankHelper, IssueService, LexoRankCustomFieldService, RankService, RankableFactory, I18nFactoryService) - Constructor for class com.atlassian.greenhopper.web.rank.RankResource
-
- RankResource.RankFirstLast - Class in com.atlassian.greenhopper.web.rank
-
- RankResponse - Class in com.atlassian.greenhopper.api.rank.web
-
Encapsulates the JSON response data transmitted for a Rank request.
- RankResponse() - Constructor for class com.atlassian.greenhopper.api.rank.web.RankResponse
-
- ranksCountByField() - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankDao
-
Gets the number of distinct ranks for a field in the db
- ranksCountByField() - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankDaoImpl
-
- RankSearcher - Class in com.atlassian.greenhopper.customfield.rank
-
This is a copy of ExactNumberCustomFieldSearcher, with the modification of providing a no-op FieldIndexer (keeping values out of Lucene) and a
custom sorter which calls back to the memory index.
- RankSearcher(FieldVisibilityManager, JqlOperandResolver, DoubleConverter, CustomFieldInputHelper, I18nHelper.BeanFactory) - Constructor for class com.atlassian.greenhopper.customfield.rank.RankSearcher
-
- 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.
- RankService - Interface in com.atlassian.greenhopper.service.rank
-
GreenHopper global ranking service.
- RankServiceImpl - Class in com.atlassian.greenhopper.api.rank
-
- RankServiceImpl() - Constructor for class com.atlassian.greenhopper.api.rank.RankServiceImpl
-
- RankServiceImpl - Class in com.atlassian.greenhopper.service.rank
-
RankService implementation.
- RankServiceImpl() - Constructor for class com.atlassian.greenhopper.service.rank.RankServiceImpl
-
- RAPID_BOARD_BANDS - Static variable in class com.atlassian.greenhopper.features.SoftwareFeatureFlags
-
- RAPID_LIST_CONFIG - Static variable in class com.atlassian.greenhopper.rest.RapidViewEditResourceExpands
-
- RAPID_VIEW_ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QBoardAdmin
-
- RAPID_VIEW_ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QSprint
-
- RapidBoardAction - Class in com.atlassian.greenhopper.web.rapid
-
- RapidBoardAction(BoardSidebarRenderer, IndexCheckService, LicenseService, PermissionManager, RapidViewHistoryService, RapidViewConfigDataProvider, TaskManager, UpgradeVersionService, UserPropertyService, QueryService, RapidViewListHelper, GHJSONMarshaller, OnboardingService, RapidViewManager, ErrorCollectionTransformer, UnlicensedProjectPageRenderer, PageBuilderService, EventPublisher, ColumnService, VelocityRequestContextFactory, FeatureManager, IssueService, JiraSoftwareFeatureService, RapidViewService) - Constructor for class com.atlassian.greenhopper.web.rapid.RapidBoardAction
-
- RapidBoardActionRedirect - Class in com.atlassian.greenhopper.web.rapid.response
-
Represents a redirect result from processing a rapid board action.
- RapidBoardActionRedirect(String) - Constructor for class com.atlassian.greenhopper.web.rapid.response.RapidBoardActionRedirect
-
- RapidBoardActionResult - Interface in com.atlassian.greenhopper.web.rapid.response
-
Represents the possible results from processing a request in RapidBoardAction.
- RapidBoardActionView - Enum in com.atlassian.greenhopper.web.rapid.response
-
Represents a view result from processing a rapid board action.
- RapidBoardFilterDeletionVerifier - Class in com.atlassian.greenhopper.filter
-
- RapidBoardFilterDeletionVerifier(RapidViewManager, JiraAuthenticationContext) - Constructor for class com.atlassian.greenhopper.filter.RapidBoardFilterDeletionVerifier
-
- RapidBoardResource - Class in com.atlassian.greenhopper.web.rapid
-
- RapidBoardResource(RapidBoardViewModelFactory, RapidViewService, RapidViewHistoryService, ProjectHistoryService, BoardToolSectionsResolver, BoardConfigTabsResolver, IssueTransitionAndRankService) - Constructor for class com.atlassian.greenhopper.web.rapid.RapidBoardResource
-
- RapidBoardResource.TransitionAndRankRequest - Class in com.atlassian.greenhopper.web.rapid
-
- RapidBoardResource.TransitionAndRankResponse - Class in com.atlassian.greenhopper.web.rapid
-
- RapidBoardToolSections - Class in com.atlassian.greenhopper.web.rapid.tools
-
- RapidBoardToolSections(List<RapidBoardToolsElement>) - Constructor for class com.atlassian.greenhopper.web.rapid.tools.RapidBoardToolSections
-
- RapidBoardToolsElement - Class in com.atlassian.greenhopper.web.rapid.tools
-
- RapidBoardToolsElement.Type - Enum in com.atlassian.greenhopper.web.rapid.tools
-
- RapidBoardViewModelFactory - Class in com.atlassian.greenhopper.web.rapid
-
- RapidBoardViewModelFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.RapidBoardViewModelFactory
-
- RapidChartResource - Class in com.atlassian.greenhopper.web.rapid.chart
-
- RapidChartResource(ControlChartModelFactory, CumulativeFlowChartModelFactory, SprintBurndownModelFactory, VelocityChartModelFactory, RapidViewService, SprintManager, HistoricSprintDataFactory, EpicReportModelFactory, EpicProgressChartModelFactory, EpicBurndownChartModelFactory, VersionProgressChartModelFactory, ReleaseBurndownChartModelFactory, IssueHelper, VersionManager, VersionReportModelFactory, VelocityChartSettingsService) - Constructor for class com.atlassian.greenhopper.web.rapid.chart.RapidChartResource
-
- RapidConfig - Class in com.atlassian.greenhopper.web.rapid
-
- RapidConfig() - Constructor for class com.atlassian.greenhopper.web.rapid.RapidConfig
-
- RapidGadgetHelper - Class in com.atlassian.greenhopper.gadget
-
Rapid Board Gadget validation methods
- RapidGadgetHelper() - Constructor for class com.atlassian.greenhopper.gadget.RapidGadgetHelper
-
- RapidGlobalConfig - Class in com.atlassian.greenhopper.web.rapid
-
- RapidGlobalConfig() - Constructor for class com.atlassian.greenhopper.web.rapid.RapidGlobalConfig
-
- RapidGlobalConfig.EpicConfig - Class in com.atlassian.greenhopper.web.rapid
-
- RapidGlobalConfig.SprintConfig - Class in com.atlassian.greenhopper.web.rapid
-
- RapidGlobalConfig.TimeTrackingConfig - Class in com.atlassian.greenhopper.web.rapid
-
- RapidGlobalConfig.TimeTrackingSymbolsConfig - Class in com.atlassian.greenhopper.web.rapid
-
- RapidIssueConstantEntry<T extends com.atlassian.jira.issue.IssueConstant> - Class in com.atlassian.greenhopper.web.rapid.list
-
- RapidIssueConstantEntry(T, WebUtilities) - Constructor for class com.atlassian.greenhopper.web.rapid.list.RapidIssueConstantEntry
-
- RapidIssueConstantEntryCache<T extends com.atlassian.jira.issue.IssueConstant,R extends RapidIssueConstantEntry<T>> - Class in com.atlassian.greenhopper.web.rapid.list
-
- RapidIssueConstantEntryCache(Supplier<WebUtilities>, Function<String, T>) - Constructor for class com.atlassian.greenhopper.web.rapid.list.RapidIssueConstantEntryCache
-
- RapidIssueEntry - Class in com.atlassian.greenhopper.web.rapid.list
-
- RapidIssueEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry
-
- RapidIssueEntry.AutoUserAvatar - Class in com.atlassian.greenhopper.web.rapid.list
-
- RapidIssueEntry.FieldValue - Class in com.atlassian.greenhopper.web.rapid.list
-
- RapidIssueEntry.NumberFieldValue - Class in com.atlassian.greenhopper.web.rapid.list
-
- RapidIssueEntry.StatisticFieldValue - Class in com.atlassian.greenhopper.web.rapid.list
-
- RapidIssueEntry.TimeInColumnFieldValue - Class in com.atlassian.greenhopper.web.rapid.list
-
To provide values which don't change in relation to the current time without mutation of the issue data
we split the timeInColumn field into 2 values:
enteredStatus
the time the issue entered its current status
durationPreviously
the duration in milliseconds previously spent in status associated with the current column
- RapidIssueEntryCallback - Class in com.atlassian.greenhopper.web.rapid.list
-
Specialised data collector for pool issue data.
- RapidIssueEntryCallback(Predicate<Long>, ConstantsManager, WebUtilities, StatisticFieldHelper, EstimateStatisticService, DocumentStatisticValueResolver, TrackingStatisticService, DocumentStatisticValueResolver, StatusEntryFactory) - Constructor for class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryCallback
-
- RapidIssueEntryCallbackComponent - Interface in com.atlassian.greenhopper.web.rapid.list
-
Allows splitting out pool callback functionality into separate components
- RapidIssueEntryQueryService - Interface in com.atlassian.greenhopper.web.rapid.list
-
Queries issue entry objects.
- RapidIssueEntryQueryServiceImpl - Class in com.atlassian.greenhopper.web.rapid.list
-
Provides calculation of swimlane contents functionality
- RapidIssueEntryQueryServiceImpl() - Constructor for class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryQueryServiceImpl
-
- RapidStatusEntry - Class in com.atlassian.greenhopper.web.rapid.list
-
TODO: Document this class / interface here
- RapidStatusEntry(Status, WebUtilities, StatusEntryFactory) - Constructor for class com.atlassian.greenhopper.web.rapid.list.RapidStatusEntry
-
- RapidStatusEntryCache - Class in com.atlassian.greenhopper.web.rapid.list
-
- RapidStatusEntryCache(Supplier<WebUtilities>, Supplier<StatusEntryFactory>, Function<String, Status>) - Constructor for class com.atlassian.greenhopper.web.rapid.list.RapidStatusEntryCache
-
- RapidView - Class in com.atlassian.greenhopper.model.rapid
-
The object which represents an agile board that is used for managing issues.
- rapidView - Variable in class com.atlassian.greenhopper.web.rapid.sprint.SprintEditEntryTransformer
-
- RapidView.OldDoneIssuesCutoff - Enum in com.atlassian.greenhopper.model.rapid
-
- RapidView.RapidViewBuilder - Class in com.atlassian.greenhopper.model.rapid
-
- RapidView.Type - Enum in com.atlassian.greenhopper.model.rapid
-
- RAPIDVIEW_PK - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QRapidView
-
- RapidViewAO - Interface in com.atlassian.greenhopper.service.rapid.view
-
- RapidViewAOMapper - Class in com.atlassian.greenhopper.service.rapid.view
-
- RapidViewAOMapper() - Constructor for class com.atlassian.greenhopper.service.rapid.view.RapidViewAOMapper
-
- RapidViewBoardAdminBuilder() - Constructor for class com.atlassian.greenhopper.model.rapid.BoardAdmin.RapidViewBoardAdminBuilder
-
- RapidViewBuilder() - Constructor for class com.atlassian.greenhopper.model.rapid.RapidView.RapidViewBuilder
-
- RapidViewBuilder(RapidView) - Constructor for class com.atlassian.greenhopper.model.rapid.RapidView.RapidViewBuilder
-
- RapidViewCacheManager - Interface in com.atlassian.greenhopper.service.rapid
-
Manages the rapid view cache.
- RapidViewCacheManagerImpl - Class in com.atlassian.greenhopper.service.rapid
-
- RapidViewCacheManagerImpl() - Constructor for class com.atlassian.greenhopper.service.rapid.RapidViewCacheManagerImpl
-
- RapidViewClauseService - Interface in com.atlassian.greenhopper.service.rapid
-
Provides access to clauses used by different parts of the RapidBoard.
- RapidViewClauseService.ClauseType - Enum in com.atlassian.greenhopper.service.rapid
-
- RapidViewClauseServiceImpl - Class in com.atlassian.greenhopper.service.rapid
-
Implementation of RapidViewClauseService
- RapidViewClauseServiceImpl() - Constructor for class com.atlassian.greenhopper.service.rapid.RapidViewClauseServiceImpl
-
- RapidViewColumnService - Interface in com.atlassian.greenhopper.service.rapid
-
Service to provide done/not done columns of a rapid view
- RapidViewColumnServiceImpl - Class in com.atlassian.greenhopper.service.rapid
-
TODO: Document this class / interface here
- RapidViewColumnServiceImpl() - Constructor for class com.atlassian.greenhopper.service.rapid.RapidViewColumnServiceImpl
-
- RapidViewConfig - Class in com.atlassian.greenhopper.web.rapid
-
- RapidViewConfig() - Constructor for class com.atlassian.greenhopper.web.rapid.RapidViewConfig
-
- RapidViewConfig.MappedColumn - Class in com.atlassian.greenhopper.web.rapid
-
- RapidViewConfig.QuickFilterEntry - Class in com.atlassian.greenhopper.web.rapid
-
- RapidViewConfig.StatisticsConfig - Class in com.atlassian.greenhopper.web.rapid
-
- RapidViewConfig.SwimlaneEntry - Class in com.atlassian.greenhopper.web.rapid
-
- RapidViewConfigDataProvider - Class in com.atlassian.greenhopper.web.rapid.data
-
- RapidViewConfigDataProvider(RapidBoardViewModelFactory, JiraAuthenticationContext) - Constructor for class com.atlassian.greenhopper.web.rapid.data.RapidViewConfigDataProvider
-
- RapidViewConfigManager - Interface in com.atlassian.greenhopper.service.rapid.view
-
- RapidViewConfigManagerImpl - Class in com.atlassian.greenhopper.service.rapid.view
-
- RapidViewConfigManagerImpl() - Constructor for class com.atlassian.greenhopper.service.rapid.view.RapidViewConfigManagerImpl
-
- RapidViewConfigService - Interface in com.atlassian.greenhopper.service.rapid.view
-
Service which provides method to access
RapidView
s configuration.
- RapidViewConfigServiceImpl - Class in com.atlassian.greenhopper.service.rapid.view
-
- RapidViewConfigServiceImpl() - Constructor for class com.atlassian.greenhopper.service.rapid.view.RapidViewConfigServiceImpl
-
- RapidViewCreateModel - Class in com.atlassian.greenhopper.web.rapid.view
-
Model for rapid view creation dialog
- RapidViewCreateModel() - Constructor for class com.atlassian.greenhopper.web.rapid.view.RapidViewCreateModel
-
- RapidViewCreationService - Interface in com.atlassian.greenhopper.api.rapid.view
-
GreenHopper API service for creation and manipulation of rapid views
- RapidViewCreationServiceImpl - Class in com.atlassian.greenhopper.api.rapid.view
-
Default implementation of RapidViewCreationService
- RapidViewCreationServiceImpl() - Constructor for class com.atlassian.greenhopper.api.rapid.view.RapidViewCreationServiceImpl
-
- RapidViewDao - Class in com.atlassian.greenhopper.service.rapid.view
-
- RapidViewDao() - Constructor for class com.atlassian.greenhopper.service.rapid.view.RapidViewDao
-
- RapidViewEditHelper - Class in com.atlassian.greenhopper.web.rapid.view
-
- RapidViewEditHelper() - Constructor for class com.atlassian.greenhopper.web.rapid.view.RapidViewEditHelper
-
- RapidViewEditModel - Class in com.atlassian.greenhopper.web.rapid.view
-
- RapidViewEditModel() - Constructor for class com.atlassian.greenhopper.web.rapid.view.RapidViewEditModel
-
- RapidViewEditModel.JQLAutoCompleteData - Class in com.atlassian.greenhopper.web.rapid.view
-
- RapidViewEditModel.OldDoneIssuesCutoffOption - Class in com.atlassian.greenhopper.web.rapid.view
-
- RapidViewEditModel.Owner - Class in com.atlassian.greenhopper.web.rapid.view
-
- RapidViewEditResource - Class in com.atlassian.greenhopper.web.rapid.view
-
- RapidViewEditResource(ColumnEditHelper, RapidViewEditHelper, RapidViewFilterHelper, SwimlaneHelper, RapidViewService, EstimateStatisticService, EstimationHelper, TrackingStatisticService, I18nFactoryService, RapidViewHistoryService) - Constructor for class com.atlassian.greenhopper.web.rapid.view.RapidViewEditResource
-
- RapidViewEditResourceExpands - Class in com.atlassian.greenhopper.rest
-
- RapidViewEntry - Class in com.atlassian.greenhopper.web.rapid
-
- RapidViewEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.RapidViewEntry
-
- RapidViewEntryList - Class in com.atlassian.greenhopper.web.rapid
-
- RapidViewEntryList() - Constructor for class com.atlassian.greenhopper.web.rapid.RapidViewEntryList
-
- RapidViewFilterHelper - Class in com.atlassian.greenhopper.web.rapid.view
-
- RapidViewFilterHelper() - Constructor for class com.atlassian.greenhopper.web.rapid.view.RapidViewFilterHelper
-
- RapidViewGadgetResource - Class in com.atlassian.greenhopper.gadget
-
Generation and validation resource for the version dropdown field in the configuration screen
- RapidViewGadgetResource(RapidGadgetHelper, QuickFilterHelper, UserManager, QuickFilterService) - Constructor for class com.atlassian.greenhopper.gadget.RapidViewGadgetResource
-
- RapidViewGadgetResource(RapidGadgetHelper) - Constructor for class com.atlassian.greenhopper.gadget.RapidViewGadgetResource
-
- RapidViewHelper - Class in com.atlassian.greenhopper.web.rapid.view
-
- RapidViewHelper() - Constructor for class com.atlassian.greenhopper.web.rapid.view.RapidViewHelper
-
- RapidViewHistoryLinkFactory - Class in com.atlassian.greenhopper.web.navigation
-
A WebItemProvider that produces links to browse recently viewed boards
- RapidViewHistoryLinkFactory() - Constructor for class com.atlassian.greenhopper.web.navigation.RapidViewHistoryLinkFactory
-
- RapidViewHistoryService - Interface in com.atlassian.greenhopper.service.rapid
-
Stores recently viewed rapid view ids for a given user.
- RapidViewHistoryServiceImpl - Class in com.atlassian.greenhopper.service.rapid
-
Implementation of RapidViewHistoryService
Users UserHistoryManager under the covers
- RapidViewHistoryServiceImpl() - Constructor for class com.atlassian.greenhopper.service.rapid.RapidViewHistoryServiceImpl
-
- rapidViewId(Long) - Method in class com.atlassian.greenhopper.service.sprint.Sprint.SprintBuilder
-
- rapidViewId - Variable in class com.atlassian.greenhopper.web.rapid.RapidBoardResource.TransitionAndRankRequest
-
- rapidViewId - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.CompleteSprintRequest
-
- rapidViewId - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.CompleteSprintViewModel
-
- rapidViewId - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.IncompleteIssuesDestinationSuggestionsModel
-
- rapidViewId - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.RemoveFromSprintModel
-
- rapidViewId - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.RemoveFromSprintRequest
-
- rapidViewId - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.ReopenSprintRequest
-
- rapidViewId - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.ReopenSprintViewModel
-
- rapidViewId - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.SprintRankRequest
-
- rapidViewId - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.SprintsEntry
-
- rapidViewId - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.StartSprintModel
-
- rapidViewId - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.StartSprintRequest
-
- rapidViewId - Variable in class com.atlassian.greenhopper.web.rapid.sprint.SprintBaseEntry
-
- rapidViewId - Variable in class com.atlassian.greenhopper.web.rapid.view.workingdays.WeekDaysModel
-
- rapidViewId - Variable in class com.atlassian.greenhopper.web.rapid.view.workingdays.WorkingDaysConfigModel
-
- rapidViewId - Variable in class com.atlassian.greenhopper.web.rapid.view.workingdays.WorkingDaysResource.NonWorkingDayRequest
-
- rapidViewId - Variable in class com.atlassian.greenhopper.web.rapid.view.workingdays.WorkingDaysResource.TimeZoneRequest
-
- rapidViewId - Variable in class com.atlassian.greenhopper.web.rapid.work.IssuesData
-
- rapidViewId - Variable in class com.atlassian.greenhopper.web.rapid.work.OrderData
-
- rapidViewId - Variable in class com.atlassian.greenhopper.web.rapid.work.WorkData.ETagData
-
- RapidViewIssue - Class in com.atlassian.greenhopper.service.issue
-
An issue which contains fields specific for JIRA Agile.
- RapidViewIssue.RapidViewIssueBuilder - Class in com.atlassian.greenhopper.service.issue
-
- RapidViewIssueBuilder(Issue) - Constructor for class com.atlassian.greenhopper.service.issue.RapidViewIssue.RapidViewIssueBuilder
-
- RapidViewIssueService - Interface in com.atlassian.greenhopper.service.issue
-
- RapidViewIssueServiceImpl - Class in com.atlassian.greenhopper.service.issue
-
- RapidViewIssueServiceImpl() - Constructor for class com.atlassian.greenhopper.service.issue.RapidViewIssueServiceImpl
-
- RapidViewListEntry - Class in com.atlassian.greenhopper.web.rapid.view
-
- RapidViewListEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.view.RapidViewListEntry
-
- RapidViewListHelper - Class in com.atlassian.greenhopper.web.rapid.view
-
- RapidViewListHelper() - Constructor for class com.atlassian.greenhopper.web.rapid.view.RapidViewListHelper
-
- RapidViewListModel - Class in com.atlassian.greenhopper.web.rapid.view
-
- RapidViewListModel() - Constructor for class com.atlassian.greenhopper.web.rapid.view.RapidViewListModel
-
- RapidViewListResource - Class in com.atlassian.greenhopper.web.rapid.view
-
- RapidViewListResource(RapidViewListHelper, ProjectHelper) - Constructor for class com.atlassian.greenhopper.web.rapid.view.RapidViewListResource
-
- RapidViewLocationResolver<T> - Interface in com.atlassian.greenhopper.web.rapid
-
- RapidViewLocationResolverFactory - Class in com.atlassian.greenhopper.web.rapid
-
- RapidViewLocationResolverFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.RapidViewLocationResolverFactory
-
- RapidViewLocationService - Interface in com.atlassian.greenhopper.service.rapid
-
Allows the lookup of boards that an issue or sprint appears on.
- RapidViewLocationServiceImpl - Class in com.atlassian.greenhopper.service.rapid
-
- RapidViewLocationServiceImpl() - Constructor for class com.atlassian.greenhopper.service.rapid.RapidViewLocationServiceImpl
-
- RapidViewManager - Interface in com.atlassian.greenhopper.manager.rapidview
-
For operating on RapidView objects
- rapidViewManager - Variable in class com.atlassian.greenhopper.service.rapid.view.KanbanBacklogColumnServiceImpl
-
- RapidViewManager.RapidViewPermissionCheck - Interface in com.atlassian.greenhopper.manager.rapidview
-
Type of permission check that tests the visibility of a RapidBoard
- RapidViewManagerImpl - Class in com.atlassian.greenhopper.manager.rapidview
-
- RapidViewManagerImpl() - Constructor for class com.atlassian.greenhopper.manager.rapidview.RapidViewManagerImpl
-
- RapidViewNameComparator - Class in com.atlassian.greenhopper.model.rapid
-
Compare
RapidView
objects by their name, case insensitive (not Locale aware).
- RapidViewPermissionService - Interface in com.atlassian.greenhopper.service.rapid.view
-
- RapidViewPermissionServiceImpl - Class in com.atlassian.greenhopper.service.rapid.view
-
- RapidViewPermissionServiceImpl() - Constructor for class com.atlassian.greenhopper.service.rapid.view.RapidViewPermissionServiceImpl
-
- RapidViewPreset - Enum in com.atlassian.greenhopper.web.rapid.view
-
There presets determine initial settings of the
RapidView
.
- RapidViewPresetService - Class in com.atlassian.greenhopper.service.rapid.view
-
A service for constructing default Rapid View objects based on the Preset chosen for the Rapid View.
- RapidViewPresetService() - Constructor for class com.atlassian.greenhopper.service.rapid.view.RapidViewPresetService
-
- RapidViewProjectEntry - Class in com.atlassian.greenhopper.web.rapid.view
-
- RapidViewProjectEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.view.RapidViewProjectEntry
-
- RapidViewProjectHelper - Class in com.atlassian.greenhopper.web.rapid.view
-
- RapidViewProjectHelper() - Constructor for class com.atlassian.greenhopper.web.rapid.view.RapidViewProjectHelper
-
- RapidViewProjectListResponse - Class in com.atlassian.greenhopper.web.rapid.view
-
- RapidViewProjectListResponse() - Constructor for class com.atlassian.greenhopper.web.rapid.view.RapidViewProjectListResponse
-
- RapidViewQuery - Class in com.atlassian.greenhopper.service.rapid.view
-
Query which limit the result only to boards which fulfil its constraints.
- RapidViewQuery.Builder - Class in com.atlassian.greenhopper.service.rapid.view
-
- RapidViewQueryService - Interface in com.atlassian.greenhopper.service.rapid
-
Provides clauses and queries calculated from rapid views.
- RapidViewQueryServiceImpl - Class in com.atlassian.greenhopper.service.rapid
-
Implementation of RapidViewQueryService
- RapidViewQueryServiceImpl() - Constructor for class com.atlassian.greenhopper.service.rapid.RapidViewQueryServiceImpl
-
- RapidViewResource - Class in com.atlassian.greenhopper.web.rapid.view
-
- RapidViewResource(RapidViewHelper) - Constructor for class com.atlassian.greenhopper.web.rapid.view.RapidViewResource
-
- RapidViewService - Interface in com.atlassian.greenhopper.service.rapid.view
-
Service which provides method to access and manipulate
RapidView
s.
- rapidViewService - Variable in class com.atlassian.greenhopper.web.rapid.IssueTransitionServiceImpl
-
- rapidViewService - Variable in class com.atlassian.greenhopper.web.rapid.plan.IssueTransitionDataServiceImpl
-
- RapidViewServiceImpl - Class in com.atlassian.greenhopper.service.rapid.view
-
- RapidViewServiceImpl() - Constructor for class com.atlassian.greenhopper.service.rapid.view.RapidViewServiceImpl
-
- RapidViewSettings - Interface in com.atlassian.greenhopper.service.rapid.view
-
Service which provides methods to access
RapidView
s behaviour settings.
- RapidViewSettingsImpl - Class in com.atlassian.greenhopper.service.rapid.view
-
- RapidViewSettingsImpl(RapidViewManager) - Constructor for class com.atlassian.greenhopper.service.rapid.view.RapidViewSettingsImpl
-
- RapidViewSimpleQuery - Class in com.atlassian.greenhopper.service.rapid.view
-
A class representing a filter query for rapid views based on type and name
- RapidViewsModel - Class in com.atlassian.greenhopper.web.rapid
-
Holds a list of rapid views
- RapidViewsModel() - Constructor for class com.atlassian.greenhopper.web.rapid.RapidViewsModel
-
- RapidViewSorter - Class in com.atlassian.greenhopper.service.rapid
-
- RapidViewSorter(QueryService) - Constructor for class com.atlassian.greenhopper.service.rapid.RapidViewSorter
-
- RapidViewSprintQueryService - Interface in com.atlassian.greenhopper.service.rapid.view
-
Query service to find sprints for a given rapid view.
- RapidViewSprintQueryServiceImpl - Class in com.atlassian.greenhopper.service.rapid.view
-
- RapidViewSprintQueryServiceImpl() - Constructor for class com.atlassian.greenhopper.service.rapid.view.RapidViewSprintQueryServiceImpl
-
- RapidViewTemplate() - Constructor for class com.atlassian.greenhopper.web.rapid.welcome.WelcomeCreateResponse.RapidViewTemplate
-
- RapidViewUserKeyChangeHandler - Class in com.atlassian.greenhopper.anonymization
-
- RapidViewUserKeyChangeHandler(ActiveObjects, BoardAdminManager, CardColorManager, RapidViewCacheManager, I18nHelper) - Constructor for class com.atlassian.greenhopper.anonymization.RapidViewUserKeyChangeHandler
-
- RapidViewVersionService - Interface in com.atlassian.greenhopper.service.rapid.view
-
Service which provides method to access version in rapid views.
- RapidViewVersionServiceImpl - Class in com.atlassian.greenhopper.service.rapid.view
-
- RapidViewVersionServiceImpl() - Constructor for class com.atlassian.greenhopper.service.rapid.view.RapidViewVersionServiceImpl
-
- rate - Variable in class com.atlassian.greenhopper.web.rapid.chart.time.WorkRateData.RateEntry
-
- RateEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.time.WorkRateData.RateEntry
-
- rates - Variable in class com.atlassian.greenhopper.web.rapid.chart.time.WorkRateData
-
- read(Long) - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewResource
-
Fetch the rapid view for the given ID.
- readAll() - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewResource
-
Fetch rapid views visible for current user
- ReadOnlyCustomFieldEntryFactory - Class in com.atlassian.greenhopper.web.rapid.issue.fields
-
Abstract base class for custom field types to use the common valid / visble / applicable check.
- ReadOnlyCustomFieldEntryFactory(FieldHelper) - Constructor for class com.atlassian.greenhopper.web.rapid.issue.fields.ReadOnlyCustomFieldEntryFactory
-
- ReadOnlyFieldEntryFactory - Class in com.atlassian.greenhopper.web.rapid.issue.fields
-
Fields which are read-only do not need to implement the createEditEntry() method
- ReadOnlyFieldEntryFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.fields.ReadOnlyFieldEntryFactory
-
- ReadOnlySystemFieldEntryFactory - Class in com.atlassian.greenhopper.web.rapid.issue.fields
-
Base class for system fields to check validity.
- ReadOnlySystemFieldEntryFactory(FieldHelper) - Constructor for class com.atlassian.greenhopper.web.rapid.issue.fields.ReadOnlySystemFieldEntryFactory
-
- REBALANCE_TIME - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QBalancerEntry
-
- rebalanceTime(DateTime) - Method in class com.atlassian.greenhopper.manager.lexorank.balancer.BalancerEntry.Builder
-
- rebalanceTimeNow() - Method in class com.atlassian.greenhopper.manager.lexorank.balancer.BalancerEntry.Builder
-
- RecentSprintHistoryService - Interface in com.atlassian.greenhopper.service.rapid
-
- RecentSprintHistoryServiceImpl - Class in com.atlassian.greenhopper.service.rapid
-
- RecentSprintHistoryServiceImpl() - Constructor for class com.atlassian.greenhopper.service.rapid.RecentSprintHistoryServiceImpl
-
- recordPluginStarted() - Method in class com.atlassian.greenhopper.upgrade.UpgradeVersionService
-
Called to record when a plugin has started and at what version.
- recordUpgradeTaskEnded(int, long) - Method in class com.atlassian.greenhopper.upgrade.UpgradeVersionService
-
Call this to record that a plugin upgrade task has been completed
- recordUpgradeTaskStarted(int) - Method in class com.atlassian.greenhopper.upgrade.UpgradeVersionService
-
Call this to record that a plugin upgrade task has been started
- redeemConversation(String) - Method in interface com.atlassian.greenhopper.service.api.remote.RemoteLinkConversationService
-
Reddeems the conversation associated with the given token.
- redeemConversation(String) - Method in class com.atlassian.greenhopper.service.api.remote.RemoteLinkConversationServiceImpl
-
- RedirectToWhatsNewPageServlet - Class in com.atlassian.greenhopper.web
-
- RedirectToWhatsNewPageServlet() - Constructor for class com.atlassian.greenhopper.web.RedirectToWhatsNewPageServlet
-
- ReferencedEntityHistoryEntity - Class in com.atlassian.greenhopper.customfield
-
Base class for custom fields where we want to store the history in Lucene.
- ReferencedEntityHistoryEntity(Long, DateTime, boolean) - Constructor for class com.atlassian.greenhopper.customfield.ReferencedEntityHistoryEntity
-
- RefinedSprintFilterFactory - Class in com.atlassian.greenhopper.web.rapid.chart
-
- RefinedSprintFilterFactory(SprintManager, RapidViewSettings) - Constructor for class com.atlassian.greenhopper.web.rapid.chart.RefinedSprintFilterFactory
-
- refinedSprintPredicateFor(RapidView) - Method in class com.atlassian.greenhopper.web.rapid.chart.RefinedSprintFilterFactory
-
- refinedVelocityActive(boolean) - Method in class com.atlassian.greenhopper.model.rapid.RapidView.RapidViewBuilder
-
- refreshAfterChangingCustomFieldContext(CustomField) - Method in interface com.atlassian.greenhopper.issue.fields.FieldCacheRefreshService
-
When a custom field's context has changed, some JIRA caches need refreshing.
- refreshAfterChangingCustomFieldContext(CustomField) - Method in class com.atlassian.greenhopper.issue.fields.FieldCacheRefreshServiceImpl
-
- refreshOptionCaches() - Method in interface com.atlassian.greenhopper.issue.fields.FieldCacheRefreshService
-
When options related to a custom field have changed.
- refreshOptionCaches() - Method in class com.atlassian.greenhopper.issue.fields.FieldCacheRefreshServiceImpl
-
- Region() - Constructor for class com.atlassian.greenhopper.web.rapid.view.workingdays.TimeZoneEditModel.Region
-
- regionKey - Variable in class com.atlassian.greenhopper.web.rapid.view.workingdays.TimeZoneEditModel.TimeZone
-
- regions - Variable in class com.atlassian.greenhopper.web.rapid.view.workingdays.TimeZoneEditModel
-
- RegisteredWebHookEventFactory - Class in com.atlassian.greenhopper.webhooks
-
Class which defines the mapping of events to web hook events.
- RegisteredWebHookEventFactory() - Constructor for class com.atlassian.greenhopper.webhooks.RegisteredWebHookEventFactory
-
- registerKeyboardContext() - Method in class com.atlassian.greenhopper.web.util.WebUtilities
-
Registers the GreenHopper keyboard context.
- registerListener(EventListenerRegistry.ListenerKey, Object) - Method in class com.atlassian.greenhopper.EventListenerRegistry
-
Register an event listener with JIRA
- registerOldDefaultRankFieldId(Long) - Method in class com.atlassian.greenhopper.imports.LexorankImportMapper
-
- registerOldRankValue(Long, Long, String) - Method in class com.atlassian.greenhopper.imports.LexorankImportMapper
-
- registerRecentProjects(ApplicationUser, RapidView, List<Project>, String) - Method in interface com.atlassian.greenhopper.service.project.ProjectHistoryService
-
Register either the projects seen when querying a board, or the projects of a board if no issues were seen, with the
UserProjectHistoryManager
for the specified user.
- registerRecentProjects(ApplicationUser, RapidView, List<Project>, String) - Method in class com.atlassian.greenhopper.service.project.ProjectHistoryServiceImpl
-
- reIndex(Issue) - Method in interface com.atlassian.greenhopper.service.IssueIndexService
-
Reindex a specific issue.
- reIndex(Issue, IssueIndexingParams) - Method in interface com.atlassian.greenhopper.service.IssueIndexService
-
Reindex a specific issue.
- reIndex(Issue) - Method in class com.atlassian.greenhopper.service.IssueIndexServiceImpl
-
Reindex a single issue.
- reIndex(Issue, IssueIndexingParams) - Method in class com.atlassian.greenhopper.service.IssueIndexServiceImpl
-
Reindex a single issue.
- reindex() - Method in class com.atlassian.greenhopper.service.rank.RankIndex
-
- REINDEX_ALLOWED_PROPERTY - Static variable in class com.atlassian.greenhopper.upgrade.AbstractGhUpgradeTask
-
- reIndexAll() - Method in interface com.atlassian.greenhopper.service.IssueIndexService
-
- reIndexAll() - Method in class com.atlassian.greenhopper.service.IssueIndexServiceImpl
-
- reindexIssueAndSubtasks(Long) - Method in interface com.atlassian.greenhopper.service.IssueIndexService
-
Update lucene index for a given issue and any subtasks it may have.
- reindexIssueAndSubtasks(Issue) - Method in interface com.atlassian.greenhopper.service.IssueIndexService
-
Update lucene index for a given issue and any subtasks it may have.
- reindexIssueAndSubtasks(Issue, IssueIndexingParams) - Method in interface com.atlassian.greenhopper.service.IssueIndexService
-
Update lucene index for a given issue and any subtasks it may have.
- reindexIssueAndSubtasks(Collection<Issue>, IssueIndexingParams) - Method in interface com.atlassian.greenhopper.service.IssueIndexService
-
Update lucene index for a set of issues and any subtasks they may have.
- reindexIssueAndSubtasks(Long) - Method in class com.atlassian.greenhopper.service.IssueIndexServiceImpl
-
- reindexIssueAndSubtasks(Issue) - Method in class com.atlassian.greenhopper.service.IssueIndexServiceImpl
-
- reindexIssueAndSubtasks(Issue, IssueIndexingParams) - Method in class com.atlassian.greenhopper.service.IssueIndexServiceImpl
-
- reindexIssueAndSubtasks(Collection<Issue>, IssueIndexingParams) - Method in class com.atlassian.greenhopper.service.IssueIndexServiceImpl
-
- reIndexIssues(Collection<Issue>) - Method in interface com.atlassian.greenhopper.service.IssueIndexService
-
Reindex a collection of issues.
- reIndexIssues(Collection<Issue>, IssueIndexingParams) - Method in interface com.atlassian.greenhopper.service.IssueIndexService
-
Reindex a collection of issues.
- reIndexIssues(Collection<Issue>) - Method in class com.atlassian.greenhopper.service.IssueIndexServiceImpl
-
- reIndexIssues(Collection<Issue>, IssueIndexingParams) - Method in class com.atlassian.greenhopper.service.IssueIndexServiceImpl
-
- reindexIssuesAndSubtasks(Collection<Long>) - Method in interface com.atlassian.greenhopper.service.IssueIndexService
-
Update lucene index for a given set of issues and any subtasks they may have.
- reindexIssuesAndSubtasks(Collection<Long>) - Method in class com.atlassian.greenhopper.service.IssueIndexServiceImpl
-
- reIndexIssuesWithIds(Collection<Long>) - Method in interface com.atlassian.greenhopper.service.IssueIndexService
-
Reindex a collection of issues based on their ids.
- reIndexIssuesWithIds(Collection<Long>) - Method in class com.atlassian.greenhopper.service.IssueIndexServiceImpl
-
- reindexRequired() - Static method in class com.atlassian.greenhopper.service.lexorank.LexoRankOperationOutcome
-
- reIndexWithIds(Long...) - Method in interface com.atlassian.greenhopper.service.IssueIndexService
-
Reindex a specific issues by ids
- reIndexWithIds(Long...) - Method in class com.atlassian.greenhopper.service.IssueIndexServiceImpl
-
- RelatedAOMapper<P,T extends Entity,U> - Interface in com.atlassian.greenhopper.manager
-
A specialisation of
AOMapper
for AO records
T
which have a relationship with a parent record
P
.
- RelatedEntityDao<PK,P extends Entity,T extends Entity,U> - Interface in com.atlassian.greenhopper.manager
-
A common interface for DAOs which handle an AO record T
which has a relationship with parent record P
.
- relationship - Variable in class com.atlassian.greenhopper.api.RemoteLinkCreateRequest
-
- relationship - Variable in class com.atlassian.greenhopper.service.sprint.RemoteSprintLinkService.JsonLink
-
- relationship - Variable in class com.atlassian.greenhopper.web.rapid.entity.common.RemoteEntityLinkModel
-
- relationship - Variable in class com.atlassian.greenhopper.web.rapid.issue.issuelink.IssueLinkModel.IssueLinkTypeEntry
-
- release(ApplicationUser, ReleaseResource.ReleaseRequest) - Method in class com.atlassian.greenhopper.web.rapid.release.ReleaseHelper
-
- release(ReleaseResource.ReleaseRequest) - Method in class com.atlassian.greenhopper.web.rapid.release.ReleaseResource
-
- ReleaseBurndownChartModel - Class in com.atlassian.greenhopper.web.rapid.chart
-
- ReleaseBurndownChartModel() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.ReleaseBurndownChartModel
-
- ReleaseBurndownChartModelFactory - Class in com.atlassian.greenhopper.web.rapid.chart
-
- ReleaseBurndownChartModelFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.ReleaseBurndownChartModelFactory
-
- released(Boolean) - Method in class com.atlassian.greenhopper.service.rapid.view.VersionQuery.Builder
-
Defines whether requested versions should be released or not.
- released - Variable in class com.atlassian.greenhopper.web.rapid.chart.VersionEntry
-
- released - Variable in class com.atlassian.greenhopper.web.rapid.plan.PlanModeVersionModel
-
- RELEASED_VERSION_HISTORY_FIELD - Static variable in class com.pyxis.greenhopper.jira.customfields.ReleasedVersionHistoryCFType
-
- releaseDate - Variable in class com.atlassian.greenhopper.web.rapid.chart.VersionEntry
-
- releaseDate - Variable in class com.atlassian.greenhopper.web.rapid.plan.PlanModeVersionModel
-
- releaseDateFormatted - Variable in class com.atlassian.greenhopper.web.rapid.plan.PlanModeVersionModel
-
- ReleasedVersionHistoryCFType - Class in com.pyxis.greenhopper.jira.customfields
-
Type for the custom field Greenhopper creates to store historic versions in.
- ReleasedVersionHistoryCFType(PermissionManager, JiraAuthenticationContext, VersionManager, CustomFieldValuePersister, GenericConfigManager, JiraBaseUrls) - Constructor for class com.pyxis.greenhopper.jira.customfields.ReleasedVersionHistoryCFType
-
Workaround for some managed objects that are not exposed by JIRA
- ReleasedVersionsFunctionOptimizer - Class in com.atlassian.greenhopper.util.jql
-
Class that optimizes releasedVersions() function in given query by trying to deterimne projects from query
and adding them as arguments to that function provided that no arguments are already specified.
- ReleasedVersionsFunctionOptimizer() - Constructor for class com.atlassian.greenhopper.util.jql.ReleasedVersionsFunctionOptimizer
-
- ReleaseHelper - Class in com.atlassian.greenhopper.web.rapid.release
-
- ReleaseHelper() - Constructor for class com.atlassian.greenhopper.web.rapid.release.ReleaseHelper
-
- ReleaseIssueNavigatorAction - Class in com.atlassian.greenhopper.web.rapid.release
-
Using an action here enables us to provide a link that can be opened in a new tab (wouldn't be possible using JS).
- ReleaseIssueNavigatorAction() - Constructor for class com.atlassian.greenhopper.web.rapid.release.ReleaseIssueNavigatorAction
-
- releaseLock(Lock) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankDao
-
Releases the lock on all rows locked by the given lock.
- releaseLock(Lock) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankDaoImpl
-
- ReleaseRequest() - Constructor for class com.atlassian.greenhopper.web.rapid.release.ReleaseResource.ReleaseRequest
-
- ReleaseResource - Class in com.atlassian.greenhopper.web.rapid.release
-
- ReleaseResource(ReleaseHelper) - Constructor for class com.atlassian.greenhopper.web.rapid.release.ReleaseResource
-
- ReleaseResource.ReleaseRequest - Class in com.atlassian.greenhopper.web.rapid.release
-
- ReleaseResource.ReleaseResponse - Class in com.atlassian.greenhopper.web.rapid.release
-
- ReleaseResponse() - Constructor for class com.atlassian.greenhopper.web.rapid.release.ReleaseResource.ReleaseResponse
-
- ReleaseService - Interface in com.atlassian.greenhopper.service.version
-
- ReleaseServiceImpl - Class in com.atlassian.greenhopper.service.version
-
- ReleaseServiceImpl() - Constructor for class com.atlassian.greenhopper.service.version.ReleaseServiceImpl
-
- releaseTimeOffset - Variable in class com.atlassian.greenhopper.web.rapid.chart.VersionEntry
-
- releaseVersions(ApplicationUser, Collection<Version>, DateMidnight) - Method in interface com.atlassian.greenhopper.service.version.VersionService
-
Release the given versions.
- releaseVersions(ApplicationUser, Collection<Version>, DateMidnight) - Method in class com.atlassian.greenhopper.service.version.VersionServiceImpl
-
valid?
- ReleaseViewModel - Class in com.atlassian.greenhopper.web.rapid.release
-
- ReleaseViewModel() - Constructor for class com.atlassian.greenhopper.web.rapid.release.ReleaseViewModel
-
- reloadWebResources() - Method in class com.atlassian.greenhopper.plugin.module.ModuleLoader
-
- REMAINING_ESTIMATE_FIELD_ID - Static variable in interface com.atlassian.greenhopper.service.rapid.view.statistics.TrackingStatisticService
-
- REMAINING_ESTIMATE_ID - Static variable in class com.atlassian.greenhopper.web.rapid.issue.fields.RemainingEstimateFieldEntryFactory
-
- RemainingEstimateFieldEntryFactory - Class in com.atlassian.greenhopper.web.rapid.issue.fields
-
- RemainingEstimateFieldEntryFactory(I18nHelper.BeanFactory, TimeTrackingGraphBeanFactory, TimeTrackingService, FieldHelper) - Constructor for class com.atlassian.greenhopper.web.rapid.issue.fields.RemainingEstimateFieldEntryFactory
-
- remote - Variable in class com.atlassian.greenhopper.web.rapid.issue.issuelink.IssueLinkModel.IssueLinkEntry
-
- RemoteEntityLinkModel - Class in com.atlassian.greenhopper.web.rapid.entity.common
-
- RemoteEntityLinkModel(Long, Long, String, String) - Constructor for class com.atlassian.greenhopper.web.rapid.entity.common.RemoteEntityLinkModel
-
- RemoteEntityLinkService - Interface in com.atlassian.greenhopper.entity.remotelink
-
- RemoteEntityLinkServiceImpl - Class in com.atlassian.greenhopper.entity.remotelink
-
- RemoteEntityLinkServiceImpl() - Constructor for class com.atlassian.greenhopper.entity.remotelink.RemoteEntityLinkServiceImpl
-
- RemoteEpicLinkResource - Class in com.atlassian.greenhopper.web.api
-
Exposes functionality to manage remote epic links
- RemoteEpicLinkResource(RemoteIssueLinkService, RemoteLinkConversationService, IssueManager) - Constructor for class com.atlassian.greenhopper.web.api.RemoteEpicLinkResource
-
- RemoteIssueLinkEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.issuelink.IssueLinkModel.RemoteIssueLinkEntry
-
- RemoteIssueLinkResource - Class in com.atlassian.greenhopper.web.rapid.issue.issuelink
-
- RemoteIssueLinkResource(RemoteIssueLinkService) - Constructor for class com.atlassian.greenhopper.web.rapid.issue.issuelink.RemoteIssueLinkResource
-
- RemoteIssueLinkSearchService - Interface in com.atlassian.greenhopper.issue.link
-
- RemoteIssueLinkSearchServiceImpl - Class in com.atlassian.greenhopper.issue.link
-
- RemoteIssueLinkSearchServiceImpl() - Constructor for class com.atlassian.greenhopper.issue.link.RemoteIssueLinkSearchServiceImpl
-
- RemoteLinkConversationResource - Class in com.atlassian.greenhopper.web.remote
-
Remote create link creation resource for our internal use only.
- RemoteLinkConversationResource(RemoteLinkConversationService) - Constructor for class com.atlassian.greenhopper.web.remote.RemoteLinkConversationResource
-
- RemoteLinkConversationResource.TokenStatus - Class in com.atlassian.greenhopper.web.remote
-
The associaiton of a conversation token and a conversation status.
- RemoteLinkConversationService - Interface in com.atlassian.greenhopper.service.api.remote
-
Manages conversation during the remote link creation process.
- RemoteLinkConversationService.CreationConversation - Class in com.atlassian.greenhopper.service.api.remote
-
Represents the "conversation" after a creation request.
- RemoteLinkConversationService.CreationConversation.Status - Enum in com.atlassian.greenhopper.service.api.remote
-
- RemoteLinkConversationServiceImpl - Class in com.atlassian.greenhopper.service.api.remote
-
- RemoteLinkConversationServiceImpl() - Constructor for class com.atlassian.greenhopper.service.api.remote.RemoteLinkConversationServiceImpl
-
- RemoteLinkCreateRequest - Class in com.atlassian.greenhopper.api
-
Request to create/update a remote link.
- RemoteLinkCreateRequest() - Constructor for class com.atlassian.greenhopper.api.RemoteLinkCreateRequest
-
- RemoteLinkCreateRequest.Application - Class in com.atlassian.greenhopper.api
-
- RemoteLinkCreateRequest.RemoteObject - Class in com.atlassian.greenhopper.api
-
- RemoteLinkedSprint - Class in com.atlassian.greenhopper.api.sprints
-
- RemoteLinkedSprint() - Constructor for class com.atlassian.greenhopper.api.sprints.RemoteLinkedSprint
-
- RemoteLinkedSprintMapper - Class in com.atlassian.greenhopper.service.sprint
-
- RemoteLinkedSprintMapper() - Constructor for class com.atlassian.greenhopper.service.sprint.RemoteLinkedSprintMapper
-
- RemoteLinkedSprints - Class in com.atlassian.greenhopper.api.sprints
-
- RemoteLinkedSprints() - Constructor for class com.atlassian.greenhopper.api.sprints.RemoteLinkedSprints
-
- remoteLinks - Variable in class com.atlassian.greenhopper.web.rapid.sprint.SprintEditEntry
-
- RemoteObject() - Constructor for class com.atlassian.greenhopper.api.RemoteLinkCreateRequest.RemoteObject
-
- RemoteSprintLink - Class in com.atlassian.greenhopper.api.entity.remotelink.sprint
-
- RemoteSprintLink(Long, Long, String, String, String, String, RemoteSprintLink.ApplicationType, String) - Constructor for class com.atlassian.greenhopper.api.entity.remotelink.sprint.RemoteSprintLink
-
- RemoteSprintLink.ApplicationType - Enum in com.atlassian.greenhopper.api.entity.remotelink.sprint
-
- RemoteSprintLinkEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.SprintEditEntry.RemoteSprintLinkEntry
-
- RemoteSprintLinkEvent - Interface in com.atlassian.greenhopper.api.events
-
This interface is implemented in the greenshooper-jira-bridge.
- RemoteSprintLinkEvent - Class in com.atlassian.greenhopper.events
-
- RemoteSprintLinkEvent(RemoteSprintLink) - Constructor for class com.atlassian.greenhopper.events.RemoteSprintLinkEvent
-
- RemoteSprintLinkResource - Class in com.atlassian.greenhopper.web.api
-
Exposes functionality to manage remote sprint links
- RemoteSprintLinkResource(SprintService, RemoteSprintLinkService, RemoteLinkedSprintMapper, RemoteLinkConversationService, LicenseService, I18nFactoryService) - Constructor for class com.atlassian.greenhopper.web.api.RemoteSprintLinkResource
-
- RemoteSprintLinkService - Class in com.atlassian.greenhopper.service.sprint
-
- RemoteSprintLinkService() - Constructor for class com.atlassian.greenhopper.service.sprint.RemoteSprintLinkService
-
- remoteSprintLinkService - Variable in class com.atlassian.greenhopper.web.rapid.sprint.SprintEditEntryTransformer
-
- RemoteSprintLinkService.JsonLink - Class in com.atlassian.greenhopper.service.sprint
-
- remove(CustomField) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCFType
-
This custom field type will never be removed since it is locked and under the control of Jira Agile,
so no additional tasks need to performed and no issues would be affected by it.
- remove(CustomField) - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankCFType
-
- remove(Long, Long, Long, Long) - Method in interface com.atlassian.greenhopper.manager.rank.RankDao
-
Remove a rank.
- remove(Long, Long, Long, Long) - Method in class com.atlassian.greenhopper.manager.rank.RankDaoImpl
-
- remove(Long) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewCacheManager
-
Removes a rapid view from the cache.
- remove(Long) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewCacheManagerImpl
-
- remove() - Method in class com.atlassian.greenhopper.util.DayIterator
-
- removeAll() - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewCacheManager
-
Purges the cache.
- removeAll() - Method in class com.atlassian.greenhopper.service.rapid.RapidViewCacheManagerImpl
-
- removeAllIssuesFromSprint(ApplicationUser, Sprint) - Method in interface com.atlassian.greenhopper.service.sprint.SprintIssueService
-
Removes all issues currently assigned to given sprint.
- removeAllIssuesFromSprint(ApplicationUser, Sprint) - Method in class com.atlassian.greenhopper.service.sprint.SprintIssueServiceImpl
-
- removeAllRemoteSprintLinks(ApplicationUser, Sprint) - Method in class com.atlassian.greenhopper.service.sprint.RemoteSprintLinkService
-
- removeCustomField(CustomField) - Method in interface com.atlassian.greenhopper.customfield.CustomFieldService
-
Removes the custom field and all associated data.
- removeCustomField(CustomField) - Method in class com.atlassian.greenhopper.customfield.CustomFieldServiceImpl
-
- removeEpicFromIssues(ApplicationUser, Set<Issue>) - Method in interface com.atlassian.greenhopper.service.issuelink.EpicService
-
- removeEpicFromIssues(IssueUnlinkRequest) - Method in interface com.atlassian.greenhopper.service.issuelink.EpicService
-
Disassociates the issues from the epic(s) they are associated with.
- removeEpicFromIssues(ApplicationUser, Set<Issue>) - Method in class com.atlassian.greenhopper.service.issuelink.EpicServiceImpl
-
- removeEpicFromIssues(IssueUnlinkRequest) - Method in class com.atlassian.greenhopper.service.issuelink.EpicServiceImpl
-
- removeFromCurrentSprints(ApplicationUser, Map<Sprint, List<Issue>>) - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintHelper
-
Removes issues from their current sprint
- RemoveFromEpicRequest() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.issuelink.EpicResource.RemoveFromEpicRequest
-
- removeFromSprint(RemoveFromSprintRequest) - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintRankResource
-
Removes issues from their currently active/future sprint.
- RemoveFromSprintEntryModel() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.model.RemoveFromSprintModel.RemoveFromSprintEntryModel
-
- RemoveFromSprintModel - Class in com.atlassian.greenhopper.web.rapid.sprint.model
-
- RemoveFromSprintModel() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.model.RemoveFromSprintModel
-
- RemoveFromSprintModel.RemoveFromSprintEntryModel - Class in com.atlassian.greenhopper.web.rapid.sprint.model
-
- RemoveFromSprintRequest - Class in com.atlassian.greenhopper.web.rapid.sprint.model
-
- RemoveFromSprintRequest() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.model.RemoveFromSprintRequest
-
- RemoveFutureSprintsFromClosedIssuesListener - Class in com.atlassian.greenhopper.issue
-
Listens to issue closed events and then removes future sprints for the closed issue to prevent errors
when these sprints are deleted
See
GHS-9983
- RemoveFutureSprintsFromClosedIssuesListener() - Constructor for class com.atlassian.greenhopper.issue.RemoveFutureSprintsFromClosedIssuesListener
-
- removeIssuesFromSprint(ApplicationUser, Sprint, Collection<Issue>) - Method in interface com.atlassian.greenhopper.service.sprint.SprintIssueService
-
Removes the specified issues from a given sprint.
- removeIssuesFromSprint(ApplicationUser, Sprint, Collection<Issue>) - Method in class com.atlassian.greenhopper.service.sprint.SprintIssueServiceImpl
-
- removeNonWorkingDay(LocalDate) - Method in class com.atlassian.greenhopper.model.rapid.WorkingDaysConfig.WorkingDaysConfigBuilder
-
- removeNonWorkingDay(ApplicationUser, RapidView, LocalDate) - Method in interface com.atlassian.greenhopper.service.rapid.view.workingdays.WorkingDaysService
-
Remove a day off
- removeNonWorkingDay(ApplicationUser, RapidView, LocalDate) - Method in class com.atlassian.greenhopper.service.rapid.view.workingdays.WorkingDaysServiceImpl
-
- removeNonWorkingDay(ApplicationUser, WorkingDaysResource.NonWorkingDayRequest) - Method in class com.atlassian.greenhopper.web.rapid.view.workingdays.WorkingDaysHelper
-
Remove a day off
- removeNonWorkingDay(WorkingDaysResource.NonWorkingDayRequest) - Method in class com.atlassian.greenhopper.web.rapid.view.workingdays.WorkingDaysResource
-
Removes an off day
- removePage(Long, SprintPagesResource.LinkPageToSprintModel) - Method in class com.atlassian.greenhopper.web.rapid.sprint.SprintPagesResource
-
- RemoveParametersCheck - Class in com.atlassian.greenhopper.manager.rank.instruction
-
Checks the input parameters for a remove operation.
- RemoveParametersCheck(ActiveObjects, Long, Long, Long, Long) - Constructor for class com.atlassian.greenhopper.manager.rank.instruction.RemoveParametersCheck
-
- removeRemoteSprintLink(ApplicationUser, Sprint, Long) - Method in class com.atlassian.greenhopper.service.sprint.RemoteSprintLinkService
-
- RemoveRowInstruction - Class in com.atlassian.greenhopper.manager.rank.instruction
-
Delete row instruction
- RemoveRowInstruction(ActiveObjects, Long, Long, Long) - Constructor for class com.atlassian.greenhopper.manager.rank.instruction.RemoveRowInstruction
-
- removeStatus(WorkflowResource.RemoveStatusRequest) - Method in class com.atlassian.greenhopper.web.rapid.view.WorkflowResource
-
- removeStatusFromGreenHopperSimplifiedWorkflow(ApplicationUser, JiraWorkflow, Status) - Method in interface com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowService
-
Removes the specified Status
associated step and global transition from the GreenHopper Simplified Workflow.
- removeStatusFromGreenHopperSimplifiedWorkflow(ApplicationUser, JiraWorkflow, Status) - Method in class com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowServiceImpl
-
- RemoveStatusModel() - Constructor for class com.atlassian.greenhopper.web.rapid.view.WorkflowResource.RemoveStatusModel
-
- RemoveStatusRequest() - Constructor for class com.atlassian.greenhopper.web.rapid.view.WorkflowResource.RemoveStatusRequest
-
- render(long, String, String) - Method in class com.atlassian.greenhopper.sidebar.GlobalBoardSidebarRenderer
-
Render a global board sidebar.
- render(long, String, String) - Method in interface com.atlassian.greenhopper.sidebar.GlobalBoardSidebarRendererAdapter
-
- render(long, String, String) - Method in class com.atlassian.greenhopper.sidebar.GlobalBoardSidebarRendererAdapterImpl
-
- render(String) - Method in class com.atlassian.greenhopper.sidebar.SidebarPlaceholderRenderer
-
Render a project sidebar placeholder.
- render(String) - Method in interface com.atlassian.greenhopper.sidebar.SidebarPlaceholderRendererAdapter
-
- render() - Method in interface com.atlassian.greenhopper.sidebar.SidebarPlaceholderRendererAdapter
-
- render(String) - Method in class com.atlassian.greenhopper.sidebar.SidebarPlaceholderRendererAdapterImpl
-
- render() - Method in class com.atlassian.greenhopper.sidebar.SidebarPlaceholderRendererAdapterImpl
-
- renderer - Variable in class com.atlassian.greenhopper.web.rapid.issue.fields.FieldEntry
-
Renderer to use
- renderField(ApplicationUser, NavigableField, Document) - Method in class com.atlassian.greenhopper.web.rapid.list.ExtraFieldsHelper
-
Given a single of navigable field and an issue document, render the field.
- renderFieldEntry(I18n2, Issue, ApplicationUser, T) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.AbstractCustomFieldEntryFactory
-
- renderFieldEntry(I18n2, Issue, ApplicationUser, HtmlFieldEntry) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.DefaultCustomFieldEntryFactory
-
- renderFieldEntry(I18n2, Issue, ApplicationUser, TextFieldEntry) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.LabelsCustomFieldEntryFactory
-
- renderFieldEntry(I18n2, Issue, ApplicationUser, TextFieldEntry) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.VersionCustomFieldEntryFactory
-
- renderFields(ApplicationUser, List<NavigableField>, Document) - Method in class com.atlassian.greenhopper.web.rapid.list.ExtraFieldsHelper
-
Given a list of navigable fields and an issue document, render the fields.
- renderHeader - Variable in class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.EditableTabSection
-
- renderListField(Collection<T>, Function<T, String>) - Static method in class com.atlassian.greenhopper.web.rapid.issue.fields.FieldHelper
-
Transforms a list of values into a comma-separated string representation
- reopenSprint(ApplicationUser, Sprint) - Method in interface com.atlassian.greenhopper.service.sprint.SprintService
-
Reopen a sprint.
- reopenSprint(ApplicationUser, Sprint) - Method in class com.atlassian.greenhopper.service.sprint.SprintServiceImpl
-
- reopenSprint(ReopenSprintRequest) - Method in class com.atlassian.greenhopper.web.rapid.sprint.ReopenSprintResource
-
Reopens a sprint.
- ReopenSprintRequest - Class in com.atlassian.greenhopper.web.rapid.sprint.model
-
- ReopenSprintRequest() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.model.ReopenSprintRequest
-
- ReopenSprintResource - Class in com.atlassian.greenhopper.web.rapid.sprint
-
- ReopenSprintResource(RapidViewService, SprintService, SprintPermissionService, SprintStatusChangeHelper, JiraAuthenticationContext, I18nFactoryService, SprintEntryFactory, SprintIssueService, JiraSoftwareFeatureService, RapidViewSprintQueryService) - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.ReopenSprintResource
-
- ReopenSprintResult - Class in com.atlassian.greenhopper.web.rapid.sprint.model
-
- ReopenSprintResult() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.model.ReopenSprintResult
-
- ReopenSprintStats - Class in com.atlassian.greenhopper.web.rapid.sprint
-
- ReopenSprintStats() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.ReopenSprintStats
-
- ReopenSprintViewModel - Class in com.atlassian.greenhopper.web.rapid.sprint.model
-
- ReopenSprintViewModel() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.model.ReopenSprintViewModel
-
- replace(ApplicationUser, RapidView, List<Swimlane>) - Method in interface com.atlassian.greenhopper.service.rapid.view.SwimlaneService
-
Replaces all swimlanes for a given rapid view with the specified swimlanes (keeping the order in the list).
- replace(ApplicationUser, RapidView, List<Swimlane>) - Method in class com.atlassian.greenhopper.service.rapid.view.SwimlaneServiceImpl
-
- replaceInitialStatusInGreenHopperSimplifiedWorkflow(ApplicationUser, JiraWorkflow, Status, Status) - Method in interface com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowService
-
Replaces the initial status specified in the workflow with a new one.
- replaceInitialStatusInGreenHopperSimplifiedWorkflow(ApplicationUser, JiraWorkflow, Status, Status) - Method in class com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowServiceImpl
-
- report() - Method in class com.atlassian.greenhopper.web.configuration.LexoRankResource
-
- ReportContentModel - Class in com.atlassian.greenhopper.web.rapid.chart
-
- ReportContentModel() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.ReportContentModel
-
- ReportContentModel.Status - Class in com.atlassian.greenhopper.web.rapid.chart
-
- ReporterFieldEntryFactory - Class in com.atlassian.greenhopper.web.rapid.issue.fields
-
- ReporterFieldEntryFactory(UserFormats, FieldHelper) - Constructor for class com.atlassian.greenhopper.web.rapid.issue.fields.ReporterFieldEntryFactory
-
- ReportModelFactory - Class in com.atlassian.greenhopper.web.rapid.chart
-
- ReportModelFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.ReportModelFactory
-
- request(Long, Integer) - Static method in class com.atlassian.greenhopper.service.PageRequests
-
- REQUEST_CONTEXT_KEY - Static variable in class com.atlassian.greenhopper.web.sidebar.BoardListHelper
-
- requestBalance(Long) - Method in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankBalancingService
-
Request an immediate rebalance for the specified fieldId
- requestBalance(Long) - Method in class com.atlassian.greenhopper.web.configuration.LexoRankHelper
-
Request balance of a given field id
- RequestBoundCacheFactory - Class in com.atlassian.greenhopper.util
-
Provides a little helper method to deal with JiraAuthenticationContextImpl.getRequestCache()
.
- RequestBoundCacheFactory() - Constructor for class com.atlassian.greenhopper.util.RequestBoundCacheFactory
-
- RequestCacheService - Interface in com.atlassian.greenhopper.service
-
Provides methods to load/store information from/to a request based cache.
- RequestCacheServiceImpl - Class in com.atlassian.greenhopper.service
-
RequestCacheService implementation.
- RequestCacheServiceImpl() - Constructor for class com.atlassian.greenhopper.service.RequestCacheServiceImpl
-
- REQUESTED_RAPID_VIEW - Static variable in interface com.atlassian.greenhopper.web.rapid.issue.tabs.TabModelFactory
-
- REQUESTED_RAPID_VIEW_ID - Static variable in class com.atlassian.greenhopper.jira.actions.DetailsViewAjaxIssueAction
-
- requestFullBalance() - Method in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankBalancingService
-
Schedule an immediate rebalance for all field ids.
- requestFullBalance() - Method in class com.atlassian.greenhopper.web.configuration.LexoRankHelper
-
Request a full balance
- requiresAsyncLoading - Variable in class com.atlassian.greenhopper.web.rapid.issue.issuelink.IssueLinkModel.IssueLinkEntry
-
- requiresIssueDoc() - Method in class com.atlassian.greenhopper.service.issue.callback.AbstractCompoundDataCallback
-
- requiresIssueDoc() - Method in class com.atlassian.greenhopper.service.issue.callback.AbstractIssueDataCallback
-
- requiresIssueDoc() - Method in class com.atlassian.greenhopper.service.issue.callback.ComposedIssueDataCallback
-
- requiresIssueDoc() - Method in interface com.atlassian.greenhopper.service.issue.callback.IssueDataCallback
-
Does this callback require a full Lucene issue document.
- requiresIssueDoc() - Method in class com.atlassian.greenhopper.service.issue.callback.ParentIssueAndSubTaskCountCallback
-
- requiresIssueDoc() - Method in class com.atlassian.greenhopper.service.rapid.view.color.AbstractCardColorCallback
-
- requiresIssueDoc() - Method in class com.atlassian.greenhopper.service.sprint.SprintHistoryDataCollector
-
- requiresIssueDoc() - Method in class com.atlassian.greenhopper.web.rapid.chart.StatisticHistoryDataCallback
-
- requiresIssueDoc() - Method in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryCallback
-
- reset() - Method in interface com.atlassian.greenhopper.service.lucene.RightJoinEnum
-
- ResolutionDateFieldEntryFactory - Class in com.atlassian.greenhopper.web.rapid.issue.fields
-
Creates an Issue Entry for ResolutionDateSystemField
.
- ResolutionDateFieldEntryFactory(FieldHelper, ResolutionDateSystemField) - Constructor for class com.atlassian.greenhopper.web.rapid.issue.fields.ResolutionDateFieldEntryFactory
-
- resolve(String) - Static method in enum com.atlassian.greenhopper.api.entity.remotelink.sprint.RemoteSprintLink.ApplicationType
-
- resolve(Integer) - Static method in enum com.atlassian.greenhopper.manager.lexorank.LexoRankRow.RankRowType
-
- resolve(int) - Static method in enum com.atlassian.greenhopper.model.lexorank.LexoRankBucket
-
- resolve(Status) - Method in class com.atlassian.greenhopper.service.rapid.view.ColumnService.ColumnProgressMap
-
- resolveByRating(int) - Static method in enum com.atlassian.greenhopper.service.sprint.health.SprintHealth.Status
-
- resolved - Variable in class com.atlassian.greenhopper.web.rapid.entity.common.RemoteEntityLinkModel
-
- resolved - Variable in class com.atlassian.greenhopper.web.rapid.issue.issuelink.IssueLinkModel.LocalIssueLinkEntry
-
- resolveDatabaseType(Connection) - Static method in class com.atlassian.greenhopper.util.database.DatabaseUtils
-
- resolveEntity(String, String) - Method in class com.atlassian.greenhopper.confluence.rpc.AbstractConfluenceSaxHandler
-
- resolveNewBoardAdminList(RapidViewEditResource.RapidViewUpdateRequest) - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewEditHelper
-
- resolveSprintProgress(ColumnService.ColumnProgressMap, List<RapidIssueEntry>) - Static method in class com.atlassian.greenhopper.service.sprint.health.SprintHealthMetricsResolver
-
- resolveSprintStatus(Long, Long) - Static method in class com.atlassian.greenhopper.service.sprint.health.SprintHealthMetricsResolver
-
Calculates the status of a sprint based on the sprint completion and work completion
- resolveWorklogTimeline(Issue, List<Worklog>, List<SafeChangeHistory>) - Static method in class com.atlassian.greenhopper.service.timetracking.WorklogTimelineResolver
-
Resolves the worklog timeline for a single issue
- response(Callable<Response>) - Method in class com.atlassian.greenhopper.web.AbstractResource
-
A standard way to invoke a REST resource and handle errors that might be throw.
- response(Callable<Response>) - Method in class com.atlassian.greenhopper.web.util.RestCall
-
This will invoke the Callable and return the response to the callee.
- responseWithoutAccessCheck(Callable<Response>) - Method in class com.atlassian.greenhopper.web.AbstractResource
-
A standard way to invoke a REST resource and handle errors that might be throw.
- RestCall - Class in com.atlassian.greenhopper.web.util
-
JIRA by default does not log REST call failures in atlassian-jira.log.
- RestCall(Class) - Constructor for class com.atlassian.greenhopper.web.util.RestCall
-
- RestFieldSetOperationsHelper - Class in com.atlassian.greenhopper.customfield
-
- RestFieldSetOperationsHelper(ErrorCollectionTransformer) - Constructor for class com.atlassian.greenhopper.customfield.RestFieldSetOperationsHelper
-
- restoreAndLockFields() - Method in interface com.atlassian.greenhopper.manager.issue.fields.ManagedFieldConfigurationRestorer
-
Restores fields to their previous configuration, and attempts to lock them.
- restoreAndLockFields() - Method in class com.atlassian.greenhopper.manager.issue.fields.ManagedFieldConfigurationRestorerImpl
-
- restoreIssueTypes() - Method in interface com.atlassian.greenhopper.manager.issue.fields.IssueTypeRestorer
-
- restoreIssueTypes() - Method in class com.atlassian.greenhopper.manager.issue.fields.IssueTypeRestorerImpl
-
- RestTemplate - Class in com.atlassian.greenhopper.web.rapid
-
- RestTemplate() - Constructor for class com.atlassian.greenhopper.web.rapid.RestTemplate
-
- Result(Collection<Issue>, ErrorCollection) - Constructor for class com.atlassian.greenhopper.service.issue.comment.BulkCommentService.Result
-
- Result(Collection<Issue>, ErrorCollection) - Constructor for class com.atlassian.greenhopper.service.issue.flagging.FlagService.Result
-
- Result() - Constructor for class com.atlassian.greenhopper.service.lexorank.integrity.LexoRankIntegrityCheckReport.Result
-
- Result() - Constructor for class com.atlassian.greenhopper.web.rapid.plan.PlanningModeService.Result
-
- ResultFactory - Class in com.atlassian.greenhopper.api
-
Factory for constructing service results in our API.
- ResultFactory() - Constructor for class com.atlassian.greenhopper.api.ResultFactory
-
- resumeLexoRankBalancing() - Method in interface com.atlassian.greenhopper.manager.lexorank.suspend.LexoRankSuspendManager
-
Disable the property to block rebalancing.
- resumeLexoRankBalancing() - Method in class com.atlassian.greenhopper.manager.lexorank.suspend.LexoRankSuspendManagerImpl
-
- retry() - Static method in class com.atlassian.greenhopper.manager.lexorank.lock.LockProcessOutcome
-
- RightJoinEnum - Interface in com.atlassian.greenhopper.service.lucene
-
- row(Object...) - Method in class com.atlassian.greenhopper.manager.lexorank.CommonSqlBulkInsertBuilder
-
- row(Object...) - Method in class com.atlassian.greenhopper.manager.lexorank.OracleSqlBulkInsertBuilder
-
- row(Object...) - Method in class com.atlassian.greenhopper.manager.lexorank.SqlBulkInsertBuilder
-
- rows - Variable in class com.atlassian.greenhopper.manager.lexorank.SqlBulkInsertBuilder
-
- run() - Method in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankScheduledBalanceHandler
-
- run() - Method in interface com.atlassian.greenhopper.service.util.ServiceRunnable
-
- runAfterImport(ApplicationUser, Project) - Method in class com.atlassian.greenhopper.sampledata.IssueTypeGeneratorComponent
-
- runBeforeImport(ApplicationUser, Project) - Method in class com.atlassian.greenhopper.sampledata.IssueTypeGeneratorComponent
-
- runJob(JobRunnerRequest) - Method in class com.atlassian.greenhopper.service.sprint.services.SprintAutoStartStopJob
-
- SafeChangeHistory - Class in com.atlassian.greenhopper.service.issue.changehistory
-
Wrapper for ChangeHistory
that allows safer access to the class.
- SafeChangeHistory(ChangeHistory) - Constructor for class com.atlassian.greenhopper.service.issue.changehistory.SafeChangeHistory
-
- SampleDataGenerator - Interface in com.atlassian.greenhopper.sampledata
-
- SampleDataGeneratorImpl - Class in com.atlassian.greenhopper.sampledata
-
- SampleDataGeneratorImpl(SampleDataImporter, AgileProjectConfigurator, ApplicationProperties, I18nHelper.BeanFactory, PluginAccessor, SprintManager, WorkflowService, CustomFieldManager, JiraAuthenticationContext, SimplifiedWorkflowService, LexoRankCustomFieldService, ProjectManager, IssueManager, LexoRankManager, RapidViewHelper, RapidViewPresetService, ColumnService, IssueFactory, IssueTypeService, ProjectService, EpicCustomFieldService, VersionService, OrderedPriorityHelper, IssueIndexService) - Constructor for class com.atlassian.greenhopper.sampledata.SampleDataGeneratorImpl
-
- SampleDataProjectNameGenerator - Class in com.atlassian.greenhopper.web.rapid.welcome
-
Generate a suitable name for a sample data project.
- SampleDataProjectNameGenerator() - Constructor for class com.atlassian.greenhopper.web.rapid.welcome.SampleDataProjectNameGenerator
-
- SampleKanbanProjectCreateHook - Class in com.atlassian.greenhopper.web.rapid.project
-
- SampleKanbanProjectCreateHook() - Constructor for class com.atlassian.greenhopper.web.rapid.project.SampleKanbanProjectCreateHook
-
- SampleProjectKeyNamePair - Class in com.atlassian.greenhopper.web.rapid.welcome
-
- SampleProjectKeyNamePair(String, String) - Constructor for class com.atlassian.greenhopper.web.rapid.welcome.SampleProjectKeyNamePair
-
- SANITY_CHECKED - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QIssueRankingOperationLog
-
- sanityCheck() - Method in class com.atlassian.greenhopper.manager.rank.instruction.BaseInputParametersCheck
-
Sanity check for customFieldId and issueId.
- sanityCheck() - Method in class com.atlassian.greenhopper.manager.rank.instruction.DatabaseEmptinessCheck
-
Sanity check for index emptiness
Either there are no rows for the given custom field or there is only one entry containing the to be inserted issue
- sanityCheck() - Method in class com.atlassian.greenhopper.manager.rank.instruction.InsertRowInstruction
-
Sanity check row creation
Either the row does not exist or it points to the expected nextId
- sanityCheck() - Method in class com.atlassian.greenhopper.manager.rank.instruction.Instruction
-
Execute sanity checks without actually altering the database.
- sanityCheck() - Method in class com.atlassian.greenhopper.manager.rank.instruction.LastRowCheck
-
Checks that there is one last issue with the given id and pointing to null
- sanityCheck() - Method in class com.atlassian.greenhopper.manager.rank.instruction.RemoveRowInstruction
-
Sanity check for delete row instruction
The row either exists and still points to nextId or it is deleted
- sanityCheck() - Method in class com.atlassian.greenhopper.manager.rank.instruction.TopOfChainCheck
-
Sanity check for top of chain alterations.
- sanityCheck() - Method in class com.atlassian.greenhopper.manager.rank.instruction.UpdateRowInstruction
-
Sanity checks for update row instruction
The row exists and either points to the old or new nextIssueId.
- saturday(boolean) - Method in class com.atlassian.greenhopper.model.rapid.WorkingDaysConfig.WorkingDaysConfigBuilder
-
- SATURDAY - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QWorkingDays
-
- saturday - Variable in class com.atlassian.greenhopper.web.rapid.view.workingdays.WeekDaysModel
-
- save(AuditEntry) - Method in interface com.atlassian.greenhopper.manager.audit.AuditEntryManager
-
Persist a new AuditEntry record
- save(AuditEntry) - Method in class com.atlassian.greenhopper.manager.audit.AuditEntryManagerImpl
-
- save(BalancerEntry) - Method in interface com.atlassian.greenhopper.manager.lexorank.balancer.BalancerEntryManager
-
Save/Update a balancer entry.
- save(BalancerEntry) - Method in class com.atlassian.greenhopper.manager.lexorank.balancer.BalancerEntryManagerImpl
-
- save(Lock, LexoRankRow) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankDao
-
Update a LexoRankRow.
- save(Lock, LexoRankRow) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankDaoImpl
-
- save(E) - Method in class com.atlassian.greenhopper.service.rapid.view.GenericActiveObjectsDao
-
- SAVED_FILTER_ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QRapidView
-
- SavedFilterCreationRequestValidator - Class in com.atlassian.greenhopper.service.rapid
-
Validates saved filter creation request.
- SavedFilterCreationRequestValidator(GlobalPermissionManager, JiraAuthenticationContext) - Constructor for class com.atlassian.greenhopper.service.rapid.SavedFilterCreationRequestValidator
-
- SavedFilterEntry - Class in com.atlassian.greenhopper.web.rapid.view
-
Mimic JIRA's saved filter permission display.
- SavedFilterEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.view.SavedFilterEntry
-
- SavedFilterEntry.SavedFilterPermissionEntry - Class in com.atlassian.greenhopper.web.rapid.view
-
Mimic JIRA's saved filter permission display.
- SavedFilterEntry.SavedFilterPermissionValue - Class in com.atlassian.greenhopper.web.rapid.view
-
A single permission value for display
- savedFilterId(Long) - Method in class com.atlassian.greenhopper.model.rapid.RapidView.RapidViewBuilder
-
- SavedFilterKey(ApplicationUser, Long) - Constructor for class com.atlassian.greenhopper.service.rapid.SavedFilterServiceImpl.SavedFilterKey
-
- SavedFilterListModel() - Constructor for class com.atlassian.greenhopper.web.rapid.view.SavedFilterResource.SavedFilterListModel
-
- SavedFilterPermissionEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.view.SavedFilterEntry.SavedFilterPermissionEntry
-
- SavedFilterPermissionValue() - Constructor for class com.atlassian.greenhopper.web.rapid.view.SavedFilterEntry.SavedFilterPermissionValue
-
- SavedFilterPermissionValue(String, String) - Constructor for class com.atlassian.greenhopper.web.rapid.view.SavedFilterEntry.SavedFilterPermissionValue
-
- SavedFilterResource - Class in com.atlassian.greenhopper.web.rapid.view
-
Note: this resource is currently ugly due to the way SingleSelect.js handles ajax errors (showing a nice alert window).
- SavedFilterResource(RapidViewFilterHelper, ErrorCollectionTransformer) - Constructor for class com.atlassian.greenhopper.web.rapid.view.SavedFilterResource
-
- SavedFilterResource.SavedFilterListModel - Class in com.atlassian.greenhopper.web.rapid.view
-
- SavedFilterService - Interface in com.atlassian.greenhopper.service.rapid
-
- SavedFilterServiceImpl - Class in com.atlassian.greenhopper.service.rapid
-
- SavedFilterServiceImpl() - Constructor for class com.atlassian.greenhopper.service.rapid.SavedFilterServiceImpl
-
- SavedFilterServiceImpl.SavedFilterKey - Class in com.atlassian.greenhopper.service.rapid
-
- schedule() - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankCleanupScheduler
-
- schedule() - Method in class com.atlassian.greenhopper.service.sprint.services.SprintAutoStartStopScheduler
-
- ScopeChangeBurndownModel - Class in com.atlassian.greenhopper.web.rapid.chart
-
The model for the Burndown Chart.
- ScopeChangeBurndownModel() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.ScopeChangeBurndownModel
-
- ScrumProjectCreateHook - Class in com.atlassian.greenhopper.web.rapid.project
-
- ScrumProjectCreateHook() - Constructor for class com.atlassian.greenhopper.web.rapid.project.ScrumProjectCreateHook
-
- search(ApplicationLink, String, int, String) - Method in interface com.atlassian.greenhopper.confluence.rpc.ConfluenceRpcService
-
Search the Confluence instance matching the given ApplicationLink.
- search(ApplicationLink, String, int, String) - Method in class com.atlassian.greenhopper.confluence.rpc.ConfluenceRpcServiceImpl
-
- search(ApplicationUser, Query) - Method in interface com.atlassian.greenhopper.service.issue.SearchService
-
Perform an issue search using the specified user and query.
- search(ApplicationUser, Query, PagerFilter<?>) - Method in interface com.atlassian.greenhopper.service.issue.SearchService
-
Perform an issue search using the specified user, query, and pager.
- search(ApplicationUser, Query) - Method in class com.atlassian.greenhopper.service.issue.SearchServiceImpl
-
- search(ApplicationUser, Query, PagerFilter<?>) - Method in class com.atlassian.greenhopper.service.issue.SearchServiceImpl
-
- SearchConfluencePagesResource - Class in com.atlassian.greenhopper.web.integration
-
- SearchConfluencePagesResource(SearchPagesHelper) - Constructor for class com.atlassian.greenhopper.web.integration.SearchConfluencePagesResource
-
- searchCount(ApplicationUser, Query) - Method in interface com.atlassian.greenhopper.service.issue.SearchService
-
Perform an issue search using the specified user and query and return the number of results.
- searchCount(ApplicationUser, Query) - Method in class com.atlassian.greenhopper.service.issue.SearchServiceImpl
-
- searchCountOverrideSecurity(ApplicationUser, Query) - Method in interface com.atlassian.greenhopper.service.issue.SearchService
-
Perform an issue search using the specified user and query and return the number of results.
- searchCountOverrideSecurity(ApplicationUser, Query) - Method in interface com.atlassian.greenhopper.service.issue.SearchService
-
Perform an issue search using the specified user and query and return the number of results.
- searchCountOverrideSecurity(ApplicationUser, Query) - Method in class com.atlassian.greenhopper.service.issue.SearchServiceImpl
-
- searchCountOverrideSecurity(ApplicationUser, Query) - Method in class com.atlassian.greenhopper.service.issue.SearchServiceImpl
-
Fetches a search result count overriding security for a lucene query.
- searchOverrideSecurity(ApplicationUser, Query) - Method in interface com.atlassian.greenhopper.service.issue.SearchService
-
Perform an issue search using the specified user and query and return the results.
- searchOverrideSecurity(ApplicationUser, Query) - Method in class com.atlassian.greenhopper.service.issue.SearchServiceImpl
-
- searchPages(String) - Method in class com.atlassian.greenhopper.web.integration.SearchConfluencePagesResource
-
Searches for matching confluence pages
- searchPages(String) - Method in class com.atlassian.greenhopper.web.integration.SearchPagesHelper
-
- SearchPagesHelper - Class in com.atlassian.greenhopper.web.integration
-
Provides search functionality for confluence pages
- SearchPagesHelper() - Constructor for class com.atlassian.greenhopper.web.integration.SearchPagesHelper
-
- SearchPagesHelper.PageModel - Class in com.atlassian.greenhopper.web.integration
-
- SearchPagesHelper.SearchResultModel - Class in com.atlassian.greenhopper.web.integration
-
- SearchRequestService - Interface in com.atlassian.greenhopper.service.searchrequest
-
Provides access to JIRA's SearchRequest manager in a safe way
- SearchRequestServiceImpl - Class in com.atlassian.greenhopper.service.searchrequest
-
- SearchRequestServiceImpl() - Constructor for class com.atlassian.greenhopper.service.searchrequest.SearchRequestServiceImpl
-
- SearchResponseSaxHandler - Class in com.atlassian.greenhopper.confluence.rpc
-
Handles XML responses from the "search" Confluence XMLRPC method.
- SearchResponseSaxHandler() - Constructor for class com.atlassian.greenhopper.confluence.rpc.SearchResponseSaxHandler
-
- SearchResultModel() - Constructor for class com.atlassian.greenhopper.web.integration.SearchPagesHelper.SearchResultModel
-
- searchSavedFiltersByQuery(ApplicationUser, String) - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewFilterHelper
-
Get a list of available filters for a given user and query string
- SearchService - Interface in com.atlassian.greenhopper.service.issue
-
Wrapper around Jira's SearchService
to make results easier to consume in GH.
- SearchServiceImpl - Class in com.atlassian.greenhopper.service.issue
-
Wrapper around JIRA's SearchService
to make results easier to consume in GH.
- SearchServiceImpl() - Constructor for class com.atlassian.greenhopper.service.issue.SearchServiceImpl
-
- searchTerm(String) - Method in class com.atlassian.greenhopper.service.issue.callback.EpicLabelAndKeyMatchingCallback.Builder
-
- SECOND_SMALLER - Static variable in class com.atlassian.greenhopper.service.rank.FlatLexoRankableComparator
-
- SECTION - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QSubquery
-
- section(String, String, Iterable<RapidBoardToolsElement>) - Static method in class com.atlassian.greenhopper.web.rapid.tools.RapidBoardToolsElement
-
- sections - Variable in class com.atlassian.greenhopper.web.rapid.issue.tabs.editable.EditableTabEntry
-
- select(String) - Method in interface com.atlassian.greenhopper.manager.lexorank.SqlSelectStatement.SelectClause
-
- selectBoard(Map<String, Object>, String) - Method in class com.atlassian.greenhopper.web.sidebar.BoardListHelper
-
Deprecated.
- selectedTransitionId - Variable in class com.atlassian.greenhopper.web.rapid.RapidBoardResource.TransitionAndRankRequest
-
- SelectSearcherWrapper - Class in com.atlassian.greenhopper.customfield.epicstatus
-
Wrapper for the JIRA SelectSearcher
so that we can use it in our own plugin XML.
- SelectSearcherWrapper() - Constructor for class com.atlassian.greenhopper.customfield.epicstatus.SelectSearcherWrapper
-
- selfDestruct() - Method in class com.atlassian.greenhopper.service.rank.RankIndexServiceImpl
-
Destroy this service to ensure that we don't have several instances talking to the database in
parallel, in the event of a leaked classloader.
- SEQUENCE - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QSprint
-
- sequence(Long) - Method in class com.atlassian.greenhopper.service.sprint.Sprint.SprintBuilder
-
- sequence - Variable in class com.atlassian.greenhopper.web.rapid.plan.PlanModeVersionModel
-
- sequence - Variable in class com.atlassian.greenhopper.web.rapid.sprint.SprintBaseEntry
-
- SEQUENCE_COMPARATOR - Static variable in class com.atlassian.greenhopper.service.sprint.SprintComparators
-
- serialize(T) - Method in class com.atlassian.greenhopper.webhooks.AbstractEventSerializer
-
- serverUnavailable - Variable in class com.atlassian.greenhopper.web.rapid.entity.common.RemoteEntityLinkModel
-
- SERVICE - Static variable in interface com.atlassian.greenhopper.customfield.CustomFieldService
-
- SERVICE - Static variable in class com.atlassian.greenhopper.rest.AssigneeUserPickerSearchService
-
- SERVICE - Static variable in class com.atlassian.greenhopper.service.GreenHopperCacheManager
-
Service identifier to be used for dependency injection.
- SERVICE - Static variable in interface com.atlassian.greenhopper.service.IssueIndexService
-
Service identifier to be used for dependency injection.
- SERVICE - Static variable in class com.atlassian.greenhopper.service.logging.LogSupport
-
- SERVICE - Static variable in interface com.atlassian.greenhopper.service.PermissionService
-
Service identifier to be used for dependency injection.
- SERVICE - Static variable in interface com.atlassian.greenhopper.service.PersistenceService
-
Service identifier to be used for dependency injection.
- SERVICE - Static variable in class com.atlassian.greenhopper.service.properties.PropertyDao
-
- SERVICE - Static variable in interface com.atlassian.greenhopper.service.RequestCacheService
-
Service identifier to be used for dependency injection.
- SERVICE - Static variable in interface com.atlassian.greenhopper.service.workflow.WorkflowService
-
- SERVICE - Static variable in interface com.atlassian.greenhopper.web.input.InputParameterService
-
- SERVICE - Static variable in class com.atlassian.greenhopper.web.util.WebUtilities
-
Used for dependency injection
- ServiceErrorCollector - Class in com.atlassian.greenhopper.service.util
-
This class can be used when multiple validation errors can be returned simultaneously.
- ServiceErrorCollector() - Constructor for class com.atlassian.greenhopper.service.util.ServiceErrorCollector
-
- ServiceOutcome<T> - Interface in com.atlassian.greenhopper.service
-
An outcome from service which contains either value or validation errors.
- ServiceOutcomeException - Exception in com.atlassian.greenhopper.service.util
-
A checked exception that contains an error collection.
- ServiceOutcomeException(ErrorCollection) - Constructor for exception com.atlassian.greenhopper.service.util.ServiceOutcomeException
-
- ServiceOutcomeException(ErrorCollection) - Constructor for exception com.atlassian.greenhopper.service.util.ServiceOutcomeException
-
- ServiceOutcomeException(ErrorCollection.Reason, String, Object...) - Constructor for exception com.atlassian.greenhopper.service.util.ServiceOutcomeException
-
- ServiceOutcomeHelper - Class in com.atlassian.greenhopper.service.util
-
Contains utility methods that help dealing with the ServiceOutcome objects.
- ServiceOutcomeImpl<T> - Class in com.atlassian.greenhopper.service
-
Generic service outcome that can optionally hold a value.
- ServiceOutcomes - Class in com.atlassian.greenhopper.service
-
- ServiceOutcomes() - Constructor for class com.atlassian.greenhopper.service.ServiceOutcomes
-
- ServiceResult - Interface in com.atlassian.greenhopper.service
-
A result from service which may be valid or not.
- ServiceResultImpl - Class in com.atlassian.greenhopper.service
-
- ServiceResults - Class in com.atlassian.greenhopper.service
-
- ServiceRunnable - Interface in com.atlassian.greenhopper.service.util
-
A version of the Runnable interface that can additionally throw ServiceOutcomeException.
- ServiceSupplier<T> - Interface in com.atlassian.greenhopper.service.util
-
A version of the Supplier interface that can additionally throw ServiceOutcomeException.
- set(RapidView, List<CardColor>) - Method in interface com.atlassian.greenhopper.manager.color.CardColorManager
-
- set(RapidView, List<CardColor>) - Method in class com.atlassian.greenhopper.manager.color.CardColorManagerImpl
-
- set(RapidView, List<DetailViewField>) - Method in interface com.atlassian.greenhopper.manager.detailview.DetailViewFieldManager
-
- set(RapidView, List<DetailViewField>) - Method in class com.atlassian.greenhopper.manager.detailview.DetailViewFieldManagerImpl
-
- set(String) - Method in interface com.atlassian.greenhopper.manager.lexorank.SqlUpdateStatement.SetClause
-
Sets the parameterized SET clause.
- set(ApplicationUser, RapidView, List<CardColor>) - Method in interface com.atlassian.greenhopper.service.rapid.view.color.CardColorService
-
Replaces all card colors for a given rapid view with the specified card colors (keeping the order in the list)
- set(ApplicationUser, RapidView, List<CardColor>) - Method in class com.atlassian.greenhopper.service.rapid.view.color.CardColorServiceImpl
-
- set(ApplicationUser, RapidView, List<QuickFilter>) - Method in interface com.atlassian.greenhopper.service.rapid.view.QuickFilterService
-
Replaces all quick filters for a given rapid view with the specified quick filters (keeping the order in the list)
- set(ApplicationUser, RapidView, List<QuickFilter>) - Method in class com.atlassian.greenhopper.service.rapid.view.QuickFilterServiceImpl
-
- SET_OPERATION - Static variable in class com.atlassian.greenhopper.customfield.RestFieldSetOperationsHelper
-
- setActivatedDate(Long) - Method in interface com.atlassian.greenhopper.service.sprint.dao.SprintAO
-
- setAllSprints(int) - Method in class com.atlassian.greenhopper.web.rapid.chart.VelocityChartModel.QueryMetadata
-
- setAlt(String) - Method in class com.atlassian.greenhopper.web.util.GreenHopperHelpPathResolver.HelpPath
-
- setApplicationName(String) - Method in class com.atlassian.greenhopper.api.entity.remotelink.sprint.RemoteSprintLink
-
- setApplicationType(RemoteSprintLink.ApplicationType) - Method in class com.atlassian.greenhopper.api.entity.remotelink.sprint.RemoteSprintLink
-
- setAutoStartStop(Boolean) - Method in interface com.atlassian.greenhopper.service.sprint.dao.SprintAO
-
- setBackupProject(BackupProject) - Method in class com.atlassian.greenhopper.imports.LexorankImportHandler
-
- setBackupProject(BackupProject) - Method in class com.atlassian.greenhopper.imports.LexorankOfbizImportHandler
-
- setBackupProject(BackupProject) - Method in class com.atlassian.greenhopper.imports.LexorankPreImportHandler
-
- setBackupProject(BackupProject) - Method in class com.atlassian.greenhopper.imports.SprintImportHandler
-
- setBackupProject(BackupProject) - Method in class com.atlassian.greenhopper.imports.SprintPreImportHandler
-
- setBackupSystemInformation(BackupSystemInformation) - Method in class com.atlassian.greenhopper.imports.LexorankImportHandler
-
- setBackupSystemInformation(BackupSystemInformation) - Method in class com.atlassian.greenhopper.imports.LexorankOfbizImportHandler
-
- setBackupSystemInformation(BackupSystemInformation) - Method in class com.atlassian.greenhopper.imports.LexorankPreImportHandler
-
- setBackupSystemInformation(BackupSystemInformation) - Method in class com.atlassian.greenhopper.imports.SprintImportHandler
-
- setBackupSystemInformation(BackupSystemInformation) - Method in class com.atlassian.greenhopper.imports.SprintPreImportHandler
-
- setBaseInformation(I18n2, Issue, ApplicationUser, T) - Method in class com.atlassian.greenhopper.web.rapid.issue.fields.AbstractCustomFieldEntryFactory
-
- setBoardAdmin(RapidView, List<BoardAdmin>) - Method in interface com.atlassian.greenhopper.manager.rapidview.BoardAdminManager
-
Sets board admins for the specified RapidView
- setBoardAdmin(RapidView, List<BoardAdmin>) - Method in class com.atlassian.greenhopper.manager.rapidview.BoardAdminManagerImpl
-
- setBoardName(String) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintSearcherEditModel
-
- setBoardsRetrievalTimeMs(long) - Method in class com.atlassian.greenhopper.analytics.findonboard.FindOnBoardSearchResultsAnalyticsEvent.Builder
-
- setBoolean(String, Long, String, Boolean) - Method in interface com.atlassian.greenhopper.service.PersistenceService
-
Set a property value of type Boolean.
- setBoolean(String, Long, String, Boolean) - Method in class com.atlassian.greenhopper.service.PersistenceServiceImpl
-
- setBooleanProperty(String, Boolean) - Method in class com.atlassian.greenhopper.service.properties.PropertyDao
-
Set the Boolean value for the given property key
- setBucket(int) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankAO
-
- setBusinessValueProperty(Long) - Method in interface com.atlassian.greenhopper.manager.properties.ManagedFieldPropertyDao
-
- setBusinessValueProperty(Long) - Method in class com.atlassian.greenhopper.manager.properties.ManagedFieldPropertyDaoImpl
-
- setCardColorStrategy(String) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
- setCardColorStrategy(CardColorResource.CardColorStrategyUpdateRequest) - Method in class com.atlassian.greenhopper.web.rapid.view.CardColorResource
-
- setCategory(String) - Method in interface com.atlassian.greenhopper.manager.audit.AuditEntryAO
-
- setChangeDate(DateTime) - Method in class com.atlassian.greenhopper.service.timetracking.TimeTrackingHistoryService.HistoryEntry
-
- setCheckNecessary(IndexCheckService.CheckType, Option<String>) - Method in interface com.atlassian.greenhopper.service.index.IndexCheckService
-
Set a flag in the system to indicate that the check is necessary.
- setCheckNecessary(IndexCheckService.CheckType, Option<String>) - Method in class com.atlassian.greenhopper.service.index.IndexCheckServiceImpl
-
- setClassicEpicLabelProperty(Long) - Method in interface com.atlassian.greenhopper.manager.properties.ManagedFieldPropertyDao
-
- setClassicEpicLabelProperty(Long) - Method in class com.atlassian.greenhopper.manager.properties.ManagedFieldPropertyDaoImpl
-
- setClosed(boolean) - Method in interface com.atlassian.greenhopper.service.sprint.dao.SprintAO
-
- setClosedKanPlanAcknowledge(String, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.UserConfigurationService
-
- setColor(String) - Method in interface com.atlassian.greenhopper.manager.color.CardColorAO
-
- setColumn(ColumnAO) - Method in interface com.atlassian.greenhopper.service.rapid.view.ColumnStatusAO
-
- setColumnChanges(SortedMap<Long, Map<String, IssueColumnChangeEntry>>) - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintBurndownData.Builder
-
- setColumnId(Long) - Method in class com.atlassian.greenhopper.web.rapid.release.ReleaseIssueNavigatorAction
-
- setColumnName(String) - Method in class com.atlassian.greenhopper.manager.lexorank.SqlExplicitSortLanguageFunction.Builder
-
- setColumns(List<Column>) - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintBurndownData.Builder
-
- setCombinedBoards(int) - Method in class com.atlassian.greenhopper.analytics.findonboard.FindOnBoardSearchResultsAnalyticsEvent.Builder
-
- setCompleteDate(Long) - Method in interface com.atlassian.greenhopper.service.sprint.dao.SprintAO
-
- setCompletedIssuesNotMovedBack(long) - Method in class com.atlassian.greenhopper.web.rapid.sprint.ReopenSprintStats
-
- setCompleteIssueCount(long) - Method in class com.atlassian.greenhopper.web.rapid.sprint.CompleteSprintStats
-
- setContextId(String) - Method in class com.atlassian.greenhopper.model.validation.ErrorCollection.ErrorItem
-
- setCount(int) - Method in class com.atlassian.greenhopper.manager.lexorank.lock.Lock
-
- setCustomFieldId(long) - Method in interface com.atlassian.greenhopper.manager.rank.IssueRankingAO
-
- setCustomFieldId(Long) - Method in interface com.atlassian.greenhopper.manager.rank.IssueRankingOperationLogAO
-
- setCustomFieldSearcherClauseHandler(CustomFieldSearcherClauseHandler) - Method in class com.atlassian.greenhopper.customfield.AbstractCustomFieldSearcher
-
- setData(String) - Method in interface com.atlassian.greenhopper.manager.audit.AuditEntryAO
-
- setData(String, Long, String, Map<String, Object>) - Method in interface com.atlassian.greenhopper.service.PersistenceService
-
Set a map data property.
- setData(String, Long, String, Map<String, Object>) - Method in class com.atlassian.greenhopper.service.PersistenceServiceImpl
-
Converts the provided data map into a text property and stores it under key.
- setData(Map<String, List<TimeTrackingHistoryService.HistoryEntry>>) - Method in class com.atlassian.greenhopper.service.timetracking.TimeTrackingHistoryService.TimeTrackingHistory
-
- setDate(String) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintSearcherEditModel
-
- setDateTimeZone(DateTimeZone) - Method in class com.atlassian.greenhopper.model.charts.WorkRateData
-
- setDefaultLane(boolean) - Method in interface com.atlassian.greenhopper.service.rapid.view.SwimlaneAO
-
- setDefaultOptionName(String) - Method in class com.atlassian.greenhopper.customfield.CustomFieldMetadata.Builder
-
- setDefaultValue(FieldConfig, String) - Method in class com.atlassian.greenhopper.customfield.epiccolor.EpicColorCFType
-
- setDefaultValue(FieldConfig, Issue) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCFType
-
Set the default value to be used for EpicLinkCFType.
- setDefaultValue(FieldConfig, LexoRank) - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankCFType
-
- setDescription(String) - Method in interface com.atlassian.greenhopper.service.rapid.view.QuickFilterAO
-
- setDescription(String) - Method in interface com.atlassian.greenhopper.service.rapid.view.SwimlaneAO
-
- setDescriptionKey(String) - Method in class com.atlassian.greenhopper.manager.issue.issuetypes.IssueTypeMetadata.Builder
-
- setDestinationId(String) - Method in class com.atlassian.greenhopper.web.rapid.plan.SplitIssueService.IssueData
-
- setDisableRankOperations(Boolean) - Method in interface com.atlassian.greenhopper.manager.lexorank.balancer.BalancerEntryAO
-
- setDoneCandidates(Set<Long>) - Method in class com.atlassian.greenhopper.web.rapid.work.ParentSwimlanesData
-
- setDouble(String, Long, String, Double) - Method in interface com.atlassian.greenhopper.service.PersistenceService
-
Set a property value of type Double
- setDouble(String, Long, String, Double) - Method in class com.atlassian.greenhopper.service.PersistenceServiceImpl
-
Set a Double property.
- setEndDate(DateMidnight) - Method in interface com.atlassian.greenhopper.model.issue.GHVersion
-
- setEndDate(Long) - Method in interface com.atlassian.greenhopper.service.sprint.dao.SprintAO
-
- setEntityClass(String) - Method in interface com.atlassian.greenhopper.manager.audit.AuditEntryAO
-
- setEntityId(Long) - Method in interface com.atlassian.greenhopper.manager.audit.AuditEntryAO
-
- setEpicKey(String) - Method in class com.atlassian.greenhopper.web.rapid.ViewIssuesInEpicAction
-
- setEpicProperty(String) - Method in interface com.atlassian.greenhopper.manager.properties.ManagedIssueTypePropertyDao
-
- setEpicProperty(String) - Method in class com.atlassian.greenhopper.manager.properties.ManagedIssueTypePropertyDaoImpl
-
- setEpicsOnboardingDialogAsClosed(String, ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.UserConfigurationService
-
- setEstimate(String) - Method in class com.atlassian.greenhopper.web.rapid.plan.SplitIssueService.IssueData
-
- setEstimateDelta(Long) - Method in class com.atlassian.greenhopper.service.timetracking.TimeTrackingHistoryService.HistoryEntry
-
- setEstimateFieldId(String) - Method in class com.atlassian.greenhopper.web.rapid.plan.SplitIssueService.IssueData
-
- setEstimationConfig(RapidViewEditResource.EstimationConfigRequest) - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewEditResource
-
- setEventType(FindOnBoardBaseAnalyticsEvent.EventType) - Method in class com.atlassian.greenhopper.analytics.findonboard.FindOnBoardSearchResultsAnalyticsEvent.Builder
-
- setFeatureState(JiraSoftwareFeature, boolean) - Method in interface com.atlassian.greenhopper.service.configuration.JiraSoftwareFeatureService
-
Sets the feature enabled or disabled
- setFeatureState(JiraSoftwareFeature, boolean) - Method in class com.atlassian.greenhopper.service.configuration.JiraSoftwareFeatureServiceImpl
-
- setFieldDescription(String) - Method in class com.atlassian.greenhopper.customfield.CustomFieldMetadata.Builder
-
- setFieldId(String) - Method in interface com.atlassian.greenhopper.manager.cardlayout.CardLayoutFieldAO
-
- setFieldId(String) - Method in interface com.atlassian.greenhopper.manager.detailview.DetailViewFieldAO
-
- setFieldId(String) - Method in interface com.atlassian.greenhopper.manager.estimatestatistic.EstimateStatisticAO
-
- setFieldId(Long) - Method in interface com.atlassian.greenhopper.manager.lexorank.balancer.BalancerEntryAO
-
- setFieldId(long) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankAO
-
- setFieldId(Long) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankRow
-
- setFieldId(String) - Method in interface com.atlassian.greenhopper.manager.trackingstatistic.TrackingStatisticAO
-
- setFieldName(String) - Method in class com.atlassian.greenhopper.customfield.CustomFieldMetadata.Builder
-
- setFieldSearcher(String) - Method in class com.atlassian.greenhopper.customfield.CustomFieldMetadata.Builder
-
- setFieldType(String) - Method in class com.atlassian.greenhopper.customfield.CustomFieldMetadata.Builder
-
- setFieldValuesHolder(Map<String, Object>) - Method in class com.atlassian.greenhopper.jira.actions.DetailsViewAjaxIssueAction
-
- setFilterOrderByRank(RapidViewEditModel) - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewEditResource
-
- setFinishedParentsWithUnfinishedSubtasks(List<String>) - Method in class com.atlassian.greenhopper.web.rapid.sprint.CompleteSprintStats
-
- setFixVersion(IssueResource.SetVersionRequest) - Method in class com.atlassian.greenhopper.web.rapid.issue.IssueResource
-
Set a fix version for each provided issues.
- setFixVersions(ApplicationUser, Issue, Collection<Version>) - Method in interface com.atlassian.greenhopper.service.version.VersionService
-
Sets a collection of versions onto an issue.
- setFixVersions(ApplicationUser, Issue, Collection<Version>) - Method in class com.atlassian.greenhopper.service.version.VersionServiceImpl
-
We'll try to stay as close as possible to the service layer here, just calling the manager for the actual update
- setFlagProperty(Long) - Method in interface com.atlassian.greenhopper.manager.properties.ManagedFieldPropertyDao
-
- setFlagProperty(Long) - Method in class com.atlassian.greenhopper.manager.properties.ManagedFieldPropertyDaoImpl
-
- setFooter(String) - Method in class com.atlassian.greenhopper.rest.AssigneeUserPickerResource.UserPickerResultsWrapper
-
- setFriday(boolean) - Method in interface com.atlassian.greenhopper.manager.workingdays.WorkingDaysAO
-
- setGlobalId(String) - Method in class com.atlassian.greenhopper.api.entity.remotelink.sprint.RemoteSprintLink
-
- setGoal(String) - Method in interface com.atlassian.greenhopper.service.sprint.dao.SprintAO
-
- setIconUrl(String) - Method in class com.atlassian.greenhopper.manager.issue.issuetypes.IssueTypeMetadata.Builder
-
- setId(Long) - Method in class com.atlassian.greenhopper.api.entity.remotelink.sprint.RemoteSprintLink
-
- setId(Long) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintSearcherEditModel
-
- setIncompleteIssueCount(long) - Method in class com.atlassian.greenhopper.web.rapid.sprint.CompleteSprintStats
-
- setIncompleteIssuesDestination(Long) - Method in interface com.atlassian.greenhopper.service.sprint.dao.SprintAO
-
- setIncompleteIssuesNotMovedBack(long) - Method in class com.atlassian.greenhopper.web.rapid.sprint.ReopenSprintStats
-
- setInfoLogLevel() - Method in class com.atlassian.greenhopper.global.LoggerWrapper
-
- setInitialBoardAdmin(RapidView, ApplicationUser) - Method in interface com.atlassian.greenhopper.service.rapid.view.BoardAdminService
-
Make the specified
User
the single initial Board Admin for the
RapidView
- setInitialBoardAdmin(RapidView, ApplicationUser) - Method in class com.atlassian.greenhopper.service.rapid.view.BoardAdminServiceImpl
-
- setInprogressCandidates(Set<Long>) - Method in class com.atlassian.greenhopper.web.rapid.work.ParentSwimlanesData
-
- setIso8601Date(String) - Method in interface com.atlassian.greenhopper.manager.workingdays.NonWorkingDayAO
-
- setIssue(Issue) - Method in class com.atlassian.greenhopper.service.rank.RankableImpl
-
- setIssueDoc(Option<Document>) - Method in class com.atlassian.greenhopper.service.issue.callback.IssueFieldValueProviderImpl
-
- setIssueId(long) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankAO
-
- setIssueId(long) - Method in interface com.atlassian.greenhopper.manager.rank.IssueRankingAO
-
- setIssueId(Long) - Method in interface com.atlassian.greenhopper.manager.rank.IssueRankingOperationLogAO
-
- setIssueId(Long) - Method in class com.atlassian.greenhopper.web.rapid.BoardDispatchAction
-
- setIssueId(Long) - Method in class com.atlassian.greenhopper.web.rapid.RankAction
-
- setIssueKeys(String) - Method in class com.atlassian.greenhopper.jira.actions.BulkCommentDialogAction
-
- setIssueKeys(String) - Method in class com.atlassian.greenhopper.web.rapid.plan.BulkChangeIssuesAction
-
- setIssueKeys(String) - Method in class com.atlassian.greenhopper.web.rapid.plan.ViewIssuesInNavigatorAction
-
- setIssueKeyToSummaryMap(Map<String, String>) - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintBurndownData.Builder
-
- setIssueLoaded(boolean) - Method in class com.atlassian.greenhopper.service.rank.RankableImpl
-
- setIssueNavigatorQuery(ApplicationUser, Long, Long, Long) - Method in class com.atlassian.greenhopper.web.rapid.release.ReleaseHelper
-
- setIssues(List<Long>) - Method in class com.atlassian.greenhopper.web.rapid.work.WorkResource.ColorsRequestBean
-
- setIssuesInSprints(long) - Method in class com.atlassian.greenhopper.web.rapid.chart.VelocityChartModel.QueryMetadata
-
- setIssuesLimit(long) - Method in class com.atlassian.greenhopper.web.rapid.chart.VelocityChartModel.QueryMetadata
-
- setIssuesMovedBack(long) - Method in class com.atlassian.greenhopper.web.rapid.sprint.ReopenSprintStats
-
- setIssueStatusAtEndOfSprint(String) - Method in class com.atlassian.greenhopper.web.rapid.issue.statistics.IssueSprintStatistics.Builder
-
- setIssueToParentKeyMap(Map<String, String>) - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintBurndownData.Builder
-
- setIssueTypePrototypes(Set<IssueTypePrototype>) - Method in class com.atlassian.greenhopper.customfield.CustomFieldMetadata.Builder
-
- setIssueTypePrototypes(IssueTypePrototype...) - Method in class com.atlassian.greenhopper.customfield.CustomFieldMetadata.Builder
-
- setKanPlanEnabled(boolean) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
- setKey(String) - Method in interface com.atlassian.greenhopper.service.rapid.view.BoardAdminAO
-
- setKey(String) - Method in class com.atlassian.greenhopper.web.util.GreenHopperHelpPathResolver.HelpPath
-
- setKeyOfLinkedEpic(String) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkSearchRenderer.EpicLinkMultiselectModel
-
- setLatestUpgradedVersion(long) - Method in class com.atlassian.greenhopper.upgrade.UpgradeVersionService
-
Record the number of the latest successful upgrade task.
- setLicense(String) - Method in class com.pyxis.greenhopper.jira.license.GreenHopperLicenseManagerImpl
-
- setLicensed(boolean) - Method in class com.atlassian.greenhopper.license.LicenseInfo.Builder
-
- setLicenseMode(LicenseMode) - Method in class com.atlassian.greenhopper.license.LicenseInfo.Builder
-
- setListData(String, Long, String, List<Object>) - Method in interface com.atlassian.greenhopper.service.PersistenceService
-
Set a list data property.
- setListData(String, Long, String, List<Object>) - Method in class com.atlassian.greenhopper.service.PersistenceServiceImpl
-
- setListDescriptor(String) - Method in class com.atlassian.greenhopper.service.issuelink.EpicNamesResult
-
- setListValues(ActiveObjects, AOListMapper<T, U>, List<U>) - Static method in class com.atlassian.greenhopper.service.rapid.view.AOUtil
-
Maps a List of business objects onto a list of ActiveObjects.
- setLocal(Boolean) - Method in class com.atlassian.greenhopper.web.util.GreenHopperHelpPathResolver.HelpPath
-
- setLockField(boolean) - Method in class com.atlassian.greenhopper.customfield.CustomFieldMetadata.Builder
-
- setLockHash(String) - Method in interface com.atlassian.greenhopper.manager.lexorank.lock.LockEntity
-
- setLockTime(Long) - Method in interface com.atlassian.greenhopper.manager.lexorank.lock.LockEntity
-
- setLogDate(DateTime) - Method in class com.atlassian.greenhopper.service.timetracking.TimeTrackingHistoryService.HistoryEntry
-
- setLogLevel(LoggerWrapper.LogLevel) - Method in class com.atlassian.greenhopper.global.LoggerWrapper
-
- setLogType(String) - Method in interface com.atlassian.greenhopper.manager.rank.IssueRankingOperationLogAO
-
- setLong(String, Long, String, Long) - Method in interface com.atlassian.greenhopper.service.PersistenceService
-
Set a property value of type Long
- setLong(String, Long, String, Long) - Method in class com.atlassian.greenhopper.service.PersistenceServiceImpl
-
Set a Long property.
- setLongProperty(String, Long) - Method in class com.atlassian.greenhopper.service.properties.PropertyDao
-
Set the Long value for the given property key
- setLongQuery(String) - Method in interface com.atlassian.greenhopper.service.rapid.view.QuickFilterAO
-
- setLongQuery(String) - Method in interface com.atlassian.greenhopper.service.rapid.view.subquery.SubqueryAO
-
- setLongQuery(String) - Method in interface com.atlassian.greenhopper.service.rapid.view.SwimlaneAO
-
- setMaxim(Double) - Method in interface com.atlassian.greenhopper.service.rapid.view.ColumnAO
-
- setMaxIssues(Integer) - Method in class com.atlassian.greenhopper.web.rapid.chart.VelocityChartSettingsManager
-
Sets maximum number of issues that can be used to generate a velocity chart.
- setMaxIssues(ApplicationUser, Integer) - Method in class com.atlassian.greenhopper.web.rapid.chart.VelocityChartSettingsService
-
Sets maximum number of issues that can be used to generate a velocity chart.
- setMaxNumSprints(Integer) - Method in class com.atlassian.greenhopper.web.rapid.chart.VelocityChartSettingsManager
-
- setMaxNumSprints(ApplicationUser, Integer) - Method in class com.atlassian.greenhopper.web.rapid.chart.VelocityChartSettingsService
-
- setMaxSprints(int) - Method in class com.atlassian.greenhopper.web.rapid.chart.VelocityChartModel.QueryMetadata
-
- setMessageKey(String) - Method in class com.atlassian.greenhopper.model.validation.ErrorCollection.ErrorItem
-
- setMinim(Double) - Method in interface com.atlassian.greenhopper.service.rapid.view.ColumnAO
-
- setModeName(String) - Method in interface com.atlassian.greenhopper.manager.cardlayout.CardLayoutFieldAO
-
- setMonday(boolean) - Method in interface com.atlassian.greenhopper.manager.workingdays.WorkingDaysAO
-
- setName(String) - Method in class com.atlassian.greenhopper.confluence.rpc.AbstractConfluenceSaxHandler.NameValuePair
-
- setName(String) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintSearcherEditModel
-
- setName(String) - Method in interface com.atlassian.greenhopper.service.rapid.view.ColumnAO
-
- setName(String) - Method in interface com.atlassian.greenhopper.service.rapid.view.QuickFilterAO
-
- setName(String) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
- setName(String) - Method in interface com.atlassian.greenhopper.service.rapid.view.SwimlaneAO
-
- setName(String) - Method in interface com.atlassian.greenhopper.service.sprint.dao.SprintAO
-
- setNameKey(String) - Method in class com.atlassian.greenhopper.manager.issue.issuetypes.IssueTypeMetadata.Builder
-
- setNameOfLinkedEpic(String) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkSearchRenderer.EpicLinkMultiselectModel
-
- setNames(Collection<EpicModel>) - Method in class com.atlassian.greenhopper.service.issuelink.EpicNamesResult
-
- setNewIssues(SplitIssueService.IssueData[]) - Method in class com.atlassian.greenhopper.web.rapid.plan.SplitIssueResource.SplitIssueData
-
- setNewIssuesOrder(List<String>) - Method in class com.atlassian.greenhopper.web.rapid.IssueTransitionAndRankService.TransitionAndRankResult
-
- setNewNextId(Long) - Method in interface com.atlassian.greenhopper.manager.rank.IssueRankingOperationLogAO
-
- setNewPreviousId(Long) - Method in interface com.atlassian.greenhopper.manager.rank.IssueRankingOperationLogAO
-
- setNextId(Long) - Method in interface com.atlassian.greenhopper.manager.rank.IssueRankingAO
-
- setOldDoneIssuesCutoff(String) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
- setOldNextId(Long) - Method in interface com.atlassian.greenhopper.manager.rank.IssueRankingOperationLogAO
-
- setOldPreviousId(Long) - Method in interface com.atlassian.greenhopper.manager.rank.IssueRankingOperationLogAO
-
- setOperation(SprintStateAuditEntry.Operation) - Method in class com.atlassian.greenhopper.service.sprint.SprintStateAuditEntry
-
- setOptionNames(String...) - Method in class com.atlassian.greenhopper.customfield.CustomFieldMetadata.Builder
-
- setOptionsOrderFromMetadata(CustomField, CustomFieldMetadata) - Method in interface com.atlassian.greenhopper.customfield.CustomFieldService
-
Set the order of Options in a CustomField based on the order of the Options in the CustomFieldMetadata.
- setOptionsOrderFromMetadata(CustomField, CustomFieldMetadata) - Method in class com.atlassian.greenhopper.customfield.CustomFieldServiceImpl
-
- setOrderByRank(ApplicationUser, SearchRequest) - Method in interface com.atlassian.greenhopper.service.rapid.SavedFilterService
-
Updates the saved filter to be ordered by the rank field.
- setOrderByRank(ApplicationUser, SearchRequest) - Method in class com.atlassian.greenhopper.service.rapid.SavedFilterServiceImpl
-
- setOrderByRank(ApplicationUser, Long) - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewFilterHelper
-
Updates the saved filter to ensure it is ranked by rank
- setOriginalIssue(SplitIssueService.IssueData) - Method in class com.atlassian.greenhopper.web.rapid.plan.SplitIssueResource.SplitIssueData
-
- setOwnerUserName(String) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
Deprecated.
- setParams(Object[]) - Method in class com.atlassian.greenhopper.model.validation.ErrorCollection.ErrorItem
-
- setParentIssueIds(Set<Long>) - Method in class com.atlassian.greenhopper.web.rapid.work.ParentSwimlanesData
-
- setPartiallyCompleteIssueCount(long) - Method in class com.atlassian.greenhopper.web.rapid.sprint.CompleteSprintStats
-
- setPos(int) - Method in interface com.atlassian.greenhopper.service.rapid.view.Positionable
-
- setProjectBoards(int) - Method in class com.atlassian.greenhopper.analytics.findonboard.FindOnBoardSearchResultsAnalyticsEvent.Builder
-
- setProjectId(Long) - Method in class com.atlassian.greenhopper.web.rapid.release.ReleaseIssueNavigatorAction
-
- setProjectImportMapper(ProjectImportMapper) - Method in class com.atlassian.greenhopper.imports.LexorankImportHandler
-
- setProjectImportMapper(ProjectImportMapper) - Method in class com.atlassian.greenhopper.imports.LexorankOfbizImportHandler
-
- setProjectImportMapper(ProjectImportMapper) - Method in class com.atlassian.greenhopper.imports.LexorankPreImportHandler
-
- setProjectImportMapper(ProjectImportMapper) - Method in class com.atlassian.greenhopper.imports.SprintImportHandler
-
- setProjectImportMapper(ProjectImportMapper) - Method in class com.atlassian.greenhopper.imports.SprintPreImportHandler
-
- setProjectImportResults(ProjectImportResults) - Method in class com.atlassian.greenhopper.imports.LexorankImportHandler
-
- setProjectImportResults(ProjectImportResults) - Method in class com.atlassian.greenhopper.imports.LexorankOfbizImportHandler
-
- setProjectImportResults(ProjectImportResults) - Method in class com.atlassian.greenhopper.imports.LexorankPreImportHandler
-
- setProjectImportResults(ProjectImportResults) - Method in class com.atlassian.greenhopper.imports.SprintImportHandler
-
- setProjectImportResults(ProjectImportResults) - Method in class com.atlassian.greenhopper.imports.SprintPreImportHandler
-
- setProjectKey(String) - Method in class com.atlassian.greenhopper.web.rapid.RapidBoardAction
-
- setQuery(String) - Method in interface com.atlassian.greenhopper.service.rapid.view.QuickFilterAO
-
- setQuery(String) - Method in interface com.atlassian.greenhopper.service.rapid.view.subquery.SubqueryAO
-
- setQuery(String) - Method in interface com.atlassian.greenhopper.service.rapid.view.SwimlaneAO
-
- setQueryLegacyMode(boolean) - Method in class com.atlassian.greenhopper.web.rapid.chart.VelocityChartModel.QueryMetadata
-
- setQuerySprints(int) - Method in class com.atlassian.greenhopper.web.rapid.chart.VelocityChartModel.QueryMetadata
-
- setQuickCreateFields(ApplicationUser, List<String>) - Method in interface com.atlassian.greenhopper.service.properties.UserPropertyService
-
Store the list of the fields to be used for the custom quck create form.
- setQuickCreateFields(ApplicationUser, List<String>) - Method in class com.atlassian.greenhopper.service.properties.UserPropertyServiceImpl
-
- setQuickCreateIssueTypeId(ApplicationUser, String) - Method in interface com.atlassian.greenhopper.service.properties.UserPropertyService
-
Store the quick create issue type id for the current user
- setQuickCreateIssueTypeId(ApplicationUser, String) - Method in class com.atlassian.greenhopper.service.properties.UserPropertyServiceImpl
-
- setQuickFilters(User, long, List<QuickFilter>, ErrorCollection) - Method in interface com.atlassian.greenhopper.api.rapid.view.RapidViewCreationService
-
- setQuickFilters(ApplicationUser, long, List<QuickFilter>, ErrorCollection) - Method in interface com.atlassian.greenhopper.api.rapid.view.RapidViewCreationService
-
- setQuickFilters(User, long, List<QuickFilter>, ErrorCollection) - Method in class com.atlassian.greenhopper.api.rapid.view.RapidViewCreationServiceImpl
-
- setQuickFilters(ApplicationUser, long, List<QuickFilter>, ErrorCollection) - Method in class com.atlassian.greenhopper.api.rapid.view.RapidViewCreationServiceImpl
-
- setRank(String) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankAO
-
- setRank(String) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankRow
-
- setRank(String) - Method in class com.atlassian.greenhopper.web.contextprovider.IssuesInEpicContext.IssueInfo
-
- setRankFieldId(Long) - Method in class com.atlassian.greenhopper.service.lexorank.integrity.LexoRankIntegrityCheckReport.Builder
-
- setRankFieldName(String) - Method in class com.atlassian.greenhopper.service.lexorank.integrity.LexoRankIntegrityCheckReport.Builder
-
- setRankingTime(long) - Method in class com.atlassian.greenhopper.web.rapid.IssueTransitionAndRankService.TransitionAndRankResult
-
- setRapidBoardEnabled(boolean) - Method in interface com.atlassian.greenhopper.api.rapid.configuration.LabsConfigurationService
-
- setRapidBoardEnabled(boolean) - Method in class com.atlassian.greenhopper.api.rapid.configuration.LabsConfigurationServiceImpl
-
- setRapidView(RapidViewAO) - Method in interface com.atlassian.greenhopper.manager.cardlayout.CardLayoutFieldAO
-
- setRapidView(RapidViewAO) - Method in interface com.atlassian.greenhopper.manager.color.CardColorAO
-
- setRapidView(RapidViewAO) - Method in interface com.atlassian.greenhopper.manager.detailview.DetailViewFieldAO
-
- setRapidView(RapidViewAO) - Method in interface com.atlassian.greenhopper.manager.estimatestatistic.EstimateStatisticAO
-
- setRapidView(RapidViewAO) - Method in interface com.atlassian.greenhopper.manager.trackingstatistic.TrackingStatisticAO
-
- setRapidView(RapidViewAO) - Method in interface com.atlassian.greenhopper.manager.workingdays.WorkingDaysAO
-
- setRapidView(RapidViewAO) - Method in interface com.atlassian.greenhopper.service.rapid.view.BoardAdminAO
-
- setRapidView(RapidViewAO) - Method in interface com.atlassian.greenhopper.service.rapid.view.ColumnAO
-
- setRapidView(RapidViewAO) - Method in interface com.atlassian.greenhopper.service.rapid.view.QuickFilterAO
-
- setRapidView(RapidViewAO) - Method in interface com.atlassian.greenhopper.service.rapid.view.StatisticsFieldAO
-
- setRapidView(RapidViewAO) - Method in interface com.atlassian.greenhopper.service.rapid.view.subquery.SubqueryAO
-
- setRapidView(RapidViewAO) - Method in interface com.atlassian.greenhopper.service.rapid.view.SwimlaneAO
-
- setRapidView(String) - Method in class com.atlassian.greenhopper.web.rapid.RapidBoardAction
-
- setRapidViewId(Long) - Method in class com.atlassian.greenhopper.jira.actions.DetailsViewAjaxIssueAction
-
- setRapidViewId(Long) - Method in interface com.atlassian.greenhopper.service.sprint.dao.SprintAO
-
- setRapidViewId(Long) - Method in class com.atlassian.greenhopper.web.rapid.BoardDispatchAction
-
- setRapidViewId(Long) - Method in class com.atlassian.greenhopper.web.rapid.release.ReleaseIssueNavigatorAction
-
- setRates(List<WorkRateEntry>) - Method in class com.atlassian.greenhopper.model.charts.WorkRateData
-
- setReasons(Set<ErrorCollection.Reason>) - Method in class com.atlassian.greenhopper.model.validation.ErrorCollection
-
Set reasons why the function has not been performed.
- setRebalanceTime(Long) - Method in interface com.atlassian.greenhopper.manager.lexorank.balancer.BalancerEntryAO
-
- setRecentlyViewedBoards(int) - Method in class com.atlassian.greenhopper.analytics.findonboard.FindOnBoardSearchResultsAnalyticsEvent.Builder
-
- setRefinedVelocity(RapidView, boolean) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewSettings
-
Set setting for filtering alien sprint from velocity report
- setRefinedVelocity(RapidView, boolean) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewSettingsImpl
-
- setRefinedVelocityActive(Boolean) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
- setRelationship(String) - Method in class com.atlassian.greenhopper.api.entity.remotelink.sprint.RemoteSprintLink
-
- setRemainingEstimateAfter(Long) - Method in class com.atlassian.greenhopper.service.timetracking.TimeTrackingHistoryService.HistoryEntry
-
- setRemainingEstimateBefore(Long) - Method in class com.atlassian.greenhopper.service.timetracking.TimeTrackingHistoryService.HistoryEntry
-
- setRequireField(boolean) - Method in class com.atlassian.greenhopper.customfield.CustomFieldMetadata.Builder
-
- setSanityChecked(String) - Method in interface com.atlassian.greenhopper.manager.rank.IssueRankingOperationLogAO
-
- setSaturday(boolean) - Method in interface com.atlassian.greenhopper.manager.workingdays.WorkingDaysAO
-
- setSavedFilterId(Long) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
- setScale(int) - Method in class com.atlassian.greenhopper.model.lexorank.LexoDecimal
-
- setScale(int, boolean) - Method in class com.atlassian.greenhopper.model.lexorank.LexoDecimal
-
- setScorer(Scorer) - Method in class com.atlassian.greenhopper.service.issue.callback.IssueCountAndLastUpdatedCollector
-
- setScorer(Scorer) - Method in class com.atlassian.greenhopper.web.rapid.chart.ChangeHistoryCollector
-
- setSearcherInformation(CustomFieldSearcherInformation) - Method in class com.atlassian.greenhopper.customfield.AbstractCustomFieldSearcher
-
- setSearchInputTransformer(SearchInputTransformer) - Method in class com.atlassian.greenhopper.customfield.AbstractCustomFieldSearcher
-
- setSearchRenderer(SearchRenderer) - Method in class com.atlassian.greenhopper.customfield.AbstractCustomFieldSearcher
-
- setSearchTimeMs(long) - Method in class com.atlassian.greenhopper.analytics.findonboard.FindOnBoardSearchResultsAnalyticsEvent.Builder
-
- setSection(String) - Method in interface com.atlassian.greenhopper.service.rapid.view.subquery.SubqueryAO
-
- setSequence(Long) - Method in interface com.atlassian.greenhopper.service.sprint.dao.SprintAO
-
- setShowDaysInColumn(Boolean) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
- setShowEpicAsPanel(Boolean) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
- setSortLanguage(SqlSortLanguage) - Method in class com.atlassian.greenhopper.manager.lexorank.SqlExplicitSortLanguageFunction.Builder
-
- setSprintGoalOnboardingDialogAsClosed(ApplicationUser) - Method in class com.atlassian.greenhopper.web.rapid.UserConfigurationService
-
- setSprintHistory(Map<String, List<SprintHistoryEntry>>) - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintBurndownData.Builder
-
- setSprintId(Long) - Method in class com.atlassian.greenhopper.api.entity.remotelink.sprint.RemoteSprintLink
-
- setSprintId(Long) - Method in class com.atlassian.greenhopper.web.rapid.BoardDispatchAction
-
- setSprintsEnabled(Boolean) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
- setSprintsImported() - Method in class com.atlassian.greenhopper.imports.SprintImportMapper
-
Stores the fact that Sprints in AO_60DB71_SPRINT were imported.
- setStartDate(Long) - Method in interface com.atlassian.greenhopper.manager.version.VersionMetaDataAO
-
- setStartDate(DateMidnight) - Method in interface com.atlassian.greenhopper.model.issue.GHVersion
-
- setStartDate(Long) - Method in interface com.atlassian.greenhopper.service.sprint.dao.SprintAO
-
- setStarted(boolean) - Method in interface com.atlassian.greenhopper.service.sprint.dao.SprintAO
-
- setStateKey(String) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintSearcherEditModel
-
- setStatisticField(StatisticsField) - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintBurndownData.Builder
-
- setStatisticsField(User, long, StatisticsField, ErrorCollection) - Method in interface com.atlassian.greenhopper.api.rapid.view.RapidViewCreationService
-
- setStatisticsField(ApplicationUser, long, StatisticsField, ErrorCollection) - Method in interface com.atlassian.greenhopper.api.rapid.view.RapidViewCreationService
-
- setStatisticsField(User, long, StatisticsField, ErrorCollection) - Method in class com.atlassian.greenhopper.api.rapid.view.RapidViewCreationServiceImpl
-
- setStatisticsField(ApplicationUser, long, StatisticsField, ErrorCollection) - Method in class com.atlassian.greenhopper.api.rapid.view.RapidViewCreationServiceImpl
-
- setStatisticsValueHistory(Map<String, List<StatisticHistoryEntry>>) - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintBurndownData.Builder
-
- setStatusId(String) - Method in interface com.atlassian.greenhopper.service.rapid.view.ColumnStatusAO
-
- setStatusMappings(User, long, List<Column>, ErrorCollection) - Method in interface com.atlassian.greenhopper.api.rapid.view.RapidViewCreationService
-
- setStatusMappings(ApplicationUser, long, List<Column>, ErrorCollection) - Method in interface com.atlassian.greenhopper.api.rapid.view.RapidViewCreationService
-
- setStatusMappings(User, long, List<Column>, ErrorCollection) - Method in class com.atlassian.greenhopper.api.rapid.view.RapidViewCreationServiceImpl
-
- setStatusMappings(ApplicationUser, long, List<Column>, ErrorCollection) - Method in class com.atlassian.greenhopper.api.rapid.view.RapidViewCreationServiceImpl
-
- setStatusResolutionDone(ApplicationUser, JiraWorkflow, Status, boolean) - Method in interface com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowService
-
Switches on/off the resolution to done for a certain workflow status
- setStatusResolutionDone(ApplicationUser, JiraWorkflow, Status, boolean) - Method in class com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowServiceImpl
-
- setStatusToCategory(String, Long) - Method in class com.atlassian.greenhopper.upgrade.GhUpgradeTask046
-
- setStoredCustomFieldId(Long) - Method in class com.atlassian.greenhopper.manager.issue.fields.AbstractDefaultCustomFieldProvider
-
Persist the custom field ID for later retrieval
- setStoredCustomFieldId(Long) - Method in class com.atlassian.greenhopper.manager.issue.fields.BusinessValueCustomFieldProvider
-
- setStoredCustomFieldId(Long) - Method in class com.atlassian.greenhopper.manager.issue.fields.ClassicEpicLabelCustomFieldProvider
-
- setStoredCustomFieldId(Long) - Method in class com.atlassian.greenhopper.manager.issue.fields.FlagCustomFieldProvider
-
- setStoredCustomFieldId(Long) - Method in class com.atlassian.greenhopper.manager.issue.fields.StoryPointsCustomFieldProvider
-
- setStoredIssueTypeId(String) - Method in class com.atlassian.greenhopper.manager.issue.issuetypes.AbstractIssueTypeProvider
-
Persist the issue type ID for later retrieval
- setStoredIssueTypeId(String) - Method in class com.atlassian.greenhopper.manager.issue.issuetypes.EpicIssueTypeProvider
-
- setStoredIssueTypeId(String) - Method in class com.atlassian.greenhopper.manager.issue.issuetypes.StoryIssueTypeProvider
-
- setStoryPointsProperty(Long) - Method in interface com.atlassian.greenhopper.manager.properties.ManagedFieldPropertyDao
-
- setStoryPointsProperty(Long) - Method in class com.atlassian.greenhopper.manager.properties.ManagedFieldPropertyDaoImpl
-
- setStoryProperty(String) - Method in interface com.atlassian.greenhopper.manager.properties.ManagedIssueTypePropertyDao
-
- setStoryProperty(String) - Method in class com.atlassian.greenhopper.manager.properties.ManagedIssueTypePropertyDaoImpl
-
- setStrategy(String) - Method in interface com.atlassian.greenhopper.manager.color.CardColorAO
-
- setString(String, Long, String, String) - Method in interface com.atlassian.greenhopper.service.PersistenceService
-
Set a property value of type String.
- setString(String, Long, String, String) - Method in class com.atlassian.greenhopper.service.PersistenceServiceImpl
-
- setStringProperty(String, String) - Method in class com.atlassian.greenhopper.service.properties.PropertyDao
-
Set the Boolean value for the given property key
- setSubTask(boolean) - Method in class com.atlassian.greenhopper.manager.issue.issuetypes.IssueTypeMetadata.Builder
-
- setSummary(String) - Method in class com.atlassian.greenhopper.web.rapid.plan.SplitIssueService.IssueData
-
- setSunday(boolean) - Method in interface com.atlassian.greenhopper.manager.workingdays.WorkingDaysAO
-
- setSwimlanes(User, long, List<Swimlane>, ErrorCollection) - Method in interface com.atlassian.greenhopper.api.rapid.view.RapidViewCreationService
-
- setSwimlanes(ApplicationUser, long, List<Swimlane>, ErrorCollection) - Method in interface com.atlassian.greenhopper.api.rapid.view.RapidViewCreationService
-
- setSwimlanes(User, long, List<Swimlane>, ErrorCollection) - Method in class com.atlassian.greenhopper.api.rapid.view.RapidViewCreationServiceImpl
-
Deprecated.
- setSwimlanes(ApplicationUser, long, List<Swimlane>, ErrorCollection) - Method in class com.atlassian.greenhopper.api.rapid.view.RapidViewCreationServiceImpl
-
- setSwimlaneStrategy(String) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewAO
-
- setSwimlaneStrategy(RapidViewEditResource.SwimlaneStrategyUpdateRequest) - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewEditResource
-
- setSynced(Boolean) - Method in interface com.atlassian.greenhopper.service.sprint.dao.SprintAO
-
- setThursday(boolean) - Method in interface com.atlassian.greenhopper.manager.workingdays.WorkingDaysAO
-
- setTime(Long) - Method in interface com.atlassian.greenhopper.manager.audit.AuditEntryAO
-
- setTimeSpent(Long) - Method in class com.atlassian.greenhopper.service.timetracking.TimeTrackingHistoryService.HistoryEntry
-
- setTimeTrackingHistory(Map<String, List<TimeTrackingHistoryService.HistoryEntry>>) - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintBurndownData.Builder
-
- setTimezone(String) - Method in interface com.atlassian.greenhopper.manager.workingdays.WorkingDaysAO
-
- setTitle(String) - Method in class com.atlassian.greenhopper.api.entity.remotelink.sprint.RemoteSprintLink
-
- setTitle(String) - Method in class com.atlassian.greenhopper.web.util.GreenHopperHelpPathResolver.HelpPath
-
- setTotal(int) - Method in class com.atlassian.greenhopper.service.issuelink.EpicNamesResult
-
- setTotalBoardsForProject(int) - Method in class com.atlassian.greenhopper.analytics.findonboard.FindOnBoardSearchResultsAnalyticsEvent.Builder
-
- setTransitionTime(long) - Method in class com.atlassian.greenhopper.web.rapid.IssueTransitionAndRankService.TransitionAndRankResult
-
- setTuesday(boolean) - Method in interface com.atlassian.greenhopper.manager.workingdays.WorkingDaysAO
-
- setType(StatisticsField.Type) - Method in class com.atlassian.greenhopper.api.rapid.view.StatisticsField
-
- setType(int) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankAO
-
- setType(String) - Method in interface com.atlassian.greenhopper.manager.rankableobject.RankableObjectAO
-
- setType(String) - Method in interface com.atlassian.greenhopper.service.rapid.view.BoardAdminAO
-
- setTypeId(String) - Method in interface com.atlassian.greenhopper.manager.estimatestatistic.EstimateStatisticAO
-
- setTypeId(String) - Method in interface com.atlassian.greenhopper.manager.trackingstatistic.TrackingStatisticAO
-
- setTypeId(String) - Method in interface com.atlassian.greenhopper.service.rapid.view.StatisticsFieldAO
-
- setUnfinishedParentKeysOfFinishedSubtasks(List<String>) - Method in class com.atlassian.greenhopper.web.rapid.sprint.CompleteSprintStats
-
- setup() - Method in class com.atlassian.greenhopper.service.rapid.view.KanbanBacklogColumnServiceImpl
-
- setUpdatedIssues(Set<RapidIssueEntry>) - Method in class com.atlassian.greenhopper.web.rapid.IssueTransitionAndRankService.TransitionAndRankResult
-
- setupView(RapidViewResource.CreatePresetsRequest) - Method in class com.atlassian.greenhopper.web.rapid.view.RapidViewResource
-
- setUrl(String) - Method in class com.atlassian.greenhopper.api.entity.remotelink.sprint.RemoteSprintLink
-
- setUrl(String) - Method in class com.atlassian.greenhopper.web.util.GreenHopperHelpPathResolver.HelpPath
-
- setUseQuickFormPreference(ApplicationUser, boolean) - Method in interface com.atlassian.greenhopper.service.properties.UserPropertyService
-
Store the preference for whether to use the quick create form (custom fields) or long form (all fields)
- setUseQuickFormPreference(ApplicationUser, boolean) - Method in class com.atlassian.greenhopper.service.properties.UserPropertyServiceImpl
-
- setUser(String) - Method in interface com.atlassian.greenhopper.manager.audit.AuditEntryAO
-
- setVal(String) - Method in interface com.atlassian.greenhopper.manager.color.CardColorAO
-
- setValidUser(boolean) - Method in class com.atlassian.greenhopper.license.LicenseInfo.Builder
-
- setValue(String) - Method in class com.atlassian.greenhopper.confluence.rpc.AbstractConfluenceSaxHandler.NameValuePair
-
- setValue(PreparedStatement, int, T) - Method in interface com.atlassian.greenhopper.manager.lexorank.LexoRankEntityFieldUtils.DBSetter
-
- setValue(PreparedStatement, int, Object) - Static method in class com.atlassian.greenhopper.manager.lexorank.LexoRankEntityFieldUtils
-
Helper method to set values in an sql statement.
- setValues(T, U) - Method in class com.atlassian.greenhopper.manager.AbstractRelatedAOListMapper
-
- setValues(T, U) - Method in interface com.atlassian.greenhopper.manager.AOListMapper
-
Updates an AO.
- setValues(ColumnStatusAO, String) - Method in class com.atlassian.greenhopper.service.rapid.view.ColumnStatusAOListMapper
-
- setVelocityChartMaxIssues(RapidChartResource.VelocityChartSetting) - Method in class com.atlassian.greenhopper.web.rapid.chart.RapidChartResource
-
Changes the maximum number of issues allowed to be processed by velocity chart.
- setVelocityChartMaxSprints(RapidChartResource.VelocityChartSetting) - Method in class com.atlassian.greenhopper.web.rapid.chart.RapidChartResource
-
Changes the maximum number of sprints allowed to be processed by velocity chart.
- setVersionId(Long) - Method in interface com.atlassian.greenhopper.manager.version.VersionMetaDataAO
-
- SetVersionRequest() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.IssueResource.SetVersionRequest
-
- setWarningMessage(String) - Method in class com.atlassian.greenhopper.web.rapid.chart.SprintBurndownData.Builder
-
- setWasIssueAddedDuringSprint(boolean) - Method in class com.atlassian.greenhopper.web.rapid.issue.statistics.IssueSprintStatistics.Builder
-
- setWasIssueCompleted(boolean) - Method in class com.atlassian.greenhopper.web.rapid.issue.statistics.IssueSprintStatistics.Builder
-
- setWasIssueCompletedInTheCurrentSprint(boolean) - Method in class com.atlassian.greenhopper.web.rapid.issue.statistics.IssueSprintStatistics.Builder
-
- setWasIssueInAtSprintStart(boolean) - Method in class com.atlassian.greenhopper.web.rapid.issue.statistics.IssueSprintStatistics.Builder
-
- setWasIssueRemovedDuringSprint(boolean) - Method in class com.atlassian.greenhopper.web.rapid.issue.statistics.IssueSprintStatistics.Builder
-
- setWednesday(boolean) - Method in interface com.atlassian.greenhopper.manager.workingdays.WorkingDaysAO
-
- setWorkingDays(WorkingDaysAO) - Method in interface com.atlassian.greenhopper.manager.workingdays.NonWorkingDayAO
-
- shiftLeft() - Method in class com.atlassian.greenhopper.model.lexorank.LexoInteger
-
- shiftLeft(int) - Method in class com.atlassian.greenhopper.model.lexorank.LexoInteger
-
- shiftRight() - Method in class com.atlassian.greenhopper.model.lexorank.LexoInteger
-
- shiftRight(int) - Method in class com.atlassian.greenhopper.model.lexorank.LexoInteger
-
- shortenIdentifier(String) - Method in class com.atlassian.greenhopper.manager.lexorank.LexoRankEntityDetails
-
- shouldBalancingBackOff() - Method in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankBalancingService
-
- shouldDisplay(Map<String, Object>) - Method in class com.atlassian.greenhopper.web.admin.GlobalAdminCondition
-
- shouldDisplay(Map<String, Object>) - Method in class com.atlassian.greenhopper.web.admin.SoftwareConfigCondition
-
- shouldDisplay(ApplicationUser, JiraHelper) - Method in class com.atlassian.greenhopper.web.conditions.ActiveSprintCondition
-
- shouldDisplay(ApplicationUser, JiraHelper) - Method in class com.atlassian.greenhopper.web.conditions.CanCreateBoardCondition
-
- shouldDisplay(ApplicationUser, JiraHelper) - Method in class com.atlassian.greenhopper.web.conditions.CanCreateSharedObjectsCondition
-
- shouldDisplay(ApplicationUser, JiraHelper) - Method in class com.atlassian.greenhopper.web.conditions.CanDeleteSprintCondition
-
- shouldDisplay(ApplicationUser, JiraHelper) - Method in class com.atlassian.greenhopper.web.conditions.CanStartStopSprintCondition
-
- shouldDisplay(ApplicationUser, JiraHelper) - Method in class com.atlassian.greenhopper.web.conditions.CanUpdateSprintCondition
-
- shouldDisplay(ApplicationUser, JiraHelper) - Method in class com.atlassian.greenhopper.web.conditions.FutureSprintCondition
-
- shouldDisplay(AccessCheckMode) - Method in interface com.atlassian.greenhopper.web.conditions.GreenHopperConditionEvaluator
-
- shouldDisplay(AccessCheckMode) - Method in class com.atlassian.greenhopper.web.conditions.GreenHopperConditionEvaluatorImpl
-
- shouldDisplay(ApplicationUser, JiraHelper) - Method in class com.atlassian.greenhopper.web.conditions.HasRapidViewHistoryCondition
-
- shouldDisplay(Map<String, Object>) - Method in class com.atlassian.greenhopper.web.conditions.IsBurnupFeatureEnabledCondition
-
- shouldDisplay(ApplicationUser, JiraHelper) - Method in class com.atlassian.greenhopper.web.conditions.IsCompleteSprintInBacklogEnabledCondition
-
- shouldDisplay(ApplicationUser, JiraHelper) - Method in class com.atlassian.greenhopper.web.conditions.IsFromImporterCondition
-
- shouldDisplay(ApplicationUser, JiraHelper) - Method in class com.atlassian.greenhopper.web.conditions.IsFutureSprintDatesEnabledCondition
-
- shouldDisplay(Map<String, Object>) - Method in class com.atlassian.greenhopper.web.conditions.IsLicensedCondition
-
- shouldDisplay(Map<String, Object>) - Method in class com.atlassian.greenhopper.web.conditions.IsSoftwareProjectCondition
-
- shouldDisplay(ApplicationUser, JiraHelper) - Method in class com.atlassian.greenhopper.web.conditions.IsSprintGoalDefined
-
- shouldDisplay(ApplicationUser, JiraHelper) - Method in class com.atlassian.greenhopper.web.conditions.IsSprintGoalEnabledCondition
-
- shouldDisplay(ApplicationUser, JiraHelper) - Method in class com.atlassian.greenhopper.web.conditions.IsSprintPlanEnabledCondition
-
- shouldDisplay(Map<String, Object>) - Method in class com.atlassian.greenhopper.web.conditions.IsSprintSupportEnabledCondition
-
- shouldDisplay(ApplicationUser, JiraHelper) - Method in class com.atlassian.greenhopper.web.conditions.IsSprintSyncedCondition
-
- shouldDisplay(ApplicationUser, JiraHelper) - Method in class com.atlassian.greenhopper.web.conditions.IssueDetailsLinkingModuleEnabledCondition
-
- shouldDisplay(Map<String, Object>) - Method in class com.atlassian.greenhopper.web.conditions.IssuesInEpicWebPanelCondition
-
The panel should only display for Epic issue types with linked issues.
- shouldDisplay(Map<String, Object>) - Method in class com.atlassian.greenhopper.web.conditions.IsValidUserCondition
-
- shouldDisplay(ApplicationUser, JiraHelper) - Method in class com.atlassian.greenhopper.web.conditions.JiraForSoftwareEnabledCondition
-
- shouldDisplay(Map<String, Object>) - Method in class com.atlassian.greenhopper.web.conditions.ProjectHasBoardsCondition
-
- shouldDisplay(ApplicationUser, JiraHelper) - Method in class com.atlassian.greenhopper.web.conditions.RankingAllowedCondition
-
- shouldDisplay(Map<String, Object>) - Method in class com.atlassian.greenhopper.web.sidebar.CanSeeKanplanButtonCondition
-
- shouldDisplay(Map<String, Object>) - Method in class com.atlassian.greenhopper.web.sidebar.IsEmptyProjectCondition
-
- shouldDisplay(Map<String, Object>) - Method in class com.atlassian.greenhopper.web.sidebar.IsKanbanBoardCondition
-
- shouldDisplay(Map<String, Object>) - Method in class com.atlassian.greenhopper.web.sidebar.IsScrumBoardCondition
-
- shouldFilterByBoardAdmin() - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewQuery
-
- shouldFilterByBoardAdmin() - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewSimpleQuery
-
- shouldShowSidebar() - Method in class com.atlassian.greenhopper.web.rapid.RapidBoardAction
-
- shouldShowSidebar(String, RapidView) - Method in class com.atlassian.greenhopper.web.sidebar.BoardSidebarRenderer
-
Only show the sidebar if the dark feature is enabled, the current user can see the
RapidView
for which the sidebar is being rendered AND the conditions
to shown one of the sidebars are true.
- shouldShowSidebarForCurrentUser() - Method in class com.atlassian.greenhopper.sidebar.SidebarDarkFeatureManager
-
Check the jira-projectes dark feature manager to determine whether or not we should show the sidebar
RapidView
for which the sidebar is being rendered.
- shouldShowSidebarForCurrentUser() - Method in class com.atlassian.greenhopper.sidebar.SidebarDarkFeatureManagerAdapter
-
- SHOW_DAYS_IN_COLUMN - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QRapidView
-
- showDaysInColumn(boolean) - Method in class com.atlassian.greenhopper.model.rapid.RapidView.RapidViewBuilder
-
- showDaysInColumn() - Method in class com.atlassian.greenhopper.model.rapid.RapidView
-
- showEpicAsPanel(ShowEpics) - Method in class com.atlassian.greenhopper.model.rapid.RapidView.RapidViewBuilder
-
- showEpicAsPanel - Variable in class com.atlassian.greenhopper.web.rapid.view.RapidViewEditModel
-
- ShowEpics - Enum in com.atlassian.greenhopper.model.rapid
-
- showFindOnBoard() - Method in class com.atlassian.greenhopper.web.contextprovider.AgileIssueWebPanelContext
-
- showReport() - Method in class com.atlassian.greenhopper.web.rapid.chart.integration.DummyAgileReport
-
- SidebarDarkFeatureManager - Class in com.atlassian.greenhopper.sidebar
-
Talks to the jira-projects sidebar dark feature manager.
- SidebarDarkFeatureManager(SidebarDarkFeatureManagerAccessor, FeatureManager) - Constructor for class com.atlassian.greenhopper.sidebar.SidebarDarkFeatureManager
-
- SidebarDarkFeatureManagerAccessor - Class in com.atlassian.greenhopper.sidebar
-
Provides a method to retrieve a SidebarDarkFeatureManager
.
- SidebarDarkFeatureManagerAccessor() - Constructor for class com.atlassian.greenhopper.sidebar.SidebarDarkFeatureManagerAccessor
-
- SidebarDarkFeatureManagerAdapter - Class in com.atlassian.greenhopper.sidebar
-
- SidebarDarkFeatureManagerAdapter(SidebarDarkFeatureManager) - Constructor for class com.atlassian.greenhopper.sidebar.SidebarDarkFeatureManagerAdapter
-
- SidebarPlaceholderRenderer - Class in com.atlassian.greenhopper.sidebar
-
Renders project-centric sidebar placeholder html
Final sidebar content is then obtained via REST endpoint
BoardSidebarRenderer
- SidebarPlaceholderRenderer(SidebarPlaceholderRendererAccessor) - Constructor for class com.atlassian.greenhopper.sidebar.SidebarPlaceholderRenderer
-
- SidebarPlaceholderRendererAccessor - Class in com.atlassian.greenhopper.sidebar
-
- SidebarPlaceholderRendererAccessor() - Constructor for class com.atlassian.greenhopper.sidebar.SidebarPlaceholderRendererAccessor
-
- SidebarPlaceholderRendererAdapter - Interface in com.atlassian.greenhopper.sidebar
-
An adapter that decouples
SidebarPlaceholderRenderer
from the
Agile plugin, allowing it to be an optional dependency.
- SidebarPlaceholderRendererAdapterImpl - Class in com.atlassian.greenhopper.sidebar
-
- SidebarPlaceholderRendererAdapterImpl(SidebarPlaceholderRenderer) - Constructor for class com.atlassian.greenhopper.sidebar.SidebarPlaceholderRendererAdapterImpl
-
- SimpleEditableFieldEntryFactory - Interface in com.atlassian.greenhopper.web.rapid.issue.fields
-
- SimplifiedWorkflow70UpgradeService - Interface in com.atlassian.greenhopper.workflow
-
Upgrade Simplified Workflows and Simplified Workflow schemas from Agile to JIRA Software
- SimplifiedWorkflow70UpgradeServiceImpl - Class in com.atlassian.greenhopper.workflow
-
Upgrade Agile Simplified Workflows and Workflow Schemes to JIRA Software
Logic brazenly copied from GhUpgradeTask037
- SimplifiedWorkflow70UpgradeServiceImpl() - Constructor for class com.atlassian.greenhopper.workflow.SimplifiedWorkflow70UpgradeServiceImpl
-
- SimplifiedWorkflowEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.view.ColumnEditRequest.SimplifiedWorkflowEntry
-
- SimplifiedWorkflowPresets - Enum in com.atlassian.greenhopper.service.workflow
-
Defines presets for Simplified Workflows which might be used when creating a project.
- SimplifiedWorkflowService - Interface in com.atlassian.greenhopper.service.workflow
-
Service which encapsulates the "Simplified Workflow" feature.
- SimplifiedWorkflowServiceImpl - Class in com.atlassian.greenhopper.service.workflow
-
- SimplifiedWorkflowServiceImpl(BuildUtilsInfo, SearchService, StatusManager, ProjectManager, PluginAccessor, WorkflowManager, WorkflowSchemeManager, WorkflowService, I18nFactoryService, WorkflowConstantsService, BuildProperties, SimplifiedWorkflowStringsFactory, ModuleDescriptorFactory) - Constructor for class com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowServiceImpl
-
- SimplifiedWorkflowStrings(String, String, String, String, String, String, String, String) - Constructor for class com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowStringsFactory.SimplifiedWorkflowStrings
-
- SimplifiedWorkflowStringsFactory - Class in com.atlassian.greenhopper.service.workflow
-
- SimplifiedWorkflowStringsFactory() - Constructor for class com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowStringsFactory
-
- SimplifiedWorkflowStringsFactory.SimplifiedWorkflowStrings - Class in com.atlassian.greenhopper.service.workflow
-
Note: we want these strings to be in English for two reasons:
1.
- SingleIssueTransitionStrategy - Class in com.atlassian.greenhopper.web.rapid
-
- SingleIssueTransitionStrategy() - Constructor for class com.atlassian.greenhopper.web.rapid.SingleIssueTransitionStrategy
-
- size() - Method in class com.atlassian.greenhopper.upgrade.IssueIdsIssueIterable
-
- skipsIndexingNull() - Method in class com.atlassian.greenhopper.customfield.epiccolor.EpicColorCustomFieldIndexer
-
- skipsIndexingNull() - Method in class com.atlassian.greenhopper.customfield.epiclabel.EpicLabelCustomFieldIndexer
-
- skipsIndexingNull() - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCustomFieldIndexer
-
- skipsIndexingNull() - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankIndexer
-
- skipsIndexingNull() - Method in class com.atlassian.greenhopper.customfield.rank.RankCustomFieldIndexer
-
- skipsIndexingNull() - Method in class com.atlassian.greenhopper.customfield.sprint.SprintCustomFieldIndexer
-
- skipValidationAndUpdate(ApplicationUser, Long, IssueInputParameters) - Method in interface com.atlassian.greenhopper.service.issue.IssueUpdateService
-
Skip validation checks and update issue.
- skipValidationAndUpdate(ApplicationUser, Long, IssueInputParameters) - Method in class com.atlassian.greenhopper.service.issue.IssueUpdateServiceImpl
-
- SOFTWARE_HELP_PATH_CONFIG_LOCATION - Static variable in class com.atlassian.greenhopper.web.util.GreenHopperHelpPathResolver
-
- SOFTWARE_ONBOARDING_URL - Static variable in class com.atlassian.greenhopper.web.onboarding.firstuseflow.DefaultAgileFirstUseFlow
-
- SoftwareAuthorizationService - Interface in com.atlassian.greenhopper.license
-
- SoftwareAuthorizationServiceImpl - Class in com.atlassian.greenhopper.license
-
- SoftwareAuthorizationServiceImpl() - Constructor for class com.atlassian.greenhopper.license.SoftwareAuthorizationServiceImpl
-
- SoftwareConfigAction - Class in com.atlassian.greenhopper.web.admin
-
- SoftwareConfigAction() - Constructor for class com.atlassian.greenhopper.web.admin.SoftwareConfigAction
-
- SoftwareConfigCondition - Class in com.atlassian.greenhopper.web.admin
-
Condition for visibilty of the software configuration page link.
- SoftwareConfigCondition() - Constructor for class com.atlassian.greenhopper.web.admin.SoftwareConfigCondition
-
- SoftwareConfigConditionEvaluator - Class in com.atlassian.greenhopper.web.admin
-
This service evaluates whether the software configuration page should be available.
- SoftwareConfigConditionEvaluator() - Constructor for class com.atlassian.greenhopper.web.admin.SoftwareConfigConditionEvaluator
-
- SoftwareFeatureFlags - Class in com.atlassian.greenhopper.features
-
- SoftwareFeatureFlags() - Constructor for class com.atlassian.greenhopper.features.SoftwareFeatureFlags
-
- SoftwareHelpSpaceProvider - Interface in com.atlassian.greenhopper.features
-
Returns application help space for the JIRA Software Application
- SoftwareHelpSpaceProviderImpl - Class in com.atlassian.greenhopper.features
-
- SoftwareHelpSpaceProviderImpl() - Constructor for class com.atlassian.greenhopper.features.SoftwareHelpSpaceProviderImpl
-
- SoftwareMauApplicationKey - Class in com.atlassian.greenhopper.event.mau
-
Provides the key representing the Jira Software application for use in the MauEventService
- SoftwareMauApplicationKey() - Constructor for class com.atlassian.greenhopper.event.mau.SoftwareMauApplicationKey
-
- SoftwareMauRequestTaggingFilter - Class in com.atlassian.greenhopper.event.mau.filter
-
A filter which tags the current request as belonging to Jira Software
- SoftwareMauRequestTaggingFilter() - Constructor for class com.atlassian.greenhopper.event.mau.filter.SoftwareMauRequestTaggingFilter
-
- SoftwarePermissionSchemeData - Interface in com.atlassian.greenhopper.project
-
Given the user role holder and the admin role holder, this service will construct the PermissionSchemeInput object
which can be used by PermissionSchemeService
to create the Software Permission Scheme.
- SoftwareProjectTypeService - Interface in com.atlassian.greenhopper.project
-
- SoftwareProjectTypeServiceImpl - Class in com.atlassian.greenhopper.project
-
- SoftwareProjectTypeServiceImpl() - Constructor for class com.atlassian.greenhopper.project.SoftwareProjectTypeServiceImpl
-
- SoftwareVersion(String) - Constructor for class com.atlassian.greenhopper.util.VersionKit.SoftwareVersion
-
- SoftwareVersion(int, int, int) - Constructor for class com.atlassian.greenhopper.util.VersionKit.SoftwareVersion
-
- SoftwareVersion(int, int) - Constructor for class com.atlassian.greenhopper.util.VersionKit.SoftwareVersion
-
- someActive() - Method in class com.atlassian.greenhopper.service.workflow.CheckWorkflowEntitiesByNameResult
-
- sort(Collection<Long>, long, ApplicationUser) - Method in interface com.atlassian.greenhopper.service.rank.JpoRankService
-
Sorts the given ids according to how they are ranked in LexoRank.
- sort(Collection<Long>, long, ApplicationUser) - Method in class com.atlassian.greenhopper.service.rank.JpoRankServiceImpl
-
- sortedAuditEntries(SortedSet<AuditEntry>) - Method in class com.atlassian.greenhopper.service.sprint.SprintStateAuditLog.SprintStateAuditDataBuilder
-
- SortedByRankFieldResult - Class in com.atlassian.greenhopper.service.rank
-
Holds the result of extracting the sorted by RankField from a query.
- sortPositionableArray(T[]) - Static method in class com.atlassian.greenhopper.service.rapid.view.AOUtil
-
- sortPositionableList(List<T>) - Static method in class com.atlassian.greenhopper.service.rapid.view.AOUtil
-
- SP_FIELD - Static variable in class com.atlassian.greenhopper.manager.issue.fields.StoryPointsCustomFieldProvider
-
- SP_FIELD_DESC - Static variable in class com.atlassian.greenhopper.manager.issue.fields.StoryPointsCustomFieldProvider
-
- space - Variable in class com.atlassian.greenhopper.web.integration.SearchPagesHelper.PageModel
-
- SpaceResponseSaxHandler - Class in com.atlassian.greenhopper.confluence.rpc
-
Handles XML responses from the "getSpaces" Confluence XMLRPC method.
- SpaceResponseSaxHandler() - Constructor for class com.atlassian.greenhopper.confluence.rpc.SpaceResponseSaxHandler
-
- split(Issue, SplitIssueService.IssueData, List<SplitIssueService.IssueData>) - Method in interface com.atlassian.greenhopper.web.rapid.plan.SplitIssueService
-
Perform the actual split on the specified issue.
- split(Issue, SplitIssueService.IssueData, List<SplitIssueService.IssueData>) - Method in class com.atlassian.greenhopper.web.rapid.plan.SplitIssueServiceImpl
-
- splitIssue(long, SplitIssueResource.SplitIssueData) - Method in class com.atlassian.greenhopper.web.rapid.plan.SplitIssueResource
-
Endpoint to perform the actual split operation.
- SplitIssueData() - Constructor for class com.atlassian.greenhopper.web.rapid.plan.SplitIssueResource.SplitIssueData
-
- SplitIssueData(SplitIssueService.IssueData, SplitIssueService.IssueData[]) - Constructor for class com.atlassian.greenhopper.web.rapid.plan.SplitIssueResource.SplitIssueData
-
- SplitIssueErrorReportItem(String, String, int) - Constructor for class com.atlassian.greenhopper.web.rapid.plan.SplitIssueService.SplitIssueErrorReportItem
-
- SplitIssueLinkTypeService - Interface in com.atlassian.greenhopper.service.issuelink
-
Service to get the issue link type used to link an issue to other issues that were split from it.
- SplitIssueLinkTypeServiceImpl - Class in com.atlassian.greenhopper.service.issuelink
-
- SplitIssueLinkTypeServiceImpl(PropertyDao, IssueLinkTypeManager, I18nFactoryService, ClusterLockService) - Constructor for class com.atlassian.greenhopper.service.issuelink.SplitIssueLinkTypeServiceImpl
-
- SplitIssuePermissionCheckHelper - Interface in com.atlassian.greenhopper.web.rapid.plan.splitissue
-
A helper to checks whether currently logged in user has sufficient permission to perform the split operation.
- SplitIssuePermissionCheckHelperImpl - Class in com.atlassian.greenhopper.web.rapid.plan.splitissue
-
- SplitIssuePermissionCheckHelperImpl() - Constructor for class com.atlassian.greenhopper.web.rapid.plan.splitissue.SplitIssuePermissionCheckHelperImpl
-
- SplitIssueResource - Class in com.atlassian.greenhopper.web.rapid.plan
-
- SplitIssueResource(IssueService, SplitIssueService, ResponseFactory, RapidViewService, RapidViewSprintQueryService, SprintEntryFactory, SprintCustomFieldService, I18nFactoryService) - Constructor for class com.atlassian.greenhopper.web.rapid.plan.SplitIssueResource
-
- SplitIssueResource.DialogData - Class in com.atlassian.greenhopper.web.rapid.plan
-
- SplitIssueResource.SplitIssueData - Class in com.atlassian.greenhopper.web.rapid.plan
-
- SplitIssueService - Interface in com.atlassian.greenhopper.web.rapid.plan
-
Top level service that coordinates various tasks that need to be done when splitting an issue.
- SplitIssueService.IssueData - Class in com.atlassian.greenhopper.web.rapid.plan
-
Represents summary and estimate overrides for new issues that need to be created as a result of the split.
- SplitIssueService.SplitIssueErrorReport - Class in com.atlassian.greenhopper.web.rapid.plan
-
- SplitIssueService.SplitIssueErrorReportItem - Class in com.atlassian.greenhopper.web.rapid.plan
-
- SplitIssueServiceImpl - Class in com.atlassian.greenhopper.web.rapid.plan
-
- SplitIssueServiceImpl() - Constructor for class com.atlassian.greenhopper.web.rapid.plan.SplitIssueServiceImpl
-
- splitIssuesOnType(Collection<Issue>, IssueType) - Method in class com.atlassian.greenhopper.manager.issuelink.EpicLinkManagerImpl
-
- SPRINT - Static variable in class com.atlassian.greenhopper.customfield.sprint.SprintCFType
-
Backlog JiraDataType.
- sprint(Sprint) - Method in class com.atlassian.greenhopper.service.issue.RapidViewIssue.RapidViewIssueBuilder
-
- Sprint - Class in com.atlassian.greenhopper.service.sprint
-
The object which represents single iteration in Scrum Methodology.
- sprint - Variable in class com.atlassian.greenhopper.web.rapid.chart.HistoricSprintData
-
- sprint - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.CompleteSprintViewModel
-
- sprint - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.EditSprintModel
-
- sprint - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.ReopenSprintViewModel
-
- Sprint.SprintBuilder - Class in com.atlassian.greenhopper.service.sprint
-
- Sprint.State - Enum in com.atlassian.greenhopper.service.sprint
-
- SPRINT_ACTIVE - Static variable in class com.atlassian.greenhopper.service.sprint.SprintUtils
-
- SPRINT_AUTO_MANAGEMENT - Static variable in class com.atlassian.greenhopper.features.SoftwareFeatureFlags
-
- SPRINT_BYDATE_COMPARATOR - Static variable in class com.atlassian.greenhopper.service.sprint.SprintComparators
-
- SPRINT_CLOSED - Static variable in class com.atlassian.greenhopper.service.sprint.SprintUtils
-
- SPRINT_DESCENDING_COMPARATOR - Static variable in class com.atlassian.greenhopper.service.sprint.SprintComparators
-
- SPRINT_DISPLAY_NAME_FORMAT_WITH_DATE - Static variable in class com.atlassian.greenhopper.customfield.sprint.SprintClauseValueFormatter
-
- SPRINT_EDITED_IN_BOARD - Static variable in class com.atlassian.greenhopper.customfield.sprint.PermissionUsedToModifySprintAnalyticEventPublisher
-
- SPRINT_EDITING_CONTEXT_KEY - Static variable in class com.atlassian.greenhopper.customfield.sprint.PermissionUsedToModifySprintAnalyticEventPublisher
-
- SPRINT_END_DATE_COMPARATOR - Static variable in class com.atlassian.greenhopper.service.sprint.SprintComparators
-
- SPRINT_ENTITY_PROPERTY_TYPE - Static variable in interface com.atlassian.greenhopper.service.sprint.SprintPropertyService
-
- SPRINT_FUTURE - Static variable in class com.atlassian.greenhopper.service.sprint.SprintUtils
-
- SPRINT_GOAL - Static variable in class com.atlassian.greenhopper.features.SoftwareFeatureFlags
-
- SPRINT_ID_COMPARATOR - Static variable in class com.atlassian.greenhopper.service.sprint.SprintComparators
-
- SPRINT_MAPPER - Static variable in class com.atlassian.greenhopper.imports.SprintImportConstants
-
- SPRINT_NATURAL_COMPARATOR - Static variable in class com.atlassian.greenhopper.service.sprint.SprintComparators
-
- SPRINT_NOT_CLOSED - Static variable in class com.atlassian.greenhopper.service.sprint.SprintUtils
-
- SPRINT_PICKER_ALLSPRINTS_SUGGESTION - Static variable in class com.atlassian.greenhopper.features.SoftwareFeatureFlags
-
- SPRINT_PK - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QSprint
-
- SPRINT_PLAN - Static variable in class com.atlassian.greenhopper.features.SoftwareFeatureFlags
-
- SPRINT_REMOTE_LINK - Static variable in class com.atlassian.greenhopper.service.sprint.RemoteSprintLinkService
-
- SPRINT_SEQUENCE_COMPARATOR - Static variable in class com.atlassian.greenhopper.service.sprint.SprintComparators
-
- SPRINT_START_DATE_COMPARATOR - Static variable in class com.atlassian.greenhopper.service.sprint.SprintComparators
-
- SPRINT_STATE_COMPARATOR - Static variable in class com.atlassian.greenhopper.service.sprint.SprintComparators
-
- SprintActionsResponse() - Constructor for class com.atlassian.greenhopper.web.rapid.plan.PlanningModeResource.SprintActionsResponse
-
- SprintAndIssueIdsCallback - Class in com.atlassian.greenhopper.service.issue.callback
-
Collects Sprint IDs.
- SprintAndIssueIdsCallback(CustomField) - Constructor for class com.atlassian.greenhopper.service.issue.callback.SprintAndIssueIdsCallback
-
- SprintAndProjectsCallback - Class in com.atlassian.greenhopper.service.issue.callback
-
Collects sprints and associated project ids
- SprintAndProjectsCallback(CustomField) - Constructor for class com.atlassian.greenhopper.service.issue.callback.SprintAndProjectsCallback
-
- SprintAO - Interface in com.atlassian.greenhopper.service.sprint.dao
-
- SprintAOMapper - Class in com.atlassian.greenhopper.service.sprint.dao
-
Mapper between SprintAO and Sprint objects
- SprintAOMapper() - Constructor for class com.atlassian.greenhopper.service.sprint.dao.SprintAOMapper
-
- SprintAutoStartService - Class in com.atlassian.greenhopper.service.sprint.services
-
This service is responsible for starting the sprints.
- SprintAutoStartService(SprintManager, EventPublisher, SprintService, AutoManagedSprintsFeature) - Constructor for class com.atlassian.greenhopper.service.sprint.services.SprintAutoStartService
-
- SprintAutoStartStopEvent - Class in com.atlassian.greenhopper.service.sprint.services.analytics
-
Event used to send statistics about the auto stop start sprint feature.
- SprintAutoStartStopEvent(int, int) - Constructor for class com.atlassian.greenhopper.service.sprint.services.analytics.SprintAutoStartStopEvent
-
- SprintAutoStartStopJob - Class in com.atlassian.greenhopper.service.sprint.services
-
- SprintAutoStartStopJob(EventPublisher, SprintAutoStartService, SprintAutoStopService, ActiveObjects, SchedulerService, AutoManagedSprintsFeature) - Constructor for class com.atlassian.greenhopper.service.sprint.services.SprintAutoStartStopJob
-
- SprintAutoStartStopLog - Interface in com.atlassian.greenhopper.service.sprint.services
-
- SprintAutoStartStopScheduler - Class in com.atlassian.greenhopper.service.sprint.services
-
- SprintAutoStartStopScheduler(SprintAutoStartStopJob, JiraProperties, SchedulerService, EventPublisher, AutoManagedSprintsFeature) - Constructor for class com.atlassian.greenhopper.service.sprint.services.SprintAutoStartStopScheduler
-
- SprintAutoStopService - Class in com.atlassian.greenhopper.service.sprint.services
-
This service is responsible for stopping the sprints.
- SprintAutoStopService(SprintManager, EventPublisher, SprintService, SprintStatusChangeHelper, RapidViewCacheManager, SprintIssueServiceImpl, AutoManagedSprintsFeature) - Constructor for class com.atlassian.greenhopper.service.sprint.services.SprintAutoStopService
-
- SprintBaseEntry - Class in com.atlassian.greenhopper.web.rapid.sprint
-
- SprintBaseEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.SprintBaseEntry
-
- SprintBaseEntryTransformer - Class in com.atlassian.greenhopper.web.rapid.sprint
-
- SprintBaseEntryTransformer() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.SprintBaseEntryTransformer
-
- SprintBuilder() - Constructor for class com.atlassian.greenhopper.service.sprint.Sprint.SprintBuilder
-
- SprintBurndownData - Class in com.atlassian.greenhopper.web.rapid.chart
-
Data for the sprint burndown
- SprintBurndownData.Builder - Class in com.atlassian.greenhopper.web.rapid.chart
-
- SprintBurndownModel - Class in com.atlassian.greenhopper.web.rapid.chart
-
The model for the Soprint Burndown Chart.
- SprintBurndownModel() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.SprintBurndownModel
-
- SprintBurndownModelFactory - Class in com.atlassian.greenhopper.web.rapid.chart
-
Factory for Sprint burndown models
- SprintBurndownModelFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.SprintBurndownModelFactory
-
- SprintByNameSearcher - Class in com.atlassian.greenhopper.customfield.sprint
-
Provides utility method to ease sprints JQL clause implementation.
- SprintByNameSearcher(SprintManager, SprintService) - Constructor for class com.atlassian.greenhopper.customfield.sprint.SprintByNameSearcher
-
- SprintCFType - Class in com.atlassian.greenhopper.customfield.sprint
-
Singular Object is Sprint, Transport Object is Set (Much like the LabelsCFType)
- SprintCFType(SprintManager, WebUtilities, CustomFieldValuePersister, GenericConfigManager, I18nFactoryService, JiraAuthenticationContext, PermissionService, SprintRestSerializer, FeatureManager, IssueService, PermissionUsedToModifySprintAnalyticEventPublisher, SprintRestFieldOperationsHandler, JiraSoftwareFeatureService) - Constructor for class com.atlassian.greenhopper.customfield.sprint.SprintCFType
-
Overriden, calls super constructor.
- SprintClauseQueryFactory - Class in com.atlassian.greenhopper.customfield.sprint
-
- SprintClauseQueryFactory(JqlOperandResolver, SprintByNameSearcher, CustomField) - Constructor for class com.atlassian.greenhopper.customfield.sprint.SprintClauseQueryFactory
-
- SprintClauseValidator - Class in com.atlassian.greenhopper.customfield.sprint
-
Validates sprint clause.
- SprintClauseValidator(JqlOperandResolver, SupportedOperatorsValidator, I18nHelper.BeanFactory, SprintService) - Constructor for class com.atlassian.greenhopper.customfield.sprint.SprintClauseValidator
-
- SprintClauseValueFormatter - Class in com.atlassian.greenhopper.customfield.sprint
-
- SprintClauseValueFormatter(JqlDateSupport) - Constructor for class com.atlassian.greenhopper.customfield.sprint.SprintClauseValueFormatter
-
- SprintClauseValueGenerator - Class in com.atlassian.greenhopper.customfield.sprint
-
Produces suggested value for sprints in the query advanced mode.
- SprintClauseValueGenerator(SprintClauseValueFormatter, SprintService) - Constructor for class com.atlassian.greenhopper.customfield.sprint.SprintClauseValueGenerator
-
- SprintClosedAnalyticsEvent - Class in com.atlassian.greenhopper.analytics
-
This analytic event is published when user closes a sprint.
- SprintClosedAnalyticsEvent(Long, DateTime, DateTime, DateTime, DateTime, SprintClosedAnalyticsEvent.SprintTypeOfCloseAction, boolean) - Constructor for class com.atlassian.greenhopper.analytics.SprintClosedAnalyticsEvent
-
- SprintClosedAnalyticsEvent.SprintTypeOfCloseAction - Enum in com.atlassian.greenhopper.analytics
-
- SprintClosedEvent - Class in com.atlassian.greenhopper.api.events.sprint
-
Event published after a sprints state field has been changed from active to closed.
- SprintClosedEvent(Sprint) - Constructor for class com.atlassian.greenhopper.api.events.sprint.SprintClosedEvent
-
- SprintComparators - Class in com.atlassian.greenhopper.service.sprint
-
- SprintComparators() - Constructor for class com.atlassian.greenhopper.service.sprint.SprintComparators
-
- sprintConfig - Variable in class com.atlassian.greenhopper.web.rapid.RapidGlobalConfig
-
- SprintConfig() - Constructor for class com.atlassian.greenhopper.web.rapid.RapidGlobalConfig.SprintConfig
-
- SprintCreatedAnalyticsEvent - Class in com.atlassian.greenhopper.analytics
-
This analytic event is published when user creates a sprint.
- SprintCreatedAnalyticsEvent(Long, DateTime, DateTime, boolean) - Constructor for class com.atlassian.greenhopper.analytics.SprintCreatedAnalyticsEvent
-
- SprintCreatedEvent - Class in com.atlassian.greenhopper.api.events.sprint
-
Event published after a sprint has been created.
- SprintCreatedEvent(Sprint) - Constructor for class com.atlassian.greenhopper.api.events.sprint.SprintCreatedEvent
-
- SprintCustomFieldChangedEvent - Class in com.atlassian.greenhopper.service.sprint
-
An event that gets published whenever the Sprint custom field managed by JIRA Agile is changed or created.
- SprintCustomFieldChangedEvent(CustomField) - Constructor for class com.atlassian.greenhopper.service.sprint.SprintCustomFieldChangedEvent
-
- SprintCustomFieldIndexer - Class in com.atlassian.greenhopper.customfield.sprint
-
Field indexer for the Sprint custom field
Besides indexing the current sprint values, we also index historic sprints as well as store all sprint field change items
into the lucene document to allow scope change related searches and data gathering.
- SprintCustomFieldIndexer(FieldVisibilityManager, CustomField, SprintHistoryEntryFactory) - Constructor for class com.atlassian.greenhopper.customfield.sprint.SprintCustomFieldIndexer
-
- SprintCustomFieldService - Interface in com.atlassian.greenhopper.service.sprint
-
Service-related methods for using the "Sprint" field which GreenHopper cares about.
- SprintCustomFieldServiceImpl - Class in com.atlassian.greenhopper.service.sprint
-
- SprintCustomFieldServiceImpl() - Constructor for class com.atlassian.greenhopper.service.sprint.SprintCustomFieldServiceImpl
-
- SprintDao - Class in com.atlassian.greenhopper.service.sprint.dao
-
- SprintDao() - Constructor for class com.atlassian.greenhopper.service.sprint.dao.SprintDao
-
- SprintDateBasedSearch - Class in com.atlassian.greenhopper.web.rapid.chart
-
- SprintDateBasedSearch(SprintQueryService, RefinedSprintFilterFactory) - Constructor for class com.atlassian.greenhopper.web.rapid.chart.SprintDateBasedSearch
-
- SprintDateBasedSearch.SprintData - Class in com.atlassian.greenhopper.web.rapid.chart
-
- SprintDateHelper - Class in com.atlassian.greenhopper.service.sprint.services
-
- SprintDeletedEvent - Class in com.atlassian.greenhopper.api.events.sprint
-
Event published after a sprint has been removed.
- SprintDeletedEvent(Sprint) - Constructor for class com.atlassian.greenhopper.api.events.sprint.SprintDeletedEvent
-
- SprintDeletedEventSerializer - Class in com.atlassian.greenhopper.webhooks.sprint
-
Serializes a sprint deleted event to a json equivalent containing timestamp, event name and sprint.
- SprintDeletedEventSerializer(RegisteredWebHookEventFactory, SprintBeanFactory) - Constructor for class com.atlassian.greenhopper.webhooks.sprint.SprintDeletedEventSerializer
-
- SprintEditEntry - Class in com.atlassian.greenhopper.web.rapid.sprint
-
- SprintEditEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.SprintEditEntry
-
- SprintEditEntry.RemoteSprintLinkEntry - Class in com.atlassian.greenhopper.web.rapid.sprint
-
- SprintEditEntryTransformer - Class in com.atlassian.greenhopper.web.rapid.sprint
-
- SprintEditEntryTransformer(ApplicationUser, SprintBaseEntryTransformer, RemoteSprintLinkService, DateTimeFormatter, I18n2, SprintPermissionService, IncompleteIssuesDestinationService) - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.SprintEditEntryTransformer
-
- SprintEditEntryTransformer(ApplicationUser, RapidView, SprintBaseEntryTransformer, RemoteSprintLinkService, DateTimeFormatter, I18n2, SprintTimeRemainingService, SprintPermissionService, IncompleteIssuesDestinationService) - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.SprintEditEntryTransformer
-
- SprintEntryFactory - Class in com.atlassian.greenhopper.web.rapid.sprint
-
Creates SprintEditEntry objects
- SprintEntryFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.SprintEntryFactory
-
- SprintEqualityQueryFactory - Class in com.atlassian.greenhopper.customfield.sprint
-
Inspired by ActualValueEqualityQueryFactory
to manage the empty / not empty clause
properly.
- SprintEqualityQueryFactory(CustomField, SprintByNameSearcher) - Constructor for class com.atlassian.greenhopper.customfield.sprint.SprintEqualityQueryFactory
-
- SprintEvent - Interface in com.atlassian.greenhopper.api.events.sprint
-
- SprintEventHandler - Class in com.atlassian.greenhopper.auditing.handlers
-
Store sprint events in the admin's audit log
- SprintEventHandler() - Constructor for class com.atlassian.greenhopper.auditing.handlers.SprintEventHandler
-
- SprintEventPublisher - Class in com.atlassian.greenhopper.events.sprint
-
Class responsible for publishing the correct sprint events when a sprint changes.
- SprintEventPublisher() - Constructor for class com.atlassian.greenhopper.events.sprint.SprintEventPublisher
-
- SprintEventSerializer - Class in com.atlassian.greenhopper.webhooks.sprint
-
Serializes a sprint event to a json equivalent containing timestamp, eventname and sprint.
- SprintEventSerializer(RegisteredWebHookEventFactory, SprintBeanFactory) - Constructor for class com.atlassian.greenhopper.webhooks.sprint.SprintEventSerializer
-
- SprintEventVariablesProvider - Class in com.atlassian.greenhopper.webhooks.sprint
-
This class provides the declaration of url variables that an event will provide.
- SprintEventVariablesProvider() - Constructor for class com.atlassian.greenhopper.webhooks.sprint.SprintEventVariablesProvider
-
- sprintField - Variable in class com.atlassian.greenhopper.web.api.ManagedCustomFields
-
- SprintFieldBean - Class in com.atlassian.greenhopper.api.sprint
-
Bean which is used to represent
SprintCFType
in issue resource.
- SprintFieldBean(Sprint) - Constructor for class com.atlassian.greenhopper.api.sprint.SprintFieldBean
-
- sprintFieldId - Variable in class com.atlassian.greenhopper.web.rapid.RapidGlobalConfig.SprintConfig
-
- SprintGoalOnboardingDataProvider - Class in com.atlassian.greenhopper.web.rapid.sprint
-
WRM data provider for Sprint goal onboarding dialog user preference
- SprintGoalOnboardingDataProvider(UserConfigurationService) - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.SprintGoalOnboardingDataProvider
-
- SprintGoalOnboardingResource - Class in com.atlassian.greenhopper.web.rapid.sprint
-
- SprintGoalOnboardingResource(UserConfigurationService) - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.SprintGoalOnboardingResource
-
- SprintHasState - Class in com.atlassian.greenhopper.customfield.sprint
-
- SprintHasState(Sprint.State) - Constructor for class com.atlassian.greenhopper.customfield.sprint.SprintHasState
-
- SprintHealth - Class in com.atlassian.greenhopper.service.sprint.health
-
A model object that hold data related to the "health" of a sprint.
- SprintHealth() - Constructor for class com.atlassian.greenhopper.service.sprint.health.SprintHealth
-
- SprintHealth.SprintHealthAssignee - Class in com.atlassian.greenhopper.service.sprint.health
-
- SprintHealth.Status - Enum in com.atlassian.greenhopper.service.sprint.health
-
- SprintHealthAssignee(String, String, String) - Constructor for class com.atlassian.greenhopper.service.sprint.health.SprintHealth.SprintHealthAssignee
-
- SprintHealthMetricsResolver - Class in com.atlassian.greenhopper.service.sprint.health
-
Contains methods to calculate the metrics of a sprint.
- SprintHealthMetricsResolver() - Constructor for class com.atlassian.greenhopper.service.sprint.health.SprintHealthMetricsResolver
-
- SprintHealthMetricsResolver.IssueColumnChange - Class in com.atlassian.greenhopper.service.sprint.health
-
- SprintHealthResource - Class in com.atlassian.greenhopper.gadget
-
Exposes sprint health data
- SprintHealthResource(RapidViewService, SprintManager, SprintHealthService, I18nFactoryService) - Constructor for class com.atlassian.greenhopper.gadget.SprintHealthResource
-
- SprintHealthResource.ColumnModel - Class in com.atlassian.greenhopper.gadget
-
- SprintHealthService - Interface in com.atlassian.greenhopper.service.sprint.health
-
This service provides metrics for a certain sprint
- SprintHealthServiceImpl - Class in com.atlassian.greenhopper.service.sprint.health
-
- SprintHealthServiceImpl() - Constructor for class com.atlassian.greenhopper.service.sprint.health.SprintHealthServiceImpl
-
- SprintHelper - Class in com.atlassian.greenhopper.web.rapid.sprint
-
Contains helper methods to work with sprints
- SprintHelper() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.SprintHelper
-
- SprintHelper.FutureSprintMapping - Class in com.atlassian.greenhopper.web.rapid.sprint
-
- SprintHistoryData - Class in com.atlassian.greenhopper.customfield.sprint
-
Data returned by the SprintHistoryEntryFactory
- SprintHistoryData(Collection<Sprint>, long[], List<SprintHistoryEntry>) - Constructor for class com.atlassian.greenhopper.customfield.sprint.SprintHistoryData
-
- SprintHistoryDataCollector - Class in com.atlassian.greenhopper.service.sprint
-
Collects sprint history data for passed issues
- SprintHistoryDataCollector(CustomField, Sprint) - Constructor for class com.atlassian.greenhopper.service.sprint.SprintHistoryDataCollector
-
- SprintHistoryEntry - Class in com.atlassian.greenhopper.customfield.sprint
-
Represents an sprint history entry, typically stored in lucene
- SprintHistoryEntry(long, DateTime, boolean) - Constructor for class com.atlassian.greenhopper.customfield.sprint.SprintHistoryEntry
-
- SprintHistoryEntryFactory - Class in com.atlassian.greenhopper.customfield.sprint
-
Encapsulates the logic of creating sprint history entries from either a lucene document or an issue
- SprintHistoryEntryFactory() - Constructor for class com.atlassian.greenhopper.customfield.sprint.SprintHistoryEntryFactory
-
- SprintHistoryService - Interface in com.atlassian.greenhopper.service.sprint
-
Provides sprint history information for a given query
This service is kept separate from SprintQueryService as it has to work low-level in lucene together with values
persisted in the issue index added by the Sprint custom field indexer
- SprintHistoryServiceImpl - Class in com.atlassian.greenhopper.service.sprint
-
SprintHistoryService implementation
- SprintHistoryServiceImpl() - Constructor for class com.atlassian.greenhopper.service.sprint.SprintHistoryServiceImpl
-
- sprintHomePageUrl - Variable in class com.atlassian.greenhopper.web.integration.TeamCalendarsSprintList.TeamCalendarsSprint
-
- sprintId - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.CompleteSprintRequest
-
- sprintId - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.ReopenSprintRequest
-
- sprintId - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.SprintRankRequest
-
- sprintId - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.StartSprintModel
-
- sprintId - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.StartSprintRequest
-
- SprintIdCallback - Class in com.atlassian.greenhopper.service.issue.callback
-
Collects sprint ids
- SprintIdCallback(CustomField, boolean) - Constructor for class com.atlassian.greenhopper.service.issue.callback.SprintIdCallback
-
- SprintIdEqual - Class in com.atlassian.greenhopper.customfield.sprint
-
Checks that the supplied long value matches a
Sprint
id.
- SprintIdEqual(Long) - Constructor for class com.atlassian.greenhopper.customfield.sprint.SprintIdEqual
-
- SprintImportConstants - Class in com.atlassian.greenhopper.imports
-
- SprintImportConstants() - Constructor for class com.atlassian.greenhopper.imports.SprintImportConstants
-
- SprintImportHandler - Class in com.atlassian.greenhopper.imports
-
Handles import of the Sprint AO table.
- SprintImportHandler() - Constructor for class com.atlassian.greenhopper.imports.SprintImportHandler
-
- SprintImportMapper - Class in com.atlassian.greenhopper.imports
-
Stores sprint data used during project import.
- SprintImportMapper() - Constructor for class com.atlassian.greenhopper.imports.SprintImportMapper
-
- SprintIssueMetrics - Class in com.atlassian.greenhopper.service.sprint.health
-
A model that holds several metrics related to a specific sprint
- SprintIssueMetrics() - Constructor for class com.atlassian.greenhopper.service.sprint.health.SprintIssueMetrics
-
- SprintIssueMetrics.Type - Enum in com.atlassian.greenhopper.service.sprint.health
-
- SprintIssueService - Interface in com.atlassian.greenhopper.service.sprint
-
Manipulates sprint information stored against issues.
- SprintIssueServiceImpl - Class in com.atlassian.greenhopper.service.sprint
-
Manipulates sprint information stored against issues.
- SprintIssueServiceImpl() - Constructor for class com.atlassian.greenhopper.service.sprint.SprintIssueServiceImpl
-
- SprintLinkedPagesModelFactory - Class in com.atlassian.greenhopper.web.rapid.entity.sprint
-
- SprintLinkedPagesModelFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.entity.sprint.SprintLinkedPagesModelFactory
-
- SprintListEntryTransformer - Class in com.atlassian.greenhopper.web.rapid.sprint
-
- SprintListEntryTransformer(ApplicationUser, SprintHelper) - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.SprintListEntryTransformer
-
- sprintManager - Variable in class com.atlassian.greenhopper.customfield.sprint.AbstractSprintsStateJqlFunction
-
- SprintManager - Interface in com.atlassian.greenhopper.service.sprint
-
Sprint manager as well as cache
- SprintManagerImpl - Class in com.atlassian.greenhopper.service.sprint
-
Implementation of SprintManager
- SprintManagerImpl() - Constructor for class com.atlassian.greenhopper.service.sprint.SprintManagerImpl
-
- SprintMappingUtils - Class in com.atlassian.greenhopper.service.sprint.dao.utils
-
- SprintMappingUtils() - Constructor for class com.atlassian.greenhopper.service.sprint.dao.utils.SprintMappingUtils
-
- SPRINTMARKER_PK - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QSprintMarker
-
- sprintMetrics - Variable in class com.atlassian.greenhopper.service.sprint.health.SprintHealth
-
- SprintMetrics - Class in com.atlassian.greenhopper.service.sprint.health
-
- SprintMetrics() - Constructor for class com.atlassian.greenhopper.service.sprint.health.SprintMetrics
-
- SprintMetrics.Type - Enum in com.atlassian.greenhopper.service.sprint.health
-
- SprintNameContains - Class in com.atlassian.greenhopper.customfield.sprint
-
Checks that the supplied a
Sprint
name contains the supplied string.
- SprintNameContains(String) - Constructor for class com.atlassian.greenhopper.customfield.sprint.SprintNameContains
-
- SprintNameSuggester - Class in com.atlassian.greenhopper.web.rapid.sprint
-
Suggest the name of the next sprint
- SprintNameSuggester() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.SprintNameSuggester
-
- SprintOfRapidViews - Class in com.atlassian.greenhopper.customfield.sprint
-
Checks that the supplied a
Sprint
sprint is in any of the provided
RapidView
rapid views.
- SprintOfRapidViews(Set<RapidView>) - Constructor for class com.atlassian.greenhopper.customfield.sprint.SprintOfRapidViews
-
- SprintPagesResource - Class in com.atlassian.greenhopper.web.rapid.sprint
-
- SprintPagesResource(SprintService, SprintPermissionService, SprintLinkedPagesModelFactory, JiraBaseUrls, InternalHostApplication) - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.SprintPagesResource
-
- SprintPagesResource.LinkPageToSprintModel - Class in com.atlassian.greenhopper.web.rapid.sprint
-
- SprintPermissionService - Interface in com.atlassian.greenhopper.service.sprint
-
Provides sprint permission checking methods
Current permissions:
View: see at least one issue in the sprint OR allowed to see a board owning the sprint
Create/Edit/Delete: Project admin for all projects of issues in sprint OR
project admin for all projects of the owning board
- sprintPermissionService - Variable in class com.atlassian.greenhopper.web.rapid.sprint.SprintEditEntryTransformer
-
- sprintPermissionService - Variable in class com.atlassian.greenhopper.web.rapid.sprint.SprintPlanEntryTransformer
-
- SprintPermissionServiceImpl - Class in com.atlassian.greenhopper.service.sprint
-
Implementation of SprintPermissionService
- SprintPermissionServiceImpl() - Constructor for class com.atlassian.greenhopper.service.sprint.SprintPermissionServiceImpl
-
- SprintPickerMatcher - Class in com.atlassian.greenhopper.customfield.sprint
-
Checks that the supplied a
Sprint
sprint matches a query
- SprintPickerMatcher(String, boolean) - Constructor for class com.atlassian.greenhopper.customfield.sprint.SprintPickerMatcher
-
- SprintPickerModel - Class in com.atlassian.greenhopper.web.rapid.sprint.model
-
- SprintPickerModel() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.model.SprintPickerModel
-
- SprintPickerModelEntry - Class in com.atlassian.greenhopper.web.rapid.sprint
-
- SprintPickerModelEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.SprintPickerModelEntry
-
- SprintPlanEntry - Class in com.atlassian.greenhopper.web.rapid.sprint
-
- SprintPlanEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.SprintPlanEntry
-
- SprintPlanEntry.TimeRemaining - Class in com.atlassian.greenhopper.web.rapid.sprint
-
- SprintPlanEntryTransformer - Class in com.atlassian.greenhopper.web.rapid.sprint
-
- SprintPlanEntryTransformer(ApplicationUser, SprintEditEntryTransformer, TimeRemainingFormatter, SprintPermissionService) - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.SprintPlanEntryTransformer
-
- SprintPreImportHandler - Class in com.atlassian.greenhopper.imports
-
Handles the pre-import phase for SPRINT table.
- SprintPreImportHandler() - Constructor for class com.atlassian.greenhopper.imports.SprintPreImportHandler
-
- SprintProgress - Class in com.atlassian.greenhopper.service.sprint
-
- SprintProgress(Collection<String>) - Constructor for class com.atlassian.greenhopper.service.sprint.SprintProgress
-
- SprintProject() - Constructor for class com.atlassian.greenhopper.web.integration.TeamCalendarsSprintList.SprintProject
-
- SprintPropertyDeletedEvent - Class in com.atlassian.greenhopper.service.sprint.event
-
- SprintPropertyDeletedEvent(EntityProperty, ApplicationUser) - Constructor for class com.atlassian.greenhopper.service.sprint.event.SprintPropertyDeletedEvent
-
- SprintPropertyHelper - Class in com.atlassian.greenhopper.service.sprint
-
Service with helper functions identifying sprint by id, providing a permission utilities for sprint properties
and defining sprint property's events publishing.
- SprintPropertyHelper(SprintPermissionService, SprintManager, ErrorCollectionTransformer) - Constructor for class com.atlassian.greenhopper.service.sprint.SprintPropertyHelper
-
- SprintPropertyService - Interface in com.atlassian.greenhopper.service.sprint
-
The service used to add, update, retrieve and delete properties from
Sprint
s.
- SprintPropertyServiceImpl - Class in com.atlassian.greenhopper.service.sprint
-
- SprintPropertyServiceImpl(JsonEntityPropertyManager, EventPublisher, SprintPropertyHelper) - Constructor for class com.atlassian.greenhopper.service.sprint.SprintPropertyServiceImpl
-
- SprintPropertySetEvent - Class in com.atlassian.greenhopper.service.sprint.event
-
- SprintPropertySetEvent(EntityProperty, ApplicationUser) - Constructor for class com.atlassian.greenhopper.service.sprint.event.SprintPropertySetEvent
-
- SprintQuery - Class in com.atlassian.greenhopper.service.sprint
-
Query which limit the result only to sprints which fulfil constraints defined in here.
- SprintQuery.Builder - Class in com.atlassian.greenhopper.service.sprint
-
- SprintQueryResource - Class in com.atlassian.greenhopper.web.rapid.sprint
-
- SprintQueryResource(RapidViewService, SprintEntryFactory, RapidViewSprintQueryService) - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.SprintQueryResource
-
- SprintQueryService - Interface in com.atlassian.greenhopper.service.sprint
-
Sprint querying functionality
- SprintQueryServiceImpl - Class in com.atlassian.greenhopper.service.sprint
-
- SprintQueryServiceImpl() - Constructor for class com.atlassian.greenhopper.service.sprint.SprintQueryServiceImpl
-
- SprintRankRequest - Class in com.atlassian.greenhopper.web.rapid.sprint.model
-
- SprintRankRequest() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.model.SprintRankRequest
-
- SprintRankResource - Class in com.atlassian.greenhopper.web.rapid.sprint
-
- SprintRankResource(RankHelper, IssueHelper, SprintService, RankService, SprintIssueService, RankableFactory, RapidViewService, SprintHelper, SprintEntryFactory, SprintPermissionService, RapidIssueEntryQueryService) - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.SprintRankResource
-
- SprintRemainingDaysResource - Class in com.atlassian.greenhopper.gadget
-
- SprintRemainingDaysResource(RapidViewService, SprintTimeRemainingService) - Constructor for class com.atlassian.greenhopper.gadget.SprintRemainingDaysResource
-
- SprintRemainingDaysResource.SprintRemainingDaysResponse - Class in com.atlassian.greenhopper.gadget
-
- SprintRemainingDaysResponse() - Constructor for class com.atlassian.greenhopper.gadget.SprintRemainingDaysResource.SprintRemainingDaysResponse
-
- SprintRemoteLinkAggregator - Class in com.atlassian.greenhopper.plugin.linkaggregator
-
- SprintRemoteLinkAggregator() - Constructor for class com.atlassian.greenhopper.plugin.linkaggregator.SprintRemoteLinkAggregator
-
- SprintReportEntry - Class in com.atlassian.greenhopper.web.rapid.sprint
-
- SprintReportEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.SprintReportEntry
-
- SprintReportEntryTransformer - Class in com.atlassian.greenhopper.web.rapid.sprint
-
- SprintReportEntryTransformer(SprintBaseEntryTransformer) - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.SprintReportEntryTransformer
-
- SprintResource - Class in com.atlassian.greenhopper.web.rapid.sprint
-
- SprintResource(RapidViewService, SprintService, SprintPermissionService, SprintEntryFactory, I18nFactoryService, RapidViewSprintQueryService, SprintHelper, SprintSeeker, RecentSprintHistoryService, DateTimeFormatter, SprintAutoStartService, SprintAutoStopService, ResponseFactory, PermissionService, TimeZoneService) - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.SprintResource
-
- SprintRestFieldOperationsHandler - Class in com.atlassian.greenhopper.customfield.sprint
-
- SprintRestFieldOperationsHandler(RestFieldSetOperationsHelper, SprintService, JiraAuthenticationContext, SprintCustomFieldService) - Constructor for class com.atlassian.greenhopper.customfield.sprint.SprintRestFieldOperationsHandler
-
- SprintRestSerializer - Interface in com.atlassian.greenhopper.customfield.sprint
-
- SprintRestSerializerImpl - Class in com.atlassian.greenhopper.customfield.sprint
-
- SprintRestSerializerImpl() - Constructor for class com.atlassian.greenhopper.customfield.sprint.SprintRestSerializerImpl
-
- sprints - Variable in class com.atlassian.greenhopper.api.sprints.RemoteLinkedSprints
-
List of all of the relevant sprints.
- sprints - Variable in class com.atlassian.greenhopper.web.integration.TeamCalendarsSprintList
-
- sprints - Variable in class com.atlassian.greenhopper.web.rapid.chart.EpicBurndownChartModel
-
- sprints - Variable in class com.atlassian.greenhopper.web.rapid.chart.ReleaseBurndownChartModel
-
- sprints - Variable in class com.atlassian.greenhopper.web.rapid.chart.VelocityChartModel
-
- sprints - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.SprintsEntry
-
- sprints - Variable in class com.atlassian.greenhopper.web.rapid.work.WorkData.ETagData
-
- SprintsData - Class in com.atlassian.greenhopper.web.rapid.work
-
- SprintsData() - Constructor for class com.atlassian.greenhopper.web.rapid.work.SprintsData
-
- SprintSearcher - Class in com.atlassian.greenhopper.customfield.sprint
-
- SprintSearcher(FieldVisibilityManager, JqlOperandResolver, CustomFieldInputHelper, SprintClauseValueFormatter, I18nHelper.BeanFactory, VelocityRequestContextFactory, ApplicationProperties, JiraAuthenticationContext, SearchService, JiraCustomFieldUtilsService, SprintService, SprintHistoryEntryFactory, SprintByNameSearcher) - Constructor for class com.atlassian.greenhopper.customfield.sprint.SprintSearcher
-
- SprintSearcherEditModel - Class in com.atlassian.greenhopper.customfield.sprint
-
- SprintSearcherEditModel() - Constructor for class com.atlassian.greenhopper.customfield.sprint.SprintSearcherEditModel
-
- SprintSearchInputTransformer - Class in com.atlassian.greenhopper.customfield.sprint
-
- SprintSearchInputTransformer(CustomField, ClauseNames, JqlOperandResolver, String, CustomFieldInputHelper) - Constructor for class com.atlassian.greenhopper.customfield.sprint.SprintSearchInputTransformer
-
- SprintSearchRenderer - Class in com.atlassian.greenhopper.customfield.sprint
-
A search renderer for the sprint field searcher.
- SprintSearchRenderer(String, VelocityRequestContextFactory, ApplicationProperties, VelocityTemplatingEngine, CustomField, SprintHelper, JiraCustomFieldUtilsService) - Constructor for class com.atlassian.greenhopper.customfield.sprint.SprintSearchRenderer
-
- SprintSeeker - Class in com.atlassian.greenhopper.web.rapid.sprint
-
- SprintSeeker() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.SprintSeeker
-
- SprintSeeker.SprintsToPick - Class in com.atlassian.greenhopper.web.rapid.sprint
-
- SprintsEntry - Class in com.atlassian.greenhopper.web.rapid.sprint.model
-
- SprintsEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.model.SprintsEntry
-
- SprintService - Interface in com.atlassian.greenhopper.service.sprint
-
Service which provides method to access and manipulate
Sprint
s.
- SprintServiceImpl - Class in com.atlassian.greenhopper.service.sprint
-
- SprintServiceImpl() - Constructor for class com.atlassian.greenhopper.service.sprint.SprintServiceImpl
-
- sprintsImported() - Method in class com.atlassian.greenhopper.imports.SprintImportMapper
-
Check whether Sprints in AO_60DB71_SPRINT table have been imported yet.
- SprintStartedAnalyticsEvent - Class in com.atlassian.greenhopper.analytics
-
This analytic event is published when user starts a sprint.
- SprintStartedAnalyticsEvent(Long, DateTime, DateTime, DateTime, SprintStartedAnalyticsEvent.SprintTypeOfStartAction, boolean) - Constructor for class com.atlassian.greenhopper.analytics.SprintStartedAnalyticsEvent
-
- SprintStartedAnalyticsEvent.SprintTypeOfStartAction - Enum in com.atlassian.greenhopper.analytics
-
- SprintStartedEvent - Class in com.atlassian.greenhopper.api.events.sprint
-
Event published after a sprints state field has been changed from future to active.
- SprintStartedEvent(Sprint) - Constructor for class com.atlassian.greenhopper.api.events.sprint.SprintStartedEvent
-
- SprintStateAuditDataBuilder() - Constructor for class com.atlassian.greenhopper.service.sprint.SprintStateAuditLog.SprintStateAuditDataBuilder
-
- SprintStateAuditEntry - Class in com.atlassian.greenhopper.service.sprint
-
The data captured in the audit entry for Sprint Closure/Reopening.
- SprintStateAuditEntry() - Constructor for class com.atlassian.greenhopper.service.sprint.SprintStateAuditEntry
-
- SprintStateAuditEntry(SprintStateAuditEntry.Operation) - Constructor for class com.atlassian.greenhopper.service.sprint.SprintStateAuditEntry
-
- SprintStateAuditEntry.Operation - Enum in com.atlassian.greenhopper.service.sprint
-
- SprintStateAuditEntryComparator - Class in com.atlassian.greenhopper.service.sprint
-
- SprintStateAuditEntryComparator() - Constructor for class com.atlassian.greenhopper.service.sprint.SprintStateAuditEntryComparator
-
- SprintStateAuditLog - Class in com.atlassian.greenhopper.service.sprint
-
- SprintStateAuditLog.SprintStateAuditDataBuilder - Class in com.atlassian.greenhopper.service.sprint
-
- SprintStatisticsMapper - Class in com.atlassian.greenhopper.customfield.sprint
-
This class is responsible for handling sort by Sprint
and statistic mapping.
- SprintStatisticsMapper(CustomField, Comparator<Sprint>, SprintService, ApplicationUser, SearchService) - Constructor for class com.atlassian.greenhopper.customfield.sprint.SprintStatisticsMapper
-
- SprintStatusChangeHelper - Class in com.atlassian.greenhopper.web.rapid.sprint
-
Factory for the complete and reopen sprint dialog data
- SprintStatusChangeHelper() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.SprintStatusChangeHelper
-
- sprintSupportEnabled(boolean) - Method in class com.atlassian.greenhopper.model.rapid.RapidView.RapidViewBuilder
-
- SprintTimeRemaining - Class in com.atlassian.greenhopper.service.sprint
-
- SprintTimeRemaining() - Constructor for class com.atlassian.greenhopper.service.sprint.SprintTimeRemaining
-
- SprintTimeRemainingService - Interface in com.atlassian.greenhopper.service.sprint
-
- sprintTimeRemainingService - Variable in class com.atlassian.greenhopper.web.rapid.sprint.SprintEditEntryTransformer
-
- SprintTimeRemainingServiceImpl - Class in com.atlassian.greenhopper.service.sprint
-
- SprintTimeRemainingServiceImpl() - Constructor for class com.atlassian.greenhopper.service.sprint.SprintTimeRemainingServiceImpl
-
- SprintTimes - Class in com.atlassian.greenhopper.web.rapid.chart
-
Encapsulates finding sprint start / end dates
- SprintTimes(Sprint) - Constructor for class com.atlassian.greenhopper.web.rapid.chart.SprintTimes
-
- SprintTimeUntilStart - Class in com.atlassian.greenhopper.service.sprint
-
- SprintTimeUntilStart() - Constructor for class com.atlassian.greenhopper.service.sprint.SprintTimeUntilStart
-
- SprintUpdatedAnalyticsEvent - Class in com.atlassian.greenhopper.analytics
-
This analytic event is published when user updates a sprint properties.
- SprintUpdatedAnalyticsEvent(Long, DateTime, DateTime, DateTime, Sprint.State, boolean, List<String>) - Constructor for class com.atlassian.greenhopper.analytics.SprintUpdatedAnalyticsEvent
-
- SprintUpdatedEvent - Class in com.atlassian.greenhopper.api.events.sprint
-
Event published after a sprints data has been changed.
- SprintUpdatedEvent(Sprint, Sprint) - Constructor for class com.atlassian.greenhopper.api.events.sprint.SprintUpdatedEvent
-
- SprintUpdatedEventSerializer - Class in com.atlassian.greenhopper.webhooks.sprint
-
Serializes a sprint deleted event to a json equivalent containing timestamp, event name and sprint.
- SprintUpdatedEventSerializer(RegisteredWebHookEventFactory, SprintBeanFactory) - Constructor for class com.atlassian.greenhopper.webhooks.sprint.SprintUpdatedEventSerializer
-
- SprintUsersData - Class in com.atlassian.greenhopper.web.rapid.chart
-
- SprintUsersData() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.SprintUsersData
-
- SprintUtils - Class in com.atlassian.greenhopper.service.sprint
-
Utilities to work with and filter Sprint collections
- SprintUtils() - Constructor for class com.atlassian.greenhopper.service.sprint.SprintUtils
-
- SqlBulkInsertBuilder - Class in com.atlassian.greenhopper.manager.lexorank
-
An abstract builder for constructing an SQL INSERT statement
- SqlBulkInsertBuilder(DatabaseProvider) - Constructor for class com.atlassian.greenhopper.manager.lexorank.SqlBulkInsertBuilder
-
- SqlDeleteStatement - Class in com.atlassian.greenhopper.manager.lexorank
-
A builder for producing an database specific sql delete statement.
- SqlDeleteStatement.CompleteStatement - Interface in com.atlassian.greenhopper.manager.lexorank
-
- SqlDeleteStatement.WhereClause - Interface in com.atlassian.greenhopper.manager.lexorank
-
- SqlExplicitSortLanguageFunction - Class in com.atlassian.greenhopper.manager.lexorank
-
A function that sets the sort language to be used for a column.
- SqlExplicitSortLanguageFunction.Builder - Class in com.atlassian.greenhopper.manager.lexorank
-
- SqlPositionFunction - Class in com.atlassian.greenhopper.manager.lexorank
-
A class to help construct a database specific POSITION string function
- SqlPositionFunction.CompletePositionFunction - Interface in com.atlassian.greenhopper.manager.lexorank
-
- SqlPositionFunction.InColumnName - Interface in com.atlassian.greenhopper.manager.lexorank
-
- SqlPositionFunction.IndexOfSubstring - Interface in com.atlassian.greenhopper.manager.lexorank
-
- SqlSelectStatement - Class in com.atlassian.greenhopper.manager.lexorank
-
A builder for producing an database specific sql select statement.
- SqlSelectStatement.CompleteStatement - Interface in com.atlassian.greenhopper.manager.lexorank
-
- SqlSelectStatement.GroupByClause - Interface in com.atlassian.greenhopper.manager.lexorank
-
- SqlSelectStatement.HavingClause - Interface in com.atlassian.greenhopper.manager.lexorank
-
- SqlSelectStatement.LimitClause - Interface in com.atlassian.greenhopper.manager.lexorank
-
- SqlSelectStatement.OrderByClause - Interface in com.atlassian.greenhopper.manager.lexorank
-
- SqlSelectStatement.SelectClause - Interface in com.atlassian.greenhopper.manager.lexorank
-
- SqlSelectStatement.WhereClause - Interface in com.atlassian.greenhopper.manager.lexorank
-
- SqlSortLanguage - Enum in com.atlassian.greenhopper.manager.lexorank
-
Represents the language to use when sorting
- SqlSortOrder - Enum in com.atlassian.greenhopper.manager.lexorank
-
SQL Sort order values
- SqlUpdateStatement - Class in com.atlassian.greenhopper.manager.lexorank
-
A builder for producing an database specific sql select statement.
- SqlUpdateStatement.CompleteStatement - Interface in com.atlassian.greenhopper.manager.lexorank
-
- SqlUpdateStatement.ParamValueTypePair - Class in com.atlassian.greenhopper.manager.lexorank
-
- SqlUpdateStatement.SetClause - Interface in com.atlassian.greenhopper.manager.lexorank
-
- SqlUpdateStatement.SetClauseParameterSetter - Interface in com.atlassian.greenhopper.manager.lexorank
-
- SqlUpdateStatement.WhereClause - Interface in com.atlassian.greenhopper.manager.lexorank
-
- start() - Method in class com.atlassian.greenhopper.service.lexorank.LexoRankStatisticsAgent
-
Start the statistics agent.
- start(Long) - Method in class com.atlassian.greenhopper.service.Pages.Builder
-
- start - Variable in class com.atlassian.greenhopper.web.integration.TeamCalendarsSprintList.TeamCalendarsSprint
-
- start - Variable in class com.atlassian.greenhopper.web.rapid.chart.time.WorkRateData.RateEntry
-
- START_DATE - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QSprint
-
- START_DATE - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QVersionMetaData
-
- START_STOP_SPRINTS - Static variable in class com.atlassian.greenhopper.jira.permission.GHProjectPermissions
-
- startConversation(ApplicationUser) - Method in interface com.atlassian.greenhopper.service.api.remote.RemoteLinkConversationService
-
Starts a new conversation for the logged in user, passes it in the RemoteLinkConversationService.CreationConversation.Status.PENDING
state and returns the conversation token.
- startConversation(ApplicationUser) - Method in class com.atlassian.greenhopper.service.api.remote.RemoteLinkConversationServiceImpl
-
- startDate(Date) - Method in class com.atlassian.greenhopper.model.rapid.LegacyVersionMetaDataImpl.VersionMetaDataBuilder
-
- startDate(DateTime) - Method in class com.atlassian.greenhopper.service.sprint.Sprint.SprintBuilder
-
- startDate(Long) - Method in class com.atlassian.greenhopper.service.sprint.Sprint.SprintBuilder
-
- startDate - Variable in class com.atlassian.greenhopper.web.rapid.chart.VersionEntry
-
- startDate - Variable in class com.atlassian.greenhopper.web.rapid.plan.PlanModeVersionModel
-
- startDate - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.StartSprintRequest
-
- startDate - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.UpdateSprintRequest
-
- startDate - Variable in class com.atlassian.greenhopper.web.rapid.sprint.SprintEditEntry
-
- startDateFormatted - Variable in class com.atlassian.greenhopper.web.rapid.plan.PlanModeVersionModel
-
- startDocument() - Method in class com.atlassian.greenhopper.imports.LexorankImportHandler
-
- startDocument() - Method in class com.atlassian.greenhopper.imports.LexorankOfbizImportHandler
-
- startDocument() - Method in class com.atlassian.greenhopper.imports.LexorankPreImportHandler
-
- startDocument() - Method in class com.atlassian.greenhopper.imports.SprintImportHandler
-
- startDocument() - Method in class com.atlassian.greenhopper.imports.SprintPreImportHandler
-
- STARTED - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QSprint
-
- startElement(String, String, String, Attributes) - Method in class com.atlassian.greenhopper.confluence.rpc.AbstractConfluenceSaxHandler
-
- startOperation(LexoRankStatisticsAgent.Operation) - Method in class com.atlassian.greenhopper.service.lexorank.LexoRankStatisticsAgent
-
- startOperationStep(LexoRankStatisticsAgent.OperationStep) - Method in class com.atlassian.greenhopper.service.lexorank.LexoRankStatisticsAgent
-
Start a statistics operation.
- startSprint(StartSprintRequest) - Method in class com.atlassian.greenhopper.web.rapid.sprint.StartSprintResource
-
Starts the sprint
- StartSprintHelper - Class in com.atlassian.greenhopper.web.rapid.sprint
-
- StartSprintHelper() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.StartSprintHelper
-
- StartSprintHelper.IssueKeysAndStatisticsCallback - Class in com.atlassian.greenhopper.web.rapid.sprint
-
Gathers all issue keys as well as statistics field values up to (including) a lastIssue.
- StartSprintHelper.IssuesForSprint - Class in com.atlassian.greenhopper.web.rapid.sprint
-
Holds the data returned by loadIssuesInSprint
- StartSprintModel - Class in com.atlassian.greenhopper.web.rapid.sprint.model
-
- StartSprintModel() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.model.StartSprintModel
-
- StartSprintRequest - Class in com.atlassian.greenhopper.web.rapid.sprint.model
-
- StartSprintRequest() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.model.StartSprintRequest
-
- StartSprintResource - Class in com.atlassian.greenhopper.web.rapid.sprint
-
- StartSprintResource(RapidViewService, SprintService, StartSprintHelper, DateTimeFormatter, SprintEntryFactory, SprintPermissionService, SprintHelper, IncompleteIssuesDestinationService, TimeZoneService) - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.StartSprintResource
-
- startSprints() - Method in class com.atlassian.greenhopper.service.sprint.services.SprintAutoStartService
-
- startStopSprint(ApplicationUser, Sprint) - Method in interface com.atlassian.greenhopper.service.sprint.SprintService
-
Change a sprint's state.
- startStopSprint(ApplicationUser, Sprint) - Method in class com.atlassian.greenhopper.service.sprint.SprintServiceImpl
-
- startTime - Variable in class com.atlassian.greenhopper.web.rapid.chart.ReleaseBurndownChartModel
-
the time (ms / UTC) when the first issue was added to the version
- startTime - Variable in class com.atlassian.greenhopper.web.rapid.chart.ScopeChangeBurndownModel
-
the time (ms / UTC) of the first change
- startTime - Variable in class com.atlassian.greenhopper.web.rapid.chart.SprintBurndownModel
-
the time (ms / UTC) of the planned start date of the sprint
- startTime - Variable in class com.atlassian.greenhopper.web.rapid.chart.VersionProgressChartModel
-
the time (ms / UTC) when the first issue was added to the version
- startTime - Variable in class com.atlassian.greenhopper.web.rapid.sprint.SprintReportEntry
-
Planned start date/time of the sprint in millis
- startTimeOffset - Variable in class com.atlassian.greenhopper.web.rapid.chart.VersionEntry
-
- statC(BaseStatisticChange) - Method in class com.atlassian.greenhopper.web.rapid.chart.burndown.BurndownChange.BurndownChangeBuilder
-
- statC - Variable in class com.atlassian.greenhopper.web.rapid.chart.burndown.BurndownChange
-
Statistic value change
- state - Variable in class com.atlassian.greenhopper.api.sprint.SprintFieldBean
-
- state(Sprint.State) - Method in class com.atlassian.greenhopper.service.sprint.Sprint.SprintBuilder
-
- state - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.IncompleteIssuesDestinationModel
-
- state - Variable in class com.atlassian.greenhopper.web.rapid.sprint.SprintBaseEntry
-
- STATE_COMPARATOR - Static variable in class com.atlassian.greenhopper.service.sprint.SprintComparators
-
- stateKey - Variable in class com.atlassian.greenhopper.web.rapid.sprint.SprintPickerModelEntry
-
- states(Set<Sprint.State>) - Method in class com.atlassian.greenhopper.service.sprint.SprintQuery.Builder
-
Set the set which defines possible sprint states.
- statFieldId - Variable in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry.StatisticFieldValue
-
- statFieldValue - Variable in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry.StatisticFieldValue
-
- statisticField - Variable in class com.atlassian.greenhopper.web.rapid.chart.EpicBurndownChartModel
-
- statisticField - Variable in class com.atlassian.greenhopper.web.rapid.chart.EpicProgressChartModel
-
- statisticField - Variable in class com.atlassian.greenhopper.web.rapid.chart.ReleaseBurndownChartModel
-
- statisticField - Variable in class com.atlassian.greenhopper.web.rapid.chart.ScopeChangeBurndownModel
-
- statisticField - Variable in class com.atlassian.greenhopper.web.rapid.chart.SprintBurndownModel
-
- statisticField - Variable in class com.atlassian.greenhopper.web.rapid.chart.VersionProgressChartModel
-
- StatisticFieldAggregationCallback - Class in com.atlassian.greenhopper.web.rapid.issue.statistics
-
Callback which will retrieve the value of the
StatisticsFieldConfig
on each
Issue
that is collected and accumulate the values for each parent issue including its subtasks
- StatisticFieldAggregationCallback(DocumentStatisticValueResolver) - Constructor for class com.atlassian.greenhopper.web.rapid.issue.statistics.StatisticFieldAggregationCallback
-
- StatisticFieldHelper - Class in com.atlassian.greenhopper.web.rapid.issue
-
- StatisticFieldHelper() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.StatisticFieldHelper
-
- StatisticFieldValue(String, RapidIssueEntry.NumberFieldValue) - Constructor for class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry.StatisticFieldValue
-
- StatisticHistoryDataCallback - Class in com.atlassian.greenhopper.web.rapid.chart
-
This callback gathers various information about the issues it finds
- StatisticHistoryDataCallback(DocumentStatisticValueResolver) - Constructor for class com.atlassian.greenhopper.web.rapid.chart.StatisticHistoryDataCallback
-
- StatisticHistoryDataCallback.BaseData - Class in com.atlassian.greenhopper.web.rapid.chart
-
- StatisticHistoryDataService - Interface in com.atlassian.greenhopper.web.rapid.chart
-
Service for fetching historic data about issue statistics
- StatisticHistoryDataServiceImpl - Class in com.atlassian.greenhopper.web.rapid.chart
-
Simple implementation using the issue change history.
- StatisticHistoryDataServiceImpl() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.StatisticHistoryDataServiceImpl
-
- StatisticHistoryEntry - Class in com.atlassian.greenhopper.web.rapid.chart
-
Single entry in the statistic field value history of an issue
- StatisticHistoryEntry(DateTime, Double) - Constructor for class com.atlassian.greenhopper.web.rapid.chart.StatisticHistoryEntry
-
- StatisticsConfig() - Constructor for class com.atlassian.greenhopper.web.rapid.RapidViewConfig.StatisticsConfig
-
- StatisticsField - Class in com.atlassian.greenhopper.api.rapid.view
-
API Representation of a statistics field.
- StatisticsField - Interface in com.atlassian.greenhopper.model.rapid
-
- StatisticsField.Type - Enum in com.atlassian.greenhopper.api.rapid.view
-
- StatisticsFieldAO - Interface in com.atlassian.greenhopper.service.rapid.view
-
- StatisticsFieldAOMapper - Class in com.atlassian.greenhopper.service.rapid.view
-
- StatisticsFieldAOMapper() - Constructor for class com.atlassian.greenhopper.service.rapid.view.StatisticsFieldAOMapper
-
- StatisticsFieldConfig - Class in com.atlassian.greenhopper.model.rapid
-
Represents the configuration of a Statistics Field for a
RapidView
.
- StatisticsFieldConfig.StatisticsFieldConfigBuilder - Class in com.atlassian.greenhopper.model.rapid
-
- StatisticsFieldConfig.Type - Enum in com.atlassian.greenhopper.model.rapid
-
- StatisticsFieldConfigBuilder() - Constructor for class com.atlassian.greenhopper.model.rapid.StatisticsFieldConfig.StatisticsFieldConfigBuilder
-
- StatisticsFieldConfigBuilder(StatisticsFieldConfig) - Constructor for class com.atlassian.greenhopper.model.rapid.StatisticsFieldConfig.StatisticsFieldConfigBuilder
-
- StatisticsFieldDao - Class in com.atlassian.greenhopper.service.rapid.view
-
- StatisticsFieldDao() - Constructor for class com.atlassian.greenhopper.service.rapid.view.StatisticsFieldDao
-
- StatisticsFieldEntry - Class in com.atlassian.greenhopper.web.rapid.view
-
Represents a statistics field entry during configuration of a rapid view.
- StatisticsFieldEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.view.StatisticsFieldEntry
-
- StatisticsFieldEntry.ValidationEntry - Class in com.atlassian.greenhopper.web.rapid.view
-
- StatisticsFieldInstance - Class in com.atlassian.greenhopper.model.rapid
-
- StatisticsFieldService - Interface in com.atlassian.greenhopper.service.rapid.view
-
- StatisticsFieldServiceImpl - Class in com.atlassian.greenhopper.service.rapid.view
-
- StatisticsFieldServiceImpl() - Constructor for class com.atlassian.greenhopper.service.rapid.view.StatisticsFieldServiceImpl
-
- StatisticValueResolver - Interface in com.atlassian.greenhopper.web.rapid.issue.statistics
-
Used for retrieving
Double
values and
String
text representations of those values from a source
(either an issue or a Lucene document string value) for a given
StatisticsField
.
- StatisticValueResolverFactory - Class in com.atlassian.greenhopper.web.rapid.issue.statistics
-
- StatisticValueResolverFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.statistics.StatisticValueResolverFactory
-
- StatsEvent(LexoRankStatisticsAgent.Operation, LexoRankStatisticsAgent.StatsEvent.EventType) - Constructor for class com.atlassian.greenhopper.service.lexorank.LexoRankStatisticsAgent.StatsEvent
-
- STATSFIELD_PK - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QStatisticsField
-
- status(Status) - Method in class com.atlassian.greenhopper.api.rapid.view.Column.ColumnBuilder
-
- status - Variable in class com.atlassian.greenhopper.api.sprints.RemoteLinkedSprint
-
The current status (internationalised).
- status - Variable in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankBalanceRankInfoService.LexoRankRebalanceOperation
-
- status - Variable in class com.atlassian.greenhopper.service.sprint.health.SprintHealth
-
- Status() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.ReportContentModel.Status
-
- status - Variable in class com.atlassian.greenhopper.web.rapid.issue.issuelink.IssueLinkModel.LocalIssueLinkEntry
-
- status - Variable in class com.atlassian.greenhopper.web.remote.RemoteLinkConversationResource.TokenStatus
-
- STATUS_ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QColumnStatus
-
- statusCategory - Variable in class com.atlassian.greenhopper.issue.fields.status.IssueStatus
-
- statusCategory - Variable in class com.atlassian.greenhopper.web.rapid.issue.StatusEntry
-
- StatusCategoryEntry - Class in com.atlassian.greenhopper.web.rapid.issue
-
- StatusCategoryEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.StatusCategoryEntry
-
- StatusCountCallback - Class in com.atlassian.greenhopper.service.issue.callback
-
Creates a histogram of statuses and their issue count.
- StatusCountCallback() - Constructor for class com.atlassian.greenhopper.service.issue.callback.StatusCountCallback
-
- StatusDetails() - Constructor for class com.atlassian.greenhopper.web.rapid.view.ColumnEditRequest.StatusDetails
-
- StatusEntry - Class in com.atlassian.greenhopper.web.rapid.issue
-
- StatusEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.StatusEntry
-
- statusEntry - Variable in class com.atlassian.greenhopper.web.rapid.list.RapidStatusEntry
-
- StatusEntryFactory - Class in com.atlassian.greenhopper.web.rapid.issue
-
- StatusEntryFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.StatusEntryFactory
-
- statuses(List<Status>) - Method in class com.atlassian.greenhopper.api.rapid.view.Column.ColumnBuilder
-
- statuses - Variable in class com.atlassian.greenhopper.web.rapid.list.EntityData
-
- StatusFieldEntry - Class in com.atlassian.greenhopper.web.rapid.issue.fields
-
- StatusFieldEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.fields.StatusFieldEntry
-
- StatusFieldEntryFactory - Class in com.atlassian.greenhopper.web.rapid.issue.fields
-
- StatusFieldEntryFactory(FieldHelper, StatusEntryFactory) - Constructor for class com.atlassian.greenhopper.web.rapid.issue.fields.StatusFieldEntryFactory
-
- statusIcon - Variable in class com.atlassian.greenhopper.web.rapid.issue.issuelink.IssueLinkModel.LocalIssueLinkEntry
-
- statusIconLink - Variable in class com.atlassian.greenhopper.web.rapid.entity.common.RemoteEntityLinkModel
-
- statusIconLink - Variable in class com.atlassian.greenhopper.web.rapid.issue.issuelink.IssueLinkModel.LocalIssueLinkEntry
-
- statusIconTitle - Variable in class com.atlassian.greenhopper.web.rapid.entity.common.RemoteEntityLinkModel
-
- statusIconUrl - Variable in class com.atlassian.greenhopper.web.rapid.entity.common.RemoteEntityLinkModel
-
- statusId(String) - Method in class com.atlassian.greenhopper.model.rapid.Column.ColumnBuilder
-
- statusId - Variable in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry
-
- statusIds(List<String>) - Method in class com.atlassian.greenhopper.model.rapid.Column.ColumnBuilder
-
- StatusModel() - Constructor for class com.atlassian.greenhopper.web.rapid.view.WorkflowResource.StatusModel
-
- StatusProgressCallback - Class in com.atlassian.greenhopper.service.issue.callback
-
Initialised with the mapping of
ColumnProgress
to their sets of
Status
objects, this callback inspects
the status of each issue and assigns it to the appropriate
ColumnProgress
in a map.
- StatusProgressCallback(ColumnService.ColumnProgressMap) - Constructor for class com.atlassian.greenhopper.service.issue.callback.StatusProgressCallback
-
- statusTo - Variable in class com.atlassian.greenhopper.web.rapid.chart.IssueColumnChangeEntry
-
- stop() - Method in class com.atlassian.greenhopper.service.lexorank.LexoRankStatisticsAgent
-
Stop the statistics agent.
- stopSprints() - Method in class com.atlassian.greenhopper.service.sprint.services.SprintAutoStopService
-
- storeRapidView(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.RapidViewHistoryService
-
Store a rapid view in the history
- storeRapidView(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.RapidViewHistoryServiceImpl
-
- storeSprint(ApplicationUser, Sprint) - Method in interface com.atlassian.greenhopper.service.rapid.RecentSprintHistoryService
-
Store a sprint in the history
- storeSprint(ApplicationUser, Sprint) - Method in class com.atlassian.greenhopper.service.rapid.RecentSprintHistoryServiceImpl
-
- STORY_ISSUE_TYPE_DESC - Static variable in class com.atlassian.greenhopper.manager.issue.issuetypes.StoryIssueTypeProvider
-
- STORY_ISSUE_TYPE_NAME - Static variable in class com.atlassian.greenhopper.manager.issue.issuetypes.StoryIssueTypeProvider
-
- storyIssueType - Variable in class com.atlassian.greenhopper.web.api.ManagedIssueTypes
-
- storyIssueTypeId - Variable in class com.atlassian.greenhopper.web.rapid.RapidGlobalConfig.EpicConfig
-
- storyIssueTypeName - Variable in class com.atlassian.greenhopper.web.rapid.RapidGlobalConfig.EpicConfig
-
- StoryIssueTypeProvider - Class in com.atlassian.greenhopper.manager.issue.issuetypes
-
Provides information about the default instance of the Story issue type.
- StoryIssueTypeProvider(IssueTypeManager, I18nFactoryService, ClusterLockService, SubTaskManager, ManagedIssueTypePropertyDao) - Constructor for class com.atlassian.greenhopper.manager.issue.issuetypes.StoryIssueTypeProvider
-
- StoryPointsCustomFieldProvider - Class in com.atlassian.greenhopper.manager.issue.fields
-
Provides information about the default instance of the Story Points field.
- StoryPointsCustomFieldProvider(CustomFieldService, JiraAuthenticationContext, ReindexMessageManager, ClusterLockService, ManagedFieldPropertyDao) - Constructor for class com.atlassian.greenhopper.manager.issue.fields.StoryPointsCustomFieldProvider
-
- storyPointsField - Variable in class com.atlassian.greenhopper.web.api.ManagedCustomFields
-
- strategy(CardColorStrategy) - Method in class com.atlassian.greenhopper.model.rapid.CardColor.CardColorBuilder
-
- STRATEGY - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QCardColor
-
- streamByUserKey(String, EntityStreamCallback<AuditEntryAO, Long>) - Method in class com.atlassian.greenhopper.manager.audit.AuditEntryDao
-
- styleClass - Variable in class com.atlassian.greenhopper.web.navigation.WebItemAction
-
- submitScheduledBalance() - Method in class com.atlassian.greenhopper.service.lexorank.balance.LexoRankBalancingService
-
Request a scheduled balance.
- Subquery - Class in com.atlassian.greenhopper.service.subquery
-
Subquery for kanban boards
- Subquery.SubqueryBuilder - Class in com.atlassian.greenhopper.service.subquery
-
- SUBQUERY_PK - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QSubquery
-
- SUBQUERY_SECTION - Static variable in class com.atlassian.greenhopper.service.rapid.view.subquery.SubqueryAOMapper
-
- SubqueryAO - Interface in com.atlassian.greenhopper.service.rapid.view.subquery
-
- SubqueryAOListMapper - Class in com.atlassian.greenhopper.service.rapid.view.subquery
-
- SubqueryAOListMapper(RapidViewAO, RelatedAOMapper<RapidViewAO, SubqueryAO, Subquery>) - Constructor for class com.atlassian.greenhopper.service.rapid.view.subquery.SubqueryAOListMapper
-
- SubqueryAOMapper - Class in com.atlassian.greenhopper.service.rapid.view.subquery
-
- SubqueryAOMapper() - Constructor for class com.atlassian.greenhopper.service.rapid.view.subquery.SubqueryAOMapper
-
- SubqueryDao - Class in com.atlassian.greenhopper.service.rapid.view.subquery
-
- SubqueryDao() - Constructor for class com.atlassian.greenhopper.service.rapid.view.subquery.SubqueryDao
-
- SubqueryEditModel - Class in com.atlassian.greenhopper.web.rapid.view
-
- SubqueryEditModel() - Constructor for class com.atlassian.greenhopper.web.rapid.view.SubqueryEditModel
-
- SubqueryEntry - Class in com.atlassian.greenhopper.web.rapid.view
-
- SubqueryEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.view.SubqueryEntry
-
- SubqueryHelper - Class in com.atlassian.greenhopper.web.rapid.view
-
- SubqueryHelper() - Constructor for class com.atlassian.greenhopper.web.rapid.view.SubqueryHelper
-
- SubqueryManager - Interface in com.atlassian.greenhopper.service.rapid.view.subquery
-
- SubqueryManagerImpl - Class in com.atlassian.greenhopper.service.rapid.view.subquery
-
- SubqueryManagerImpl() - Constructor for class com.atlassian.greenhopper.service.rapid.view.subquery.SubqueryManagerImpl
-
- SubqueryResource - Class in com.atlassian.greenhopper.web.rapid.view
-
- SubqueryResource(SubqueryHelper) - Constructor for class com.atlassian.greenhopper.web.rapid.view.SubqueryResource
-
- SubqueryService - Interface in com.atlassian.greenhopper.service.subquery
-
Manages subqueries (subfilters), currently only for kanban boards
- SubqueryServiceImpl - Class in com.atlassian.greenhopper.service.rapid.view.subquery
-
- SubqueryServiceImpl(RapidViewPermissionService, JqlHelper, SubqueryManager) - Constructor for class com.atlassian.greenhopper.service.rapid.view.subquery.SubqueryServiceImpl
-
- SubTaskAwareFieldEntryFactory - Interface in com.atlassian.greenhopper.web.rapid.issue.fields
-
A field which needs to know about an issues sub-tasks in order to construct its view entry
FieldEntry
.
- SubtaskEntry - Class in com.atlassian.greenhopper.web.rapid.issue
-
Holds all data about a single issue.
- SubtaskEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.SubtaskEntry
-
- SubtaskEntryFactory - Class in com.atlassian.greenhopper.web.rapid.issue
-
Collector for detail view subtask data.
- SubtaskEntryFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.SubtaskEntryFactory
-
- SubTasksRemainingEstimateFieldEntryFactory - Class in com.atlassian.greenhopper.web.rapid.issue.fields
-
A field to display the aggregate remaining estimate of an issue's sub-tasks, but not the issue itself.
- SubTasksRemainingEstimateFieldEntryFactory(I18nHelper.BeanFactory, TimeTrackingGraphBeanFactory, AggregateTimeTrackingCalculatorFactory, TimeTrackingService, FieldHelper) - Constructor for class com.atlassian.greenhopper.web.rapid.issue.fields.SubTasksRemainingEstimateFieldEntryFactory
-
- subtract(LexoDecimal) - Method in class com.atlassian.greenhopper.model.lexorank.LexoDecimal
-
- subtract(LexoInteger) - Method in class com.atlassian.greenhopper.model.lexorank.LexoInteger
-
- suggestions - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.SprintPickerModel
-
- suggestSprintName(List<Sprint>, I18n2, RapidView) - Static method in class com.atlassian.greenhopper.web.rapid.sprint.SprintNameSuggester
-
Suggests a sprint name based on the existing sprints and the RapidView.
- summary(String) - Method in class com.atlassian.greenhopper.model.Epic.Builder
-
- summary - Variable in class com.atlassian.greenhopper.web.rapid.chart.EpicReportModel.EpicEntry
-
- summary - Variable in class com.atlassian.greenhopper.web.rapid.entity.common.RemoteEntityLinkModel
-
- summary - Variable in class com.atlassian.greenhopper.web.rapid.issue.issuelink.IssueLinkModel.LocalIssueLinkEntry
-
- summary - Variable in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry
-
- SummaryFieldEntryFactory - Class in com.atlassian.greenhopper.web.rapid.issue.fields
-
- SummaryFieldEntryFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.issue.fields.SummaryFieldEntryFactory
-
- sunday(boolean) - Method in class com.atlassian.greenhopper.model.rapid.WorkingDaysConfig.WorkingDaysConfigBuilder
-
- SUNDAY - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QWorkingDays
-
- sunday - Variable in class com.atlassian.greenhopper.web.rapid.view.workingdays.WeekDaysModel
-
- SupportedDatabaseChecker - Class in com.atlassian.greenhopper.util.database
-
Checks a Connection's database type and logs a warning if an unsupported database is detected.
- SupportedDatabaseChecker() - Constructor for class com.atlassian.greenhopper.util.database.SupportedDatabaseChecker
-
- supportsIssueDataCallback(CardColorStrategy) - Method in interface com.atlassian.greenhopper.service.rapid.view.color.CardColorQueryService
-
Can the card color be extracted directly from the issue index.
- supportsIssueDataCallback(CardColorStrategy) - Method in class com.atlassian.greenhopper.service.rapid.view.color.CardColorQueryServiceImpl
-
- supportsPages - Variable in class com.atlassian.greenhopper.web.rapid.chart.HistoricSprintData
-
- supportsPages - Variable in class com.atlassian.greenhopper.web.rapid.epics.EpicData
-
- suspendBalancing(LexoRankResource.LexoRankSuspendRequest) - Method in class com.atlassian.greenhopper.web.configuration.LexoRankResource
-
Update the state of LexoRank rebalancing (either enable it to continue running, or manually prevent it from
running).
- suspendLexoRankBalancing() - Method in interface com.atlassian.greenhopper.manager.lexorank.suspend.LexoRankSuspendManager
-
Enable the property to block rebalancing.
- suspendLexoRankBalancing() - Method in class com.atlassian.greenhopper.manager.lexorank.suspend.LexoRankSuspendManagerImpl
-
- SwapSprintRequest - Class in com.atlassian.greenhopper.web.rapid.sprint.model
-
Request for swapping a sprint with another (altering the sequence of sprints).
- SwapSprintRequest() - Constructor for class com.atlassian.greenhopper.web.rapid.sprint.model.SwapSprintRequest
-
- swapSprints(Sprint, Sprint) - Method in interface com.atlassian.greenhopper.service.sprint.SprintManager
-
Swap the sequence of the two sprint objects.
- swapSprints(Sprint, Sprint) - Method in class com.atlassian.greenhopper.service.sprint.SprintManagerImpl
-
- swapSprints(ApplicationUser, Sprint, Sprint) - Method in interface com.atlassian.greenhopper.service.sprint.SprintService
-
Swap two sprints' sequences.
- swapSprints(ApplicationUser, Sprint, Sprint) - Method in class com.atlassian.greenhopper.service.sprint.SprintServiceImpl
-
- 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
-
- Swimlane - Class in com.atlassian.greenhopper.model.rapid
-
Holds a swimlane configuration
- Swimlane.SwimlaneBuilder - Class in com.atlassian.greenhopper.model.rapid
-
- SWIMLANE_DEFAULT_LANE_ERROR_CONTEXT - Static variable in interface com.atlassian.greenhopper.service.rapid.view.SwimlaneService
-
- SWIMLANE_DESCRIPTION_ERROR_CONTEXT - Static variable in interface com.atlassian.greenhopper.service.rapid.view.SwimlaneService
-
- SWIMLANE_NAME_ERROR_CONTEXT - Static variable in interface com.atlassian.greenhopper.service.rapid.view.SwimlaneService
-
- SWIMLANE_PK - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QSwimlane
-
- SWIMLANE_QUERY_ERROR_CONTEXT - Static variable in interface com.atlassian.greenhopper.service.rapid.view.SwimlaneService
-
- SWIMLANE_STRATEGY - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QRapidView
-
- SwimlaneAO - Interface in com.atlassian.greenhopper.service.rapid.view
-
- SwimlaneAOListMapper - Class in com.atlassian.greenhopper.service.rapid.view
-
- SwimlaneAOListMapper(RapidViewAO, RelatedAOMapper<RapidViewAO, SwimlaneAO, Swimlane>) - Constructor for class com.atlassian.greenhopper.service.rapid.view.SwimlaneAOListMapper
-
- SwimlaneAOMapper - Class in com.atlassian.greenhopper.service.rapid.view
-
- SwimlaneAOMapper() - Constructor for class com.atlassian.greenhopper.service.rapid.view.SwimlaneAOMapper
-
- SwimlaneBuilder() - Constructor for class com.atlassian.greenhopper.model.rapid.Swimlane.SwimlaneBuilder
-
- SwimlaneBuilder(Swimlane) - Constructor for class com.atlassian.greenhopper.model.rapid.Swimlane.SwimlaneBuilder
-
- SwimlaneDao - Class in com.atlassian.greenhopper.service.rapid.view
-
- SwimlaneDao() - Constructor for class com.atlassian.greenhopper.service.rapid.view.SwimlaneDao
-
- SwimlaneEditModel - Class in com.atlassian.greenhopper.web.rapid.view
-
- SwimlaneEditModel() - Constructor for class com.atlassian.greenhopper.web.rapid.view.SwimlaneEditModel
-
- SwimlaneEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.RapidViewConfig.SwimlaneEntry
-
- SwimlaneEntry - Class in com.atlassian.greenhopper.web.rapid.view
-
- SwimlaneEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.view.SwimlaneEntry
-
- SwimlaneEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.work.SwimlanesData.SwimlaneEntry
-
- SwimlaneFilter - Class in com.atlassian.greenhopper.web.rapid.chart
-
Describes issues to be included in the results.
- SwimlaneFilter(Map<String, Long>) - Constructor for class com.atlassian.greenhopper.web.rapid.chart.SwimlaneFilter
-
- SwimlaneFilter(boolean, Map<String, Long>) - Constructor for class com.atlassian.greenhopper.web.rapid.chart.SwimlaneFilter
-
- SwimlaneHelper - Class in com.atlassian.greenhopper.web.rapid.view
-
- SwimlaneHelper() - Constructor for class com.atlassian.greenhopper.web.rapid.view.SwimlaneHelper
-
- SwimlaneIssuesData(Swimlane, Set<Long>, boolean) - Constructor for class com.atlassian.greenhopper.web.rapid.work.PoolService.SwimlaneIssuesData
-
- SwimlaneResource - Class in com.atlassian.greenhopper.web.rapid.view
-
- SwimlaneResource(SwimlaneHelper) - Constructor for class com.atlassian.greenhopper.web.rapid.view.SwimlaneResource
-
- SwimlanesData - Class in com.atlassian.greenhopper.web.rapid.work
-
Swimlanes data
- SwimlanesData() - Constructor for class com.atlassian.greenhopper.web.rapid.work.SwimlanesData
-
- SwimlanesData.CustomSwimlanesData - Class in com.atlassian.greenhopper.web.rapid.work
-
- SwimlanesData.EpicSwimlanesData - Class in com.atlassian.greenhopper.web.rapid.work
-
- SwimlanesData.ParentSwimlanesData - Class in com.atlassian.greenhopper.web.rapid.work
-
- SwimlanesData.SwimlaneEntry - Class in com.atlassian.greenhopper.web.rapid.work
-
- SwimlanesDataFactory - Class in com.atlassian.greenhopper.web.rapid.work
-
Produces the data required for rendering swimlanes in the given swimlane strategy.
- SwimlanesDataFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.work.SwimlanesDataFactory
-
- SwimlaneService - Interface in com.atlassian.greenhopper.service.rapid.view
-
Provides swimlanes configuration related functionality
- SwimlaneServiceImpl - Class in com.atlassian.greenhopper.service.rapid.view
-
Provides swimlanes configuration related functionality
- SwimlaneServiceImpl() - Constructor for class com.atlassian.greenhopper.service.rapid.view.SwimlaneServiceImpl
-
- swimlaneStrategy(SwimlaneStrategy) - Method in class com.atlassian.greenhopper.model.rapid.RapidView.RapidViewBuilder
-
- SwimlaneStrategy - Enum in com.atlassian.greenhopper.model.rapid
-
Represents the possible swimlane strategies which can be configured for a
RapidView
.
- symbols - Variable in class com.atlassian.greenhopper.web.rapid.RapidGlobalConfig.TimeTrackingConfig
-
- SYNCED - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QSprint
-
- synced(boolean) - Method in class com.atlassian.greenhopper.service.sprint.Sprint.SprintBuilder
-
- synced - Variable in class com.atlassian.greenhopper.web.rapid.sprint.model.StartSprintModel
-
- synced - Variable in class com.atlassian.greenhopper.web.rapid.sprint.SprintBaseEntry
-
- SYNCED_SPRINTS - Static variable in class com.atlassian.greenhopper.features.SoftwareFeatureFlags
-
- SystemFieldEntryFactory - Class in com.atlassian.greenhopper.web.rapid.issue.fields
-
- SystemFieldEntryFactory(FieldHelper, OrderableField) - Constructor for class com.atlassian.greenhopper.web.rapid.issue.fields.SystemFieldEntryFactory
-
- val - Variable in class com.atlassian.greenhopper.api.epics.CustomFieldOptionModel
-
Display value for the option.
- VAL - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QCardColor
-
- valid(CustomField) - Static method in class com.atlassian.greenhopper.service.rank.SortedByRankFieldResult
-
- validate(ApplicationUser, TerminalClause) - Method in class com.atlassian.greenhopper.customfield.epiclabel.EpicLabelClauseValidator
-
- validate(ApplicationUser, TerminalClause) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkClauseValidator
-
- validate(ApplicationUser, TerminalClause) - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankClauseValidator
-
- validate(ApplicationUser, FunctionOperand, TerminalClause) - Method in class com.atlassian.greenhopper.customfield.sprint.AbstractSprintsStateJqlFunction
-
- validate(ApplicationUser, TerminalClause) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintClauseValidator
-
Validate the provided terminal clause.
- validate(HttpServletRequest, Long) - Method in class com.atlassian.greenhopper.gadget.RapidViewGadgetResource
-
Validate
- validate(BackupProject, I18nHelper) - Method in class com.atlassian.greenhopper.imports.AgilePluggableValidator
-
- validate(DataImportParams, DataImportOSPropertyValidator.DataImportProperties) - Method in class com.atlassian.greenhopper.jira.dataimport.BuildNumberValidator
-
- validate(SearchRequest) - Method in class com.atlassian.greenhopper.service.rapid.SavedFilterCreationRequestValidator
-
Validates saved filter creation request.
- validate() - Method in class com.atlassian.greenhopper.service.util.ServiceErrorCollector
-
Checks if this ErrorCollection contains any errors, and if so, an ServiceOutcomeException is thrown.
- validate(ServiceResult) - Static method in class com.atlassian.greenhopper.service.util.ServiceOutcomeHelper
-
If the given ServiceResult is invalid, a ServiceOutcomeException is thrown that contains all the errors from
the given ServiceResult.
- validate(ErrorCollection) - Static method in class com.atlassian.greenhopper.service.util.ServiceOutcomeHelper
-
If the given ErrorCollection contains errors, a ServiceOutcomeException is thrown that contains all those errors.
- validate(ProjectActionSupport, Map) - Method in class com.atlassian.greenhopper.web.rapid.chart.integration.DummyAgileReport
-
- validate(ValidateData) - Method in class com.atlassian.greenhopper.web.rapid.project.GreenHopperProjectCreateHook
-
- validateCheck(IndexCheckService.CheckSpec) - Method in interface com.atlassian.greenhopper.service.index.IndexCheckService
-
Find out if the specified checks are necessary.
- validateCheck(IndexCheckService.CheckSpec) - Method in class com.atlassian.greenhopper.service.index.IndexCheckServiceImpl
-
- validateColumns(List<Column>, ErrorCollection) - Method in interface com.atlassian.greenhopper.service.rapid.view.ColumnService
-
- validateColumns(RapidView, List<Column>, ErrorCollection) - Method in interface com.atlassian.greenhopper.service.rapid.view.ColumnService
-
- validateColumns(List<Column>, ErrorCollection) - Method in class com.atlassian.greenhopper.service.rapid.view.ColumnServiceImpl
-
- validateColumns(RapidView, List<Column>, ErrorCollection) - Method in class com.atlassian.greenhopper.service.rapid.view.ColumnServiceImpl
-
- validateCreatePermission(ApplicationUser, SearchRequest) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewPermissionService
-
- validateCreatePermission(ApplicationUser, SearchRequest) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewPermissionServiceImpl
-
- validateCreateProject(ApplicationUser, String, String, String) - Method in interface com.atlassian.greenhopper.service.project.ProjectService
-
Validate the creation of a project with the given parameters.
- validateCreateProject(ApplicationUser, String, String, String) - Method in class com.atlassian.greenhopper.service.project.ProjectServiceImpl
-
- validateFromParams(CustomFieldParams, ErrorCollection, FieldConfig) - Method in class com.atlassian.greenhopper.customfield.epiclabel.EpicLabelCFType
-
- validateFromParams(CustomFieldParams, ErrorCollection, FieldConfig) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkCFType
-
- validateFromParams(CustomFieldParams, ErrorCollection, FieldConfig) - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankCFType
-
- validateFromParams(CustomFieldParams, ErrorCollection, FieldConfig) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintCFType
-
- validateJql(ApplicationUser, String, String, ErrorCollection) - Method in class com.atlassian.greenhopper.web.rapid.view.JqlHelper
-
Validates a jql query string.
- validateJql(ApplicationUser, String, String) - Method in class com.atlassian.greenhopper.web.rapid.view.JqlHelper
-
Validates a jql query string.
- validateJql(ApplicationUser, Query, String, ErrorCollection) - Method in class com.atlassian.greenhopper.web.rapid.view.JqlHelper
-
Ensure the jql is properly parsable and not invalid
Note: this is an adapted copy of IssueNavigator.validateQuery
- validateJql(ApplicationUser, Query, String) - Method in class com.atlassian.greenhopper.web.rapid.view.JqlHelper
-
Ensure the jql is properly parsable and not invalid
Note: this is an adapted copy of IssueNavigator.validateQuery
- validateModifyPermission(ApplicationUser, RapidView) - Method in interface com.atlassian.greenhopper.service.rapid.view.RapidViewPermissionService
-
Returns an error outcome if the user specified does not have permission to modify the given
RapidView
.
- validateModifyPermission(ApplicationUser, RapidView) - Method in class com.atlassian.greenhopper.service.rapid.view.RapidViewPermissionServiceImpl
-
- validateModifyWorkflow(ApplicationUser, Project, String) - Method in class com.atlassian.greenhopper.web.rapid.workflow.WorkflowHelper
-
- validateParams(ApplicationUser, SearchContext, FieldValuesHolder, I18nHelper, ErrorCollection) - Method in class com.atlassian.greenhopper.customfield.epiclink.EpicLinkSearchInputTransformer
-
- validateRankFieldConfiguration(CustomField) - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankCustomFieldService
-
- validateRankFieldConfiguration(ApplicationUser, CustomField) - Method in class com.atlassian.greenhopper.customfield.lexorank.LexoRankCustomFieldService
-
- validateRankFieldConfiguration(CustomField) - Method in interface com.atlassian.greenhopper.service.rank.RankCustomFieldService
-
Validates the passed rank custom field configuration
- validateRankFieldConfiguration(CustomField) - Method in class com.atlassian.greenhopper.service.rank.RankCustomFieldServiceImpl
-
- ValidateRankFieldKey(ApplicationUser, CustomField) - Constructor for class com.atlassian.greenhopper.customfield.lexorank.LexoRankCustomFieldService.ValidateRankFieldKey
-
- validateRapidViewId(Collection<ValidationError>, Long) - Method in class com.atlassian.greenhopper.gadget.RapidGadgetHelper
-
Validates a rapid view id.
- validateSprintData(Sprint) - Method in interface com.atlassian.greenhopper.service.sprint.SprintService
-
Validates sprint data against given conditions.
- validateSprintData(Sprint) - Method in class com.atlassian.greenhopper.service.sprint.SprintServiceImpl
-
- validateStringSpecialCharacters(String, ErrorCollection) - Method in class com.atlassian.greenhopper.web.util.WebUtilities
-
TODO Should not be in here.
- validateUpdate(ApplicationUser, Long, IssueInputParameters) - Method in interface com.atlassian.greenhopper.service.issue.IssueUpdateService
-
This needs to be promoted to JIRA!
- validateUpdate(ApplicationUser, Long, IssueInputParameters) - Method in class com.atlassian.greenhopper.service.issue.IssueUpdateServiceImpl
-
- validateUpdate(Issue, SplitIssueService.IssueData) - Method in interface com.atlassian.greenhopper.web.rapid.plan.splitissue.UpdateOriginalIssueHelper
-
Checks if it is possible to update the issue.
- validateUpdate(Issue, SplitIssueService.IssueData) - Method in class com.atlassian.greenhopper.web.rapid.plan.splitissue.UpdateOriginalIssueHelperImpl
-
- validateUser(ApplicationUser) - Method in interface com.atlassian.greenhopper.license.LicenseService
-
Returns valid result if user has access to Agile features.
- validateUser(ApplicationUser) - Method in class com.atlassian.greenhopper.license.LicenseServiceImpl
-
- validateViewFind(ApplicationUser, String) - Method in class com.atlassian.greenhopper.web.rapid.welcome.WelcomeHelper
-
Check if the view searched for by the user was valid
- validateViewFind(String) - Method in class com.atlassian.greenhopper.web.rapid.welcome.WelcomeResource
-
- ValidationEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.view.StatisticsFieldEntry.ValidationEntry
-
- validationError(String, String...) - Static method in class com.atlassian.greenhopper.service.ServiceResultImpl
-
- validationMessage - Variable in class com.atlassian.greenhopper.web.rapid.view.StatisticsFieldEntry.ValidationEntry
-
- value - Variable in class com.atlassian.greenhopper.gadget.SprintHealthResource.ColumnModel
-
- value(T) - Static method in class com.atlassian.greenhopper.manager.lexorank.lock.LockProcessOutcome
-
- value(String) - Method in class com.atlassian.greenhopper.model.rapid.CardColor.CardColorBuilder
-
- value - Variable in class com.atlassian.greenhopper.web.rapid.issue.fields.NumberFieldEntry
-
Value of the field.
- value - Variable in class com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry.NumberFieldValue
-
- value - Variable in class com.atlassian.greenhopper.web.rapid.view.RapidViewEditModel.OldDoneIssuesCutoffOption
-
- valueFor(String) - Static method in enum com.atlassian.greenhopper.features.JiraSoftwareFeature
-
Just like the 'valueOf' method, but instead of throwing exceptions, it returns null
- valueOf(String) - Static method in enum com.atlassian.greenhopper.analytics.findonboard.FindOnBoardBaseAnalyticsEvent.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.analytics.findonboard.FindOnBoardOpenAnalyticsEvent.EventMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.analytics.SprintClosedAnalyticsEvent.SprintTypeOfCloseAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.analytics.SprintStartedAnalyticsEvent.SprintTypeOfStartAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.api.entity.remotelink.sprint.RemoteSprintLink.ApplicationType
-
Returns the enum constant of this type with the specified name.
- 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.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.customfield.CustomFieldConfigurationRestorer.ScreenSchemeOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.EventListenerRegistry.ListenerKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.features.AgileDarkFeature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.features.JiraSoftwareFeature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.global.LoggerWrapper.LogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.global.PerformanceLogger.Threshold
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.license.LicenseMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.manager.lexorank.LexoRankAO.ColumnDetails
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.manager.lexorank.LexoRankRow.RankRowType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.manager.lexorank.lock.LockEntity.ColumnDetails
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.manager.lexorank.lock.LockOutcome.FailReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.manager.lexorank.SqlSortLanguage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.manager.lexorank.SqlSortOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.model.lexorank.LexoRankBucket
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.model.rapid.BoardAdmin.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.model.rapid.CardColorStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.model.rapid.CardLayoutField.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.model.rapid.ColumnConfig.ConstraintType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.model.rapid.ColumnProgress
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.model.rapid.EstimationConfig.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.model.rapid.RapidView.OldDoneIssuesCutoff
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.model.rapid.RapidView.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.model.rapid.ShowEpics
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.model.rapid.StatisticsFieldConfig.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.model.rapid.SwimlaneStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.model.validation.ErrorCollection.Reason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.plugin.module.ModuleDefinition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.project.DefaultSoftwarePermissionSchemeData.RoleHolder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.project.ProjectType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.service.api.remote.RemoteLinkConversationService.CreationConversation.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.service.index.IndexCheckService.CheckType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.service.issue.IssueTypePrototype
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.service.lexorank.balance.LexoRankBalanceOperation.BalanceOperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.service.lexorank.LexoRankOperation.RankOperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.service.lexorank.LexoRankStatisticsAgent.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.service.lexorank.LexoRankStatisticsAgent.OperationStep
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.service.rapid.BoardLocation.Modes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.service.rapid.RapidViewClauseService.ClauseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.service.sprint.health.SprintHealth.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.service.sprint.health.SprintIssueMetrics.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.service.sprint.health.SprintMetrics.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.service.sprint.Sprint.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.service.sprint.SprintStateAuditEntry.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.service.sprint.TimeUnits
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.service.workflow.ColumnConstraintPresets
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.service.workflow.PredefinedStatuses
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowPresets
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.util.database.DatabaseFamily
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.util.database.DatabaseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.web.api.ProjectPageContextParameters
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.web.conditions.AccessCheckMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.web.rapid.event.UnlicensedAnalyticsEvent.Chart
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.web.rapid.event.UnlicensedAnalyticsEvent.Page
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.web.rapid.issue.fields.FieldDetailsCategory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.web.rapid.issue.fields.FieldEditType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.web.rapid.issue.fields.FieldRenderer
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.web.rapid.issue.tabs.editable.DetailsViewTab
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.web.rapid.issue.tabs.editable.utils.FieldDetailsCategoryPanel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.web.rapid.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.web.rapid.response.RapidBoardActionView
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.web.rapid.tools.BoardToolSectionContext.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.web.rapid.tools.RapidBoardToolsElement.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.web.rapid.view.EntryMoveModel.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.greenhopper.web.rapid.view.RapidViewPreset
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.atlassian.greenhopper.analytics.findonboard.FindOnBoardBaseAnalyticsEvent.EventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.analytics.findonboard.FindOnBoardOpenAnalyticsEvent.EventMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.analytics.SprintClosedAnalyticsEvent.SprintTypeOfCloseAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.analytics.SprintStartedAnalyticsEvent.SprintTypeOfStartAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.api.entity.remotelink.sprint.RemoteSprintLink.ApplicationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- 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.
- values() - Static method in enum com.atlassian.greenhopper.customfield.CustomFieldConfigurationRestorer.ScreenSchemeOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.EventListenerRegistry.ListenerKey
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.features.AgileDarkFeature
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.features.JiraSoftwareFeature
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.global.LoggerWrapper.LogLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.global.PerformanceLogger.Threshold
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.license.LicenseMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.manager.lexorank.LexoRankAO.ColumnDetails
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.manager.lexorank.LexoRankRow.RankRowType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.manager.lexorank.lock.LockEntity.ColumnDetails
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.manager.lexorank.lock.LockOutcome.FailReason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.manager.lexorank.SqlSortLanguage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.manager.lexorank.SqlSortOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.model.lexorank.LexoRankBucket
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.model.rapid.BoardAdmin.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.model.rapid.CardColorStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.model.rapid.CardLayoutField.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.model.rapid.ColumnConfig.ConstraintType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.model.rapid.ColumnProgress
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.model.rapid.EstimationConfig.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.model.rapid.RapidView.OldDoneIssuesCutoff
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.model.rapid.RapidView.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.model.rapid.ShowEpics
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.model.rapid.StatisticsFieldConfig.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.model.rapid.SwimlaneStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.model.validation.ErrorCollection.Reason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.plugin.module.ModuleDefinition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.project.DefaultSoftwarePermissionSchemeData.RoleHolder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.project.ProjectType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.service.api.remote.RemoteLinkConversationService.CreationConversation.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.service.index.IndexCheckService.CheckType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.service.issue.IssueTypePrototype
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.service.lexorank.balance.LexoRankBalanceOperation.BalanceOperationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.service.lexorank.LexoRankOperation.RankOperationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.service.lexorank.LexoRankStatisticsAgent.Operation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.service.lexorank.LexoRankStatisticsAgent.OperationStep
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.service.rapid.BoardLocation.Modes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.service.rapid.RapidViewClauseService.ClauseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.service.sprint.health.SprintHealth.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.service.sprint.health.SprintIssueMetrics.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.service.sprint.health.SprintMetrics.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.service.sprint.Sprint.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.service.sprint.SprintStateAuditEntry.Operation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.service.sprint.TimeUnits
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.service.workflow.ColumnConstraintPresets
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.service.workflow.PredefinedStatuses
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.service.workflow.SimplifiedWorkflowPresets
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.util.database.DatabaseFamily
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.util.database.DatabaseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.web.api.ProjectPageContextParameters
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.web.conditions.AccessCheckMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.web.rapid.event.UnlicensedAnalyticsEvent.Chart
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.web.rapid.event.UnlicensedAnalyticsEvent.Page
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.web.rapid.issue.fields.FieldDetailsCategory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.web.rapid.issue.fields.FieldEditType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.web.rapid.issue.fields.FieldRenderer
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.web.rapid.issue.tabs.editable.DetailsViewTab
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.web.rapid.issue.tabs.editable.utils.FieldDetailsCategoryPanel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.web.rapid.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.web.rapid.response.RapidBoardActionView
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.web.rapid.tools.BoardToolSectionContext.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.web.rapid.tools.RapidBoardToolsElement.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.web.rapid.view.EntryMoveModel.Position
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.greenhopper.web.rapid.view.RapidViewPreset
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valuesEqual(String, String) - Method in class com.atlassian.greenhopper.customfield.epiccolor.EpicColorCFType
-
- valuesEqual(String, String) - Method in class com.atlassian.greenhopper.customfield.epiclabel.EpicLabelCFType
-
- valuesEqual(Collection<Sprint>, Collection<Sprint>) - Method in class com.atlassian.greenhopper.customfield.sprint.SprintCFType
-
- VELOCITY_CHART_UI - Static variable in class com.atlassian.greenhopper.features.SoftwareFeatureFlags
-
- VELOCITY_SPRINT_PICKER - Static variable in class com.atlassian.greenhopper.features.SoftwareFeatureFlags
-
- VelocityChartIssueLimitChangedEvent - Class in com.atlassian.greenhopper.web.rapid.chart.event
-
- VelocityChartIssueLimitChangedEvent(Integer, Integer) - Constructor for class com.atlassian.greenhopper.web.rapid.chart.event.VelocityChartIssueLimitChangedEvent
-
- VelocityChartModel - Class in com.atlassian.greenhopper.web.rapid.chart
-
- VelocityChartModel() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.VelocityChartModel
-
- VelocityChartModel.QueryMetadata - Class in com.atlassian.greenhopper.web.rapid.chart
-
Holds information about query-related data eg. number of all sprints and maximum number of returned sprints.
- VelocityChartModel.VelocityStatEntry - Class in com.atlassian.greenhopper.web.rapid.chart
-
- VelocityChartModelFactory - Class in com.atlassian.greenhopper.web.rapid.chart
-
- VelocityChartModelFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.VelocityChartModelFactory
-
- VelocityChartSettingsManager - Class in com.atlassian.greenhopper.web.rapid.chart
-
- VelocityChartSettingsManager(PluginSettingsFactory, AuditService, EventPublisher) - Constructor for class com.atlassian.greenhopper.web.rapid.chart.VelocityChartSettingsManager
-
- VelocityChartSettingsService - Class in com.atlassian.greenhopper.web.rapid.chart
-
- VelocityChartSettingsService(VelocityChartSettingsManager, GlobalPermissionManager) - Constructor for class com.atlassian.greenhopper.web.rapid.chart.VelocityChartSettingsService
-
- VelocityChartSprintLimitChangedEvent - Class in com.atlassian.greenhopper.web.rapid.chart.event
-
- VelocityChartSprintLimitChangedEvent(Integer, Integer) - Constructor for class com.atlassian.greenhopper.web.rapid.chart.event.VelocityChartSprintLimitChangedEvent
-
- velocityStatEntries - Variable in class com.atlassian.greenhopper.web.rapid.chart.VelocityChartModel
-
- VelocityStatEntry(Double, Double) - Constructor for class com.atlassian.greenhopper.web.rapid.chart.VelocityChartModel.VelocityStatEntry
-
- VelocityStatEntryFactory - Class in com.atlassian.greenhopper.web.rapid.chart
-
- VelocityStatEntryFactory(Set<String>, HistoricalEstimateStatisticValueResolver) - Constructor for class com.atlassian.greenhopper.web.rapid.chart.VelocityStatEntryFactory
-
- verify() - Method in interface com.pyxis.greenhopper.jira.license.GreenHopperLicenseManager
-
- verify() - Method in class com.pyxis.greenhopper.jira.license.GreenHopperLicenseManagerImpl
-
Verify the license
- verifyCustomFieldExistsInDB(Long) - Method in interface com.atlassian.greenhopper.customfield.CustomFieldService
-
Checks if a custom field with the given id exists in the database
- verifyCustomFieldExistsInDB(String) - Method in interface com.atlassian.greenhopper.customfield.CustomFieldService
-
Checks if a custom field with the given id exists in the database.
- verifyCustomFieldExistsInDB(Long) - Method in class com.atlassian.greenhopper.customfield.CustomFieldServiceImpl
-
- verifyCustomFieldExistsInDB(String) - Method in class com.atlassian.greenhopper.customfield.CustomFieldServiceImpl
-
- verifyForDelete(long) - Method in class com.atlassian.greenhopper.filter.RapidBoardFilterDeletionVerifier
-
- verifyLicense(AccessCheckMode) - Method in class com.atlassian.greenhopper.web.conditions.GreenHopperConditionEvaluatorImpl
-
- verifySoftwareLicense() - Method in interface com.atlassian.greenhopper.license.SoftwareAuthorizationService
-
Determines whether a valid license is present for the JIRA Software application.
- verifySoftwareLicense() - Method in class com.atlassian.greenhopper.license.SoftwareAuthorizationServiceImpl
-
- version(int, int...) - Static method in class com.atlassian.greenhopper.util.VersionKit
-
- version(BuildUtilsInfo) - Static method in class com.atlassian.greenhopper.util.VersionKit
-
- version - Variable in class com.atlassian.greenhopper.web.rapid.chart.ReleaseBurndownChartModel
-
- version - Variable in class com.atlassian.greenhopper.web.rapid.chart.VersionProgressChartModel
-
- version - Variable in class com.atlassian.greenhopper.web.rapid.chart.VersionReportModel
-
- VERSION_ID - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QVersionMetaData
-
- VERSION_PK - Variable in class com.atlassian.greenhopper.schema.querydsl.current.QVersionMetaData
-
- VersionAdapterFactory - Class in com.atlassian.greenhopper.manager.version
-
Constructs an instance of a VersionAdapter
for the current JIRA version.
- VersionAdapterFactory() - Constructor for class com.atlassian.greenhopper.manager.version.VersionAdapterFactory
-
- VersionCustomFieldEntryFactory - Class in com.atlassian.greenhopper.web.rapid.issue.fields
-
- VersionCustomFieldEntryFactory(FieldHelper, CustomField) - Constructor for class com.atlassian.greenhopper.web.rapid.issue.fields.VersionCustomFieldEntryFactory
-
- VersionData() - Constructor for class com.atlassian.greenhopper.web.rapid.plan.PlanningDataModel.VersionData
-
- VersionEntry - Class in com.atlassian.greenhopper.web.rapid.chart
-
Created with IntelliJ IDEA.
- VersionEntry() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.VersionEntry
-
- VersionEntryFactory - Class in com.atlassian.greenhopper.web.rapid.chart
-
- VersionEntryFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.VersionEntryFactory
-
- versionId(Long) - Method in class com.atlassian.greenhopper.model.rapid.LegacyVersionMetaDataImpl.VersionMetaDataBuilder
-
- versionId - Variable in class com.atlassian.greenhopper.web.rapid.chart.FixVersionChangeEntry
-
- VersionKit - Class in com.atlassian.greenhopper.util
-
Helps with versions comparisons
- VersionKit() - Constructor for class com.atlassian.greenhopper.util.VersionKit
-
- VersionKit.SoftwareVersion - Class in com.atlassian.greenhopper.util
-
- versionLooksKosher() - Method in class com.atlassian.greenhopper.upgrade.UpgradeVersionService
-
- VersionMetaDataAO - Interface in com.atlassian.greenhopper.manager.version
-
- VersionMetaDataAOMapper - Class in com.atlassian.greenhopper.manager.version
-
- VersionMetaDataAOMapper() - Constructor for class com.atlassian.greenhopper.manager.version.VersionMetaDataAOMapper
-
- VersionMetaDataBuilder() - Constructor for class com.atlassian.greenhopper.model.rapid.LegacyVersionMetaDataImpl.VersionMetaDataBuilder
-
- VersionMetaDataBuilder(VersionMetaData) - Constructor for class com.atlassian.greenhopper.model.rapid.LegacyVersionMetaDataImpl.VersionMetaDataBuilder
-
- VersionMetaDataBuilder(LegacyVersionMetaDataImpl) - Constructor for class com.atlassian.greenhopper.model.rapid.LegacyVersionMetaDataImpl.VersionMetaDataBuilder
-
- VersionMetaDataDao - Class in com.atlassian.greenhopper.manager.version
-
- VersionMetaDataDao() - Constructor for class com.atlassian.greenhopper.manager.version.VersionMetaDataDao
-
- VersionMetaDataImpl - Class in com.atlassian.greenhopper.project.version
-
- VersionMetaDataImpl(Version) - Constructor for class com.atlassian.greenhopper.project.version.VersionMetaDataImpl
-
- VersionMetaDataManagerImpl - Class in com.atlassian.greenhopper.manager.version
-
- VersionMetaDataManagerImpl() - Constructor for class com.atlassian.greenhopper.manager.version.VersionMetaDataManagerImpl
-
- VersionModel() - Constructor for class com.atlassian.greenhopper.web.rapid.version.VersionResource.VersionModel
-
- VersionPermissionService - Interface in com.atlassian.greenhopper.service.version
-
- VersionPermissionServiceImpl - Class in com.atlassian.greenhopper.service.version
-
- VersionPermissionServiceImpl() - Constructor for class com.atlassian.greenhopper.service.version.VersionPermissionServiceImpl
-
- VersionProgressChartModel - Class in com.atlassian.greenhopper.web.rapid.chart
-
- VersionProgressChartModel() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.VersionProgressChartModel
-
- VersionProgressChartModelFactory - Class in com.atlassian.greenhopper.web.rapid.chart
-
- VersionProgressChartModelFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.VersionProgressChartModelFactory
-
- VersionQuery - Class in com.atlassian.greenhopper.service.rapid.view
-
Query which limit the result only to versions which fulfil its constraints.
- VersionQuery.Builder - Class in com.atlassian.greenhopper.service.rapid.view
-
- VersionReportModel - Class in com.atlassian.greenhopper.web.rapid.chart
-
- VersionReportModel() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.VersionReportModel
-
- VersionReportModelFactory - Class in com.atlassian.greenhopper.web.rapid.chart
-
- VersionReportModelFactory() - Constructor for class com.atlassian.greenhopper.web.rapid.chart.VersionReportModelFactory
-
- VersionResource - Class in com.atlassian.greenhopper.web.rapid.version
-
- VersionResource(VersionService, ProjectManager, DateTimeFormatter, DateFieldFormat, VersionPermissionService) - Constructor for class com.atlassian.greenhopper.web.rapid.version.VersionResource
-
- VersionResource.VersionModel - Class in com.atlassian.greenhopper.web.rapid.version
-
- VersionSearcherWrapper - Class in com.pyxis.greenhopper.jira.customfields
-
Extension to make the VersionSearcher usable in plugin space.
- VersionSearcherWrapper() - Constructor for class com.pyxis.greenhopper.jira.customfields.VersionSearcherWrapper
-
- VersionService - Interface in com.atlassian.greenhopper.service.version
-
Wrapper for JIRA's services / managers dealing with versions.
- VersionServiceImpl - Class in com.atlassian.greenhopper.service.version
-
- VersionServiceImpl() - Constructor for class com.atlassian.greenhopper.service.version.VersionServiceImpl
-
- VersionsFunctionOptimizer - Class in com.atlassian.greenhopper.util.jql
-
Abstract for optimizing unreleasedVersions() and releasedVersions() functions.
- VersionsFunctionOptimizer(VersionsFunctionOptimizer.VersionsFunctionOptimizerVisitor) - Constructor for class com.atlassian.greenhopper.util.jql.VersionsFunctionOptimizer
-
- VersionStatisticCallback - Class in com.atlassian.greenhopper.web.rapid.plan
-
This callback gathers various information about the issues it finds
- VersionStatisticCallback(DocumentStatisticValueResolver, StatisticFieldHelper, MappedStatusIds) - Constructor for class com.atlassian.greenhopper.web.rapid.plan.VersionStatisticCallback
-
- versionStats - Variable in class com.atlassian.greenhopper.web.rapid.plan.PlanModeVersionModel
-
- VersionUpgradeConstants - Interface in com.atlassian.greenhopper.upgrade
-
Keeps track of version upgrade related constants.
- view - Variable in class com.atlassian.greenhopper.web.rapid.issue.fields.FieldUpdatedEntry
-
View data of the field.
- viewBoardsUrl - Variable in class com.atlassian.greenhopper.web.integration.TeamCalendarsSprintList.TeamCalendarsSprint
-
- ViewIssuesInEpicAction - Class in com.atlassian.greenhopper.web.rapid
-
This action is used to render the issues of an epic table.
- ViewIssuesInEpicAction() - Constructor for class com.atlassian.greenhopper.web.rapid.ViewIssuesInEpicAction
-
- ViewIssuesInNavigatorAction - Class in com.atlassian.greenhopper.web.rapid.plan
-
Initializes the session and redirects to the issue navigator in JIRA.
- ViewIssuesInNavigatorAction() - Constructor for class com.atlassian.greenhopper.web.rapid.plan.ViewIssuesInNavigatorAction
-
- views - Variable in class com.atlassian.greenhopper.web.rapid.RapidViewEntryList
-
- VISIBLE_DETAIL_VIEW_CONTEXT_MAP_ENTRY_KEY - Static variable in interface com.atlassian.greenhopper.web.rapid.issue.tabs.TabModelFactory
-
- visit(TerminalClause) - Method in class com.atlassian.greenhopper.model.query.ProjectClauseVisitor
-
- visit(AndClause) - Method in class com.atlassian.greenhopper.model.query.ProjectClauseVisitor
-
- visit(NotClause) - Method in class com.atlassian.greenhopper.model.query.ProjectClauseVisitor
-
- visit(WasClause) - Method in class com.atlassian.greenhopper.model.query.ProjectClauseVisitor
-
- visit(ChangedClause) - Method in class com.atlassian.greenhopper.model.query.ProjectClauseVisitor
-
- visit(AndClause) - Method in class com.atlassian.greenhopper.util.jql.DeterminedProjectsInQueryVisitor
-
- visit(OrClause) - Method in class com.atlassian.greenhopper.util.jql.DeterminedProjectsInQueryVisitor
-
- visit(TerminalClause) - Method in class com.atlassian.greenhopper.util.jql.DeterminedProjectsInQueryVisitor
-
- visit(WasClause) - Method in class com.atlassian.greenhopper.util.jql.DeterminedProjectsInQueryVisitor
-
- visit(ChangedClause) - Method in class com.atlassian.greenhopper.util.jql.DeterminedProjectsInQueryVisitor
-
- visit(NotClause) - Method in class com.atlassian.greenhopper.util.jql.DeterminedProjectsInQueryVisitor
-
- visit(AndClause) - Method in class com.atlassian.greenhopper.util.jql.project.ProjectContextVisitor
-
- visit(NotClause) - Method in class com.atlassian.greenhopper.util.jql.project.ProjectContextVisitor
-
- visit(OrClause) - Method in class com.atlassian.greenhopper.util.jql.project.ProjectContextVisitor
-
- visit(TerminalClause) - Method in class com.atlassian.greenhopper.util.jql.project.ProjectContextVisitor
-
- visit(WasClause) - Method in class com.atlassian.greenhopper.util.jql.project.ProjectContextVisitor
-
- visit(ChangedClause) - Method in class com.atlassian.greenhopper.util.jql.project.ProjectContextVisitor
-
- visit(AndClause) - Method in class com.atlassian.greenhopper.util.jql.project.ProjectSatisfiesQueryVisitor
-
- visit(NotClause) - Method in class com.atlassian.greenhopper.util.jql.project.ProjectSatisfiesQueryVisitor
-
- visit(OrClause) - Method in class com.atlassian.greenhopper.util.jql.project.ProjectSatisfiesQueryVisitor
-
- visit(TerminalClause) - Method in class com.atlassian.greenhopper.util.jql.project.ProjectSatisfiesQueryVisitor
-
- visit(WasClause) - Method in class com.atlassian.greenhopper.util.jql.project.ProjectSatisfiesQueryVisitor
-
- visit(ChangedClause) - Method in class com.atlassian.greenhopper.util.jql.project.ProjectSatisfiesQueryVisitor
-
- visitAll(Visitor<SearchRequest>) - Method in interface com.atlassian.greenhopper.service.searchrequest.SearchRequestService
-
Visits all valid SearchRequest
's in the system.
- visitAll(Visitor<SearchRequest>) - Method in class com.atlassian.greenhopper.service.searchrequest.SearchRequestServiceImpl
-
- VotesFieldEntryFactory - Class in com.atlassian.greenhopper.web.rapid.issue.fields
-
- VotesFieldEntryFactory(FieldHelper) - Constructor for class com.atlassian.greenhopper.web.rapid.issue.fields.VotesFieldEntryFactory
-