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