io.fabric8.jenkins.openshiftsync.Messages Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openshift-jenkins-sync-plugin Show documentation
Show all versions of openshift-jenkins-sync-plugin Show documentation
Syncs OpenShift BuildConfigs with Jenkins jobs
The newest version!
// CHECKSTYLE:OFF
package io.fabric8.jenkins.openshiftsync;
import org.jvnet.localizer.Localizable;
import org.jvnet.localizer.ResourceBundleHolder;
/**
* Generated localization support class.
*
*/
@SuppressWarnings({
"",
"PMD",
"all"
})
public class Messages {
/**
* The resource bundle reference
*
*/
private final static ResourceBundleHolder holder = ResourceBundleHolder.get(Messages.class);
/**
* Key {@code OpenShiftSyncMonitor.DisplayName}: {@code OpenShift Sync}.
*
* @return
* {@code OpenShift Sync}
*/
public static String OpenShiftSyncMonitor_DisplayName() {
return holder.format("OpenShiftSyncMonitor.DisplayName");
}
/**
* Key {@code OpenShiftSyncMonitor.DisplayName}: {@code OpenShift Sync}.
*
* @return
* {@code OpenShift Sync}
*/
public static Localizable _OpenShiftSyncMonitor_DisplayName() {
return new Localizable(holder, "OpenShiftSyncMonitor.DisplayName");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy