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
 EnvInjectJobPropertyInfo getInfo()
           
 boolean isKeepBuildVariables()
           
 boolean isKeepJenkinsSystemVariables()
           
 boolean isKeepSystemVariables()
           
 boolean isOn()
           
 void setInfo(EnvInjectJobPropertyInfo info)
           
 void setKeepBuildVariables(boolean keepBuildVariables)
           
 void setKeepJenkinsSystemVariables(boolean keepJenkinsSystemVariables)
           
 void setOn(boolean on)
           
 
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()

setInfo

public void setInfo(EnvInjectJobPropertyInfo info)

setOn

public void setOn(boolean on)

setKeepJenkinsSystemVariables

public void setKeepJenkinsSystemVariables(boolean keepJenkinsSystemVariables)

setKeepBuildVariables

public void setKeepBuildVariables(boolean keepBuildVariables)


Copyright © 2004-2011. All Rights Reserved.