public interface ProjectFacade
| Modifier and Type | Method and Description |
|---|---|
BranchFacade |
branch(String name,
String description,
boolean getIfExists)
Gets or creates a branch for this project
|
Object |
getDSLRoot()
Object to inject in any Ontrack DSL script
|
BranchFacade branch(String name, String description, boolean getIfExists)
name - Name of the branchdescription - Description of the branchgetIfExists - If true, gets the branch if it exists already, otherwise fails.Object getDSLRoot()
Copyright © 2016–2023. All rights reserved.