Class Messages


  • @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
    public class Messages
    extends Object
    Generated localization support class.
    • Constructor Detail

      • Messages

        public Messages()
    • Method Detail

      • SubversionSCM_pollChanges_exception

        public static String SubversionSCM_pollChanges_exception​(Object arg0)
        Key SubversionSCM.pollChanges.exception: Failed to check repository revision for {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Failed to check repository revision for {0}
      • _SubversionSCM_pollChanges_exception

        public static org.jvnet.localizer.Localizable _SubversionSCM_pollChanges_exception​(Object arg0)
        Key SubversionSCM.pollChanges.exception: Failed to check repository revision for {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Failed to check repository revision for {0}
      • SubversionTagAction_DisplayName_HasNoTag

        public static String SubversionTagAction_DisplayName_HasNoTag()
        Key SubversionTagAction.DisplayName.HasNoTag: Tag this build.
        Returns:
        Tag this build
      • _SubversionTagAction_DisplayName_HasNoTag

        public static org.jvnet.localizer.Localizable _SubversionTagAction_DisplayName_HasNoTag()
        Key SubversionTagAction.DisplayName.HasNoTag: Tag this build.
        Returns:
        Tag this build
      • SubversionSCM_doCheckRemote_invalidRevision

        public static String SubversionSCM_doCheckRemote_invalidRevision()
        Key SubversionSCM.doCheckRemote.invalidRevision: Invalid revision. Revision may either be a number or a <a href="http://svnbook.red-bean.com/en/1.5/svn.tour.revs.specifiers.html" target="_blank">Revision Keyword or Date</a>..
        Returns:
        Invalid revision. Revision may either be a number or a <a href="http://svnbook.red-bean.com/en/1.5/svn.tour.revs.specifiers.html" target="_blank">Revision Keyword or Date</a>.
      • _SubversionSCM_doCheckRemote_invalidRevision

        public static org.jvnet.localizer.Localizable _SubversionSCM_doCheckRemote_invalidRevision()
        Key SubversionSCM.doCheckRemote.invalidRevision: Invalid revision. Revision may either be a number or a <a href="http://svnbook.red-bean.com/en/1.5/svn.tour.revs.specifiers.html" target="_blank">Revision Keyword or Date</a>..
        Returns:
        Invalid revision. Revision may either be a number or a <a href="http://svnbook.red-bean.com/en/1.5/svn.tour.revs.specifiers.html" target="_blank">Revision Keyword or Date</a>.
      • SubversionSCM_pollChanges_ignoredRevision_onlydirprops

        public static String SubversionSCM_pollChanges_ignoredRevision_onlydirprops()
        Key SubversionSCM.pollChanges.ignoredRevision.onlydirprops: Found only property changes on dirs.
        Returns:
        Found only property changes on dirs
      • _SubversionSCM_pollChanges_ignoredRevision_onlydirprops

        public static org.jvnet.localizer.Localizable _SubversionSCM_pollChanges_ignoredRevision_onlydirprops()
        Key SubversionSCM.pollChanges.ignoredRevision.onlydirprops: Found only property changes on dirs.
        Returns:
        Found only property changes on dirs
      • SubversionSCM_perJobCredentialsMigration

        public static String SubversionSCM_perJobCredentialsMigration()
        Key SubversionSCM.perJobCredentialsMigration: Migrate any legacy Subversion per-job credential stores.
        Returns:
        Migrate any legacy Subversion per-job credential stores
      • _SubversionSCM_perJobCredentialsMigration

        public static org.jvnet.localizer.Localizable _SubversionSCM_perJobCredentialsMigration()
        Key SubversionSCM.perJobCredentialsMigration: Migrate any legacy Subversion per-job credential stores.
        Returns:
        Migrate any legacy Subversion per-job credential stores
      • NoopUpdater_DisplayName

        public static String NoopUpdater_DisplayName()
        Key NoopUpdater.DisplayName: Do not touch working copy, it is updated by other script..
        Returns:
        Do not touch working copy, it is updated by other script.
      • _NoopUpdater_DisplayName

        public static org.jvnet.localizer.Localizable _NoopUpdater_DisplayName()
        Key NoopUpdater.DisplayName: Do not touch working copy, it is updated by other script..
        Returns:
        Do not touch working copy, it is updated by other script.
      • SubversionTagAction_Tooltip_OneTag

        public static String SubversionTagAction_Tooltip_OneTag​(Object arg0)
        Key SubversionTagAction.Tooltip.OneTag: Tag: {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Tag: {0}
      • _SubversionTagAction_Tooltip_OneTag

        public static org.jvnet.localizer.Localizable _SubversionTagAction_Tooltip_OneTag​(Object arg0)
        Key SubversionTagAction.Tooltip.OneTag: Tag: {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Tag: {0}
      • SubversionSCM_excludedRevprop_notSupported

        public static String SubversionSCM_excludedRevprop_notSupported​(Object arg0)
        Key SubversionSCM.excludedRevprop.notSupported: The remote location {0} does not support retrieving custom revision properties with svn log. Commits with revision properties will trigger builds..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        The remote location {0} does not support retrieving custom revision properties with svn log. Commits with revision properties will trigger builds.
      • _SubversionSCM_excludedRevprop_notSupported

        public static org.jvnet.localizer.Localizable _SubversionSCM_excludedRevprop_notSupported​(Object arg0)
        Key SubversionSCM.excludedRevprop.notSupported: The remote location {0} does not support retrieving custom revision properties with svn log. Commits with revision properties will trigger builds..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        The remote location {0} does not support retrieving custom revision properties with svn log. Commits with revision properties will trigger builds.
      • UpdateUpdater_DisplayName

        public static String UpdateUpdater_DisplayName()
        Key UpdateUpdater.DisplayName: Use ''svn update'' as much as possible.
        Returns:
        Use ''svn update'' as much as possible
      • _UpdateUpdater_DisplayName

        public static org.jvnet.localizer.Localizable _UpdateUpdater_DisplayName()
        Key UpdateUpdater.DisplayName: Use ''svn update'' as much as possible.
        Returns:
        Use ''svn update'' as much as possible
      • CheckoutUpdater_DisplayName

        public static String CheckoutUpdater_DisplayName()
        Key CheckoutUpdater.DisplayName: Always check out a fresh copy.
        Returns:
        Always check out a fresh copy
      • _CheckoutUpdater_DisplayName

        public static org.jvnet.localizer.Localizable _CheckoutUpdater_DisplayName()
        Key CheckoutUpdater.DisplayName: Always check out a fresh copy.
        Returns:
        Always check out a fresh copy
      • SubversionSCM_pollChanges_noBuilds

        public static String SubversionSCM_pollChanges_noBuilds()
        Key SubversionSCM.pollChanges.noBuilds: No existing build. Scheduling a new one..
        Returns:
        No existing build. Scheduling a new one.
      • _SubversionSCM_pollChanges_noBuilds

        public static org.jvnet.localizer.Localizable _SubversionSCM_pollChanges_noBuilds()
        Key SubversionSCM.pollChanges.noBuilds: No existing build. Scheduling a new one..
        Returns:
        No existing build. Scheduling a new one.
      • SubversionSCM_disableProject_disabled

        public static String SubversionSCM_disableProject_disabled()
        Key SubversionSCM.disableProject.disabled: The project has been disabled.
        Returns:
        The project has been disabled
      • _SubversionSCM_disableProject_disabled

        public static org.jvnet.localizer.Localizable _SubversionSCM_disableProject_disabled()
        Key SubversionSCM.disableProject.disabled: The project has been disabled.
        Returns:
        The project has been disabled
      • SubversionSCM_pollChanges_ignoredRevision_author

        public static String SubversionSCM_pollChanges_ignoredRevision_author​(Object arg0)
        Key SubversionSCM.pollChanges.ignoredRevision.author: Found excluded author: {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Found excluded author: {0}
      • _SubversionSCM_pollChanges_ignoredRevision_author

        public static org.jvnet.localizer.Localizable _SubversionSCM_pollChanges_ignoredRevision_author​(Object arg0)
        Key SubversionSCM.pollChanges.ignoredRevision.author: Found excluded author: {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Found excluded author: {0}
      • SubversionSCM_disableProject_unsupported

        public static String SubversionSCM_disableProject_unsupported()
        Key SubversionSCM.disableProject.unsupported: The project does not support the disabling.
        Returns:
        The project does not support the disabling
      • _SubversionSCM_disableProject_unsupported

        public static org.jvnet.localizer.Localizable _SubversionSCM_disableProject_unsupported()
        Key SubversionSCM.disableProject.unsupported: The project does not support the disabling.
        Returns:
        The project does not support the disabling
      • UpdateWithCleanUpdater_DisplayName

        public static String UpdateWithCleanUpdater_DisplayName()
        Key UpdateWithCleanUpdater.DisplayName: Emulate clean checkout by first deleting unversioned/ignored files, then ''svn update''.
        Returns:
        Emulate clean checkout by first deleting unversioned/ignored files, then ''svn update''
      • _UpdateWithCleanUpdater_DisplayName

        public static org.jvnet.localizer.Localizable _UpdateWithCleanUpdater_DisplayName()
        Key UpdateWithCleanUpdater.DisplayName: Emulate clean checkout by first deleting unversioned/ignored files, then ''svn update''.
        Returns:
        Emulate clean checkout by first deleting unversioned/ignored files, then ''svn update''
      • SubversionTagAction_DisplayName_HasTags

        public static String SubversionTagAction_DisplayName_HasTags()
        Key SubversionTagAction.DisplayName.HasTags: Subversion tags.
        Returns:
        Subversion tags
      • _SubversionTagAction_DisplayName_HasTags

        public static org.jvnet.localizer.Localizable _SubversionTagAction_DisplayName_HasTags()
        Key SubversionTagAction.DisplayName.HasTags: Subversion tags.
        Returns:
        Subversion tags
      • SubversionSCM_doCheckRemote_badPath

        public static String SubversionSCM_doCheckRemote_badPath​(Object arg0)
        Key SubversionSCM.doCheckRemote.badPath: {0} doesn''t exist in the repository.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} doesn''t exist in the repository
      • _SubversionSCM_doCheckRemote_badPath

        public static org.jvnet.localizer.Localizable _SubversionSCM_doCheckRemote_badPath​(Object arg0)
        Key SubversionSCM.doCheckRemote.badPath: {0} doesn''t exist in the repository.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} doesn''t exist in the repository
      • SubversionSCM_pollChanges_locationNotInWorkspace

        public static String SubversionSCM_pollChanges_locationNotInWorkspace​(Object arg0)
        Key SubversionSCM.pollChanges.locationNotInWorkspace: Workspace doesn''t contain {0}. Need a new build..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Workspace doesn''t contain {0}. Need a new build.
      • _SubversionSCM_pollChanges_locationNotInWorkspace

        public static org.jvnet.localizer.Localizable _SubversionSCM_pollChanges_locationNotInWorkspace​(Object arg0)
        Key SubversionSCM.pollChanges.locationNotInWorkspace: Workspace doesn''t contain {0}. Need a new build..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Workspace doesn''t contain {0}. Need a new build.
      • SubversionSCM_pollChanges_ignoredRevision_noincpath

        public static String SubversionSCM_pollChanges_ignoredRevision_noincpath()
        Key SubversionSCM.pollChanges.ignoredRevision.noincpath: Found no included paths.
        Returns:
        Found no included paths
      • _SubversionSCM_pollChanges_ignoredRevision_noincpath

        public static org.jvnet.localizer.Localizable _SubversionSCM_pollChanges_ignoredRevision_noincpath()
        Key SubversionSCM.pollChanges.ignoredRevision.noincpath: Found no included paths.
        Returns:
        Found no included paths
      • CredentialsSVNAuthenticationProviderImpl_credentials_in_realm

        public static String CredentialsSVNAuthenticationProviderImpl_credentials_in_realm​(Object arg0,
                                                                                           Object arg1)
        Key CredentialsSVNAuthenticationProviderImpl.credentials_in_realm: Found credentials {0} in realm ‘{1}’.
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Found credentials {0} in realm ‘{1}’
      • _CredentialsSVNAuthenticationProviderImpl_credentials_in_realm

        public static org.jvnet.localizer.Localizable _CredentialsSVNAuthenticationProviderImpl_credentials_in_realm​(Object arg0,
                                                                                                                     Object arg1)
        Key CredentialsSVNAuthenticationProviderImpl.credentials_in_realm: Found credentials {0} in realm ‘{1}’.
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Found credentials {0} in realm ‘{1}’
      • SubversionSCM_doCheckRemote_badPathSuggest

        public static String SubversionSCM_doCheckRemote_badPathSuggest​(Object arg0,
                                                                        Object arg1,
                                                                        Object arg2)
        Key SubversionSCM.doCheckRemote.badPathSuggest: "{0}/{1}" doesn''t exist in the repository. Maybe you meant "{0}{2}"?.
        Parameters:
        arg2 - 3rd format parameter, {2}, as String.valueOf(Object).
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        "{0}/{1}" doesn''t exist in the repository. Maybe you meant "{0}{2}"?
      • _SubversionSCM_doCheckRemote_badPathSuggest

        public static org.jvnet.localizer.Localizable _SubversionSCM_doCheckRemote_badPathSuggest​(Object arg0,
                                                                                                  Object arg1,
                                                                                                  Object arg2)
        Key SubversionSCM.doCheckRemote.badPathSuggest: "{0}/{1}" doesn''t exist in the repository. Maybe you meant "{0}{2}"?.
        Parameters:
        arg2 - 3rd format parameter, {2}, as String.valueOf(Object).
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        "{0}/{1}" doesn''t exist in the repository. Maybe you meant "{0}{2}"?
      • SubversionSCM_pollChanges_ignoredRevision

        public static String SubversionSCM_pollChanges_ignoredRevision​(Object arg0,
                                                                       Object arg1)
        Key SubversionSCM.pollChanges.ignoredRevision: Ignored revision {0}: {1}.
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Ignored revision {0}: {1}
      • _SubversionSCM_pollChanges_ignoredRevision

        public static org.jvnet.localizer.Localizable _SubversionSCM_pollChanges_ignoredRevision​(Object arg0,
                                                                                                 Object arg1)
        Key SubversionSCM.pollChanges.ignoredRevision: Ignored revision {0}: {1}.
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Ignored revision {0}: {1}
      • SubversionSCM_doCheckRemote_invalidUrl

        public static String SubversionSCM_doCheckRemote_invalidUrl()
        Key SubversionSCM.doCheckRemote.invalidUrl: Invalid URL syntax.
        Returns:
        Invalid URL syntax
      • _SubversionSCM_doCheckRemote_invalidUrl

        public static org.jvnet.localizer.Localizable _SubversionSCM_doCheckRemote_invalidUrl()
        Key SubversionSCM.doCheckRemote.invalidUrl: Invalid URL syntax.
        Returns:
        Invalid URL syntax
      • CredentialsSVNAuthenticationProviderImpl_sole_credentials

        public static String CredentialsSVNAuthenticationProviderImpl_sole_credentials​(Object arg0,
                                                                                       Object arg1)
        Key CredentialsSVNAuthenticationProviderImpl.sole_credentials: Using sole credentials {0} in realm ‘{1}’.
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Using sole credentials {0} in realm ‘{1}’
      • _CredentialsSVNAuthenticationProviderImpl_sole_credentials

        public static org.jvnet.localizer.Localizable _CredentialsSVNAuthenticationProviderImpl_sole_credentials​(Object arg0,
                                                                                                                 Object arg1)
        Key CredentialsSVNAuthenticationProviderImpl.sole_credentials: Using sole credentials {0} in realm ‘{1}’.
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Using sole credentials {0} in realm ‘{1}’
      • CredentialsSVNAuthenticationProviderImpl_missing_credentials

        public static String CredentialsSVNAuthenticationProviderImpl_missing_credentials​(Object arg0,
                                                                                          Object arg1,
                                                                                          Object arg2)
        Key CredentialsSVNAuthenticationProviderImpl.missing_credentials: No credentials found for realm ‘{0}’ among ‘{1}’; falling back to {2}.
        Parameters:
        arg2 - 3rd format parameter, {2}, as String.valueOf(Object).
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        No credentials found for realm ‘{0}’ among ‘{1}’; falling back to {2}
      • _CredentialsSVNAuthenticationProviderImpl_missing_credentials

        public static org.jvnet.localizer.Localizable _CredentialsSVNAuthenticationProviderImpl_missing_credentials​(Object arg0,
                                                                                                                    Object arg1,
                                                                                                                    Object arg2)
        Key CredentialsSVNAuthenticationProviderImpl.missing_credentials: No credentials found for realm ‘{0}’ among ‘{1}’; falling back to {2}.
        Parameters:
        arg2 - 3rd format parameter, {2}, as String.valueOf(Object).
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        No credentials found for realm ‘{0}’ among ‘{1}’; falling back to {2}
      • SubversionSCM_ClockOutOfSync

        public static String SubversionSCM_ClockOutOfSync()
        Key SubversionSCM.ClockOutOfSync: WARNING: clock of the subversion server appears to be out of sync. This can result in inconsistent check out behavior..
        Returns:
        WARNING: clock of the subversion server appears to be out of sync. This can result in inconsistent check out behavior.
      • _SubversionSCM_ClockOutOfSync

        public static org.jvnet.localizer.Localizable _SubversionSCM_ClockOutOfSync()
        Key SubversionSCM.ClockOutOfSync: WARNING: clock of the subversion server appears to be out of sync. This can result in inconsistent check out behavior..
        Returns:
        WARNING: clock of the subversion server appears to be out of sync. This can result in inconsistent check out behavior.
      • SubversionSCM_doCheckRemote_required

        public static String SubversionSCM_doCheckRemote_required()
        Key SubversionSCM.doCheckRemote.required: Repository URL is required..
        Returns:
        Repository URL is required.
      • _SubversionSCM_doCheckRemote_required

        public static org.jvnet.localizer.Localizable _SubversionSCM_doCheckRemote_required()
        Key SubversionSCM.doCheckRemote.required: Repository URL is required..
        Returns:
        Repository URL is required.
      • SubversionSCM_pollChanges_remoteRevisionAt

        public static String SubversionSCM_pollChanges_remoteRevisionAt​(Object arg0,
                                                                        Object arg1)
        Key SubversionSCM.pollChanges.remoteRevisionAt: {0} is at revision {1}.
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} is at revision {1}
      • _SubversionSCM_pollChanges_remoteRevisionAt

        public static org.jvnet.localizer.Localizable _SubversionSCM_pollChanges_remoteRevisionAt​(Object arg0,
                                                                                                  Object arg1)
        Key SubversionSCM.pollChanges.remoteRevisionAt: {0} is at revision {1}.
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} is at revision {1}
      • SubversionSCM_browsers_VisualSVN

        public static String SubversionSCM_browsers_VisualSVN()
        Key SubversionSCM.browsers.VisualSVN: VisualSVN.
        Returns:
        VisualSVN
      • _SubversionSCM_browsers_VisualSVN

        public static org.jvnet.localizer.Localizable _SubversionSCM_browsers_VisualSVN()
        Key SubversionSCM.browsers.VisualSVN: VisualSVN.
        Returns:
        VisualSVN
      • SubversionUpdateEventHandler_FetchExternal

        public static String SubversionUpdateEventHandler_FetchExternal​(Object arg0,
                                                                        Object arg1,
                                                                        Object arg2)
        Key SubversionUpdateEventHandler.FetchExternal: Fetching ''{0}'' at {1} into ''{2}''.
        Parameters:
        arg2 - 3rd format parameter, {2}, as String.valueOf(Object).
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Fetching ''{0}'' at {1} into ''{2}''
      • _SubversionUpdateEventHandler_FetchExternal

        public static org.jvnet.localizer.Localizable _SubversionUpdateEventHandler_FetchExternal​(Object arg0,
                                                                                                  Object arg1,
                                                                                                  Object arg2)
        Key SubversionUpdateEventHandler.FetchExternal: Fetching ''{0}'' at {1} into ''{2}''.
        Parameters:
        arg2 - 3rd format parameter, {2}, as String.valueOf(Object).
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Fetching ''{0}'' at {1} into ''{2}''
      • SubversionSCM_pollChanges_ignoredRevision_revprop

        public static String SubversionSCM_pollChanges_ignoredRevision_revprop​(Object arg0)
        Key SubversionSCM.pollChanges.ignoredRevision.revprop: Found exclusion revprop: {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Found exclusion revprop: {0}
      • _SubversionSCM_pollChanges_ignoredRevision_revprop

        public static org.jvnet.localizer.Localizable _SubversionSCM_pollChanges_ignoredRevision_revprop​(Object arg0)
        Key SubversionSCM.pollChanges.ignoredRevision.revprop: Found exclusion revprop: {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Found exclusion revprop: {0}
      • SubversionSCM_pollChanges_ignoredRevision_path

        public static String SubversionSCM_pollChanges_ignoredRevision_path​(Object arg0)
        Key SubversionSCM.pollChanges.ignoredRevision.path: Found only excluded paths: {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Found only excluded paths: {0}
      • _SubversionSCM_pollChanges_ignoredRevision_path

        public static org.jvnet.localizer.Localizable _SubversionSCM_pollChanges_ignoredRevision_path​(Object arg0)
        Key SubversionSCM.pollChanges.ignoredRevision.path: Found only excluded paths: {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Found only excluded paths: {0}
      • SubversionTagAction_Tooltip

        public static String SubversionTagAction_Tooltip()
        Key SubversionTagAction.Tooltip: Tagged.
        Returns:
        Tagged
      • _SubversionTagAction_Tooltip

        public static org.jvnet.localizer.Localizable _SubversionTagAction_Tooltip()
        Key SubversionTagAction.Tooltip: Tagged.
        Returns:
        Tagged
      • SubversionSCM_doCheckRemote_exceptionMsg1

        public static String SubversionSCM_doCheckRemote_exceptionMsg1​(Object arg0,
                                                                       Object arg1,
                                                                       Object arg2)
        Key SubversionSCM.doCheckRemote.exceptionMsg1: Unable to access {0} : {1} <a href="#" id="svnerrorlink" onclick="{2}">(show details)</a>.
        Parameters:
        arg2 - 3rd format parameter, {2}, as String.valueOf(Object).
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Unable to access {0} : {1} <a href="#" id="svnerrorlink" onclick="{2}">(show details)</a>
      • _SubversionSCM_doCheckRemote_exceptionMsg1

        public static org.jvnet.localizer.Localizable _SubversionSCM_doCheckRemote_exceptionMsg1​(Object arg0,
                                                                                                 Object arg1,
                                                                                                 Object arg2)
        Key SubversionSCM.doCheckRemote.exceptionMsg1: Unable to access {0} : {1} <a href="#" id="svnerrorlink" onclick="{2}">(show details)</a>.
        Parameters:
        arg2 - 3rd format parameter, {2}, as String.valueOf(Object).
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Unable to access {0} : {1} <a href="#" id="svnerrorlink" onclick="{2}">(show details)</a>
      • UpdateWithRevertUpdater_DisplayName

        public static String UpdateWithRevertUpdater_DisplayName()
        Key UpdateWithRevertUpdater.DisplayName: Use ''svn update'' as much as possible, with ''svn revert'' before update.
        Returns:
        Use ''svn update'' as much as possible, with ''svn revert'' before update
      • _UpdateWithRevertUpdater_DisplayName

        public static org.jvnet.localizer.Localizable _UpdateWithRevertUpdater_DisplayName()
        Key UpdateWithRevertUpdater.DisplayName: Use ''svn update'' as much as possible, with ''svn revert'' before update.
        Returns:
        Use ''svn update'' as much as possible, with ''svn revert'' before update
      • SubversionSCM_pollChanges_changedFrom

        public static String SubversionSCM_pollChanges_changedFrom​(Object arg0)
        Key SubversionSCM.pollChanges.changedFrom: (changed from {0}).
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        (changed from {0})
      • _SubversionSCM_pollChanges_changedFrom

        public static org.jvnet.localizer.Localizable _SubversionSCM_pollChanges_changedFrom​(Object arg0)
        Key SubversionSCM.pollChanges.changedFrom: (changed from {0}).
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        (changed from {0})
      • SubversionTagAction_DisplayName_HasATag

        public static String SubversionTagAction_DisplayName_HasATag()
        Key SubversionTagAction.DisplayName.HasATag: Subversion tag.
        Returns:
        Subversion tag
      • _SubversionTagAction_DisplayName_HasATag

        public static org.jvnet.localizer.Localizable _SubversionTagAction_DisplayName_HasATag()
        Key SubversionTagAction.DisplayName.HasATag: Subversion tag.
        Returns:
        Subversion tag
      • SubversionSCM_doCheckRemote_exceptionMsg2

        public static String SubversionSCM_doCheckRemote_exceptionMsg2​(Object arg0)
        Key SubversionSCM.doCheckRemote.exceptionMsg2: (Maybe you need to <a href="{0}" target="_blank">enter credential</a>?).
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        (Maybe you need to <a href="{0}" target="_blank">enter credential</a>?)
      • _SubversionSCM_doCheckRemote_exceptionMsg2

        public static org.jvnet.localizer.Localizable _SubversionSCM_doCheckRemote_exceptionMsg2​(Object arg0)
        Key SubversionSCM.doCheckRemote.exceptionMsg2: (Maybe you need to <a href="{0}" target="_blank">enter credential</a>?).
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        (Maybe you need to <a href="{0}" target="_blank">enter credential</a>?)
      • SubversionSCM_pollChanges_locationsNoLongerExist

        public static String SubversionSCM_pollChanges_locationsNoLongerExist​(Object arg0)
        Key SubversionSCM.pollChanges.locationsNoLongerExist: One or more repository locations do not exist anymore for {0}, project will be disabled..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        One or more repository locations do not exist anymore for {0}, project will be disabled.
      • _SubversionSCM_pollChanges_locationsNoLongerExist

        public static org.jvnet.localizer.Localizable _SubversionSCM_pollChanges_locationsNoLongerExist​(Object arg0)
        Key SubversionSCM.pollChanges.locationsNoLongerExist: One or more repository locations do not exist anymore for {0}, project will be disabled..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        One or more repository locations do not exist anymore for {0}, project will be disabled.