|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProcessTemplate
Method Summary | |
---|---|
void |
copyFrom(IProcessTemplate source)
Copies properties from a source process template to this instance. |
void |
delete()
Deletes the build process template from the server. |
java.lang.String |
download()
Downloads the latest version of the build process template. |
java.lang.String |
download(java.lang.String versionSpec)
Downloads the build process template at the version specified by version control version specifier. |
java.lang.String |
getDescription()
The description of the build process template. |
int |
getID()
Gets the identifier for this process template. |
java.lang.String |
getParameters()
The process templates parameters. |
java.lang.String |
getServerPath()
The version control path of the build process file. |
BuildReason |
getSupportedReasons()
The valid build reasons that are supported by this build process template. |
java.lang.String |
getTeamProject()
The Team Project for this process template. |
ProcessTemplateType |
getTemplateType()
The type of the build process template. |
java.lang.String |
getVersion()
Gets the version of this process template. |
void |
save()
Saves the build process template to the server. |
void |
setDescription(java.lang.String value)
|
void |
setSupportedReasons(BuildReason value)
|
void |
setTemplateType(ProcessTemplateType value)
|
Method Detail |
---|
int getID()
java.lang.String getTeamProject()
java.lang.String getServerPath()
ProcessTemplateType getTemplateType()
void setTemplateType(ProcessTemplateType value)
java.lang.String getDescription()
void setDescription(java.lang.String value)
BuildReason getSupportedReasons()
void setSupportedReasons(BuildReason value)
java.lang.String getParameters()
java.lang.String getVersion()
java.lang.String download()
java.lang.String download(java.lang.String versionSpec)
versionSpec
- Any valid version control version specifier in string form.
void save()
void delete()
void copyFrom(IProcessTemplate source)
source
- Template to copy from
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |