|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBuildDefinitionSpec
Method Summary | |
---|---|
ContinuousIntegrationType |
getContinuousIntegrationType()
An optional filter to control the type of build definitions returned from the query. |
java.lang.String |
getFullPath()
The full path to the desired build definition(s), of the form \TeamProject\Name. |
java.lang.String |
getName()
The name of the desired build definition(s). |
QueryOptions |
getOptions()
Query options used to determine whether or not supporting objects are returned from the query. |
java.lang.String[] |
getPropertyNameFilters()
The property names to be returned from the query/queries. |
java.lang.String |
getTeamProject()
The team project of the desired build definition(s). |
DefinitionTriggerType |
getTriggerType()
An optional filter to control the type of build definitions returned from the query. |
void |
setContinuousIntegrationType(ContinuousIntegrationType value)
|
void |
setName(java.lang.String value)
|
void |
setOptions(QueryOptions value)
|
void |
setPropertyNameFilters(java.lang.String[] value)
|
void |
setTriggerType(DefinitionTriggerType value)
|
Method Detail |
---|
java.lang.String getFullPath()
java.lang.String getName()
void setName(java.lang.String value)
java.lang.String getTeamProject()
QueryOptions getOptions()
void setOptions(QueryOptions value)
DefinitionTriggerType getTriggerType()
void setTriggerType(DefinitionTriggerType value)
ContinuousIntegrationType getContinuousIntegrationType()
void setContinuousIntegrationType(ContinuousIntegrationType value)
java.lang.String[] getPropertyNameFilters()
void setPropertyNameFilters(java.lang.String[] value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |