public abstract class WithScriptScript<T extends WithScriptDescribable<T>> extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected T |
describable |
protected org.jenkinsci.plugins.workflow.cps.CpsScript |
script |
| Constructor and Description |
|---|
WithScriptScript(org.jenkinsci.plugins.workflow.cps.CpsScript s,
T d) |
protected org.jenkinsci.plugins.workflow.cps.CpsScript script
protected T extends WithScriptDescribable<T> describable
public WithScriptScript(org.jenkinsci.plugins.workflow.cps.CpsScript s,
T d)
Copyright © 2016–2020. All rights reserved.