org.jenkinsci.plugins.sharedobjects
Class SharedObjectsJobProperty

java.lang.Object
  extended by org.jenkinsci.plugins.envinject.model.EnvInjectJobPropertyContributor
      extended by org.jenkinsci.plugins.sharedobjects.SharedObjectsJobProperty
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<org.jenkinsci.plugins.envinject.model.EnvInjectJobPropertyContributor>, Serializable

public class SharedObjectsJobProperty
extends org.jenkinsci.plugins.envinject.model.EnvInjectJobPropertyContributor

Author:
Gregory Boissinot
See Also:
Serialized Form

Nested Class Summary
static class SharedObjectsJobProperty.SharedObjectJobPropertyDescriptor
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
SharedObjectsJobProperty()
           
SharedObjectsJobProperty(boolean populateSharedObjects)
           
 
Method Summary
 Map<String,String> getEnvVars(hudson.model.TaskListener listener)
           
 boolean getPopulateSharedObjects()
           
 void init()
           
 
Methods inherited from class org.jenkinsci.plugins.envinject.model.EnvInjectJobPropertyContributor
all, getDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SharedObjectsJobProperty

public SharedObjectsJobProperty()

SharedObjectsJobProperty

@DataBoundConstructor
public SharedObjectsJobProperty(boolean populateSharedObjects)
Method Detail

getPopulateSharedObjects

public boolean getPopulateSharedObjects()

init

public void init()
Specified by:
init in class org.jenkinsci.plugins.envinject.model.EnvInjectJobPropertyContributor

getEnvVars

public Map<String,String> getEnvVars(hudson.model.TaskListener listener)
                              throws org.jenkinsci.lib.envinject.EnvInjectException
Specified by:
getEnvVars in class org.jenkinsci.plugins.envinject.model.EnvInjectJobPropertyContributor
Throws:
org.jenkinsci.lib.envinject.EnvInjectException


Copyright © 2004-2012. All Rights Reserved.