org.jenkinsci.plugins.sharedobjects
Class SharedObjectType

java.lang.Object
  extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
protected  String name
           
protected  String profile
           
protected  String profiles
           
 
Constructor Summary
protected SharedObjectType(String name, String profiles)
           
 
Method Summary
 hudson.model.Descriptor<SharedObjectType> getDescriptor()
           
 String getName()
           
 String getProfiles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

profile

protected transient String profile

profiles

protected String profiles
Constructor Detail

SharedObjectType

protected SharedObjectType(String name,
                           String profiles)
Method Detail

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.