
com.github.nfalco79.jenkins.plugins.configfiles.Messages Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ext-configfiles Show documentation
Show all versions of ext-configfiles Show documentation
Extension of config files provider plugin to manage other kind of configuration files with credentials.
The newest version!
// CHECKSTYLE:OFF
package com.github.nfalco79.jenkins.plugins.configfiles;
import org.jvnet.localizer.Localizable;
import org.jvnet.localizer.ResourceBundleHolder;
import org.kohsuke.accmod.Restricted;
/**
* Generated localization support class.
*
*/
@SuppressWarnings({
"",
"PMD",
"all"
})
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages {
/**
* The resource bundle reference
*
*/
private final static ResourceBundleHolder holder = ResourceBundleHolder.get(Messages.class);
/**
* Key {@code DockerConfig.displayName}: {@code Docker config file}.
*
* @return
* {@code Docker config file}
*/
public static String DockerConfig_displayName() {
return holder.format("DockerConfig.displayName");
}
/**
* Key {@code DockerConfig.displayName}: {@code Docker config file}.
*
* @return
* {@code Docker config file}
*/
public static Localizable _DockerConfig_displayName() {
return new Localizable(holder, "DockerConfig.displayName");
}
/**
* Key {@code PyPIServer.DescriptorImpl.emptyServerName}: {@code Name is
* required}.
*
* @return
* {@code Name is required}
*/
public static String PyPIServer_DescriptorImpl_emptyServerName() {
return holder.format("PyPIServer.DescriptorImpl.emptyServerName");
}
/**
* Key {@code PyPIServer.DescriptorImpl.emptyServerName}: {@code Name is
* required}.
*
* @return
* {@code Name is required}
*/
public static Localizable _PyPIServer_DescriptorImpl_emptyServerName() {
return new Localizable(holder, "PyPIServer.DescriptorImpl.emptyServerName");
}
/**
* Key {@code PyPircConfig.displayName}: {@code PyPI config file}.
*
* @return
* {@code PyPI config file}
*/
public static String PyPircConfig_displayName() {
return holder.format("PyPircConfig.displayName");
}
/**
* Key {@code PyPircConfig.displayName}: {@code PyPI config file}.
*
* @return
* {@code PyPI config file}
*/
public static Localizable _PyPircConfig_displayName() {
return new Localizable(holder, "PyPircConfig.displayName");
}
/**
* Key {@code emptyCredentialsId}: {@code Credentials is required}.
*
* @return
* {@code Credentials is required}
*/
public static String emptyCredentialsId() {
return holder.format("emptyCredentialsId");
}
/**
* Key {@code emptyCredentialsId}: {@code Credentials is required}.
*
* @return
* {@code Credentials is required}
*/
public static Localizable _emptyCredentialsId() {
return new Localizable(holder, "emptyCredentialsId");
}
/**
* Key {@code PyPircConfig.default}: {@code - use system default -}.
*
* @return
* {@code - use system default -}
*/
public static String PyPircConfig_default() {
return holder.format("PyPircConfig.default");
}
/**
* Key {@code PyPircConfig.default}: {@code - use system default -}.
*
* @return
* {@code - use system default -}
*/
public static Localizable _PyPircConfig_default() {
return new Localizable(holder, "PyPircConfig.default");
}
/**
* Key {@code GemConfig.displayName}: {@code Gem config file}.
*
* @return
* {@code Gem config file}
*/
public static String GemConfig_displayName() {
return holder.format("GemConfig.displayName");
}
/**
* Key {@code GemConfig.displayName}: {@code Gem config file}.
*
* @return
* {@code Gem config file}
*/
public static Localizable _GemConfig_displayName() {
return new Localizable(holder, "GemConfig.displayName");
}
/**
* Key {@code invalidCredentialsId}: {@code Current credentials does not
* exists}.
*
* @return
* {@code Current credentials does not exists}
*/
public static String invalidCredentialsId() {
return holder.format("invalidCredentialsId");
}
/**
* Key {@code invalidCredentialsId}: {@code Current credentials does not
* exists}.
*
* @return
* {@code Current credentials does not exists}
*/
public static Localizable _invalidCredentialsId() {
return new Localizable(holder, "invalidCredentialsId");
}
/**
* Key {@code emptyServerURL}: {@code Server URL is required}.
*
* @return
* {@code Server URL is required}
*/
public static String emptyServerURL() {
return holder.format("emptyServerURL");
}
/**
* Key {@code emptyServerURL}: {@code Server URL is required}.
*
* @return
* {@code Server URL is required}
*/
public static Localizable _emptyServerURL() {
return new Localizable(holder, "emptyServerURL");
}
/**
* Key {@code PyPIServer.DescriptorImpl.invalidServerName}: {@code Name
* must not contains spaces}.
*
* @return
* {@code Name must not contains spaces}
*/
public static String PyPIServer_DescriptorImpl_invalidServerName() {
return holder.format("PyPIServer.DescriptorImpl.invalidServerName");
}
/**
* Key {@code PyPIServer.DescriptorImpl.invalidServerName}: {@code Name
* must not contains spaces}.
*
* @return
* {@code Name must not contains spaces}
*/
public static Localizable _PyPIServer_DescriptorImpl_invalidServerName() {
return new Localizable(holder, "PyPIServer.DescriptorImpl.invalidServerName");
}
/**
* Key {@code invalidServerURL}: {@code Invalid URL, should start with
* http(s)://}.
*
* @return
* {@code Invalid URL, should start with http(s)://}
*/
public static String invalidServerURL() {
return holder.format("invalidServerURL");
}
/**
* Key {@code invalidServerURL}: {@code Invalid URL, should start with
* http(s)://}.
*
* @return
* {@code Invalid URL, should start with http(s)://}
*/
public static Localizable _invalidServerURL() {
return new Localizable(holder, "invalidServerURL");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy