Package hudson.plugins.robot
Class Messages
java.lang.Object
hudson.plugins.robot.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.LocalizableKeyrobot.config.percentvalidation:Entry must be percentage value between 0-100.static org.jvnet.localizer.LocalizableKeyrobot.description:Publish Robot Framework test results.static org.jvnet.localizer.LocalizableKeyrobot.publisher.assigning:-Assigning results to build:.static org.jvnet.localizer.LocalizableKeyrobot.publisher.checking:-Checking thresholds:.static org.jvnet.localizer.LocalizableKeyrobot.publisher.copying:-Copying log files to build dir:.static org.jvnet.localizer.LocalizableKeyrobot.publisher.done:Done!.static org.jvnet.localizer.LocalizableKeyrobot.publisher.fail:Failed!.static org.jvnet.localizer.LocalizableKeyrobot.publisher.file_not_found:WARNING! Could not find file:.static org.jvnet.localizer.LocalizableKeyrobot.publisher.finished:Done publishing Robot results..static org.jvnet.localizer.LocalizableKeyrobot.publisher.parsing:-Parsing output xml:.static org.jvnet.localizer.LocalizableKeyrobot.publisher.started:Robot results publisher started....static org.jvnet.localizer.LocalizableKeyrobot.sidebar.link:Robot Results.static org.jvnet.localizer.LocalizableKeyrobot.trendgraph.builds:Build.static org.jvnet.localizer.LocalizableKeyrobot.trendgraph.failed:Failed.static org.jvnet.localizer.LocalizableKeyrobot.trendgraph.passed:Passed.static org.jvnet.localizer.LocalizableKeyrobot.trendgraph.skipped:Skipped.static org.jvnet.localizer.LocalizableKeyrobot.trendgraph.testcases:Number of test cases.static StringKeyrobot.config.percentvalidation:Entry must be percentage value between 0-100.static StringKeyrobot.description:Publish Robot Framework test results.static StringKeyrobot.publisher.assigning:-Assigning results to build:.static StringKeyrobot.publisher.checking:-Checking thresholds:.static StringKeyrobot.publisher.copying:-Copying log files to build dir:.static StringKeyrobot.publisher.done:Done!.static StringKeyrobot.publisher.fail:Failed!.static StringKeyrobot.publisher.file_not_found:WARNING! Could not find file:.static StringKeyrobot.publisher.finished:Done publishing Robot results..static StringKeyrobot.publisher.parsing:-Parsing output xml:.static StringKeyrobot.publisher.started:Robot results publisher started....static StringKeyrobot.sidebar.link:Robot Results.static StringKeyrobot.trendgraph.builds:Build.static StringKeyrobot.trendgraph.failed:Failed.static StringKeyrobot.trendgraph.passed:Passed.static StringKeyrobot.trendgraph.skipped:Skipped.static StringKeyrobot.trendgraph.testcases:Number of test cases.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
robot_publisher_parsing
Keyrobot.publisher.parsing:-Parsing output xml:.- Returns:
-Parsing output xml:
-
_robot_publisher_parsing
public static org.jvnet.localizer.Localizable _robot_publisher_parsing()Keyrobot.publisher.parsing:-Parsing output xml:.- Returns:
-Parsing output xml:
-
robot_publisher_started
Keyrobot.publisher.started:Robot results publisher started....- Returns:
Robot results publisher started...
-
_robot_publisher_started
public static org.jvnet.localizer.Localizable _robot_publisher_started()Keyrobot.publisher.started:Robot results publisher started....- Returns:
Robot results publisher started...
-
robot_publisher_copying
Keyrobot.publisher.copying:-Copying log files to build dir:.- Returns:
-Copying log files to build dir:
-
_robot_publisher_copying
public static org.jvnet.localizer.Localizable _robot_publisher_copying()Keyrobot.publisher.copying:-Copying log files to build dir:.- Returns:
-Copying log files to build dir:
-
robot_trendgraph_passed
Keyrobot.trendgraph.passed:Passed.- Returns:
Passed
-
_robot_trendgraph_passed
public static org.jvnet.localizer.Localizable _robot_trendgraph_passed()Keyrobot.trendgraph.passed:Passed.- Returns:
Passed
-
robot_trendgraph_failed
Keyrobot.trendgraph.failed:Failed.- Returns:
Failed
-
_robot_trendgraph_failed
public static org.jvnet.localizer.Localizable _robot_trendgraph_failed()Keyrobot.trendgraph.failed:Failed.- Returns:
Failed
-
robot_trendgraph_builds
Keyrobot.trendgraph.builds:Build.- Returns:
Build
-
_robot_trendgraph_builds
public static org.jvnet.localizer.Localizable _robot_trendgraph_builds()Keyrobot.trendgraph.builds:Build.- Returns:
Build
-
robot_publisher_assigning
Keyrobot.publisher.assigning:-Assigning results to build:.- Returns:
-Assigning results to build:
-
_robot_publisher_assigning
public static org.jvnet.localizer.Localizable _robot_publisher_assigning()Keyrobot.publisher.assigning:-Assigning results to build:.- Returns:
-Assigning results to build:
-
robot_trendgraph_testcases
Keyrobot.trendgraph.testcases:Number of test cases.- Returns:
Number of test cases
-
_robot_trendgraph_testcases
public static org.jvnet.localizer.Localizable _robot_trendgraph_testcases()Keyrobot.trendgraph.testcases:Number of test cases.- Returns:
Number of test cases
-
robot_trendgraph_skipped
Keyrobot.trendgraph.skipped:Skipped.- Returns:
Skipped
-
_robot_trendgraph_skipped
public static org.jvnet.localizer.Localizable _robot_trendgraph_skipped()Keyrobot.trendgraph.skipped:Skipped.- Returns:
Skipped
-
robot_publisher_checking
Keyrobot.publisher.checking:-Checking thresholds:.- Returns:
-Checking thresholds:
-
_robot_publisher_checking
public static org.jvnet.localizer.Localizable _robot_publisher_checking()Keyrobot.publisher.checking:-Checking thresholds:.- Returns:
-Checking thresholds:
-
robot_sidebar_link
Keyrobot.sidebar.link:Robot Results.- Returns:
Robot Results
-
_robot_sidebar_link
public static org.jvnet.localizer.Localizable _robot_sidebar_link()Keyrobot.sidebar.link:Robot Results.- Returns:
Robot Results
-
robot_publisher_finished
Keyrobot.publisher.finished:Done publishing Robot results..- Returns:
Done publishing Robot results.
-
_robot_publisher_finished
public static org.jvnet.localizer.Localizable _robot_publisher_finished()Keyrobot.publisher.finished:Done publishing Robot results..- Returns:
Done publishing Robot results.
-
robot_publisher_done
Keyrobot.publisher.done:Done!.- Returns:
Done!
-
_robot_publisher_done
public static org.jvnet.localizer.Localizable _robot_publisher_done()Keyrobot.publisher.done:Done!.- Returns:
Done!
-
robot_description
Keyrobot.description:Publish Robot Framework test results.- Returns:
Publish Robot Framework test results
-
_robot_description
public static org.jvnet.localizer.Localizable _robot_description()Keyrobot.description:Publish Robot Framework test results.- Returns:
Publish Robot Framework test results
-
robot_config_percentvalidation
Keyrobot.config.percentvalidation:Entry must be percentage value between 0-100.- Returns:
Entry must be percentage value between 0-100
-
_robot_config_percentvalidation
public static org.jvnet.localizer.Localizable _robot_config_percentvalidation()Keyrobot.config.percentvalidation:Entry must be percentage value between 0-100.- Returns:
Entry must be percentage value between 0-100
-
robot_publisher_file_not_found
Keyrobot.publisher.file_not_found:WARNING! Could not find file:.- Returns:
WARNING! Could not find file:
-
_robot_publisher_file_not_found
public static org.jvnet.localizer.Localizable _robot_publisher_file_not_found()Keyrobot.publisher.file_not_found:WARNING! Could not find file:.- Returns:
WARNING! Could not find file:
-
robot_publisher_fail
Keyrobot.publisher.fail:Failed!.- Returns:
Failed!
-
_robot_publisher_fail
public static org.jvnet.localizer.Localizable _robot_publisher_fail()Keyrobot.publisher.fail:Failed!.- Returns:
Failed!
-