org.jenkinsci.plugins.sharedobjects
Class SharedObjectManagement

java.lang.Object
  extended by hudson.model.ManagementLink
      extended by org.jenkinsci.plugins.sharedobjects.SharedObjectManagement
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Action, hudson.model.ModelObject, org.kohsuke.stapler.StaplerProxy

@Extension
public class SharedObjectManagement
extends hudson.model.ManagementLink
implements org.kohsuke.stapler.StaplerProxy

Author:
Gregory Boissinot

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.model.ManagementLink
LIST
 
Constructor Summary
SharedObjectManagement()
           
SharedObjectManagement(SharedObjectType[] types)
           
 
Method Summary
 String getDisplayName()
           
 String getIconFileName()
           
 Object getTarget()
           
 SharedObjectType[] getTypes()
           
 String getUrlName()
           
 
Methods inherited from class hudson.model.ManagementLink
all, getDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SharedObjectManagement

public SharedObjectManagement()

SharedObjectManagement

public SharedObjectManagement(SharedObjectType[] types)
Method Detail

getTypes

public SharedObjectType[] getTypes()

getIconFileName

public String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action
Specified by:
getIconFileName in class hudson.model.ManagementLink

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getUrlName

public String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action
Specified by:
getUrlName in class hudson.model.ManagementLink

getTarget

public Object getTarget()
Specified by:
getTarget in interface org.kohsuke.stapler.StaplerProxy


Copyright © 2004-2013. All Rights Reserved.