hudson.jumble
Class Messages

java.lang.Object
  extended by hudson.jumble.Messages

public class Messages
extends Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _graph_displayName()
          Jumble Graph
static org.jvnet.localizer.Localizable _graph_notApplicable()
          n/a
static org.jvnet.localizer.Localizable _graph_scoreLabel(Object arg1, Object arg2)
          {0} project score {1}
static org.jvnet.localizer.Localizable _graph_targetLabel(Object arg1, Object arg2)
          {0} target score {1}
static org.jvnet.localizer.Localizable _plugin_displayName()
          Jumble Report
static org.jvnet.localizer.Localizable _plugin_publishingReport()
          Publishing jumble report.
static org.jvnet.localizer.Localizable _plugin_reportNotFound(Object arg1)
          Jumble report not found at {0}, jumble report will not be available.
static org.jvnet.localizer.Localizable _plugin_reportPathValidationFailed()
          Unable to find the report in the workspace, make sure the path is correct
static org.jvnet.localizer.Localizable _plugin_targetScoreValidationFailed()
          The target score must be an integer number between 0 and 100.
static org.jvnet.localizer.Localizable _projectScore_displayName()
          Jumble Latests Report
static org.jvnet.localizer.Localizable _projectScore_noReportsYet()
          There is no Jumble report generated yet
static org.jvnet.localizer.Localizable _reportBuild_displayName()
          Jumble Report
static org.jvnet.localizer.Localizable _reportBuild_jumbleScore()
          Jumble Score Health
static String graph_displayName()
          Jumble Graph
static String graph_notApplicable()
          n/a
static String graph_scoreLabel(Object arg1, Object arg2)
          {0} project score {1}
static String graph_targetLabel(Object arg1, Object arg2)
          {0} target score {1}
static String plugin_displayName()
          Jumble Report
static String plugin_publishingReport()
          Publishing jumble report.
static String plugin_reportNotFound(Object arg1)
          Jumble report not found at {0}, jumble report will not be available.
static String plugin_reportPathValidationFailed()
          Unable to find the report in the workspace, make sure the path is correct
static String plugin_targetScoreValidationFailed()
          The target score must be an integer number between 0 and 100.
static String projectScore_displayName()
          Jumble Latests Report
static String projectScore_noReportsYet()
          There is no Jumble report generated yet
static String reportBuild_displayName()
          Jumble Report
static String reportBuild_jumbleScore()
          Jumble Score Health
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Messages

public Messages()
Method Detail

projectScore_noReportsYet

public static String projectScore_noReportsYet()
There is no Jumble report generated yet


_projectScore_noReportsYet

public static org.jvnet.localizer.Localizable _projectScore_noReportsYet()
There is no Jumble report generated yet


reportBuild_jumbleScore

public static String reportBuild_jumbleScore()
Jumble Score Health


_reportBuild_jumbleScore

public static org.jvnet.localizer.Localizable _reportBuild_jumbleScore()
Jumble Score Health


graph_displayName

public static String graph_displayName()
Jumble Graph


_graph_displayName

public static org.jvnet.localizer.Localizable _graph_displayName()
Jumble Graph


plugin_reportPathValidationFailed

public static String plugin_reportPathValidationFailed()
Unable to find the report in the workspace, make sure the path is correct


_plugin_reportPathValidationFailed

public static org.jvnet.localizer.Localizable _plugin_reportPathValidationFailed()
Unable to find the report in the workspace, make sure the path is correct


plugin_targetScoreValidationFailed

public static String plugin_targetScoreValidationFailed()
The target score must be an integer number between 0 and 100.


_plugin_targetScoreValidationFailed

public static org.jvnet.localizer.Localizable _plugin_targetScoreValidationFailed()
The target score must be an integer number between 0 and 100.


plugin_publishingReport

public static String plugin_publishingReport()
Publishing jumble report.


_plugin_publishingReport

public static org.jvnet.localizer.Localizable _plugin_publishingReport()
Publishing jumble report.


reportBuild_displayName

public static String reportBuild_displayName()
Jumble Report


_reportBuild_displayName

public static org.jvnet.localizer.Localizable _reportBuild_displayName()
Jumble Report


plugin_reportNotFound

public static String plugin_reportNotFound(Object arg1)
Jumble report not found at {0}, jumble report will not be available. Make sure the path is correct and check job configuration.


_plugin_reportNotFound

public static org.jvnet.localizer.Localizable _plugin_reportNotFound(Object arg1)
Jumble report not found at {0}, jumble report will not be available. Make sure the path is correct and check job configuration.


graph_notApplicable

public static String graph_notApplicable()
n/a


_graph_notApplicable

public static org.jvnet.localizer.Localizable _graph_notApplicable()
n/a


plugin_displayName

public static String plugin_displayName()
Jumble Report


_plugin_displayName

public static org.jvnet.localizer.Localizable _plugin_displayName()
Jumble Report


graph_scoreLabel

public static String graph_scoreLabel(Object arg1,
                                      Object arg2)
{0} project score {1}


_graph_scoreLabel

public static org.jvnet.localizer.Localizable _graph_scoreLabel(Object arg1,
                                                                Object arg2)
{0} project score {1}


graph_targetLabel

public static String graph_targetLabel(Object arg1,
                                       Object arg2)
{0} target score {1}


_graph_targetLabel

public static org.jvnet.localizer.Localizable _graph_targetLabel(Object arg1,
                                                                 Object arg2)
{0} target score {1}


projectScore_displayName

public static String projectScore_displayName()
Jumble Latests Report


_projectScore_displayName

public static org.jvnet.localizer.Localizable _projectScore_displayName()
Jumble Latests Report



Copyright © 2004-2012 Hudson. All Rights Reserved.