public final class FreeStyleBranchProjectFactory extends TemplateDrivenBranchProjectFactory<hudson.model.FreeStyleProject,hudson.model.FreeStyleBuild>
| Modifier and Type | Class and Description |
|---|---|
static class |
FreeStyleBranchProjectFactory.DescriptorImpl
TemplateDrivenBranchProjectFactory's descriptor. |
| Constructor and Description |
|---|
FreeStyleBranchProjectFactory()
No-op constructor used for data binding.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isProject(hudson.model.Item item) |
hudson.model.FreeStyleProject |
newInstance(jenkins.branch.Branch branch) |
decorate, getBranch, setBranch@DataBoundConstructor public FreeStyleBranchProjectFactory()
public hudson.model.FreeStyleProject newInstance(jenkins.branch.Branch branch)
newInstance in class jenkins.branch.BranchProjectFactory<hudson.model.FreeStyleProject,hudson.model.FreeStyleBuild>public boolean isProject(hudson.model.Item item)
isProject in class jenkins.branch.BranchProjectFactory<hudson.model.FreeStyleProject,hudson.model.FreeStyleBuild>Copyright © 2016–2017. All rights reserved.