public class EnvInjectJobProperty<T extends hudson.model.Job<?,?>>
extends hudson.model.JobProperty<T>
Modifier and Type | Class and Description |
---|---|
static class |
EnvInjectJobProperty.DescriptorImpl |
Constructor and Description |
---|
EnvInjectJobProperty() |
Modifier and Type | Method and Description |
---|---|
EnvInjectJobPropertyContributor[] |
getContributors() |
EnvInjectJobPropertyInfo |
getInfo() |
EnvInjectPasswordEntry[] |
getPasswordEntries()
Deprecated.
|
boolean |
isInjectGlobalPasswords()
Deprecated.
|
boolean |
isKeepBuildVariables() |
boolean |
isKeepJenkinsSystemVariables() |
boolean |
isOn() |
boolean |
isOverrideBuildParameters() |
hudson.model.JobProperty<?> |
reconfigure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject form) |
void |
setContributors(EnvInjectJobPropertyContributor[] jobPropertyContributors) |
void |
setInfo(EnvInjectJobPropertyInfo info) |
void |
setKeepBuildVariables(boolean keepBuildVariables) |
void |
setKeepJenkinsSystemVariables(boolean keepJenkinsSystemVariables) |
void |
setOn(boolean on) |
void |
setOverrideBuildParameters(boolean overrideBuildParameters) |
public EnvInjectJobPropertyInfo getInfo()
public boolean isOn()
public boolean isKeepJenkinsSystemVariables()
public boolean isKeepBuildVariables()
public boolean isOverrideBuildParameters()
public EnvInjectJobPropertyContributor[] getContributors()
public void setInfo(EnvInjectJobPropertyInfo info)
public void setOn(boolean on)
public void setKeepJenkinsSystemVariables(boolean keepJenkinsSystemVariables)
public void setKeepBuildVariables(boolean keepBuildVariables)
public void setOverrideBuildParameters(boolean overrideBuildParameters)
public void setContributors(EnvInjectJobPropertyContributor[] jobPropertyContributors)
public hudson.model.JobProperty<?> reconfigure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject form) throws hudson.model.Descriptor.FormException
reconfigure
in interface hudson.model.ReconfigurableDescribable<hudson.model.JobProperty<?>>
reconfigure
in class hudson.model.JobProperty<T extends hudson.model.Job<?,?>>
hudson.model.Descriptor.FormException
@Deprecated public boolean isInjectGlobalPasswords()
@Deprecated public EnvInjectPasswordEntry[] getPasswordEntries()
Copyright © 2004-2014. All Rights Reserved.