@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
| Constructor and Description |
|---|
Messages() |
| Modifier and Type | Method and Description |
|---|---|
static org.jvnet.localizer.Localizable |
_apiKeyIsRequired()
Key
apiKeyIsRequired: API key is required. |
static org.jvnet.localizer.Localizable |
_invalidUrl()
Key
invalidUrl: URL must be valid. |
static org.jvnet.localizer.Localizable |
_nameIsRequired()
Key
nameIsRequired: Name is required. |
static org.jvnet.localizer.Localizable |
_projectRefreshed(Object arg0)
Key
projectRefreshed: Themis project refresh
successfully requested: {0}. |
static org.jvnet.localizer.Localizable |
_refreshError(Object arg0,
Object arg1)
Key
refreshError: Error while refreshing Themis project
(status {0}): {1}. |
static org.jvnet.localizer.Localizable |
_refreshThemisProject()
Key
refreshThemisProject: Refresh Themis Project. |
static org.jvnet.localizer.Localizable |
_refreshUnknownError(Object arg0)
Key
refreshUnknownError: Error while connecting to
Themis instance: {0}. |
static org.jvnet.localizer.Localizable |
_unknownInstance(Object arg0)
Key
unknownInstance: Unknown Themis instance: {0}. |
static org.jvnet.localizer.Localizable |
_urlIsRequired()
Key
urlIsRequired: URL is required. |
static String |
apiKeyIsRequired()
Key
apiKeyIsRequired: API key is required. |
static String |
invalidUrl()
Key
invalidUrl: URL must be valid. |
static String |
nameIsRequired()
Key
nameIsRequired: Name is required. |
static String |
projectRefreshed(Object arg0)
Key
projectRefreshed: Themis project refresh
successfully requested: {0}. |
static String |
refreshError(Object arg0,
Object arg1)
Key
refreshError: Error while refreshing Themis project
(status {0}): {1}. |
static String |
refreshThemisProject()
Key
refreshThemisProject: Refresh Themis Project. |
static String |
refreshUnknownError(Object arg0)
Key
refreshUnknownError: Error while connecting to
Themis instance: {0}. |
static String |
unknownInstance(Object arg0)
Key
unknownInstance: Unknown Themis instance: {0}. |
static String |
urlIsRequired()
Key
urlIsRequired: URL is required. |
public static String refreshError(Object arg0, Object arg1)
refreshError: Error while refreshing Themis project
(status {0}): {1}.arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).Error while refreshing Themis project (status {0}): {1}public static org.jvnet.localizer.Localizable _refreshError(Object arg0, Object arg1)
refreshError: Error while refreshing Themis project
(status {0}): {1}.arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).Error while refreshing Themis project (status {0}): {1}public static String invalidUrl()
invalidUrl: URL must be valid.URL must be validpublic static org.jvnet.localizer.Localizable _invalidUrl()
invalidUrl: URL must be valid.URL must be validpublic static String apiKeyIsRequired()
apiKeyIsRequired: API key is required.API key is requiredpublic static org.jvnet.localizer.Localizable _apiKeyIsRequired()
apiKeyIsRequired: API key is required.API key is requiredpublic static String refreshThemisProject()
refreshThemisProject: Refresh Themis Project.Refresh Themis Projectpublic static org.jvnet.localizer.Localizable _refreshThemisProject()
refreshThemisProject: Refresh Themis Project.Refresh Themis Projectpublic static String urlIsRequired()
urlIsRequired: URL is required.URL is requiredpublic static org.jvnet.localizer.Localizable _urlIsRequired()
urlIsRequired: URL is required.URL is requiredpublic static String refreshUnknownError(Object arg0)
refreshUnknownError: Error while connecting to
Themis instance: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Error while connecting to Themis instance: {0}public static org.jvnet.localizer.Localizable _refreshUnknownError(Object arg0)
refreshUnknownError: Error while connecting to
Themis instance: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Error while connecting to Themis instance: {0}public static String projectRefreshed(Object arg0)
projectRefreshed: Themis project refresh
successfully requested: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Themis project refresh successfully requested: {0}public static org.jvnet.localizer.Localizable _projectRefreshed(Object arg0)
projectRefreshed: Themis project refresh
successfully requested: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Themis project refresh successfully requested: {0}public static String nameIsRequired()
nameIsRequired: Name is required.Name is requiredpublic static org.jvnet.localizer.Localizable _nameIsRequired()
nameIsRequired: Name is required.Name is requiredpublic static String unknownInstance(Object arg0)
unknownInstance: Unknown Themis instance: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Unknown Themis instance: {0}public static org.jvnet.localizer.Localizable _unknownInstance(Object arg0)
unknownInstance: Unknown Themis instance: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Unknown Themis instance: {0}Copyright © 2016–2017. All rights reserved.