|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BuildTypeDescriptor
General build configuration data.
| Nested Class Summary | |
|---|---|
static class |
BuildTypeDescriptor.CheckoutType
Possible modes of check out process. |
| Method Summary | |
|---|---|
java.lang.String |
getBuildTypeId()
Returns build configuration id. |
BuildTypeDescriptor.CheckoutType |
getCheckoutType()
Returns method used by agent to retrieve project sources. |
java.lang.String |
getDescription()
Returns configuration descrition. |
java.lang.String |
getFullName()
Returns name in the form: <project name> :: <build type name> |
java.lang.String |
getName()
Returns presentable name. |
java.lang.String |
getProjectId()
Returns id of the project this build configuration configured in. |
java.lang.String |
getProjectName()
Returns project name this configuration belongs to. |
java.util.Collection<java.lang.String> |
getRunnerTypes()
Returns collection of types of enabled build runners configured in this configuration |
java.lang.String |
getRunType()
Deprecated. since 6.0 returns type of the first runner only |
boolean |
isPaused()
Returns if the configuration is paused. |
boolean |
isPersonal()
Returns if the configuration is temporary created for the personal build. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
@NotNull java.lang.String getBuildTypeId()
@NotNull java.lang.String getProjectName()
java.lang.String getName()
java.lang.String getFullName()
java.lang.String getDescription()
java.lang.String getRunType()
java.util.Collection<java.lang.String> getRunnerTypes()
boolean isPersonal()
BuildTypeDescriptor.CheckoutType getCheckoutType()
boolean isPaused()
@NotNull java.lang.String getProjectId()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||