org.jenkinsci.plugins.jenkinsreviewbot
Class Messages

java.lang.Object
  extended by org.jenkinsci.plugins.jenkinsreviewbot.Messages

public class Messages
extends Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _ReviewboardBuilder_DisplayName()
          Check for reviews that need building
static org.jvnet.localizer.Localizable _ReviewboardNotifier_BuildFailure()
          Uh oh, Jenkins tried to build the changes and failed.
static org.jvnet.localizer.Localizable _ReviewboardNotifier_BuildSuccess()
          Congratulations, Jenkins successfully built the changes.
static org.jvnet.localizer.Localizable _ReviewboardNotifier_BuildUnstable()
          Jenkins tried to build the changes and noticed some problems.
static org.jvnet.localizer.Localizable _ReviewboardNotifier_DisplayName()
          Post build result to reviewboard
static org.jvnet.localizer.Localizable _ReviewboardNotifier_PatchError()
          Jenkins could not test these changes.
static org.jvnet.localizer.Localizable _ReviewboardParameterDefinition_Description()
          Review board parameter: full review url or a review number
static org.jvnet.localizer.Localizable _ReviewboardParameterDefinition_DisplayName()
          Review url as a parameter
static org.jvnet.localizer.Localizable _ReviewboardPollingBuilder_Notice()
          Jenkins is going to check this review request...
static String ReviewboardBuilder_DisplayName()
          Check for reviews that need building
static String ReviewboardNotifier_BuildFailure()
          Uh oh, Jenkins tried to build the changes and failed.
static String ReviewboardNotifier_BuildSuccess()
          Congratulations, Jenkins successfully built the changes.
static String ReviewboardNotifier_BuildUnstable()
          Jenkins tried to build the changes and noticed some problems.
static String ReviewboardNotifier_DisplayName()
          Post build result to reviewboard
static String ReviewboardNotifier_PatchError()
          Jenkins could not test these changes.
static String ReviewboardParameterDefinition_Description()
          Review board parameter: full review url or a review number
static String ReviewboardParameterDefinition_DisplayName()
          Review url as a parameter
static String ReviewboardPollingBuilder_Notice()
          Jenkins is going to check this review request...
 
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

ReviewboardNotifier_BuildFailure

public static String ReviewboardNotifier_BuildFailure()
Uh oh, Jenkins tried to build the changes and failed. See


_ReviewboardNotifier_BuildFailure

public static org.jvnet.localizer.Localizable _ReviewboardNotifier_BuildFailure()
Uh oh, Jenkins tried to build the changes and failed. See


ReviewboardPollingBuilder_Notice

public static String ReviewboardPollingBuilder_Notice()
Jenkins is going to check this review request...


_ReviewboardPollingBuilder_Notice

public static org.jvnet.localizer.Localizable _ReviewboardPollingBuilder_Notice()
Jenkins is going to check this review request...


ReviewboardNotifier_BuildUnstable

public static String ReviewboardNotifier_BuildUnstable()
Jenkins tried to build the changes and noticed some problems. See


_ReviewboardNotifier_BuildUnstable

public static org.jvnet.localizer.Localizable _ReviewboardNotifier_BuildUnstable()
Jenkins tried to build the changes and noticed some problems. See


ReviewboardNotifier_PatchError

public static String ReviewboardNotifier_PatchError()
Jenkins could not test these changes. Possible reasons: your baseline is not up to date, or the patch is invalid.


_ReviewboardNotifier_PatchError

public static org.jvnet.localizer.Localizable _ReviewboardNotifier_PatchError()
Jenkins could not test these changes. Possible reasons: your baseline is not up to date, or the patch is invalid.


ReviewboardNotifier_DisplayName

public static String ReviewboardNotifier_DisplayName()
Post build result to reviewboard


_ReviewboardNotifier_DisplayName

public static org.jvnet.localizer.Localizable _ReviewboardNotifier_DisplayName()
Post build result to reviewboard


ReviewboardNotifier_BuildSuccess

public static String ReviewboardNotifier_BuildSuccess()
Congratulations, Jenkins successfully built the changes. See


_ReviewboardNotifier_BuildSuccess

public static org.jvnet.localizer.Localizable _ReviewboardNotifier_BuildSuccess()
Congratulations, Jenkins successfully built the changes. See


ReviewboardBuilder_DisplayName

public static String ReviewboardBuilder_DisplayName()
Check for reviews that need building


_ReviewboardBuilder_DisplayName

public static org.jvnet.localizer.Localizable _ReviewboardBuilder_DisplayName()
Check for reviews that need building


ReviewboardParameterDefinition_DisplayName

public static String ReviewboardParameterDefinition_DisplayName()
Review url as a parameter


_ReviewboardParameterDefinition_DisplayName

public static org.jvnet.localizer.Localizable _ReviewboardParameterDefinition_DisplayName()
Review url as a parameter


ReviewboardParameterDefinition_Description

public static String ReviewboardParameterDefinition_Description()
Review board parameter: full review url or a review number


_ReviewboardParameterDefinition_Description

public static org.jvnet.localizer.Localizable _ReviewboardParameterDefinition_Description()
Review board parameter: full review url or a review number



Copyright © 2004-2015. All Rights Reserved.