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,
List<String> exclusions,
boolean syncDescription,
boolean syncDisabled,
boolean syncMatrixAxis,
boolean syncBuildTriggers,
boolean syncSecurity,
boolean syncScm,
boolean syncOwnership,
boolean syncAssignedLabel)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
hudson.model.AbstractProject |
findTemplate() |
List<String> |
getExclusions() |
String |
getTemplateJobName() |
boolean |
isSyncAssignedLabel()
Deprecated.
|
boolean |
isSyncBuildTriggers()
Deprecated.
|
boolean |
isSyncDescription()
Deprecated.
|
boolean |
isSyncDisabled()
Deprecated.
|
boolean |
isSyncMatrixAxis()
Deprecated.
|
boolean |
isSyncOwnership()
Deprecated.
|
boolean |
isSyncScm()
Deprecated.
|
boolean |
isSyncSecurity()
Deprecated.
|
static TemplateImplementationProperty |
newImplementation(String templateJobName) |
void |
setTemplateJobName(String templateJobName) |
@Deprecated @DataBoundConstructor public TemplateImplementationProperty(String templateJobName, List<String> exclusions, boolean syncDescription, boolean syncDisabled, boolean syncMatrixAxis, boolean syncBuildTriggers, boolean syncSecurity, boolean syncScm, boolean syncOwnership, boolean syncAssignedLabel)
public static TemplateImplementationProperty newImplementation(String templateJobName)
@Exported public String getTemplateJobName()
public void setTemplateJobName(String templateJobName)
public hudson.model.AbstractProject findTemplate()
@Deprecated public boolean isSyncMatrixAxis()
@Deprecated public boolean isSyncDescription()
@Deprecated public boolean isSyncBuildTriggers()
@Deprecated public boolean isSyncDisabled()
@Deprecated public boolean isSyncSecurity()
@Deprecated public boolean isSyncScm()
@Deprecated public boolean isSyncOwnership()
@Deprecated public boolean isSyncAssignedLabel()
Copyright © 2016. All rights reserved.