Package | Description |
---|---|
com.versionone.om |
Modifier and Type | Class and Description |
---|---|
class |
Task
Represents a Task in the VersionOne system.
|
class |
Test
Represents a Test in the VersionOne System.
|
Modifier and Type | Method and Description |
---|---|
SecondaryWorkitem |
V1InstanceGetter.secondaryWorkitemByDisplayID(String displayID)
Returns a Secondary Workitem with the given ID or null if the ID is
invalid.
|
SecondaryWorkitem |
V1InstanceGetter.secondaryWorkitemByID(AssetID id)
Returns a Secondary Workitem with the given ID or null if the ID is
invalid.
|
SecondaryWorkitem |
V1InstanceGetter.secondaryWorkitemByID(String sId)
Returns a Secondary Workitem with the given ID or null if the ID is
invalid.
|
Modifier and Type | Method and Description |
---|---|
Collection<SecondaryWorkitem> |
Member.getOwnedSecondaryWorkitems(SecondaryWorkitemFilter filter)
Tasks and Tests owned by this member.
|
Collection<SecondaryWorkitem> |
Project.getSecondaryWorkitems(SecondaryWorkitemFilter filter)
Get SecondaryWorkitems in this Project filtered as specified in the
passed in filter.
|
Collection<SecondaryWorkitem> |
PrimaryWorkitem.getSecondaryWorkitems(SecondaryWorkitemFilter filter)
Collection of Tasks and Tests that belong to this primary workitem.
|
Collection<SecondaryWorkitem> |
Project.getSecondaryWorkitems(SecondaryWorkitemFilter filter,
boolean includeSubprojects)
Get SecondaryWorkitems in this Project filtered as specified in the
passed in filter.
|
Collection<SecondaryWorkitem> |
V1InstanceGetter.secondaryWorkitems(SecondaryWorkitemFilter filter)
Get secondary workitems (tasks and tests) filtered by the criteria
specified in the passed in filter.
|
Copyright © 2013 Version One, Inc.. All rights reserved.