public class OwnershipExclusion extends JobPropertyExclusion
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ID |
LOG
Constructor and Description |
---|
OwnershipExclusion() |
Modifier and Type | Method and Description |
---|---|
void |
postClone(EzContext context,
hudson.model.AbstractProject implementationProject)
Restore content we kept - usually via reflection to prevent infinite save recursion.
|
preClone
getDescription, getDisabledText, getId, toString
public static final java.lang.String ID
public void postClone(EzContext context, hudson.model.AbstractProject implementationProject)
Exclusion
postClone
in interface Exclusion
postClone
in class JobPropertyExclusion
context
- Templating execution, Exclusion
s must check if they are selected in this execution!implementationProject
- The child project immediately after it has been XML-cloned from its template.
Note it will be amended by successive Exclusion
s so the overall state is
indeterminate although each individual Exclusion
can presume its personal
view of the Job currently looks exactly like the template.EzReflectionUtils