net.praqma.jenkins.rqm
Class RQMBuildAction

java.lang.Object
  extended by net.praqma.jenkins.rqm.RQMBuildAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class RQMBuildAction
extends Object
implements hudson.model.Action

Author:
Praqma

Field Summary
 hudson.model.AbstractBuild<?,?> build
           
 String customKey
           
 net.praqma.jenkins.rqm.model.TestPlan testplan
           
 
Constructor Summary
RQMBuildAction(net.praqma.jenkins.rqm.model.TestPlan testplan, String customKey, hudson.model.AbstractBuild<?,?> build)
           
 
Method Summary
 String getDisplayName()
           
 String getIconFileName()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

customKey

public final String customKey

testplan

public final net.praqma.jenkins.rqm.model.TestPlan testplan

build

public final hudson.model.AbstractBuild<?,?> build
Constructor Detail

RQMBuildAction

public RQMBuildAction(net.praqma.jenkins.rqm.model.TestPlan testplan,
                      String customKey,
                      hudson.model.AbstractBuild<?,?> build)
Method Detail

getIconFileName

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

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


Copyright © 2004-2013. All Rights Reserved.