Class Messages
java.lang.Object
com.cloudbees.hudson.plugins.folder.computed.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeyComputedFolder.already_computing
:Already computing
.static org.jvnet.localizer.Localizable
KeyComputedFolder.ComputationInProgress
:Recomputation is currently in progress
.static org.jvnet.localizer.Localizable
KeyFolderComputation.DisplayName
:Folder Computation
.static org.jvnet.localizer.Localizable
KeyOrphanedParent.CauseOfInterruption.ShortDescription
:Aborted because of the orphaning of {0}
.static org.jvnet.localizer.Localizable
KeyPeriodicFolderTrigger.DisplayName
:Periodically if not otherwise run
.static org.jvnet.localizer.Localizable
KeyPseudoRun.DisplayName
:log
.static org.jvnet.localizer.Localizable
KeyRun.InProgressDuration
:{0} and counting
.static org.jvnet.localizer.Localizable
KeyThrottleComputationQueueTaskDispatcher.MaxConcurrentIndexing
:At maximum indexing capacity
.static String
KeyComputedFolder.already_computing
:Already computing
.static String
KeyComputedFolder.ComputationInProgress
:Recomputation is currently in progress
.static String
KeyFolderComputation.DisplayName
:Folder Computation
.static String
KeyOrphanedParent.CauseOfInterruption.ShortDescription
:Aborted because of the orphaning of {0}
.static String
KeyPeriodicFolderTrigger.DisplayName
:Periodically if not otherwise run
.static String
KeyPseudoRun.DisplayName
:log
.static String
Run_InProgressDuration
(Object arg0) KeyRun.InProgressDuration
:{0} and counting
.static String
KeyThrottleComputationQueueTaskDispatcher.MaxConcurrentIndexing
:At maximum indexing capacity
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
Run_InProgressDuration
KeyRun.InProgressDuration
:{0} and counting
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} and counting
-
_Run_InProgressDuration
KeyRun.InProgressDuration
:{0} and counting
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} and counting
-
ComputedFolder_ComputationInProgress
KeyComputedFolder.ComputationInProgress
:Recomputation is currently in progress
.- Returns:
Recomputation is currently in progress
-
_ComputedFolder_ComputationInProgress
public static org.jvnet.localizer.Localizable _ComputedFolder_ComputationInProgress()KeyComputedFolder.ComputationInProgress
:Recomputation is currently in progress
.- Returns:
Recomputation is currently in progress
-
FolderComputation_DisplayName
KeyFolderComputation.DisplayName
:Folder Computation
.- Returns:
Folder Computation
-
_FolderComputation_DisplayName
public static org.jvnet.localizer.Localizable _FolderComputation_DisplayName()KeyFolderComputation.DisplayName
:Folder Computation
.- Returns:
Folder Computation
-
ThrottleComputationQueueTaskDispatcher_MaxConcurrentIndexing
KeyThrottleComputationQueueTaskDispatcher.MaxConcurrentIndexing
:At maximum indexing capacity
.- Returns:
At maximum indexing capacity
-
_ThrottleComputationQueueTaskDispatcher_MaxConcurrentIndexing
public static org.jvnet.localizer.Localizable _ThrottleComputationQueueTaskDispatcher_MaxConcurrentIndexing()KeyThrottleComputationQueueTaskDispatcher.MaxConcurrentIndexing
:At maximum indexing capacity
.- Returns:
At maximum indexing capacity
-
PeriodicFolderTrigger_DisplayName
KeyPeriodicFolderTrigger.DisplayName
:Periodically if not otherwise run
.- Returns:
Periodically if not otherwise run
-
_PeriodicFolderTrigger_DisplayName
public static org.jvnet.localizer.Localizable _PeriodicFolderTrigger_DisplayName()KeyPeriodicFolderTrigger.DisplayName
:Periodically if not otherwise run
.- Returns:
Periodically if not otherwise run
-
OrphanedParent_CauseOfInterruption_ShortDescription
KeyOrphanedParent.CauseOfInterruption.ShortDescription
:Aborted because of the orphaning of {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Aborted because of the orphaning of {0}
-
_OrphanedParent_CauseOfInterruption_ShortDescription
public static org.jvnet.localizer.Localizable _OrphanedParent_CauseOfInterruption_ShortDescription(Object arg0) KeyOrphanedParent.CauseOfInterruption.ShortDescription
:Aborted because of the orphaning of {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Aborted because of the orphaning of {0}
-
ComputedFolder_already_computing
KeyComputedFolder.already_computing
:Already computing
.- Returns:
Already computing
-
_ComputedFolder_already_computing
public static org.jvnet.localizer.Localizable _ComputedFolder_already_computing()KeyComputedFolder.already_computing
:Already computing
.- Returns:
Already computing
-
PseudoRun_DisplayName
KeyPseudoRun.DisplayName
:log
.- Returns:
log
-
_PseudoRun_DisplayName
public static org.jvnet.localizer.Localizable _PseudoRun_DisplayName()KeyPseudoRun.DisplayName
:log
.- Returns:
log
-