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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.LocalizableKeyComputedFolder.already_computing:Already computing.static org.jvnet.localizer.LocalizableKeyComputedFolder.ComputationInProgress:Recomputation is currently in progress.static org.jvnet.localizer.LocalizableKeyFolderComputation.DisplayName:Folder Computation.static org.jvnet.localizer.LocalizableKeyOrphanedParent.CauseOfInterruption.ShortDescription:Aborted because of the orphaning of {0}.static org.jvnet.localizer.LocalizableKeyPeriodicFolderTrigger.DisplayName:Periodically if not otherwise run.static org.jvnet.localizer.LocalizableKeyPseudoRun.DisplayName:log.static org.jvnet.localizer.LocalizableKeyRun.InProgressDuration:{0} and counting.static org.jvnet.localizer.LocalizableKeyThrottleComputationQueueTaskDispatcher.MaxConcurrentIndexing:At maximum indexing capacity.static StringKeyComputedFolder.already_computing:Already computing.static StringKeyComputedFolder.ComputationInProgress:Recomputation is currently in progress.static StringKeyFolderComputation.DisplayName:Folder Computation.static StringKeyOrphanedParent.CauseOfInterruption.ShortDescription:Aborted because of the orphaning of {0}.static StringKeyPeriodicFolderTrigger.DisplayName:Periodically if not otherwise run.static StringKeyPseudoRun.DisplayName:log.static StringRun_InProgressDuration(Object arg0) KeyRun.InProgressDuration:{0} and counting.static StringKeyThrottleComputationQueueTaskDispatcher.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
-