org.jenkinsci.plugins.sharedobjects
Class SimpleSharedObjectType
java.lang.Object
org.jenkinsci.plugins.sharedobjects.SharedObjectType
org.jenkinsci.plugins.sharedobjects.SimpleSharedObjectType
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<SharedObjectType>, Serializable
- Direct Known Subclasses:
- ClearcaseSharedObjectType, PublicFilePathSharedObjectType, StringValueSharedObjectType
public abstract class SimpleSharedObjectType
- 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 |
SimpleSharedObjectType
protected SimpleSharedObjectType(String name,
String profiles)
getEnvVarValue
public abstract String getEnvVarValue(hudson.model.AbstractBuild build,
SharedObjectLogger logger)
throws SharedObjectException
- Throws:
SharedObjectException
Copyright © 2004-2013. All Rights Reserved.