Package hudson.plugins.cloneworkspace
Class Messages
java.lang.Object
hudson.plugins.cloneworkspace.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.Localizable
KeyCloneWorkspacePublisher.ArchivingWorkspace
:Archiving workspace
.static org.jvnet.localizer.Localizable
KeyCloneWorkspacePublisher.CriteriaNotMet
:Build does not meet criteria for workspace archiving - result is not at least {0}.
.static org.jvnet.localizer.Localizable
KeyCloneWorkspacePublisher.DeletingOld
:Deleting old workspace snapshot from {0}.
.static org.jvnet.localizer.Localizable
KeyCloneWorkspacePublisher.DisplayName
:Archive for Clone Workspace SCM
.static org.jvnet.localizer.Localizable
KeyCloneWorkspacePublisher.FailedToArchive
:Failed to archive workspace with pattern {0}
.static org.jvnet.localizer.Localizable
_CloneWorkspacePublisher_NoMatchFound
(Object arg0, Object arg1) KeyCloneWorkspacePublisher.NoMatchFound
:No files were found in the workspace matching the file pattern "{0}". Possible configuration error: {1}.
.static org.jvnet.localizer.Localizable
KeyCloneWorkspaceSCM.DisplayName
:Clone Workspace
.static org.jvnet.localizer.Localizable
KeyCloneWorkspaceSCM.IncorrectJobType
:{0} isn''t a job that has a workspace.
.static org.jvnet.localizer.Localizable
_CloneWorkspaceSCM_NoBuild
(Object arg0, Object arg1) KeyCloneWorkspaceSCM.NoBuild
:There''s no qualifying build matching the criteria ''{0}'' in {1}
.static org.jvnet.localizer.Localizable
_CloneWorkspaceSCM_NoSuchCriteria
(Object arg0, Object arg1) KeyCloneWorkspaceSCM.NoSuchCriteria
:No permalink relating to the criteria ''{0}'' exists for {1}
.static org.jvnet.localizer.Localizable
_CloneWorkspaceSCM_NoSuchJob
(Object arg0, Object arg1) KeyCloneWorkspaceSCM.NoSuchJob
:No such job ''{0}'' exists. Perhaps you meant ''{1}''?
.static org.jvnet.localizer.Localizable
_CloneWorkspaceSCM_NoWorkspace
(Object arg0, Object arg1) KeyCloneWorkspaceSCM.NoWorkspace
:{0}''s most recent build matching the criteria ''{1}'' doesn''t have a workspace snapshot attached. Please run another build in {0} to get the workspace snapshot generated and attached.
.static String
KeyCloneWorkspacePublisher.ArchivingWorkspace
:Archiving workspace
.static String
KeyCloneWorkspacePublisher.CriteriaNotMet
:Build does not meet criteria for workspace archiving - result is not at least {0}.
.static String
KeyCloneWorkspacePublisher.DeletingOld
:Deleting old workspace snapshot from {0}.
.static String
KeyCloneWorkspacePublisher.DisplayName
:Archive for Clone Workspace SCM
.static String
KeyCloneWorkspacePublisher.FailedToArchive
:Failed to archive workspace with pattern {0}
.static String
CloneWorkspacePublisher_NoMatchFound
(Object arg0, Object arg1) KeyCloneWorkspacePublisher.NoMatchFound
:No files were found in the workspace matching the file pattern "{0}". Possible configuration error: {1}.
.static String
KeyCloneWorkspaceSCM.DisplayName
:Clone Workspace
.static String
KeyCloneWorkspaceSCM.IncorrectJobType
:{0} isn''t a job that has a workspace.
.static String
CloneWorkspaceSCM_NoBuild
(Object arg0, Object arg1) KeyCloneWorkspaceSCM.NoBuild
:There''s no qualifying build matching the criteria ''{0}'' in {1}
.static String
CloneWorkspaceSCM_NoSuchCriteria
(Object arg0, Object arg1) KeyCloneWorkspaceSCM.NoSuchCriteria
:No permalink relating to the criteria ''{0}'' exists for {1}
.static String
CloneWorkspaceSCM_NoSuchJob
(Object arg0, Object arg1) KeyCloneWorkspaceSCM.NoSuchJob
:No such job ''{0}'' exists. Perhaps you meant ''{1}''?
.static String
CloneWorkspaceSCM_NoWorkspace
(Object arg0, Object arg1) KeyCloneWorkspaceSCM.NoWorkspace
:{0}''s most recent build matching the criteria ''{1}'' doesn''t have a workspace snapshot attached. Please run another build in {0} to get the workspace snapshot generated and attached.
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
CloneWorkspaceSCM_NoWorkspace
KeyCloneWorkspaceSCM.NoWorkspace
:{0}''s most recent build matching the criteria ''{1}'' doesn''t have a workspace snapshot attached. Please run another build in {0} to get the workspace snapshot generated and attached.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0}''s most recent build matching the criteria ''{1}'' doesn''t have a workspace snapshot attached. Please run another build in {0} to get the workspace snapshot generated and attached.
-
_CloneWorkspaceSCM_NoWorkspace
public static org.jvnet.localizer.Localizable _CloneWorkspaceSCM_NoWorkspace(Object arg0, Object arg1) KeyCloneWorkspaceSCM.NoWorkspace
:{0}''s most recent build matching the criteria ''{1}'' doesn''t have a workspace snapshot attached. Please run another build in {0} to get the workspace snapshot generated and attached.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0}''s most recent build matching the criteria ''{1}'' doesn''t have a workspace snapshot attached. Please run another build in {0} to get the workspace snapshot generated and attached.
-
CloneWorkspaceSCM_NoSuchCriteria
KeyCloneWorkspaceSCM.NoSuchCriteria
:No permalink relating to the criteria ''{0}'' exists for {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No permalink relating to the criteria ''{0}'' exists for {1}
-
_CloneWorkspaceSCM_NoSuchCriteria
public static org.jvnet.localizer.Localizable _CloneWorkspaceSCM_NoSuchCriteria(Object arg0, Object arg1) KeyCloneWorkspaceSCM.NoSuchCriteria
:No permalink relating to the criteria ''{0}'' exists for {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No permalink relating to the criteria ''{0}'' exists for {1}
-
CloneWorkspacePublisher_DisplayName
KeyCloneWorkspacePublisher.DisplayName
:Archive for Clone Workspace SCM
.- Returns:
Archive for Clone Workspace SCM
-
_CloneWorkspacePublisher_DisplayName
public static org.jvnet.localizer.Localizable _CloneWorkspacePublisher_DisplayName()KeyCloneWorkspacePublisher.DisplayName
:Archive for Clone Workspace SCM
.- Returns:
Archive for Clone Workspace SCM
-
CloneWorkspaceSCM_DisplayName
KeyCloneWorkspaceSCM.DisplayName
:Clone Workspace
.- Returns:
Clone Workspace
-
_CloneWorkspaceSCM_DisplayName
public static org.jvnet.localizer.Localizable _CloneWorkspaceSCM_DisplayName()KeyCloneWorkspaceSCM.DisplayName
:Clone Workspace
.- Returns:
Clone Workspace
-
CloneWorkspaceSCM_IncorrectJobType
KeyCloneWorkspaceSCM.IncorrectJobType
:{0} isn''t a job that has a workspace.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} isn''t a job that has a workspace.
-
_CloneWorkspaceSCM_IncorrectJobType
KeyCloneWorkspaceSCM.IncorrectJobType
:{0} isn''t a job that has a workspace.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} isn''t a job that has a workspace.
-
CloneWorkspaceSCM_NoSuchJob
KeyCloneWorkspaceSCM.NoSuchJob
:No such job ''{0}'' exists. Perhaps you meant ''{1}''?
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such job ''{0}'' exists. Perhaps you meant ''{1}''?
-
_CloneWorkspaceSCM_NoSuchJob
public static org.jvnet.localizer.Localizable _CloneWorkspaceSCM_NoSuchJob(Object arg0, Object arg1) KeyCloneWorkspaceSCM.NoSuchJob
:No such job ''{0}'' exists. Perhaps you meant ''{1}''?
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such job ''{0}'' exists. Perhaps you meant ''{1}''?
-
CloneWorkspaceSCM_NoBuild
KeyCloneWorkspaceSCM.NoBuild
:There''s no qualifying build matching the criteria ''{0}'' in {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
There''s no qualifying build matching the criteria ''{0}'' in {1}
-
_CloneWorkspaceSCM_NoBuild
KeyCloneWorkspaceSCM.NoBuild
:There''s no qualifying build matching the criteria ''{0}'' in {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
There''s no qualifying build matching the criteria ''{0}'' in {1}
-
CloneWorkspacePublisher_DeletingOld
KeyCloneWorkspacePublisher.DeletingOld
:Deleting old workspace snapshot from {0}.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Deleting old workspace snapshot from {0}.
-
_CloneWorkspacePublisher_DeletingOld
KeyCloneWorkspacePublisher.DeletingOld
:Deleting old workspace snapshot from {0}.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Deleting old workspace snapshot from {0}.
-
CloneWorkspacePublisher_ArchivingWorkspace
KeyCloneWorkspacePublisher.ArchivingWorkspace
:Archiving workspace
.- Returns:
Archiving workspace
-
_CloneWorkspacePublisher_ArchivingWorkspace
public static org.jvnet.localizer.Localizable _CloneWorkspacePublisher_ArchivingWorkspace()KeyCloneWorkspacePublisher.ArchivingWorkspace
:Archiving workspace
.- Returns:
Archiving workspace
-
CloneWorkspacePublisher_CriteriaNotMet
KeyCloneWorkspacePublisher.CriteriaNotMet
:Build does not meet criteria for workspace archiving - result is not at least {0}.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Build does not meet criteria for workspace archiving - result is not at least {0}.
-
_CloneWorkspacePublisher_CriteriaNotMet
KeyCloneWorkspacePublisher.CriteriaNotMet
:Build does not meet criteria for workspace archiving - result is not at least {0}.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Build does not meet criteria for workspace archiving - result is not at least {0}.
-
CloneWorkspacePublisher_FailedToArchive
KeyCloneWorkspacePublisher.FailedToArchive
:Failed to archive workspace with pattern {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to archive workspace with pattern {0}
-
_CloneWorkspacePublisher_FailedToArchive
KeyCloneWorkspacePublisher.FailedToArchive
:Failed to archive workspace with pattern {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to archive workspace with pattern {0}
-
CloneWorkspacePublisher_NoMatchFound
KeyCloneWorkspacePublisher.NoMatchFound
:No files were found in the workspace matching the file pattern "{0}". Possible configuration error: {1}.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No files were found in the workspace matching the file pattern "{0}". Possible configuration error: {1}.
-
_CloneWorkspacePublisher_NoMatchFound
public static org.jvnet.localizer.Localizable _CloneWorkspacePublisher_NoMatchFound(Object arg0, Object arg1) KeyCloneWorkspacePublisher.NoMatchFound
:No files were found in the workspace matching the file pattern "{0}". Possible configuration error: {1}.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No files were found in the workspace matching the file pattern "{0}". Possible configuration error: {1}.
-