org.jenkinsci.plugins.sharedobjects
Class SharedObjectJobProperty

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

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

Author:
Gregory Boissinot
See Also:
Serialized Form

Nested Class Summary
static class SharedObjectJobProperty.SharedObjectJobPropertyDescriptor
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
SharedObjectJobProperty()
           
SharedObjectJobProperty(boolean populateSharedObjects, String profiles)
           
 
Method Summary
 Map<String,String> getEnvVars(hudson.model.AbstractBuild build, hudson.model.TaskListener listener)
           
 String getProfiles()
           
 void init()
           
 boolean isPopulateSharedObjects()
           
 
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

SharedObjectJobProperty

public SharedObjectJobProperty()

SharedObjectJobProperty

@DataBoundConstructor
public SharedObjectJobProperty(boolean populateSharedObjects,
                                                    String profiles)
Method Detail

isPopulateSharedObjects

public boolean isPopulateSharedObjects()

getProfiles

public String getProfiles()

init

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

getEnvVars

public Map<String,String> getEnvVars(hudson.model.AbstractBuild build,
                                     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-2013. All Rights Reserved.