| Fields inherited from class | Fields |
|---|---|
class AbstractResource |
node, ontrack |
| Type Params | Return Type | Name and description |
|---|---|---|
|
Build |
build(java.lang.String name, java.lang.String description = '', boolean getIfExists = false) |
|
Build |
build(java.lang.String name, java.lang.String description = '', boolean getIfExists = false, groovy.lang.Closure closure) |
|
java.lang.Object |
call(groovy.lang.Closure closure) |
|
java.lang.Object |
disable() |
|
java.lang.String |
download(java.lang.String path)Download file from the branch SCM |
|
java.lang.Object |
enable() |
|
java.util.List<Build> |
filter(java.lang.String filterType, java.util.Map<java.lang.String, ?> filterConfig) |
|
BranchProperties |
getConfig() |
|
TemplateInstance |
getInstance()Gets the template instance parameters |
|
java.util.List<Build> |
getLastPromotedBuilds() |
|
java.lang.String |
getProject() |
|
java.util.List<PromotionLevel> |
getPromotionLevels()Gets the list of promotion levels for this branch |
|
java.lang.String |
getType() |
|
java.util.List<ValidationStamp> |
getValidationStamps()Gets the list of validation stamps for this branch |
|
Branch |
instance(java.lang.String sourceName, java.util.Map<java.lang.String, java.lang.String> params) |
|
java.util.List<Build> |
intervalFilter(java.util.Map<java.lang.String, ?> filterConfig) |
|
boolean |
isDisabled() |
|
java.lang.Object |
link(java.lang.String templateName, boolean manual = true, java.util.Map<java.lang.String, java.lang.String> parameters) |
|
PromotionLevel |
promotionLevel(java.lang.String name, java.lang.String description = '', boolean getIfExists = false) |
|
PromotionLevel |
promotionLevel(java.lang.String name, java.lang.String description = '', boolean getIfExists = false, groovy.lang.Closure closure) |
|
java.util.List<Build> |
standardFilter(java.util.Map<java.lang.String, ?> filterConfig) |
|
java.lang.Object |
sync() |
|
java.lang.Object |
syncInstance()Sync this branch template instance with its template. |
|
java.lang.Object |
template(groovy.lang.Closure closure) |
|
java.lang.Object |
unlink() |
|
ValidationStamp |
validationStamp(java.lang.String name, java.lang.String description = '', boolean getIfExists = false) |
|
ValidationStamp |
validationStamp(java.lang.String name, java.lang.String description = '', boolean getIfExists = false, groovy.lang.Closure closure) |
| Methods inherited from class | Name |
|---|---|
class AbstractProjectResource |
config, delete, getDecoration, getDecorations, getDecorations, getDescription, getId, getJenkinsJobDecoration, getMessageDecoration, getName, getProperty, property, property |
class AbstractResource |
getNode, getPage, link, list, optionalLink, query, toString |
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Download file from the branch SCM
Gets the template instance parameters
Gets the list of promotion levels for this branch
Gets the list of validation stamps for this branch
Sync this branch template instance with its template.