|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.versionone.om.V1InstanceGetter
public class V1InstanceGetter
Methods to get things
| Method Summary | ||
|---|---|---|
Attachment |
attachmentByID(AssetID id)
Returns an Attachment with the given ID or null if the ID is invalid. |
|
Attachment |
attachmentByID(java.lang.String sId)
Returns an Attachment with the given ID or null if the ID is invalid. |
|
java.util.Collection<Attachment> |
attachments(AttachmentFilter filter)
Get attachments filtered by the criteria specified in the passed in filter. |
|
BaseAsset |
baseAssetByID(AssetID id)
Returns a BaseAsset with the given ID or null if the ID is invalid. |
|
BaseAsset |
baseAssetByID(java.lang.String sId)
Returns a BaseAsset with the given ID or null if the ID is invalid. |
|
java.util.Collection<BaseAsset> |
baseAssets(BaseAssetFilter filter)
Get assets filtered by the criteria specified in the passed in filter. |
|
BuildProject |
buildProjectByID(AssetID id)
Returns a Build Project with the given ID or null if the ID is invalid. |
|
BuildProject |
buildProjectByID(java.lang.String sId)
Returns a Build Project with the given ID or null if the ID is invalid. |
|
java.util.Collection<BuildProject> |
buildProjects(BuildProjectFilter filter)
Get Build Projects filtered by the criteria specified in the passed in filter. |
|
BuildRun |
buildRunByID(AssetID id)
Returns a Build Run with the given ID or null if the ID is invalid. |
|
BuildRun |
buildRunByID(java.lang.String sId)
Returns a Build Run with the given ID or null if the ID is invalid. |
|
java.util.Collection<BuildRun> |
buildRuns(BuildRunFilter filter)
Get Build Runs filtered by the criteria specified in the passed in filter. |
|
|
byDisplayID(java.lang.Class<T> clazz,
java.lang.String displayID)
Returns an Entity of Type T with the given ID or null if the ID is invalid. |
|
|
byID(java.lang.Class<T> clazz,
AssetID id)
Returns an Entity of Type T with the given ID or null if the ID is invalid. |
|
ChangeSet |
changeSetByID(AssetID id)
Returns a ChangeSet with the given ID or null if the ID is invalid. |
|
ChangeSet |
changeSetByID(java.lang.String sId)
Returns a ChangeSet with the given ID or null if the ID is invalid. |
|
java.util.Collection<ChangeSet> |
changeSets(ChangeSetFilter filter)
Get ChangeSets filtered by the criteria specified in the passed in filter. |
|
Conversation |
conversationByID(AssetID id)
Returns a Conversation with the given ID or null if the ID is invalid. |
|
java.util.Collection<Conversation> |
conversations(ConversationFilter filter)
Get Conversation/Expression filtered by the criteria specified in the passed filter. |
|
Defect |
defectByDisplayID(java.lang.String displayID)
Returns a Defect with the given ID or null if the ID is invalid. |
|
Defect |
defectByID(AssetID id)
Returns a Defect with the given ID or null if the ID is invalid. |
|
Defect |
defectByID(java.lang.String sId)
Returns a Defect with the given ID or null if the ID is invalid. |
|
java.util.Collection<Defect> |
defects(DefectFilter filter)
Get defects filtered by the criteria specified in the passed in filter. |
|
DefectTemplate |
defectTemplateByID(AssetID id)
Returns a DefectTemplate with the given ID or null if the ID is invalid. |
|
DefectTemplate |
defectTemplateByID(java.lang.String sId)
Returns a DefectTemplate with the given ID or null if the ID is invalid. |
|
Effort |
effortByID(AssetID id)
Returns an Effort record with the given ID or null if the ID is invalid. |
|
Effort |
effortByID(java.lang.String assetId)
Returns an Effort record with the given ID or null if the ID is invalid. |
|
java.util.Collection<Effort> |
effortRecords(EffortFilter filter)
Get effort records filtered by the criteria specified in the passed in filter. |
|
Environment |
environmentByID(AssetID id)
Returns a Environment with the given ID or null if the ID is invalid. |
|
java.util.Collection<Environment> |
environments(EnvironmentFilter filter)
Get Environment filtered by the criteria specified in the passed in filter. |
|
Epic |
epicByDisplayID(java.lang.String displayID)
Returns a Epic with the given ID or null if the ID is invalid. |
|
Epic |
epicByID(AssetID id)
Returns a Epic with the given ID or null if the ID is invalid. |
|
Epic |
epicByID(java.lang.String sId)
Returns a Epic with the given ID or null if the ID is invalid. |
|
java.util.Collection<Epic> |
epics(EpicFilter filter)
Get Epics filtered by the criteria specified in the passed in filter. |
|
Goal |
goalByDisplayID(java.lang.String displayID)
Returns a Goal with the given ID or null if the ID is invalid. |
|
Goal |
goalByID(AssetID id)
Returns a Goal with the given ID or null if the ID is invalid. |
|
Goal |
goalByID(java.lang.String sId)
Returns a Goal with the given ID or null if the ID is invalid. |
|
java.util.Collection<Goal> |
goals(GoalFilter filter)
Get Goals filtered by the criteria specified in the passed in filter. |
|
Issue |
issueByDisplayID(java.lang.String displayID)
Returns an Issue with the given ID or null if the ID is invalid. |
|
Issue |
issueByID(AssetID id)
Returns an Issue with the given ID or null if the ID is invalid. |
|
java.util.Collection<Issue> |
issues(IssueFilter filter)
Get Issues filtered by the criteria specified in the passed in filter. |
|
Iteration |
iterationByID(AssetID id)
Returns an iteration with the given ID or null if the ID is invalid. |
|
Iteration |
iterationByID(java.lang.String sId)
Returns an iteration with the given ID or null if the ID is invalid. |
|
java.util.Collection<Iteration> |
iterations(IterationFilter filter)
Get iterations filtered by the criteria specified in the passed in filter. |
|
Link |
linkByID(AssetID id)
Returns a Link with the given ID or null if the ID is invalid. |
|
Link |
linkByID(java.lang.String sId)
Returns a Link with the given ID or null if the ID is invalid. |
|
java.util.Collection<Link> |
links(LinkFilter filter)
Get links filtered by the criteria specified in the passed in filter. |
|
|
listTypeValues(java.lang.Class<T> valuesClass)
Gets the active values of a standard list type. |
|
Member |
memberByID(AssetID id)
Returns a Member with the given ID or null if the ID is invalid. |
|
Member |
memberByID(java.lang.String sId)
Returns a Member with the given ID or null if the ID is invalid. |
|
Member |
memberByUserName(java.lang.String userName)
Retrieves the first Member with the given user name. |
|
java.util.Collection<Member> |
members(MemberFilter filter)
Get Members filtered by the criteria specified in the passed in filter. |
|
java.util.Collection<Message> |
messages(MessageFilter filter)
Get Messages filtered by the criteria specified in the passed in filter. |
|
Note |
noteByID(AssetID id)
Returns a Note with the given ID or null if the ID is invalid. |
|
Note |
noteByID(java.lang.String sId)
Returns a Note with the given ID or null if the ID is invalid. |
|
java.util.Collection<Note> |
notes(NoteFilter filter)
Get notes filtered by the criteria specified in the passed in filter. |
|
PrimaryWorkitem |
primaryWorkitemByDisplayID(java.lang.String displayID)
Returns a Primary Workitem with the given ID or null if the ID is invalid. |
|
PrimaryWorkitem |
primaryWorkitemByID(AssetID id)
Returns a Primary Workitem with the given ID or null if the ID is invalid. |
|
PrimaryWorkitem |
primaryWorkitemByID(java.lang.String sId)
Returns a Primary Workitem with the given ID or null if the ID is invalid. |
|
java.util.Collection<PrimaryWorkitem> |
primaryWorkitems(PrimaryWorkitemFilter filter)
Get primary workitems (stories and defects) filtered by the criteria specified in the passed in filter. |
|
Project |
projectByID(AssetID id)
id Returns a project with the given ID or null if the ID is invalid. |
|
Project |
projectByID(java.lang.String sId)
id Returns a project with the given ID or null if the ID is invalid. |
|
Project |
projectByName(java.lang.String name)
Retrieves the first project with the given name or null. |
|
java.util.Collection<Project> |
projects(ProjectFilter filter)
Get projects filtered by the criteria specified in the passed in filter. |
|
RegressionPlan |
regressionPlanByDisplayID(java.lang.String displayID)
Returns a RegressionPlan with the given ID or null if the ID is invalid |
|
RegressionPlan |
regressionPlanByID(AssetID id)
Returns a RegressionPlan with the given ID or null if the ID is invalid. |
|
java.util.Collection<RegressionPlan> |
regressionPlans(RegressionPlanFilter filter)
Gets regression plans filtered by the criteria specified in the passed in filter. |
|
RegressionSuite |
regressionSuiteByID(AssetID id)
Returns a Regression Suite with the given ID or null if the ID is invalid. |
|
java.util.Collection<RegressionSuite> |
regressionSuites(RegressionSuiteFilter filter)
Get Regression Suite filtered by the criteria specified in the passed in filter. |
|
RegressionTest |
regressionTestByID(AssetID id)
Returns a Regression Test with the given ID or null if the ID is invalid. |
|
java.util.Collection<RegressionTest> |
regressionTests(RegressionTestFilter filter)
Get Regression Suite filtered by the criteria specified in the passed in filter. |
|
Request |
requestByDisplayID(java.lang.String displayID)
Returns a Request with the given ID or null if the ID is invalid. |
|
Request |
requestByID(AssetID id)
Returns a Request with the given ID or null if the ID is invalid. |
|
java.util.Collection<Request> |
requests(RequestFilter filter)
Get Requests filtered by the criteria specified in the passed in filter. |
|
Retrospective |
retrospectiveByID(AssetID id)
Returns a retrospective with the given ID or null if the ID is invalid. |
|
Retrospective |
retrospectiveByID(java.lang.String sId)
Returns a retrospective with the given ID or null if the ID is invalid. |
|
java.util.Collection<Retrospective> |
retrospectives(RetrospectiveFilter filter)
Get Retrospective filtered by the criteria specified in the passed in filter. |
|
Schedule |
scheduleByID(AssetID id)
Returns a schedule with the given ID or null if the ID is invalid |
|
Schedule |
scheduleByName(java.lang.String name)
Retrieves the first schedule with the given name or null |
|
java.util.Collection<Schedule> |
schedules(ScheduleFilter filter)
Get schedules filtered by the criteria specified in the passed in filter. |
|
SecondaryWorkitem |
secondaryWorkitemByDisplayID(java.lang.String displayID)
Returns a Secondary Workitem with the given ID or null if the ID is invalid. |
|
SecondaryWorkitem |
secondaryWorkitemByID(AssetID id)
Returns a Secondary Workitem with the given ID or null if the ID is invalid. |
|
SecondaryWorkitem |
secondaryWorkitemByID(java.lang.String sId)
Returns a Secondary Workitem with the given ID or null if the ID is invalid. |
|
java.util.Collection<SecondaryWorkitem> |
secondaryWorkitems(SecondaryWorkitemFilter filter)
Get secondary workitems (tasks and tests) filtered by the criteria specified in the passed in filter. |
|
java.util.Collection<Story> |
story(StoryFilter filter)
Get stories filtered by the criteria specified in the passed in filter. |
|
Story |
storyByDisplayID(java.lang.String displayID)
Returns a Story with the given ID or null if the ID is invalid. |
|
Story |
storyByID(AssetID id)
Returns a Story with the given ID or null if the ID is invalid. |
|
Story |
storyByID(java.lang.String sId)
Returns a Story with the given ID or null if the ID is invalid. |
|
StoryTemplate |
storyTemplateByID(AssetID id)
Returns a StoryTemplate with the given ID or null if the ID is invalid. |
|
StoryTemplate |
storyTemplateByID(java.lang.String sId)
Returns a StoryTemplate with the given ID or null if the ID is invalid. |
|
java.util.Collection<Task> |
tasks(TaskFilter filter)
Get tasks filtered by the criteria specified in the passed in filter. |
|
Team |
teamByID(AssetID id)
Returns a Team with the given ID or null if the ID is invalid. |
|
Team |
teamByID(java.lang.String sId)
Returns a Team with the given ID or null if the ID is invalid. |
|
java.util.Collection<Team> |
teams(TeamFilter filter)
Get teams filtered by the criteria specified in the passed in filter. |
|
java.util.Collection<Test> |
tests(TestFilter filter)
Get Tests filtered by the criteria specified in the passed in filter. |
|
TestSet |
testSetByDisplayID(java.lang.String displayID)
Returns a TestSet with the given ID or null if the ID is invalid. |
|
TestSet |
testSetByID(AssetID id)
Returns a Test Set with the given ID or null if the ID is invalid. |
|
java.util.Collection<TestSet> |
testSets(TestSetFilter filter)
Get Test Sets filtered by the criteria specified in the passed in filter. |
|
TestSuite |
testSuiteByID(AssetID id)
Returns a TestSuite with the given ID or null if the ID is invalid. |
|
TestSuite |
testSuiteByID(java.lang.String sId)
Returns a TestSuite with the given ID or null if the ID is invalid. |
|
Theme |
themeByDisplayID(java.lang.String displayID)
Returns a Theme with the given ID or null if the ID is invalid. |
|
Theme |
themeByID(AssetID id)
Returns a Theme with the given ID or null if the ID is invalid. |
|
Theme |
themeByID(java.lang.String sId)
Returns a Theme with the given ID or null if the ID is invalid. |
|
java.util.Collection<Theme> |
themes(ThemeFilter filter)
Get themes filtered by the criteria specified in the passed in filter. |
|
Workitem |
workitemByDisplayID(java.lang.String displayID)
Returns a Workitem with the given ID or null if the ID is invalid. |
|
Workitem |
workitemByID(AssetID id)
Returns a Workitem with the given ID or null if the ID is invalid. |
|
Workitem |
workitemByID(java.lang.String sId)
Returns a Workitem with the given ID or null if the ID is invalid. |
|
java.util.Collection<Workitem> |
workitems(WorkitemFilter filter)
Get workitems (stories, defects, tasks, and tests) filtered by the criteria specified in the passed in filter. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.util.Collection<Attachment> attachments(AttachmentFilter filter)
filter - Limit the items returned. If null, then all items returned.
public java.util.Collection<Note> notes(NoteFilter filter)
filter - Limit the items returned. If null, then all items returned.
public java.util.Collection<Link> links(LinkFilter filter)
filter - Limit the items returned. If null, then all items returned.
public java.util.Collection<Effort> effortRecords(EffortFilter filter)
filter - Limit the items returned. If null, then all items returned.
public java.util.Collection<BaseAsset> baseAssets(BaseAssetFilter filter)
filter - Limit the items returned. If null, then all items returned.
public java.util.Collection<Story> story(StoryFilter filter)
filter - Limit the items returned. If null, then all items returned.
public java.util.Collection<Epic> epics(EpicFilter filter)
filter - Limit the items returned. If null, then all items returned.
public java.util.Collection<Defect> defects(DefectFilter filter)
filter - Limit the items returned. If null, then all items returned.
public java.util.Collection<PrimaryWorkitem> primaryWorkitems(PrimaryWorkitemFilter filter)
filter - Limit the items returned. If null, then all items returned.
public java.util.Collection<Workitem> workitems(WorkitemFilter filter)
filter - Limit the items returned. If null, then all items returned.
public java.util.Collection<SecondaryWorkitem> secondaryWorkitems(SecondaryWorkitemFilter filter)
filter - Limit the items returned. If null, then all items returned.
public java.util.Collection<Task> tasks(TaskFilter filter)
filter - Limit the items returned. If null, then all items returned.
public java.util.Collection<Test> tests(TestFilter filter)
filter - Limit the items returned. If null, then all items returned.
public java.util.Collection<Iteration> iterations(IterationFilter filter)
filter - Limit the items returned. If null, then all items returned.
public java.util.Collection<Project> projects(ProjectFilter filter)
filter - Limit the items returned. If null, then all items returned.
public java.util.Collection<Team> teams(TeamFilter filter)
filter - Limit the items returned. If null, then all items returned.
public java.util.Collection<Theme> themes(ThemeFilter filter)
filter - Limit the items returned. If null, then all items returned.
public java.util.Collection<Member> members(MemberFilter filter)
filter - Limit the items returned. If null, then all items returned.
public java.util.Collection<Request> requests(RequestFilter filter)
filter - Limit the items returned. If null, then all items returned.
public java.util.Collection<Goal> goals(GoalFilter filter)
filter - Limit the items returned. If null, then all items returned.
public java.util.Collection<Issue> issues(IssueFilter filter)
filter - Limit the items returned. If null, then all items returned.
public java.util.Collection<Retrospective> retrospectives(RetrospectiveFilter filter)
filter - Limit the items returned. If null, then all items returned.
public java.util.Collection<BuildRun> buildRuns(BuildRunFilter filter)
filter - Limit the items returned. If null, then all items returned.
public java.util.Collection<BuildProject> buildProjects(BuildProjectFilter filter)
filter - Limit the items returned. If null, then all items returned.
public java.util.Collection<ChangeSet> changeSets(ChangeSetFilter filter)
filter - Limit the items returned. If null, then all items returned.
public java.util.Collection<Schedule> schedules(ScheduleFilter filter)
filter - Limit the items returned. If null, then all items returned.
public java.util.Collection<Message> messages(MessageFilter filter)
filter - Limit the items returned. If null, then all items returned.
public java.util.Collection<Conversation> conversations(ConversationFilter filter)
filter - Limit the items returned. If null, then all items returned.
public java.util.Collection<RegressionPlan> regressionPlans(RegressionPlanFilter filter)
filter - Limit the items returned. If null, then all items are returned.
public java.util.Collection<RegressionSuite> regressionSuites(RegressionSuiteFilter filter)
filter - Limit the items returned. If null, then all items are returned.
public java.util.Collection<TestSet> testSets(TestSetFilter filter)
filter - Limit the items returned. If null, then all items are returned.
public java.util.Collection<Environment> environments(EnvironmentFilter filter)
filter - Limit the items returned. If null, then all items are returned.
public java.util.Collection<RegressionTest> regressionTests(RegressionTestFilter filter)
filter - Limit the items returned. If null, then all items are returned.
public Project projectByID(AssetID id)
id - id of the project to retrieve.
public Project projectByID(java.lang.String sId)
sId - id of the project to retrieve (string have to be token for
AssetId class).
AssetID.AssetID(String).public Iteration iterationByID(AssetID id)
id - ID of the iteration to retrieve.
public Iteration iterationByID(java.lang.String sId)
sId - ID of the iteration to retrieve (string have to be token for
AssetId class).
AssetID.AssetID(String).public Retrospective retrospectiveByID(AssetID id)
id - ID of the iteration to retrieve.
public Retrospective retrospectiveByID(java.lang.String sId)
sId - ID of the iteration to retrieve (string have to be token for
AssetId class).
public Member memberByID(AssetID id)
id - ID of the Member to retrieve.
public Member memberByID(java.lang.String sId)
sId - ID of the Member to retrieve (string have to be token for
AssetId class).
AssetID.AssetID(String).public Team teamByID(AssetID id)
id - ID of the Team to retrieve.
public Team teamByID(java.lang.String sId)
sId - ID of the Team to retrieve (string have to be token for
AssetId class).
AssetID.AssetID(String).public Story storyByID(AssetID id)
id - ID of the Story to retrieve.
public Story storyByID(java.lang.String sId)
sId - ID of the Story to retrieve (string have to be token for
AssetId class).
AssetID.AssetID(String).public Defect defectByID(AssetID id)
id - ID of the Defect to retrieve.
public Defect defectByID(java.lang.String sId)
sId - ID of the Defect to retrieve (string have to be token for
AssetId class).
AssetID.AssetID(String).public Issue issueByID(AssetID id)
id - ID of the Issue to retrieve.
public Request requestByID(AssetID id)
id - ID of the Request to retrieve.
public Theme themeByID(AssetID id)
id - ID of the Theme to retrieve.
public Theme themeByID(java.lang.String sId)
sId - ID of the Theme to retrieve(string have to be token for
AssetId class).
public Goal goalByID(AssetID id)
id - ID of the Goal to retrieve.
public Goal goalByID(java.lang.String sId)
sId - ID of the Goal to retrieve.
public Epic epicByID(AssetID id)
id - ID of the Epic to retrieve(string have to be token for AssetId
class).
public Epic epicByID(java.lang.String sId)
sId - ID of the Epic to retrieve(string have to be token for AssetId
class).
public StoryTemplate storyTemplateByID(AssetID id)
id - ID of the StoryTemplate to retrieve.
public StoryTemplate storyTemplateByID(java.lang.String sId)
sId - ID of the StoryTemplate to retrieve(string have to be token for
AssetId class).
public DefectTemplate defectTemplateByID(AssetID id)
id - ID of the DefectTemplate to retrieve.
public DefectTemplate defectTemplateByID(java.lang.String sId)
sId - ID of the DefectTemplate to retrieve(string have to be token
for AssetId class).
public Note noteByID(AssetID id)
id - ID of the Note to retrieve.
public Note noteByID(java.lang.String sId)
sId - ID of the Note to retrieve(string have to be token for AssetId
class).
AssetID.AssetID(String).public Link linkByID(AssetID id)
id - ID of the Link to retrieve.
public Link linkByID(java.lang.String sId)
sId - ID of the Link to retrieve(string have to be token for AssetId
class).
AssetID.AssetID(String).public Attachment attachmentByID(AssetID id)
id - ID of the Attachment to retrieve.
public Attachment attachmentByID(java.lang.String sId)
sId - ID of the Attachment to retrieve (string have to be token for
AssetId class).
public TestSuite testSuiteByID(AssetID id)
id - ID of the TestSuite to retrieve.
public TestSuite testSuiteByID(java.lang.String sId)
sId - ID of the TestSuite to retrieve (string have to be token for
AssetId class).
public Effort effortByID(AssetID id)
id - ID of the Effort record to retrieve.
public Effort effortByID(java.lang.String assetId)
assetId - ID of the Effort record to retrieve. (string have to be
token for AssetId class).
public PrimaryWorkitem primaryWorkitemByID(AssetID id)
id - ID of the Primary Workitem to retrieve.
public PrimaryWorkitem primaryWorkitemByID(java.lang.String sId)
sId - ID of the Primary Workitem to retrieve(string have to be token
for AssetId class).
public SecondaryWorkitem secondaryWorkitemByID(AssetID id)
id - ID of the Secondary Workitem to retrieve.
public SecondaryWorkitem secondaryWorkitemByID(java.lang.String sId)
sId - ID of the Secondary Workitem to retrieve(string have to be
token for AssetId class).
public Workitem workitemByID(AssetID id)
id - ID of the Workitem to retrieve.
public Workitem workitemByID(java.lang.String sId)
sId - ID of the Workitem to retrieve(string have to be token for
AssetId class).
public BaseAsset baseAssetByID(AssetID id)
id - ID of the BaseAsset to retrieve.
public BaseAsset baseAssetByID(java.lang.String sId)
sId - ID of the BaseAsset to retrieve(string have to be token for
AssetId class).
AssetID.AssetID(String).public BuildRun buildRunByID(AssetID id)
id - ID of the Build Run to retrieve.
public BuildRun buildRunByID(java.lang.String sId)
sId - ID of the Build Run to retrieve(string have to be token for
AssetId class).
AssetID.AssetID(String).public BuildProject buildProjectByID(AssetID id)
id - ID of the Build Project to retrieve.
public BuildProject buildProjectByID(java.lang.String sId)
sId - ID of the Build Project to retrieve(string have to be token
for AssetId class).
AssetID.AssetID(String).public ChangeSet changeSetByID(AssetID id)
id - ID of the ChangeSet to retrieve.
public ChangeSet changeSetByID(java.lang.String sId)
sId - ID of the ChangeSet to retrieve(string have to be token for
AssetId class).
AssetID.AssetID(String).public Conversation conversationByID(AssetID id)
id - ID of the Conversation to retrieve.
public <T extends Entity> T byID(java.lang.Class<T> clazz,
AssetID id)
T - Entity Type to retrieve.clazz - - T Class.id - ID of the Entity to retrieve.
public <T extends ProjectAsset> T byDisplayID(java.lang.Class<T> clazz,
java.lang.String displayID)
throws SDKException
clazz - Entity Type to retrieve.displayID - DisplayID of the Entity to retrieve.
SDKException - if there is a problem executing the querypublic Story storyByDisplayID(java.lang.String displayID)
displayID - DisplayID of the Story to retrieve.
public Defect defectByDisplayID(java.lang.String displayID)
displayID - DisplayID of the Defect to retrieve.
public Issue issueByDisplayID(java.lang.String displayID)
displayID - DisplayID of the Issue to retrieve.
public Request requestByDisplayID(java.lang.String displayID)
displayID - DisplayID of the Request to retrieve.
public Theme themeByDisplayID(java.lang.String displayID)
displayID - DisplayID of the Theme to retrieve.
public Goal goalByDisplayID(java.lang.String displayID)
displayID - DisplayID of the Goal to retrieve.
public Epic epicByDisplayID(java.lang.String displayID)
displayID - DisplayID of the Epic to retrieve.
public PrimaryWorkitem primaryWorkitemByDisplayID(java.lang.String displayID)
displayID - DisplayID of the Primary Workitem to retrieve.
public SecondaryWorkitem secondaryWorkitemByDisplayID(java.lang.String displayID)
displayID - DisplayID of the Secondary Workitem to retrieve.
public Workitem workitemByDisplayID(java.lang.String displayID)
displayID - DisplayID of the Workitem to retrieve.
public RegressionPlan regressionPlanByID(AssetID id)
id - ID of the RegressionPlan to retrieve.
public RegressionPlan regressionPlanByDisplayID(java.lang.String displayID)
displayID - DisplayID of the RegressionPlan to retrieve
public RegressionSuite regressionSuiteByID(AssetID id)
id - ID of the Regression Suite to retrieve.
public TestSet testSetByID(AssetID id)
id - ID of the Test Set to retrieve.
public TestSet testSetByDisplayID(java.lang.String displayID)
displayID - DisplayID of the TestSet to retrieve.
public Environment environmentByID(AssetID id)
id - ID of the Environment to retrieve.
public RegressionTest regressionTestByID(AssetID id)
id - ID of the Regression Test to retrieve.
public Project projectByName(java.lang.String name)
throws SDKException
name - name of the project to retrieve.
SDKException - if there is a problem executing the query
public Member memberByUserName(java.lang.String userName)
throws SDKException
userName - The user name the user or member uses to login to the
VersionOne system.
SDKException - if there is a problem executing the querypublic <T extends ListValue> java.util.Collection<T> listTypeValues(java.lang.Class<T> valuesClass)
T - The type of Entity that represents the V1 List Type.valuesClass - T Class.
public Schedule scheduleByID(AssetID id)
id - ID of the schedule to retrieve
public Schedule scheduleByName(java.lang.String name)
name - name of the schedule to retrieve
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||