public interface IProjectTeamworkInfo
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBranchName()
Return the name of the branch the project located.
|
java.util.Date |
getCheckoutDateTime()
Return the date and time the project being checkout from repository.
|
IProjectTeamworkRevision |
getLastRevision()
Return project's latest revision information.
|
java.lang.String |
getLocation()
Return the logical project path according to folder structures defined in repository.
|
java.lang.String |
getProjectName()
Return the name of the project.
|
java.lang.String |
getRelativeProjectDirectory()
Return the physical path of the project in repository.
|
IProjectTeamworkRevision |
getRevision()
Return the revision information of the project.
|
IProjectTeamworkRevision[] |
getRevisions()
Return the name of the branch the project located.
|
boolean |
isCheckedOut()
Tests whether the project is being checked out from repository.
|
boolean |
isLocalModified()
Tests whether the local project is modified.
|
java.lang.String getProjectName()
boolean isCheckedOut()
java.util.Date getCheckoutDateTime()
java.lang.String getBranchName()
java.lang.String getLocation()
java.lang.String getRelativeProjectDirectory()
boolean isLocalModified()
IProjectTeamworkRevision[] getRevisions()
IProjectTeamworkRevision getRevision()
IProjectTeamworkRevision getLastRevision()