jenkins.plugins.ezwall
Class EzWallViewAction

java.lang.Object
  extended by jenkins.plugins.ezwall.EzWallViewAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.Describable<EzWallViewAction>, hudson.model.ModelObject

@ExportedBean
public class EzWallViewAction
extends Object
implements hudson.model.Action, hudson.model.Describable<EzWallViewAction>

Display the EzWall action on each view.

Author:
Axel Haustant

Nested Class Summary
static class EzWallViewAction.EzWallViewActionDescriptor
           
 
Field Summary
static String DISPLAY_NAME
           
static String SHORT_NAME
           
 
Constructor Summary
EzWallViewAction()
           
 
Method Summary
 hudson.model.Api getApi()
           
 EzWallViewAction.EzWallViewActionDescriptor getDescriptor()
           
 String getDisplayName()
           
 String getIconFileName()
           
 hudson.PluginWrapper getPluginWrapper()
           
 int getPollInterval()
           
 String getRootUrl()
           
 boolean getShowBuildNumber()
           
 boolean getShowGravatar()
           
 boolean getShowUsername()
           
 boolean getSubtleMode()
           
 String getUrlName()
           
 String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SHORT_NAME

public static final String SHORT_NAME
See Also:
Constant Field Values

DISPLAY_NAME

public static final String DISPLAY_NAME
See Also:
Constant Field Values
Constructor Detail

EzWallViewAction

public EzWallViewAction()
Method Detail

getApi

public hudson.model.Api getApi()

getDisplayName

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

getIconFileName

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

getUrlName

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

getPollInterval

@Exported
public int getPollInterval()

getShowGravatar

@Exported
public boolean getShowGravatar()

getShowUsername

@Exported
public boolean getShowUsername()

getShowBuildNumber

@Exported
public boolean getShowBuildNumber()

getSubtleMode

@Exported
public boolean getSubtleMode()

getVersion

@Exported
public String getVersion()

getRootUrl

@Exported
public String getRootUrl()

getDescriptor

public EzWallViewAction.EzWallViewActionDescriptor getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<EzWallViewAction>

getPluginWrapper

public hudson.PluginWrapper getPluginWrapper()


Copyright © 2004-2015. All Rights Reserved.