Class Messages
java.lang.Object
com.chikli.hudson.plugin.naginator.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.Localizable
KeyNaginatorAction.rescheduled
:Re-scheduled after failure
.static org.jvnet.localizer.Localizable
KeyNaginatorCause.Description
:Started by Naginator after build {0} failure
.static org.jvnet.localizer.Localizable
KeyNaginatorPublisher.RegexpForMatrixStrategy.RerunMatrixPartShouldBeEnabled
:You need to enable "Rerun build only for failed parts on the matrix" to use this strategy.
.static org.jvnet.localizer.Localizable
KeyNoChildStrategy.DontRerun.DisplayName
:Don''t rerun
.static org.jvnet.localizer.Localizable
KeyNoChildStrategy.RerunEmpty.DisplayName
:Rerun the matrix with no combinations
.static org.jvnet.localizer.Localizable
KeyNoChildStrategy.RerunWhole.DisplayName
:Rerun the matrix with all combinations
.static org.jvnet.localizer.Localizable
KeyRegexpForMatrixStrategy.TestChildrenRetriggerAll
:Test failed matrix parts, and retrigger all
.static org.jvnet.localizer.Localizable
KeyRegexpForMatrixStrategy.TestChildrenRetriggerMatched
:Test failed matrix parts, and retrigger only matched parts
.static org.jvnet.localizer.Localizable
KeyRegexpForMatrixStrategy.TestParent
:Test the parent build
.static String
KeyNaginatorAction.rescheduled
:Re-scheduled after failure
.static String
KeyNaginatorCause.Description
:Started by Naginator after build {0} failure
.static String
KeyNaginatorPublisher.RegexpForMatrixStrategy.RerunMatrixPartShouldBeEnabled
:You need to enable "Rerun build only for failed parts on the matrix" to use this strategy.
.static String
KeyNoChildStrategy.DontRerun.DisplayName
:Don''t rerun
.static String
KeyNoChildStrategy.RerunEmpty.DisplayName
:Rerun the matrix with no combinations
.static String
KeyNoChildStrategy.RerunWhole.DisplayName
:Rerun the matrix with all combinations
.static String
KeyRegexpForMatrixStrategy.TestChildrenRetriggerAll
:Test failed matrix parts, and retrigger all
.static String
KeyRegexpForMatrixStrategy.TestChildrenRetriggerMatched
:Test failed matrix parts, and retrigger only matched parts
.static String
KeyRegexpForMatrixStrategy.TestParent
:Test the parent build
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
NoChildStrategy_DontRerun_DisplayName
KeyNoChildStrategy.DontRerun.DisplayName
:Don''t rerun
.- Returns:
Don''t rerun
-
_NoChildStrategy_DontRerun_DisplayName
public static org.jvnet.localizer.Localizable _NoChildStrategy_DontRerun_DisplayName()KeyNoChildStrategy.DontRerun.DisplayName
:Don''t rerun
.- Returns:
Don''t rerun
-
NoChildStrategy_RerunWhole_DisplayName
KeyNoChildStrategy.RerunWhole.DisplayName
:Rerun the matrix with all combinations
.- Returns:
Rerun the matrix with all combinations
-
_NoChildStrategy_RerunWhole_DisplayName
public static org.jvnet.localizer.Localizable _NoChildStrategy_RerunWhole_DisplayName()KeyNoChildStrategy.RerunWhole.DisplayName
:Rerun the matrix with all combinations
.- Returns:
Rerun the matrix with all combinations
-
NaginatorAction_rescheduled
KeyNaginatorAction.rescheduled
:Re-scheduled after failure
.- Returns:
Re-scheduled after failure
-
_NaginatorAction_rescheduled
public static org.jvnet.localizer.Localizable _NaginatorAction_rescheduled()KeyNaginatorAction.rescheduled
:Re-scheduled after failure
.- Returns:
Re-scheduled after failure
-
RegexpForMatrixStrategy_TestChildrenRetriggerAll
KeyRegexpForMatrixStrategy.TestChildrenRetriggerAll
:Test failed matrix parts, and retrigger all
.- Returns:
Test failed matrix parts, and retrigger all
-
_RegexpForMatrixStrategy_TestChildrenRetriggerAll
public static org.jvnet.localizer.Localizable _RegexpForMatrixStrategy_TestChildrenRetriggerAll()KeyRegexpForMatrixStrategy.TestChildrenRetriggerAll
:Test failed matrix parts, and retrigger all
.- Returns:
Test failed matrix parts, and retrigger all
-
NaginatorPublisher_RegexpForMatrixStrategy_RerunMatrixPartShouldBeEnabled
KeyNaginatorPublisher.RegexpForMatrixStrategy.RerunMatrixPartShouldBeEnabled
:You need to enable "Rerun build only for failed parts on the matrix" to use this strategy.
.- Returns:
You need to enable "Rerun build only for failed parts on the matrix" to use this strategy.
-
_NaginatorPublisher_RegexpForMatrixStrategy_RerunMatrixPartShouldBeEnabled
public static org.jvnet.localizer.Localizable _NaginatorPublisher_RegexpForMatrixStrategy_RerunMatrixPartShouldBeEnabled()KeyNaginatorPublisher.RegexpForMatrixStrategy.RerunMatrixPartShouldBeEnabled
:You need to enable "Rerun build only for failed parts on the matrix" to use this strategy.
.- Returns:
You need to enable "Rerun build only for failed parts on the matrix" to use this strategy.
-
NaginatorCause_Description
KeyNaginatorCause.Description
:Started by Naginator after build {0} failure
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Started by Naginator after build {0} failure
-
_NaginatorCause_Description
KeyNaginatorCause.Description
:Started by Naginator after build {0} failure
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Started by Naginator after build {0} failure
-
RegexpForMatrixStrategy_TestParent
KeyRegexpForMatrixStrategy.TestParent
:Test the parent build
.- Returns:
Test the parent build
-
_RegexpForMatrixStrategy_TestParent
public static org.jvnet.localizer.Localizable _RegexpForMatrixStrategy_TestParent()KeyRegexpForMatrixStrategy.TestParent
:Test the parent build
.- Returns:
Test the parent build
-
NoChildStrategy_RerunEmpty_DisplayName
KeyNoChildStrategy.RerunEmpty.DisplayName
:Rerun the matrix with no combinations
.- Returns:
Rerun the matrix with no combinations
-
_NoChildStrategy_RerunEmpty_DisplayName
public static org.jvnet.localizer.Localizable _NoChildStrategy_RerunEmpty_DisplayName()KeyNoChildStrategy.RerunEmpty.DisplayName
:Rerun the matrix with no combinations
.- Returns:
Rerun the matrix with no combinations
-
RegexpForMatrixStrategy_TestChildrenRetriggerMatched
KeyRegexpForMatrixStrategy.TestChildrenRetriggerMatched
:Test failed matrix parts, and retrigger only matched parts
.- Returns:
Test failed matrix parts, and retrigger only matched parts
-
_RegexpForMatrixStrategy_TestChildrenRetriggerMatched
public static org.jvnet.localizer.Localizable _RegexpForMatrixStrategy_TestChildrenRetriggerMatched()KeyRegexpForMatrixStrategy.TestChildrenRetriggerMatched
:Test failed matrix parts, and retrigger only matched parts
.- Returns:
Test failed matrix parts, and retrigger only matched parts
-