Package | Description |
---|---|
com.versionone.om | |
com.versionone.om.filters |
Modifier and Type | Method and Description |
---|---|
Retrospective |
Project.createRetrospective(String name)
Create a new Retrospective in this Project.
|
Retrospective |
Project.createRetrospective(String name,
Map<String,Object> attributes)
Create a new Retrospective in this Project.
|
Retrospective |
Story.getIdentifiedIn() |
Retrospective |
V1InstanceCreator.retrospective(String name,
Project project)
Create a new retrospective with a name.
|
Retrospective |
V1InstanceCreator.retrospective(String name,
Project project,
Map<String,Object> attributes)
Create a new retrospective with a name.
|
Retrospective |
V1InstanceGetter.retrospectiveByID(AssetID id)
Returns a retrospective with the given ID or null if the ID is invalid.
|
Retrospective |
V1InstanceGetter.retrospectiveByID(String sId)
Returns a retrospective with the given ID or null if the ID is invalid.
|
Modifier and Type | Method and Description |
---|---|
Collection<Retrospective> |
Issue.getRetrospectives() |
Collection<Retrospective> |
Team.getRetrospectives(RetrospectiveFilter filter)
Gets the Retrospectives assigned to this Team.
|
Collection<Retrospective> |
Project.getRetrospectives(RetrospectiveFilter filter)
Get Retrospective in this Project filtered as specified in the passed in
filter.
|
Collection<Retrospective> |
Project.getRetrospectives(RetrospectiveFilter filter,
boolean includeSubprojects)
Get Retrospective in this Project filtered as specified in the passed in
filter.
|
Collection<Retrospective> |
V1InstanceGetter.retrospectives(RetrospectiveFilter filter)
Get Retrospective filtered by the criteria specified in the passed in
filter.
|
Modifier and Type | Method and Description |
---|---|
Issue |
V1InstanceCreator.issue(String name,
Retrospective retrospective)
Creates an Issue related to a Retrospective.
|
Issue |
V1InstanceCreator.issue(String name,
Retrospective retrospective,
Map<String,Object> attributes)
Creates an Issue related to a Retrospective.
|
void |
Story.setIdentifiedIn(Retrospective retrospective) |
Story |
V1InstanceCreator.story(String name,
Retrospective retrospective)
Create a new story with a name.
|
Story |
V1InstanceCreator.story(String name,
Retrospective retrospective,
Map<String,Object> attributes)
Create a new story with a name.
|
Modifier and Type | Field and Description |
---|---|
List<Retrospective> |
StoryFilter.identifiedIn
The (optional) Retrospective this Story was Identified in.
|
List<Retrospective> |
IssueFilter.retrospective
Retrospectives related to this issue.
|
Copyright © 2013 Version One, Inc.. All rights reserved.