|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProjectCollection
A collection of Project
objects.
Method Summary | |
---|---|
Project |
get(java.lang.String projectName)
Gets a Project by name. |
Project |
getByID(int projectID)
Gets a Project by ID. |
WorkItemClient |
getClient()
|
Project[] |
getProjects()
|
java.util.Iterator<Project> |
iterator()
|
int |
size()
|
Method Detail |
---|
java.util.Iterator<Project> iterator()
iterator
in interface java.lang.Iterable<Project>
int size()
Project
s in the collection.Project get(java.lang.String projectName)
Project
by name.
projectName
- the name of the Project
to get (must not be
null
)
Project
for the specified nameProject getByID(int projectID)
Project
by ID.
projectID
- the ID of the Project
to get.
Project
for the specified IDProject[] getProjects()
Project
sWorkItemClient getClient()
WorkItemClient
associated with this
collection.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |