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>, java.io.Serializable
Direct Known Subclasses:
MultipleSharedObjectType, SimpleSharedObjectType

public abstract class SharedObjectType
extends java.lang.Object
implements hudson.ExtensionPoint, hudson.model.Describable<SharedObjectType>, java.io.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  java.lang.String name
           
protected  java.lang.String profile
           
protected  java.lang.String profiles
           
 
Constructor Summary
protected SharedObjectType(java.lang.String name, java.lang.String profiles)
           
 
Method Summary
 hudson.model.Descriptor<SharedObjectType> getDescriptor()
           
 java.lang.String getName()
           
 java.lang.String getProfiles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

profile

protected transient java.lang.String profile

profiles

protected java.lang.String profiles
Constructor Detail

SharedObjectType

protected SharedObjectType(java.lang.String name,
                           java.lang.String profiles)
Method Detail

getDescriptor

public hudson.model.Descriptor<SharedObjectType> getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<SharedObjectType>

getName

public java.lang.String getName()

getProfiles

public java.lang.String getProfiles()


Copyright © 2004-2012. All Rights Reserved.