jenkins.plugins.mttr
Class MTTRAction

java.lang.Object
  extended by jenkins.plugins.mttr.MTTRAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class MTTRAction
extends Object
implements hudson.model.Action


Nested Class Summary
static class MTTRAction.ProjectActionFactory
           
static class MTTRAction.RunListenerImpl
           
 
Field Summary
static String ALL_BUILDS
           
static String ALL_BUILDS_FILE_NAME
           
static String LAST_30_DAYS
           
static String LAST_7_DAYS
           
 
Constructor Summary
MTTRAction(hudson.model.AbstractProject project)
           
 
Method Summary
 String getDisplayName()
           
 String getIconFileName()
           
 List<String> getShowResult()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LAST_7_DAYS

public static final String LAST_7_DAYS
See Also:
Constant Field Values

LAST_30_DAYS

public static final String LAST_30_DAYS
See Also:
Constant Field Values

ALL_BUILDS

public static final String ALL_BUILDS
See Also:
Constant Field Values

ALL_BUILDS_FILE_NAME

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

MTTRAction

public MTTRAction(hudson.model.AbstractProject project)
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

getShowResult

public List<String> getShowResult()
                           throws IOException
Throws:
IOException


Copyright © 2004-2013. All Rights Reserved.