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 isKeepSystemVariables()
           
 boolean isOn()
           
 void setInfo(EnvInjectJobPropertyInfo info)
           
 void setKeepSystemVariables(boolean keepSystemVariables)
           
 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()

setInfo

public void setInfo(EnvInjectJobPropertyInfo info)

setOn

public void setOn(boolean on)

setKeepSystemVariables

public void setKeepSystemVariables(boolean keepSystemVariables)


Copyright © 2004-2011. All Rights Reserved.