org.jenkinsci.plugins.envinject
Class EnvInjectJobProperty<T extends hudson.model.Job<?,?>>

java.lang.Object
  extended by hudson.model.JobProperty<T>
      extended by org.jenkinsci.plugins.envinject.EnvInjectJobProperty<T>
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.model.JobProperty<?>>, hudson.model.ReconfigurableDescribable<hudson.model.JobProperty<?>>, hudson.tasks.BuildStep

public class EnvInjectJobProperty<T extends hudson.model.Job<?,?>>
extends hudson.model.JobProperty<T>

Author:
Gregory Boissinot

Nested Class Summary
static class EnvInjectJobProperty.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
hudson.tasks.BuildStep.PublisherList
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.model.JobProperty
owner
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
EnvInjectJobProperty()
           
 
Method Summary
 EnvInjectJobPropertyContributor[] getContributors()
           
 EnvInjectJobPropertyInfo getInfo()
           
 EnvInjectPasswordEntry[] getPasswordEntries()
           
 boolean isInjectGlobalPasswords()
           
 boolean isKeepBuildVariables()
           
 boolean isKeepJenkinsSystemVariables()
           
 boolean isKeepSystemVariables()
           
 boolean isOn()
           
 void setContributors(EnvInjectJobPropertyContributor[] jobPropertyContributors)
           
 void setInfo(EnvInjectJobPropertyInfo info)
           
 void setInjectGlobalPasswords(boolean injectGlobalPasswords)
           
 void setKeepBuildVariables(boolean keepBuildVariables)
           
 void setKeepJenkinsSystemVariables(boolean keepJenkinsSystemVariables)
           
 void setOn(boolean on)
           
 void setPasswordEntries(EnvInjectPasswordEntry[] passwordEntries)
           
 
Methods inherited from class hudson.model.JobProperty
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, setOwner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvInjectJobProperty

public EnvInjectJobProperty()
Method Detail

getInfo

public EnvInjectJobPropertyInfo getInfo()

isOn

public boolean isOn()

isKeepSystemVariables

public boolean isKeepSystemVariables()

isKeepJenkinsSystemVariables

public boolean isKeepJenkinsSystemVariables()

isKeepBuildVariables

public boolean isKeepBuildVariables()

isInjectGlobalPasswords

public boolean isInjectGlobalPasswords()

getPasswordEntries

public EnvInjectPasswordEntry[] getPasswordEntries()

getContributors

public EnvInjectJobPropertyContributor[] getContributors()

setInfo

public void setInfo(EnvInjectJobPropertyInfo info)

setOn

public void setOn(boolean on)

setKeepJenkinsSystemVariables

public void setKeepJenkinsSystemVariables(boolean keepJenkinsSystemVariables)

setKeepBuildVariables

public void setKeepBuildVariables(boolean keepBuildVariables)

setInjectGlobalPasswords

public void setInjectGlobalPasswords(boolean injectGlobalPasswords)

setPasswordEntries

public void setPasswordEntries(EnvInjectPasswordEntry[] passwordEntries)

setContributors

public void setContributors(EnvInjectJobPropertyContributor[] jobPropertyContributors)


Copyright © 2004-2012. All Rights Reserved.