Package | Description |
---|---|
com.versionone.om | |
com.versionone.om.filters |
Modifier and Type | Class and Description |
---|---|
class |
Defect
A Defect.
|
class |
Epic
Represents an Epic in the VersionOne system.
|
class |
PrimaryWorkitem
Base class for Stories and Defects.
|
class |
SecondaryWorkitem
Represents the base of a Task or Test in the VersionOne System.
|
class |
Story
A story or backlog item.
|
class |
Task
Represents a Task in the VersionOne system.
|
class |
Test
Represents a Test in the VersionOne System.
|
class |
TestSet |
Modifier and Type | Method and Description |
---|---|
Workitem |
SecondaryWorkitem.getParent() |
Workitem |
Epic.getParent() |
Workitem |
Effort.getWorkitem()
Gets Story, Defect, Task, Test that this Effort record belongs to.
|
Workitem |
V1InstanceGetter.workitemByDisplayID(String displayID)
Returns a Workitem with the given ID or null if the ID is invalid.
|
Workitem |
V1InstanceGetter.workitemByID(AssetID id)
Returns a Workitem with the given ID or null if the ID is invalid.
|
Workitem |
V1InstanceGetter.workitemByID(String sId)
Returns a Workitem with the given ID or null if the ID is invalid.
|
Modifier and Type | Method and Description |
---|---|
Collection<Workitem> |
V1InstanceGetter.workitems(WorkitemFilter filter)
Get workitems (stories, defects, tasks, and tests) filtered by the
criteria specified in the passed in filter.
|
Modifier and Type | Method and Description |
---|---|
Effort |
V1InstanceCreator.effort(double value,
Workitem item)
Create a new effort record for the currently logged in member.
|
Effort |
V1InstanceCreator.effort(double value,
Workitem item,
Map<String,Object> attributes)
Create a new effort record for the currently logged in member.
|
Effort |
V1InstanceCreator.effort(double value,
Workitem item,
Member member,
DB.DateTime date)
Create a new effort record with a value and date, assigned to the given
workitem and member.
|
Effort |
V1InstanceCreator.effort(double value,
Workitem item,
Member member,
DB.DateTime date,
Map<String,Object> attributes)
Create a new effort record with a value and date, assigned to the given
workitem and member.
|
void |
SecondaryWorkitem.setParent(Workitem parent) |
void |
Effort.setWorkitem(Workitem workitem)
Sets Story, Defect, Task, Test that this Effort record belongs to.
|
Test |
V1InstanceCreator.test(String name,
Workitem workitem)
Create a new Test with a name.
|
Test |
V1InstanceCreator.test(String name,
Workitem workitem,
Map<String,Object> attributes)
Create a new Test with a name.
|
Modifier and Type | Field and Description |
---|---|
List<Workitem> |
SecondaryWorkitemFilter.parent
Filter on which Story or Defect this workitem is attached to.
|
List<Workitem> |
EffortFilter.workitem
Filter on Workitem effort records belong to.
|
Copyright © 2013 Version One, Inc.. All rights reserved.