Package | Description |
---|---|
com.versionone.om | |
com.versionone.om.filters |
Modifier and Type | Method and Description |
---|---|
Story |
Retrospective.createStory(String name)
Creates a Story related to this Retrospective.
|
Story |
Project.createStory(String name)
Create a new Story in this Project.
|
Story |
Retrospective.createStory(String name,
Map<String,Object> attribute)
Creates a Story related to this Retrospective.
|
Story |
Project.createStory(String name,
Map<String,Object> attributes) |
Story |
Epic.generateChildStory()
Generates a Story that is the child of this Epic.
|
Story |
StoryTemplate.generateStory()
Creates a Story from this Template, copying Attributes and Relationships.
|
Story |
Request.generateStory()
Creates a Story from this Request.
|
Story |
Issue.generateStory()
Creates a Story from this Issue.
|
Story |
Request.generateStory(Map<String,Object> attributes)
Creates a Story from this Request.
|
Story |
Issue.generateStory(Map<String,Object> attributes)
Creates a Story from this Issue.
|
Story |
V1InstanceCreator.story(String name,
Project project)
Create a new Story with a name.
|
Story |
V1InstanceCreator.story(String name,
Project project,
Map<String,Object> attributes)
Create a new Story with a name.
|
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.
|
Story |
V1InstanceGetter.storyByDisplayID(String displayID)
Returns a Story with the given ID or null if the ID is invalid.
|
Story |
V1InstanceGetter.storyByID(AssetID id)
Returns a Story with the given ID or null if the ID is invalid.
|
Story |
V1InstanceGetter.storyByID(String sId)
Returns a Story with the given ID or null if the ID is invalid.
|
Modifier and Type | Method and Description |
---|---|
Collection<Story> |
Epic.getChildStories(StoryFilter filter)
Stories that are immediate children of this Epic.
|
Collection<Story> |
Story.getDependentStories() |
Collection<Story> |
Story.getDependsOnStories() |
Collection<Story> |
Retrospective.getIdentifiedStories(StoryFilter filter)
A read-only collection of Stories Identified in the Retrospective.
|
Collection<Story> |
Project.getStories(StoryFilter filter)
Get stories in this Project filtered as specified in the passed in
filter.
|
Collection<Story> |
Project.getStories(StoryFilter filter,
boolean includeSubprojects)
Get stories in this Project filtered as specified in the passed in
filter.
|
Collection<Story> |
V1InstanceGetter.story(StoryFilter filter)
Get stories filtered by the criteria specified in the passed in filter.
|
Modifier and Type | Field and Description |
---|---|
List<Story> |
StoryFilter.dependentStories
Stories that depend on this Story.
|
List<Story> |
StoryFilter.dependsOnStories
Stories that this Story depends on.
|
Copyright © 2013 Version One, Inc.. All rights reserved.