public class JobPropertyExclusion extends HardCodedExclusion
Exclusion which retains a given JobProperty through cloning| Modifier and Type | Field and Description |
|---|---|
protected hudson.model.JobProperty |
cached |
| Constructor and Description |
|---|
JobPropertyExclusion(String id,
String description,
String className) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getDisabledText() |
String |
getId() |
void |
postClone(hudson.model.AbstractProject implementationProject) |
void |
preClone(hudson.model.AbstractProject implementationProject) |
clone, toStringpublic void preClone(hudson.model.AbstractProject implementationProject)
preClone in class HardCodedExclusionpublic void postClone(hudson.model.AbstractProject implementationProject)
postClone in class HardCodedExclusionpublic String getId()
public String getDescription()
public String getDisabledText()
Copyright © 2016. All rights reserved.