org.jenkinsci.plugins.sharedobjects
Class MultipleSharedObjectType
java.lang.Object
org.jenkinsci.plugins.sharedobjects.SharedObjectType
org.jenkinsci.plugins.sharedobjects.MultipleSharedObjectType
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<SharedObjectType>, Serializable
- Direct Known Subclasses:
- FileURLPropertiesSharedObjectType, GroovySharedObjectType, URLPropertiesSharedObjectType
public abstract class MultipleSharedObjectType
- extends SharedObjectType
- Author:
- Gregory Boissinot
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultipleSharedObjectType
protected MultipleSharedObjectType(String name,
String profiles)
getEnvVarValue
public Map<String,String> getEnvVarValue(hudson.model.AbstractBuild build,
SharedObjectLogger logger)
throws SharedObjectException
- Throws:
SharedObjectException
getEnvVars
public abstract Map<String,String> getEnvVars(hudson.model.AbstractBuild build,
SharedObjectLogger logger)
throws SharedObjectException
- Throws:
SharedObjectException
resolveVars
protected void resolveVars(Map<String,String> variables,
Map<String,String> env)
Copyright © 2004-2013. All Rights Reserved.