Class Messages
java.lang.Object
org.jenkinsci.plugins.androidsigning.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.LocalizableKeybuilderDisplayName:Sign Android APKs.static org.jvnet.localizer.LocalizableKeysignedApkMapping.builderDir.displayName:Output to separate directory.static org.jvnet.localizer.LocalizableKeysignedApkMapping.unsignedSibling.displayName:Output to unsigned APK sibling.static org.jvnet.localizer.LocalizableKeyvalidation.globSearchLimitReached:Unable to validate - the pattern searched too many files ({0,number,integer}) without a match.static org.jvnet.localizer.LocalizableKeyvalidation.noProject:Unable to validate - this step does not have a parent project.static org.jvnet.localizer.LocalizableKeyvalidation.noWorkspace:Unable to validate - this job does not yet have a workspace.static StringKeybuilderDisplayName:Sign Android APKs.static StringKeysignedApkMapping.builderDir.displayName:Output to separate directory.static StringKeysignedApkMapping.unsignedSibling.displayName:Output to unsigned APK sibling.static StringKeyvalidation.globSearchLimitReached:Unable to validate - the pattern searched too many files ({0,number,integer}) without a match.static StringKeyvalidation.noProject:Unable to validate - this step does not have a parent project.static StringKeyvalidation.noWorkspace:Unable to validate - this job does not yet have a workspace.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
signedApkMapping_unsignedSibling_displayName
KeysignedApkMapping.unsignedSibling.displayName:Output to unsigned APK sibling.- Returns:
Output to unsigned APK sibling
-
_signedApkMapping_unsignedSibling_displayName
public static org.jvnet.localizer.Localizable _signedApkMapping_unsignedSibling_displayName()KeysignedApkMapping.unsignedSibling.displayName:Output to unsigned APK sibling.- Returns:
Output to unsigned APK sibling
-
validation_noWorkspace
Keyvalidation.noWorkspace:Unable to validate - this job does not yet have a workspace.- Returns:
Unable to validate - this job does not yet have a workspace
-
_validation_noWorkspace
public static org.jvnet.localizer.Localizable _validation_noWorkspace()Keyvalidation.noWorkspace:Unable to validate - this job does not yet have a workspace.- Returns:
Unable to validate - this job does not yet have a workspace
-
builderDisplayName
KeybuilderDisplayName:Sign Android APKs.- Returns:
Sign Android APKs
-
_builderDisplayName
public static org.jvnet.localizer.Localizable _builderDisplayName()KeybuilderDisplayName:Sign Android APKs.- Returns:
Sign Android APKs
-
validation_globSearchLimitReached
Keyvalidation.globSearchLimitReached:Unable to validate - the pattern searched too many files ({0,number,integer}) without a match.- Parameters:
arg0- 1st format parameter,{0}, a number.- Returns:
Unable to validate - the pattern searched too many files ({0,number,integer}) without a match
-
_validation_globSearchLimitReached
Keyvalidation.globSearchLimitReached:Unable to validate - the pattern searched too many files ({0,number,integer}) without a match.- Parameters:
arg0- 1st format parameter,{0}, a number.- Returns:
Unable to validate - the pattern searched too many files ({0,number,integer}) without a match
-
validation_noProject
Keyvalidation.noProject:Unable to validate - this step does not have a parent project.- Returns:
Unable to validate - this step does not have a parent project
-
_validation_noProject
public static org.jvnet.localizer.Localizable _validation_noProject()Keyvalidation.noProject:Unable to validate - this step does not have a parent project.- Returns:
Unable to validate - this step does not have a parent project
-
signedApkMapping_builderDir_displayName
KeysignedApkMapping.builderDir.displayName:Output to separate directory.- Returns:
Output to separate directory
-
_signedApkMapping_builderDir_displayName
public static org.jvnet.localizer.Localizable _signedApkMapping_builderDir_displayName()KeysignedApkMapping.builderDir.displayName:Output to separate directory.- Returns:
Output to separate directory
-