hudson.plugins.testlink
Class AbstractTestLinkProjectAction

java.lang.Object
  extended by hudson.plugins.testlink.AbstractTestLinkProjectAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject
Direct Known Subclasses:
TestLinkProjectAction

public class AbstractTestLinkProjectAction
extends java.lang.Object
implements hudson.model.Action

Since:
2.1
Author:
Bruno P. Kinoshita - http://www.kinoshita.eti.br

Field Summary
static java.lang.String ICON_FILE_NAME
           
static java.lang.String URL_NAME
           
 
Constructor Summary
AbstractTestLinkProjectAction()
           
 
Method Summary
 java.lang.String getDisplayName()
           
 java.lang.String getIconFileName()
           
 java.lang.String getSearchUrl()
           
 java.lang.String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ICON_FILE_NAME

public static final java.lang.String ICON_FILE_NAME
See Also:
Constant Field Values

URL_NAME

public static final java.lang.String URL_NAME
See Also:
Constant Field Values
Constructor Detail

AbstractTestLinkProjectAction

public AbstractTestLinkProjectAction()
Method Detail

getDisplayName

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

getIconFileName

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

getUrlName

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

getSearchUrl

public java.lang.String getSearchUrl()


Copyright © 2010-2011 the Jenkins TestLink plug-in team-2012 Jenkins. All Rights Reserved.