Uses of Class
com.atlassian.greenhopper.service.sprint.Sprint

Packages that use Sprint
com.atlassian.greenhopper.customfield.sprint   
com.atlassian.greenhopper.optionalfeatures.sampledata   
com.atlassian.greenhopper.service.rapid   
com.atlassian.greenhopper.service.rapid.view   
com.atlassian.greenhopper.service.sprint   
com.atlassian.greenhopper.service.sprint.health   
com.atlassian.greenhopper.web.contextprovider   
com.atlassian.greenhopper.web.rapid   
com.atlassian.greenhopper.web.rapid.chart   
com.atlassian.greenhopper.web.rapid.issue   
com.atlassian.greenhopper.web.rapid.issue.statistics   
com.atlassian.greenhopper.web.rapid.sprint   
com.atlassian.greenhopper.web.rapid.sprint.model   
 

Uses of Sprint in com.atlassian.greenhopper.customfield.sprint
 

Methods in com.atlassian.greenhopper.customfield.sprint that return Sprint
protected  Sprint SprintCFType.convertDbValueToType(java.lang.Object dbValue)
           
 Sprint SprintCFType.getSingularObjectFromString(java.lang.String idAsString)
           
 

Methods in com.atlassian.greenhopper.customfield.sprint that return types with arguments of type Sprint
 java.util.Collection<Sprint> SprintResolver.findSprintByPredicate(com.atlassian.crowd.embedded.api.User user, boolean overrideSecurity, com.google.common.base.Predicate<Sprint> predicate)
          Returns the Sprints matching the provided predicate
 java.lang.Iterable<Sprint> SprintResolver.findSprintByPredicate(com.atlassian.crowd.embedded.api.User user, boolean overrideSecurity, com.google.common.base.Predicate<Sprint> predicate, int maxNumResults)
          Same as SprintResolver.findSprintByPredicate(com.atlassian.crowd.embedded.api.User, boolean, com.google.common.base.Predicate) with a size restriction.
 java.util.Collection<Sprint> SprintHistoryData.getCurrentSprints()
           
protected  java.util.Comparator<Sprint> SprintCFType.getTypeComparator()
           
 java.util.Collection<Sprint> SprintCFType.getValueFromCustomFieldParams(com.atlassian.jira.issue.customfields.view.CustomFieldParams parameters)
           
 java.util.Collection<Sprint> SprintCFType.getValueFromIssue(com.atlassian.jira.issue.fields.CustomField field, com.atlassian.jira.issue.Issue issue)
           
 

Methods in com.atlassian.greenhopper.customfield.sprint with parameters of type Sprint
 boolean SprintNameContains.apply(Sprint sprint)
           
 boolean SprintIdEqual.apply(Sprint sprint)
           
protected  java.lang.Object SprintCFType.convertTypeToDbValue(Sprint sprint)
           
 java.lang.String SprintCFType.getStringFromSingularObject(Sprint sprint)
           
 

Method parameters in com.atlassian.greenhopper.customfield.sprint with type arguments of type Sprint
 java.util.Collection<Sprint> SprintResolver.findSprintByPredicate(com.atlassian.crowd.embedded.api.User user, boolean overrideSecurity, com.google.common.base.Predicate<Sprint> predicate)
          Returns the Sprints matching the provided predicate
 java.lang.Iterable<Sprint> SprintResolver.findSprintByPredicate(com.atlassian.crowd.embedded.api.User user, boolean overrideSecurity, com.google.common.base.Predicate<Sprint> predicate, int maxNumResults)
          Same as SprintResolver.findSprintByPredicate(com.atlassian.crowd.embedded.api.User, boolean, com.google.common.base.Predicate) with a size restriction.
 java.lang.String SprintCFType.getChangelogString(com.atlassian.jira.issue.fields.CustomField field, java.util.Collection<Sprint> values)
           
 java.lang.String SprintCFType.getChangelogValue(com.atlassian.jira.issue.fields.CustomField field, java.util.Collection<Sprint> values)
           
 boolean SprintCFType.valuesEqual(java.util.Collection<Sprint> v1, java.util.Collection<Sprint> v2)
           
 boolean SprintCFType.valuesEqual(java.util.Collection<Sprint> v1, java.util.Collection<Sprint> v2)
           
 

Constructor parameters in com.atlassian.greenhopper.customfield.sprint with type arguments of type Sprint
SprintHistoryData(java.util.Collection<Sprint> currentSprints, long[] allIds, java.util.List<SprintHistoryEntry> changes)
           
 

Uses of Sprint in com.atlassian.greenhopper.optionalfeatures.sampledata
 

Methods in com.atlassian.greenhopper.optionalfeatures.sampledata that return Sprint
 Sprint GreenHopperSampleData.SprintData.getSprint()
           
 

Uses of Sprint in com.atlassian.greenhopper.service.rapid
 

Methods in com.atlassian.greenhopper.service.rapid that return types with arguments of type Sprint
 ServiceOutcome<com.atlassian.fugue.Pair<java.util.List<Sprint>,java.util.Set<java.lang.Long>>> RapidViewQueryService.getOpenSprintsAndBacklogProjects(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
          Get the list of open sprints for a given rapid view
 ServiceOutcome<com.atlassian.fugue.Pair<java.util.List<Sprint>,java.util.Set<java.lang.Long>>> RapidViewQueryServiceImpl.getOpenSprintsAndBacklogProjects(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 

Methods in com.atlassian.greenhopper.service.rapid with parameters of type Sprint
 ServiceOutcome<BoardLocation> RapidViewLocationServiceImpl.getBoardLocationForSprint(com.atlassian.crowd.embedded.api.User user, Sprint sprint)
           
 ServiceOutcome<BoardLocation> RapidViewLocationService.getBoardLocationForSprint(com.atlassian.crowd.embedded.api.User user, Sprint sprint)
          Given the sprint, returns the precise location of that sprint (on any RapidView).
 

Uses of Sprint in com.atlassian.greenhopper.service.rapid.view
 

Methods in com.atlassian.greenhopper.service.rapid.view that return types with arguments of type Sprint
 ServiceOutcome<java.util.List<Sprint>> RapidViewSprintQueryServiceImpl.getSprints(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.EnumSet<Sprint.State> states, boolean includeHistoricSprints)
           
 ServiceOutcome<java.util.List<Sprint>> RapidViewSprintQueryService.getSprints(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.EnumSet<Sprint.State> states, boolean includingHistoricSprints)
          Get all sprints for a given rapid view.
 

Uses of Sprint in com.atlassian.greenhopper.service.sprint
 

Fields in com.atlassian.greenhopper.service.sprint with type parameters of type Sprint
static com.google.common.base.Predicate<Sprint> SprintUtils.SPRINT_ACTIVE
           
static com.google.common.collect.Ordering<Sprint> SprintUtils.SPRINT_BYDATE_COMPARATOR
           
static com.google.common.base.Predicate<Sprint> SprintUtils.SPRINT_CLOSED
           
static com.google.common.collect.Ordering<Sprint> SprintUtils.SPRINT_END_DATE_COMPARATOR
           
static com.google.common.base.Predicate<Sprint> SprintUtils.SPRINT_FUTURE
           
static com.google.common.collect.Ordering<Sprint> SprintUtils.SPRINT_ID_COMPARATOR
           
static com.google.common.collect.Ordering<Sprint> SprintUtils.SPRINT_NATURAL_COMPARATOR
           
static com.google.common.base.Predicate<Sprint> SprintUtils.SPRINT_NOT_CLOSED
           
static com.google.common.collect.Ordering<Sprint> SprintUtils.SPRINT_START_DATE_COMPARATOR
           
static com.google.common.collect.Ordering<Sprint> SprintUtils.SPRINT_STATE_COMPARATOR
           
 

Methods in com.atlassian.greenhopper.service.sprint that return Sprint
 Sprint Sprint.SprintBuilder.build()
           
 Sprint SprintAOMapper.toModel(SprintAO entityAO)
           
 

Methods in com.atlassian.greenhopper.service.sprint that return types with arguments of type Sprint
 ServiceOutcome<java.util.Map<Sprint,java.lang.Boolean>> SprintPermissionService.canUpdateSprints(com.atlassian.crowd.embedded.api.User user, java.util.List<Sprint> sprint)
          Can the user update the given sprints, that is, update, delete, etc.
 ServiceOutcome<java.util.Map<Sprint,java.lang.Boolean>> SprintPermissionServiceImpl.canUpdateSprints(com.atlassian.crowd.embedded.api.User user, java.util.List<Sprint> sprints)
           
 ServiceOutcome<Sprint> SprintManagerImpl.createSprint(Sprint sprint)
           
 ServiceOutcome<Sprint> SprintManager.createSprint(Sprint sprint)
          Create a sprint given the object
 ServiceOutcome<Sprint> SprintService.createSprint(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Sprint sprintData, java.util.Set<com.atlassian.jira.issue.Issue> issues)
          Create a new sprint. The user needs to have Project Administrator permissions for all issues.
 ServiceOutcome<Sprint> SprintServiceImpl.createSprint(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Sprint sprintToCreate, java.util.Set<com.atlassian.jira.issue.Issue> issues)
           
static java.util.List<Sprint> SprintUtils.filter(java.util.List<Sprint> sprints, java.util.EnumSet<Sprint.State> states)
          Filters a list of sprints according to a set of states
 ServiceOutcome<com.atlassian.fugue.Option<Sprint>> SprintIssueServiceImpl.getActiveOrFutureSprintForIssue(com.atlassian.crowd.embedded.api.User user, com.atlassian.jira.issue.Issue issue)
           
 ServiceOutcome<com.atlassian.fugue.Option<Sprint>> SprintIssueService.getActiveOrFutureSprintForIssue(com.atlassian.crowd.embedded.api.User user, com.atlassian.jira.issue.Issue issue)
          Returns any future or active sprint for an issue
 ServiceOutcome<com.atlassian.fugue.Option<Sprint>> SprintIssueServiceImpl.getActiveSprintForIssue(com.atlassian.crowd.embedded.api.User user, com.atlassian.jira.issue.Issue issue)
           
 ServiceOutcome<com.atlassian.fugue.Option<Sprint>> SprintIssueService.getActiveSprintForIssue(com.atlassian.crowd.embedded.api.User user, com.atlassian.jira.issue.Issue issue)
          Returns any future sprints for an issue
 ServiceOutcome<java.util.Collection<Sprint>> SprintManagerImpl.getAllSprints()
           
 ServiceOutcome<java.util.Collection<Sprint>> SprintManager.getAllSprints()
          Get all sprints
 ServiceOutcome<java.util.List<Sprint>> SprintQueryService.getClosedSprints(com.atlassian.crowd.embedded.api.User user, com.atlassian.query.Query jql)
          Get all closed sprints applicable to a given jql.
 ServiceOutcome<java.util.List<Sprint>> SprintQueryServiceImpl.getClosedSprints(com.atlassian.crowd.embedded.api.User user, com.atlassian.query.Query jql)
           
static java.util.List<Sprint> SprintUtils.getFilteredAndSortedSprints(java.util.EnumSet<Sprint.State> states, java.util.Collection<Sprint>... sprintCollections)
          Gets all board sprints for theto a list of sprints and sorts the sprints
 ServiceOutcome<com.atlassian.fugue.Option<Sprint>> SprintIssueServiceImpl.getFutureSprintForIssue(com.atlassian.crowd.embedded.api.User user, com.atlassian.jira.issue.Issue issue)
           
 ServiceOutcome<com.atlassian.fugue.Option<Sprint>> SprintIssueService.getFutureSprintForIssue(com.atlassian.crowd.embedded.api.User user, com.atlassian.jira.issue.Issue issue)
          Returns any future sprint for an issue
 ServiceOutcome<com.atlassian.fugue.Pair<java.util.List<Sprint>,java.util.Set<java.lang.Long>>> SprintQueryService.getOpenSprintsAndBacklogProjects(com.atlassian.crowd.embedded.api.User user, com.atlassian.query.Query jql)
          Get all open sprints applicable to a given jql.
 ServiceOutcome<com.atlassian.fugue.Pair<java.util.List<Sprint>,java.util.Set<java.lang.Long>>> SprintQueryServiceImpl.getOpenSprintsAndBacklogProjects(com.atlassian.crowd.embedded.api.User user, com.atlassian.query.Query jql)
           
 ServiceOutcome<java.util.Map<Sprint,java.util.Set<com.atlassian.jira.project.Project>>> SprintQueryService.getProjects(com.atlassian.crowd.embedded.api.User user, java.util.List<Sprint> sprints)
          Get all sprints and associated projects for a given jql
 ServiceOutcome<java.util.Map<Sprint,java.util.Set<com.atlassian.jira.project.Project>>> SprintQueryServiceImpl.getProjects(com.atlassian.crowd.embedded.api.User user, java.util.List<Sprint> sprints)
          Get all sprints and associated projects for a given jql
 ServiceOutcome<java.util.Map<Sprint,java.util.Set<com.atlassian.jira.project.Project>>> SprintQueryService.getProjectsOverrideSecurity(com.atlassian.crowd.embedded.api.User user, java.util.List<Sprint> sprints)
          Get all sprints and associated projects for a given jql Note: This method runs with security disabled
 ServiceOutcome<java.util.Map<Sprint,java.util.Set<com.atlassian.jira.project.Project>>> SprintQueryServiceImpl.getProjectsOverrideSecurity(com.atlassian.crowd.embedded.api.User user, java.util.List<Sprint> sprints)
           
 ServiceOutcome<Sprint> SprintManagerImpl.getSprint(long id)
           
 ServiceOutcome<Sprint> SprintManager.getSprint(long id)
          Get a sprint given its id.
 ServiceOutcome<Sprint> SprintService.getSprint(com.atlassian.crowd.embedded.api.User user, long sprintId)
          Get a sprint given its id The sprint is only returned if the user can see at least one of the issues assigned to the sprint
 ServiceOutcome<Sprint> SprintServiceImpl.getSprint(com.atlassian.crowd.embedded.api.User user, long sprintId)
           
 ServiceOutcome<java.util.Collection<Sprint>> SprintManagerImpl.getSprints(java.util.EnumSet<Sprint.State> states)
           
 ServiceOutcome<java.util.Collection<Sprint>> SprintManager.getSprints(java.util.EnumSet<Sprint.State> states)
          Collects all sprints with the given states
 ServiceOutcome<java.util.List<Sprint>> SprintQueryService.getSprints(com.atlassian.crowd.embedded.api.User user, com.atlassian.query.Query jql)
          Get all sprints applicable to a given jql.
 ServiceOutcome<java.util.List<Sprint>> SprintQueryServiceImpl.getSprints(com.atlassian.crowd.embedded.api.User user, com.atlassian.query.Query jql)
           
 ServiceOutcome<java.util.List<Sprint>> SprintQueryService.getSprints(com.atlassian.crowd.embedded.api.User user, com.atlassian.query.Query jql, boolean includeHistoricSprints)
          Get all sprints applicable to a given jql.
 ServiceOutcome<java.util.List<Sprint>> SprintQueryServiceImpl.getSprints(com.atlassian.crowd.embedded.api.User user, com.atlassian.query.Query jql, boolean includeHistoricSprints)
           
 ServiceOutcome<java.util.Set<Sprint>> SprintService.getSprints(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> sprintIds)
          Get a set of sprints by id checking each for visibility permission
 ServiceOutcome<java.util.Set<Sprint>> SprintServiceImpl.getSprints(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> sprintIds)
           
static java.util.Collection<Sprint> SprintUtils.getSprintsForIds(SprintManager sprintManager, java.util.Collection<java.lang.Long> ids)
          Converts a list of sprint ids into a list of Sprints.
 ServiceOutcome<java.util.Collection<Sprint>> SprintIssueServiceImpl.getSprintsForIssue(com.atlassian.crowd.embedded.api.User user, com.atlassian.jira.issue.Issue issue)
           
 ServiceOutcome<java.util.Collection<Sprint>> SprintIssueService.getSprintsForIssue(com.atlassian.crowd.embedded.api.User user, com.atlassian.jira.issue.Issue issue)
          Returns all sprints an issue is currently assigned to.
 ServiceOutcome<java.util.Collection<Sprint>> SprintManagerImpl.getSprintsForView(RapidView rapidView)
           
 ServiceOutcome<java.util.Collection<Sprint>> SprintManager.getSprintsForView(RapidView rapidView)
          Get all sprints owned by the passed rapid view
 ServiceOutcome<java.util.Collection<Sprint>> SprintManagerImpl.getSprintsForView(RapidView rapidView, java.util.EnumSet<Sprint.State> states)
           
 ServiceOutcome<java.util.Collection<Sprint>> SprintManager.getSprintsForView(RapidView rapidView, java.util.EnumSet<Sprint.State> states)
          Collects all sprints owned by the passed rapid view with one of the given states
static com.google.common.base.Predicate<Sprint> SprintUtils.getStatesPredicate(java.util.EnumSet<Sprint.State> states)
           
static com.google.common.base.Predicate<Sprint> SprintUtils.getStatesPredicate(Sprint.State... states)
           
 ServiceOutcome<Sprint> SprintManagerImpl.updateSprint(Sprint sprint)
           
 ServiceOutcome<Sprint> SprintManager.updateSprint(Sprint sprint)
          Update a sprint
 ServiceOutcome<Sprint> SprintService.updateSprint(com.atlassian.crowd.embedded.api.User user, Sprint sprint)
          Update a sprint
 ServiceOutcome<Sprint> SprintServiceImpl.updateSprint(com.atlassian.crowd.embedded.api.User user, Sprint sprint)
           
 

Methods in com.atlassian.greenhopper.service.sprint with parameters of type Sprint
 ServiceOutcome<java.lang.Void> SprintIssueServiceImpl.addIssuesToSprint(com.atlassian.crowd.embedded.api.User user, Sprint sprint, java.util.Collection<com.atlassian.jira.issue.Issue> issues)
           
 ServiceOutcome<java.lang.Void> SprintIssueService.addIssuesToSprint(com.atlassian.crowd.embedded.api.User user, Sprint sprint, java.util.Collection<com.atlassian.jira.issue.Issue> issues)
          Updates the Default Sprint field on the specified issues to have the value of the specified Sprint.
static Sprint.SprintBuilder Sprint.builder(Sprint existing)
           
 ServiceOutcome<java.lang.Void> SprintPermissionService.canUpdateSprint(com.atlassian.crowd.embedded.api.User user, Sprint sprint)
          Can the user update a sprint, that is, update, delete, etc.
 ServiceOutcome<java.lang.Void> SprintPermissionServiceImpl.canUpdateSprint(com.atlassian.crowd.embedded.api.User user, Sprint sprint)
           
 ServiceOutcome<java.lang.Boolean> SprintPermissionService.canViewSprint(com.atlassian.crowd.embedded.api.User user, Sprint sprint)
          Can the user view a given sprint?
 ServiceOutcome<java.lang.Boolean> SprintPermissionServiceImpl.canViewSprint(com.atlassian.crowd.embedded.api.User user, Sprint sprint)
           
 ServiceOutcome<Sprint> SprintManagerImpl.createSprint(Sprint sprint)
           
 ServiceOutcome<Sprint> SprintManager.createSprint(Sprint sprint)
          Create a sprint given the object
 ServiceOutcome<Sprint> SprintService.createSprint(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Sprint sprintData, java.util.Set<com.atlassian.jira.issue.Issue> issues)
          Create a new sprint. The user needs to have Project Administrator permissions for all issues.
 ServiceOutcome<Sprint> SprintServiceImpl.createSprint(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Sprint sprintToCreate, java.util.Set<com.atlassian.jira.issue.Issue> issues)
           
 ServiceOutcome<java.lang.Void> SprintManagerImpl.deleteSprint(Sprint sprint)
           
 ServiceOutcome<java.lang.Void> SprintManager.deleteSprint(Sprint sprint)
          Delete a sprint
 ServiceOutcome<java.lang.Void> SprintService.deleteSprint(com.atlassian.crowd.embedded.api.User user, Sprint sprint)
          Delete a sprint
 ServiceOutcome<java.lang.Void> SprintServiceImpl.deleteSprint(com.atlassian.crowd.embedded.api.User user, Sprint sprint)
           
 ServiceOutcome<java.util.Map<java.lang.String,java.lang.String>> SprintHistoryService.findIssueKeysAndParentsInSprint(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Sprint sprint, ClauseToAdd additionalClause)
          Get the keys of all the issues that were ever in a sprint, with a mapping to their parent issue key if they are a sub-task.
 ServiceOutcome<java.util.Map<java.lang.String,java.lang.String>> SprintHistoryServiceImpl.findIssueKeysAndParentsInSprint(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Sprint sprint, ClauseToAdd additionalClause)
           
 ServiceOutcome<java.util.Map<java.lang.String,java.util.List<SprintHistoryEntry>>> SprintHistoryService.findSprintHistory(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Sprint sprint, ClauseToAdd additionalClause)
          Get the issue sprint history information for a given rapid view and sprint
 ServiceOutcome<java.util.Map<java.lang.String,java.util.List<SprintHistoryEntry>>> SprintHistoryServiceImpl.findSprintHistory(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Sprint sprint, ClauseToAdd additionalClause)
           
 ServiceOutcome<java.util.List<com.atlassian.jira.issue.Issue>> SprintIssueServiceImpl.getIssuesForSprint(com.atlassian.crowd.embedded.api.User user, Sprint sprint)
           
 ServiceOutcome<java.util.List<com.atlassian.jira.issue.Issue>> SprintIssueService.getIssuesForSprint(com.atlassian.crowd.embedded.api.User user, Sprint sprint)
          Gets the issues assigned to a given sprint Note: This returns the issues in the given sprint RIGHT NOW! if you want issues which _have_ been in the sprint at some point, look at SprintHistoryService
 ServiceOutcome<java.util.Set<com.atlassian.jira.project.Project>> SprintQueryService.getProjects(com.atlassian.crowd.embedded.api.User user, Sprint sprint)
          Get all projects for a given sprint
 ServiceOutcome<java.util.Set<com.atlassian.jira.project.Project>> SprintQueryServiceImpl.getProjects(com.atlassian.crowd.embedded.api.User user, Sprint sprint)
          Get all projects for a given sprint
 ServiceOutcome<java.util.Set<com.atlassian.jira.project.Project>> SprintQueryService.getProjectsOverrideSecurity(com.atlassian.crowd.embedded.api.User user, Sprint sprint)
          Get all projects for a given sprint
 ServiceOutcome<java.util.Set<com.atlassian.jira.project.Project>> SprintQueryServiceImpl.getProjectsOverrideSecurity(com.atlassian.crowd.embedded.api.User user, Sprint sprint)
          Get all projects for a given sprint
 com.atlassian.query.clause.Clause SprintQueryService.getSprintClause(Sprint sprint)
          Add a clause that includes all issues of a given sprint
 com.atlassian.query.clause.Clause SprintQueryServiceImpl.getSprintClause(Sprint sprint)
           
 ServiceOutcome<java.util.List<com.atlassian.jira.issue.Issue>> SprintIssueServiceImpl.removeAllIssuesFromSprint(com.atlassian.crowd.embedded.api.User user, Sprint sprint)
           
 ServiceOutcome<java.util.List<com.atlassian.jira.issue.Issue>> SprintIssueService.removeAllIssuesFromSprint(com.atlassian.crowd.embedded.api.User user, Sprint sprint)
          Removes all issues currently assigned to given sprint.
 ServiceOutcome<java.lang.Void> SprintIssueServiceImpl.removeIssuesFromSprint(com.atlassian.crowd.embedded.api.User user, Sprint sprint, java.util.Collection<com.atlassian.jira.issue.Issue> issues)
           
 ServiceOutcome<java.lang.Void> SprintIssueService.removeIssuesFromSprint(com.atlassian.crowd.embedded.api.User user, Sprint sprint, java.util.Collection<com.atlassian.jira.issue.Issue> issues)
          removes the specified issues from a given sprint
 java.util.Map<java.lang.String,java.lang.Object> SprintAOMapper.toAO(Sprint model)
           
 void SprintAOMapper.update(Sprint source, SprintAO target)
           
 ServiceOutcome<java.lang.Void> SprintIssueServiceImpl.updateFutureActiveSprintOrBacklog(com.atlassian.crowd.embedded.api.User user, Sprint sprint, java.util.Set<com.atlassian.jira.issue.Issue> issues)
           
 ServiceOutcome<java.lang.Void> SprintIssueService.updateFutureActiveSprintOrBacklog(com.atlassian.crowd.embedded.api.User user, Sprint sprint, java.util.Set<com.atlassian.jira.issue.Issue> issues)
          Updates the Default Sprint field on the specified issues to have the value of the specified Sprint.
 ServiceOutcome<Sprint> SprintManagerImpl.updateSprint(Sprint sprint)
           
 ServiceOutcome<Sprint> SprintManager.updateSprint(Sprint sprint)
          Update a sprint
 ServiceOutcome<Sprint> SprintService.updateSprint(com.atlassian.crowd.embedded.api.User user, Sprint sprint)
          Update a sprint
 ServiceOutcome<Sprint> SprintServiceImpl.updateSprint(com.atlassian.crowd.embedded.api.User user, Sprint sprint)
           
 

Method parameters in com.atlassian.greenhopper.service.sprint with type arguments of type Sprint
 ServiceOutcome<java.util.Map<Sprint,java.lang.Boolean>> SprintPermissionService.canUpdateSprints(com.atlassian.crowd.embedded.api.User user, java.util.List<Sprint> sprint)
          Can the user update the given sprints, that is, update, delete, etc.
 ServiceOutcome<java.util.Map<Sprint,java.lang.Boolean>> SprintPermissionServiceImpl.canUpdateSprints(com.atlassian.crowd.embedded.api.User user, java.util.List<Sprint> sprints)
           
static java.util.List<Sprint> SprintUtils.filter(java.util.List<Sprint> sprints, java.util.EnumSet<Sprint.State> states)
          Filters a list of sprints according to a set of states
 ServiceOutcome<java.util.Map<Sprint,java.util.Set<com.atlassian.jira.project.Project>>> SprintQueryService.getProjects(com.atlassian.crowd.embedded.api.User user, java.util.List<Sprint> sprints)
          Get all sprints and associated projects for a given jql
 ServiceOutcome<java.util.Map<Sprint,java.util.Set<com.atlassian.jira.project.Project>>> SprintQueryServiceImpl.getProjects(com.atlassian.crowd.embedded.api.User user, java.util.List<Sprint> sprints)
          Get all sprints and associated projects for a given jql
 ServiceOutcome<java.util.Map<Sprint,java.util.Set<com.atlassian.jira.project.Project>>> SprintQueryService.getProjectsOverrideSecurity(com.atlassian.crowd.embedded.api.User user, java.util.List<Sprint> sprints)
          Get all sprints and associated projects for a given jql Note: This method runs with security disabled
 ServiceOutcome<java.util.Map<Sprint,java.util.Set<com.atlassian.jira.project.Project>>> SprintQueryServiceImpl.getProjectsOverrideSecurity(com.atlassian.crowd.embedded.api.User user, java.util.List<Sprint> sprints)
           
 com.atlassian.query.clause.Clause SprintQueryService.getSprintsClause(java.util.Collection<Sprint> sprints)
          Add a clause that includes all issues of a given sprints
 com.atlassian.query.clause.Clause SprintQueryServiceImpl.getSprintsClause(java.util.Collection<Sprint> sprints)
           
 

Constructors in com.atlassian.greenhopper.service.sprint with parameters of type Sprint
SprintHistoryDataCollector(com.atlassian.jira.issue.fields.CustomField sprintField, Sprint sprint)
           
 

Uses of Sprint in com.atlassian.greenhopper.service.sprint.health
 

Methods in com.atlassian.greenhopper.service.sprint.health with parameters of type Sprint
static java.lang.Long SprintHealthMetricsResolver.calculateScopeChangePercentage(Sprint sprint, SprintBurndownModel sprintBurndown)
          Calculates the scope change percentage of a sprint.
static java.lang.Long SprintHealthMetricsResolver.calculateSprintCompletionPercentage(Sprint sprint, WorkRateData workRate, org.joda.time.DateTime now)
           
 ServiceOutcome<SprintHealth> SprintHealthService.getSprintHealth(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Sprint sprint)
           
 ServiceOutcome<SprintHealth> SprintHealthServiceImpl.getSprintHealth(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Sprint sprint)
           
static boolean SprintHealthMetricsResolver.isIssueBoomerang(Sprint sprint, java.util.List<Column> columns, java.lang.String issueKey, java.util.SortedSet<SprintHealthMetricsResolver.IssueColumnChange> statusChanges)
           
static boolean SprintHealthMetricsResolver.isIssueStale(RapidIssueEntry issue, Sprint sprint)
          Checks if the given issue is stale.
 

Uses of Sprint in com.atlassian.greenhopper.web.contextprovider
 

Methods in com.atlassian.greenhopper.web.contextprovider that return types with arguments of type Sprint
 java.util.List<Sprint> AgileIssueWebPanelContext.getActiveSprints()
           
 java.util.List<Sprint> AgileIssueWebPanelContext.getCompletedSprints()
           
 java.util.List<Sprint> AgileIssueWebPanelContext.getFutureSprints()
           
 

Constructor parameters in com.atlassian.greenhopper.web.contextprovider with type arguments of type Sprint
AgileIssueWebPanelContext(com.atlassian.jira.issue.Issue issue, java.util.List<Sprint> activeSprints, java.util.List<Sprint> futureSprints, java.util.List<Sprint> completedSprints, boolean linkedToEpic, com.atlassian.jira.issue.Issue epic, java.lang.String epicName, java.lang.String epicColor, java.lang.String baseUrl, com.atlassian.jira.datetime.DateTimeFormatter dtf, WebUtilities util)
           
AgileIssueWebPanelContext(com.atlassian.jira.issue.Issue issue, java.util.List<Sprint> activeSprints, java.util.List<Sprint> futureSprints, java.util.List<Sprint> completedSprints, boolean linkedToEpic, com.atlassian.jira.issue.Issue epic, java.lang.String epicName, java.lang.String epicColor, java.lang.String baseUrl, com.atlassian.jira.datetime.DateTimeFormatter dtf, WebUtilities util)
           
AgileIssueWebPanelContext(com.atlassian.jira.issue.Issue issue, java.util.List<Sprint> activeSprints, java.util.List<Sprint> futureSprints, java.util.List<Sprint> completedSprints, boolean linkedToEpic, com.atlassian.jira.issue.Issue epic, java.lang.String epicName, java.lang.String epicColor, java.lang.String baseUrl, com.atlassian.jira.datetime.DateTimeFormatter dtf, WebUtilities util)
           
 

Uses of Sprint in com.atlassian.greenhopper.web.rapid
 

Methods in com.atlassian.greenhopper.web.rapid that return Sprint
 Sprint BoardDispatchAction.getSprint()
           
 

Methods in com.atlassian.greenhopper.web.rapid that return types with arguments of type Sprint
 RapidViewLocationResolver<Sprint> RapidViewLocationResolverFactory.forSprint()
           
 

Uses of Sprint in com.atlassian.greenhopper.web.rapid.chart
 

Methods in com.atlassian.greenhopper.web.rapid.chart with parameters of type Sprint
 int VelocityChartModelFactory.SprintComparator.compare(Sprint o1, Sprint o2)
           
 ServiceOutcome<java.util.Map<java.lang.String,java.util.List<BurndownChange>>> SprintBurndownModelFactory.getBurndownChangesForSprint(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Sprint sprint)
           
 ServiceOutcome<HistoricSprintData> HistoricSprintDataFactory.getSprintOriginalContents(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Sprint sprint)
           
 

Constructors in com.atlassian.greenhopper.web.rapid.chart with parameters of type Sprint
SprintTimes(Sprint sprint)
           
 

Uses of Sprint in com.atlassian.greenhopper.web.rapid.issue
 

Method parameters in com.atlassian.greenhopper.web.rapid.issue with type arguments of type Sprint
 ServiceOutcome<IssueEntry> IssueEntryFactory.buildViewEntry(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, com.atlassian.jira.issue.Issue issue, StatisticsField estimateStatistic, StatisticsField trackingStatistic, boolean loadSubtasks, com.atlassian.fugue.Option<Sprint> activeFutureSprint)
           
 

Uses of Sprint in com.atlassian.greenhopper.web.rapid.issue.statistics
 

Methods in com.atlassian.greenhopper.web.rapid.issue.statistics with parameters of type Sprint
 HistoricalEstimateStatisticValueResolver StatisticValueResolverFactory.forHistoricalEstimateStatisticValue(StatisticsField estimationStatistic, Sprint sprint, java.util.Map<java.lang.String,java.util.List<BurndownChange>> historyData, java.util.Collection<java.lang.String> mappedStatusIds)
           
 

Constructors in com.atlassian.greenhopper.web.rapid.issue.statistics with parameters of type Sprint
HistoricalEstimateStatisticValueResolver(StatisticsField estimationStatistic, Sprint sprint, java.util.Map<java.lang.String,java.util.List<BurndownChange>> historyData, java.util.Collection<java.lang.String> mappedStatusIds)
           
 

Uses of Sprint in com.atlassian.greenhopper.web.rapid.sprint
 

Methods in com.atlassian.greenhopper.web.rapid.sprint that return Sprint
 Sprint SprintHelper.FutureSprintMapping.getNextSprint(Sprint sprint)
          Returns the next sprint for a sprint
 

Methods in com.atlassian.greenhopper.web.rapid.sprint that return types with arguments of type Sprint
 ServiceOutcome<java.util.Map<Sprint,java.util.List<com.atlassian.jira.issue.Issue>>> SprintHelper.calculateCurrentSprintAssignment(com.atlassian.crowd.embedded.api.User user, java.util.List<com.atlassian.jira.issue.Issue> issues)
          Get a map from sprint to issues in the sprint.
 ServiceOutcome<Sprint> SprintHelper.createUpdatedSprint(com.atlassian.crowd.embedded.api.User user, Sprint sprint, UpdateSprintRequest updateSprintRequest)
          Parses an update sprint request and creates a sprint object out of it
 

Methods in com.atlassian.greenhopper.web.rapid.sprint with parameters of type Sprint
 ServiceOutcome<java.lang.Void> SprintHelper.addToNextFutureSprint(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Sprint sprint, java.util.List<com.atlassian.jira.issue.Issue> issues, SprintHelper.FutureSprintMapping futureSprintMapping)
          Assigns issues of a sprint to the next future sprint.
 ServiceOutcome<Sprint> SprintHelper.createUpdatedSprint(com.atlassian.crowd.embedded.api.User user, Sprint sprint, UpdateSprintRequest updateSprintRequest)
          Parses an update sprint request and creates a sprint object out of it
 ServiceOutcome<CompleteSprintStats> CompleteSprintHelper.getCompleteSprintStatistics(com.atlassian.crowd.embedded.api.User user, Sprint sprint, RapidView rapidView)
          Get the completed and incomplete issues count for a given sprint.
 ServiceOutcome<java.util.List<com.atlassian.jira.issue.Issue>> CompleteSprintHelper.getIncompleteIssuesFromSprint(com.atlassian.crowd.embedded.api.User user, Sprint sprint, RapidView rapidView)
           
 Sprint SprintHelper.FutureSprintMapping.getNextSprint(Sprint sprint)
          Returns the next sprint for a sprint
 ServiceOutcome<StartSprintHelper.IssuesForSprint> StartSprintHelper.loadIssuesInSprint(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Sprint sprint)
           
protected  void SprintBaseEntryTransformer.transform(Sprint sprint, SprintBaseEntry sprintBaseEntry)
           
protected  void SprintEditEntryTransformer.transform(Sprint sprint, SprintEditEntry sprintEditEntry)
           
protected  void SprintPlanEntryTransformer.transform(Sprint sprint, SprintPlanEntry sprintPlanEntry)
           
 

Method parameters in com.atlassian.greenhopper.web.rapid.sprint with type arguments of type Sprint
 ServiceOutcome<java.lang.Void> SprintHelper.addToNextFutureSprint(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Map<Sprint,java.util.List<com.atlassian.jira.issue.Issue>> sprintToIssues, java.util.Set<com.atlassian.jira.issue.Issue> doneIssues, SprintHelper.FutureSprintMapping futureSprintMapping)
          Assign issues to the next future sprint.
 ServiceOutcome<java.lang.Void> SprintHelper.removeFromCurrentSprints(com.atlassian.crowd.embedded.api.User user, java.util.Map<Sprint,java.util.List<com.atlassian.jira.issue.Issue>> sprintToIssues)
          Removes issues from their current sprint
static java.lang.String SprintNameSuggester.suggestSprintName(java.util.List<Sprint> sprints, I18n2 i18n)
           
 

Constructors in com.atlassian.greenhopper.web.rapid.sprint with parameters of type Sprint
StartSprintHelper.IssueKeysAndStatisticsCallback(Sprint sprint, DocumentStatisticValueResolver documentStatisticValueResolver, EstimateStatisticService estimateStatisticService)
           
 

Constructor parameters in com.atlassian.greenhopper.web.rapid.sprint with type arguments of type Sprint
SprintHelper.FutureSprintMapping(java.util.List<Sprint> upcomingSprints)
           
 

Uses of Sprint in com.atlassian.greenhopper.web.rapid.sprint.model
 

Method parameters in com.atlassian.greenhopper.web.rapid.sprint.model with type arguments of type Sprint
static RemoveFromSprintModel RemoveFromSprintModel.toResult(RapidView rapidView, java.util.Map<Sprint,java.util.List<com.atlassian.jira.issue.Issue>> sprintToIssues, java.util.Set<com.atlassian.jira.issue.Issue> doneIssues, SprintHelper.FutureSprintMapping futureSprintMapping, SprintEditEntryTransformer sprintEditEntryTransformer)
          Builds up a result objects for the given data
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.