|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BuildProject
This interface provides information about TeamCity project
| Method Summary | |
|---|---|
java.util.List<? extends BuildType> |
getBuildTypes()
Return all configurations registered in the project sorted by name. |
java.lang.String |
getDescription()
Returns project description |
java.lang.String |
getName()
Returns project name |
java.lang.String |
getProjectId()
Returns project id |
Status |
getStatus()
Returns project status calculated according to cumulative status of all build configurations registered in the project. |
java.util.List<? extends VcsRoot> |
getVcsRoots()
Returns list of all vcs roots configured for this project. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
java.lang.String getProjectId()
@NotNull java.lang.String getName()
@NotNull java.lang.String getDescription()
Status getStatus()
java.util.List<? extends BuildType> getBuildTypes()
java.util.List<? extends VcsRoot> getVcsRoots()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||