public class TeamProjectSet
extends java.lang.Object
Constructor and Description |
---|
TeamProjectSet(java.lang.String name)
Creates a new instance of type TeamProjectSet.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name of the TeamProjectSet.
|
java.lang.String[] |
getProjectNames()
Returns a list of project names.
|
TeamProjectDescription |
getTeamProjectDescriptionByName(java.lang.String name)
Returns a TeamProjectDescription by the given name.
|
TeamProjectDescription |
getTeamProjectDescriptionByRepositoryName(java.lang.String name)
Returns a TeamProjectDescription by the given repository name.
|
TeamProjectDescription[] |
getTeamProjectDescriptions()
Returns the TeamProjectDescriptions.
|
void |
setCvsUserAndPassword(java.lang.String cvsUser,
java.lang.String cvsPwd)
Sets the cvs user and password for each contained TeamProjectDescription.
|
java.lang.String |
toString() |
public TeamProjectSet(java.lang.String name)
name
- the name of the team project set.public java.lang.String getName()
public TeamProjectDescription[] getTeamProjectDescriptions()
public TeamProjectDescription getTeamProjectDescriptionByName(java.lang.String name)
name
- the name of the TeamProjectDescription to return.public TeamProjectDescription getTeamProjectDescriptionByRepositoryName(java.lang.String name)
name
- the repository name of the TeamProjectDescription to return.public java.lang.String[] getProjectNames()
public void setCvsUserAndPassword(java.lang.String cvsUser, java.lang.String cvsPwd)
cvsUser
- the cvs user.cvsPwd
- the cvs password might be nullpublic java.lang.String toString()
toString
in class java.lang.Object