org.jenkinsci.plugins.sharedobjects
Class SharedObjectType
java.lang.Object
org.jenkinsci.plugins.sharedobjects.SharedObjectType
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<SharedObjectType>, Serializable
- Direct Known Subclasses:
- ClearcaseSharedObjectType, PublicFilePathSharedObjectType, StringValueSharedObjectType
public abstract class SharedObjectType
- extends Object
- implements hudson.ExtensionPoint, hudson.model.Describable<SharedObjectType>, Serializable
- 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 |
name
protected String name
profile
protected String profile
SharedObjectType
public SharedObjectType()
getDescriptor
public hudson.model.Descriptor<SharedObjectType> getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<SharedObjectType>
getName
public String getName()
getProfile
public String getProfile()
getEnvVarValue
public abstract String getEnvVarValue(SharedObjectLogger logger)
throws SharedObjectException
- Throws:
SharedObjectException
Copyright © 2004-2012. All Rights Reserved.