net.praqma.jenkins.rqm
Class RQMProjectAction

java.lang.Object
  extended by hudson.model.AbstractModelObject
      extended by hudson.model.Actionable
          extended by net.praqma.jenkins.rqm.RQMProjectAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject, hudson.model.ProminentProjectAction, hudson.search.SearchableModelObject, hudson.search.SearchItem, jenkins.model.ModelObjectWithContextMenu

public class RQMProjectAction
extends hudson.model.Actionable
implements hudson.model.ProminentProjectAction

Author:
Praqma

Nested Class Summary
 
Nested classes/interfaces inherited from interface jenkins.model.ModelObjectWithContextMenu
jenkins.model.ModelObjectWithContextMenu.ContextMenu, jenkins.model.ModelObjectWithContextMenu.MenuItem
 
Field Summary
 hudson.model.AbstractProject<?,?> project
           
 
Constructor Summary
RQMProjectAction(hudson.model.AbstractProject<?,?> project)
           
 
Method Summary
 String getChosenCustomProperty()
           
 String getDisplayName()
           
 String getIconFileName()
           
 List<net.praqma.jenkins.rqm.model.TestCase> getListOfSelectedTestCases(String customPropertyName)
           
 RQMBuildAction getMostRecentNotNullRQMBuildAction()
           
 RqmPublisher getRqmPublisher()
           
 String getSearchUrl()
           
 String getUrlName()
           
 
Methods inherited from class hudson.model.Actionable
addAction, doContextMenu, getAction, getAction, getActions, getActions, getDynamic
 
Methods inherited from class hudson.model.AbstractModelObject
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

project

public final hudson.model.AbstractProject<?,?> project
Constructor Detail

RQMProjectAction

public RQMProjectAction(hudson.model.AbstractProject<?,?> project)
Method Detail

getDisplayName

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

getSearchUrl

public String getSearchUrl()
Specified by:
getSearchUrl in interface hudson.search.SearchItem

getIconFileName

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

getUrlName

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

getMostRecentNotNullRQMBuildAction

public RQMBuildAction getMostRecentNotNullRQMBuildAction()

getChosenCustomProperty

public String getChosenCustomProperty()

getRqmPublisher

public RqmPublisher getRqmPublisher()

getListOfSelectedTestCases

public List<net.praqma.jenkins.rqm.model.TestCase> getListOfSelectedTestCases(String customPropertyName)


Copyright © 2004-2013. All Rights Reserved.