public class TemplateImplementationProperty
extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
Modifier and Type | Class and Description |
---|---|
static class |
TemplateImplementationProperty.DescriptorImpl |
Constructor and Description |
---|
TemplateImplementationProperty(java.lang.String templateJobName,
java.util.List<java.lang.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() |
java.util.List<java.lang.String> |
getExclusions() |
java.lang.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(java.lang.String templateJobName) |
void |
setTemplateJobName(java.lang.String templateJobName) |
@Deprecated @DataBoundConstructor public TemplateImplementationProperty(java.lang.String templateJobName, java.util.List<java.lang.String> exclusions, boolean syncDescription, boolean syncDisabled, boolean syncMatrixAxis, boolean syncBuildTriggers, boolean syncSecurity, boolean syncScm, boolean syncOwnership, boolean syncAssignedLabel)
public static TemplateImplementationProperty newImplementation(java.lang.String templateJobName)
@Exported public java.lang.String getTemplateJobName()
public void setTemplateJobName(java.lang.String templateJobName)
public java.util.List<java.lang.String> getExclusions()
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()