
com.github.nfalco79.jenkins.plugins.bitbucket.steps.Messages Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bitbucket-steps Show documentation
Show all versions of bitbucket-steps Show documentation
Steps to query details about repositories or handle team/user information in bitbucket cloud.
The newest version!
// CHECKSTYLE:OFF
package com.github.nfalco79.jenkins.plugins.bitbucket.steps;
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 Steps.requiredParameter}: {@code {0} is required}.
*
* @param arg0
* 1st format parameter, {@code {0}}, as {@link String#valueOf(Object)}.
* @return
* {@code {0} is required}
*/
public static String Steps_requiredParameter(Object arg0) {
return holder.format("Steps.requiredParameter", arg0);
}
/**
* Key {@code Steps.requiredParameter}: {@code {0} is required}.
*
* @param arg0
* 1st format parameter, {@code {0}}, as {@link String#valueOf(Object)}.
* @return
* {@code {0} is required}
*/
public static Localizable _Steps_requiredParameter(Object arg0) {
return new Localizable(holder, "Steps.requiredParameter", arg0);
}
/**
* Key {@code CommitStep.displayName}: {@code Get commits details of
* repository in bitbucket cloud}.
*
* @return
* {@code Get commits details of repository in bitbucket cloud}
*/
public static String CommitStep_displayName() {
return holder.format("CommitStep.displayName");
}
/**
* Key {@code CommitStep.displayName}: {@code Get commits details of
* repository in bitbucket cloud}.
*
* @return
* {@code Get commits details of repository in bitbucket cloud}
*/
public static Localizable _CommitStep_displayName() {
return new Localizable(holder, "CommitStep.displayName");
}
/**
* Key {@code CodeInsightsReportsStep.displayName}: {@code Code insights
* reports of a commit on bitbucket cloud}.
*
* @return
* {@code Code insights reports of a commit on bitbucket cloud}
*/
public static String CodeInsightsReportsStep_displayName() {
return holder.format("CodeInsightsReportsStep.displayName");
}
/**
* Key {@code CodeInsightsReportsStep.displayName}: {@code Code insights
* reports of a commit on bitbucket cloud}.
*
* @return
* {@code Code insights reports of a commit on bitbucket cloud}
*/
public static Localizable _CodeInsightsReportsStep_displayName() {
return new Localizable(holder, "CodeInsightsReportsStep.displayName");
}
/**
* Key {@code PullRequestStep.invalidPullRequestId}: {@code Pull request
* identifier must be greater than 0}.
*
* @return
* {@code Pull request identifier must be greater than 0}
*/
public static String PullRequestStep_invalidPullRequestId() {
return holder.format("PullRequestStep.invalidPullRequestId");
}
/**
* Key {@code PullRequestStep.invalidPullRequestId}: {@code Pull request
* identifier must be greater than 0}.
*
* @return
* {@code Pull request identifier must be greater than 0}
*/
public static Localizable _PullRequestStep_invalidPullRequestId() {
return new Localizable(holder, "PullRequestStep.invalidPullRequestId");
}
/**
* Key {@code Steps.invalidCredentialsId}: {@code Current credentials
* does not exists}.
*
* @return
* {@code Current credentials does not exists}
*/
public static String Steps_invalidCredentialsId() {
return holder.format("Steps.invalidCredentialsId");
}
/**
* Key {@code Steps.invalidCredentialsId}: {@code Current credentials
* does not exists}.
*
* @return
* {@code Current credentials does not exists}
*/
public static Localizable _Steps_invalidCredentialsId() {
return new Localizable(holder, "Steps.invalidCredentialsId");
}
/**
* Key {@code PullRequestStep.displayName}: {@code Get details about a
* pull request on bitbucket cloud}.
*
* @return
* {@code Get details about a pull request on bitbucket cloud}
*/
public static String PullRequestStep_displayName() {
return holder.format("PullRequestStep.displayName");
}
/**
* Key {@code PullRequestStep.displayName}: {@code Get details about a
* pull request on bitbucket cloud}.
*
* @return
* {@code Get details about a pull request on bitbucket cloud}
*/
public static Localizable _PullRequestStep_displayName() {
return new Localizable(holder, "PullRequestStep.displayName");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy