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:
- MultipleSharedObjectType, SimpleSharedObjectType
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 transient String profile
profiles
protected String profiles
SharedObjectType
protected SharedObjectType(String name,
String profiles)
getDescriptor
public hudson.model.Descriptor<SharedObjectType> getDescriptor()
- Specified by:
getDescriptor
in interface hudson.model.Describable<SharedObjectType>
getName
public String getName()
getProfiles
public String getProfiles()
Copyright © 2004-2013. All Rights Reserved.