| Modifier and Type | Method and Description |
|---|---|
FreeStyleBranchProject |
FreeStyleMultiBranchProject.getBranch(String name)
Stapler URL binding for ${rootUrl}/job/${project}/branch/${branchProject}
|
FreeStyleBranchProject |
FreeStyleMultiBranchProject.getItem(String name) |
FreeStyleBranchProject |
FreeStyleMultiBranchProject.getTemplateProject()
Retrieves the template sub-project.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<FreeStyleBranchProject> |
FreeStyleMultiBranchProject.getItems() |
hudson.util.CopyOnWriteList<hudson.model.JobProperty<? super FreeStyleBranchProject>> |
FreeStyleBranchProject.getPropertiesList()
Exposes the job properties so they can be manipulated from the parent.
|
| Modifier and Type | Method and Description |
|---|---|
File |
FreeStyleMultiBranchProject.getRootDirFor(FreeStyleBranchProject child) |
void |
FreeStyleMultiBranchProject.onDeleted(FreeStyleBranchProject item) |
void |
FreeStyleMultiBranchProject.onRenamed(FreeStyleBranchProject item,
String oldName,
String newName) |
| Constructor and Description |
|---|
FreeStyleBranchBuild(FreeStyleBranchProject project)
Constructor that specifies the project the build is assigned to.
|
FreeStyleBranchBuild(FreeStyleBranchProject job,
Calendar timestamp)
Constructor that specifies the project the build is assigned to and the
timestamp.
|
FreeStyleBranchBuild(FreeStyleBranchProject project,
File buildDir)
Constructor that specifies the project the build is assigned to and the
build directory.
|
Copyright © 2004-2014. All Rights Reserved.