public class TemplateImplementationProperty
extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
| Modifier and Type | Class and Description |
|---|---|
static class |
TemplateImplementationProperty.DescriptorImpl |
| Constructor and Description |
|---|
TemplateImplementationProperty(String templateJobName,
boolean syncMatrixAxis,
boolean syncDescription,
boolean syncBuildTriggers,
boolean syncDisabled,
boolean syncSecurity,
boolean syncScm,
boolean syncOwnership,
boolean syncAssignedLabel) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.AbstractProject |
findTemplate() |
boolean |
getSyncAssignedLabel() |
boolean |
getSyncBuildTriggers() |
boolean |
getSyncDescription() |
boolean |
getSyncDisabled() |
boolean |
getSyncMatrixAxis() |
boolean |
getSyncOwnership() |
boolean |
getSyncScm() |
boolean |
getSyncSecurity() |
String |
getTemplateJobName() |
void |
setTemplateJobName(String templateJobName) |
@DataBoundConstructor public TemplateImplementationProperty(String templateJobName, boolean syncMatrixAxis, boolean syncDescription, boolean syncBuildTriggers, boolean syncDisabled, boolean syncSecurity, boolean syncScm, boolean syncOwnership, boolean syncAssignedLabel)
@Exported public String getTemplateJobName()
public void setTemplateJobName(String templateJobName)
@Exported public boolean getSyncMatrixAxis()
public boolean getSyncDescription()
public boolean getSyncBuildTriggers()
public boolean getSyncDisabled()
public boolean getSyncSecurity()
public boolean getSyncScm()
public boolean getSyncOwnership()
public boolean getSyncAssignedLabel()
public hudson.model.AbstractProject findTemplate()
Copyright © 2004-2015. All Rights Reserved.