org.jenkinsci.plugins.sharedobjects
Class SharedObjectJobProperty
java.lang.Object
org.jenkinsci.plugins.envinject.model.EnvInjectJobPropertyContributor
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 classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
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 |
SharedObjectJobProperty
public SharedObjectJobProperty()
SharedObjectJobProperty
@DataBoundConstructor
public SharedObjectJobProperty(boolean populateSharedObjects,
String profiles)
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.