|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.tfs.model.Project
public class Project
| Constructor Summary | |
|---|---|
Project(Server server,
java.lang.String projectPath)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<ChangeSet> |
getBriefHistory(java.util.Calendar fromTimestamp,
java.util.Calendar toTimestamp)
Returns a list of change sets not containing the modified items. |
java.util.List<ChangeSet> |
getDetailedHistory(java.util.Calendar fromTimestamp,
java.util.Calendar toTimestamp)
Returns a list of change sets containing modified items. |
void |
getFiles(java.lang.String localPath)
Gets all files from server. |
void |
getFiles(java.lang.String localPath,
java.lang.String versionSpec)
Gets all files from server. |
java.lang.String |
getProjectPath()
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Project(Server server,
java.lang.String projectPath)
| Method Detail |
|---|
public java.lang.String getProjectPath()
public java.util.List<ChangeSet> getDetailedHistory(java.util.Calendar fromTimestamp,
java.util.Calendar toTimestamp)
throws java.io.IOException,
java.lang.InterruptedException,
java.text.ParseException
fromTimestamp - the timestamp to get history fromtoTimestamp - the timestamp to get history to
java.io.IOException
java.lang.InterruptedException
java.text.ParseException
public java.util.List<ChangeSet> getBriefHistory(java.util.Calendar fromTimestamp,
java.util.Calendar toTimestamp)
throws java.io.IOException,
java.lang.InterruptedException,
java.text.ParseException
fromTimestamp - the timestamp to get history fromtoTimestamp - the timestamp to get history to
java.io.IOException
java.lang.InterruptedException
java.text.ParseException
public void getFiles(java.lang.String localPath)
throws java.io.IOException,
java.lang.InterruptedException
localPath - the local path to get all files into
java.io.IOException
java.lang.InterruptedException
public void getFiles(java.lang.String localPath,
java.lang.String versionSpec)
throws java.io.IOException,
java.lang.InterruptedException
localPath - the local path to get all files intoversionSpec - the version spec to use when getting the files
java.io.IOException
java.lang.InterruptedExceptionpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||