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 Constructor Description Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jvnet.localizer.Localizable_ComputedFolder_already_computing()KeyComputedFolder.already_computing:Already computing.static org.jvnet.localizer.Localizable_ComputedFolder_ComputationInProgress()KeyComputedFolder.ComputationInProgress:Recomputation is currently in progress.static org.jvnet.localizer.Localizable_FolderComputation_DisplayName()KeyFolderComputation.DisplayName:Folder Computation.static org.jvnet.localizer.Localizable_OrphanedParent_CauseOfInterruption_ShortDescription(Object arg0)KeyOrphanedParent.CauseOfInterruption.ShortDescription:Aborted because of the orphaning of {0}.static org.jvnet.localizer.Localizable_PeriodicFolderTrigger_DisplayName()KeyPeriodicFolderTrigger.DisplayName:Periodically if not otherwise run.static org.jvnet.localizer.Localizable_PseudoRun_DisplayName()KeyPseudoRun.DisplayName:log.static org.jvnet.localizer.Localizable_Run_InProgressDuration(Object arg0)KeyRun.InProgressDuration:{0} and counting.static org.jvnet.localizer.Localizable_ThrottleComputationQueueTaskDispatcher_MaxConcurrentIndexing()KeyThrottleComputationQueueTaskDispatcher.MaxConcurrentIndexing:At maximum indexing capacity.static StringComputedFolder_already_computing()KeyComputedFolder.already_computing:Already computing.static StringComputedFolder_ComputationInProgress()KeyComputedFolder.ComputationInProgress:Recomputation is currently in progress.static StringFolderComputation_DisplayName()KeyFolderComputation.DisplayName:Folder Computation.static StringOrphanedParent_CauseOfInterruption_ShortDescription(Object arg0)KeyOrphanedParent.CauseOfInterruption.ShortDescription:Aborted because of the orphaning of {0}.static StringPeriodicFolderTrigger_DisplayName()KeyPeriodicFolderTrigger.DisplayName:Periodically if not otherwise run.static StringPseudoRun_DisplayName()KeyPseudoRun.DisplayName:log.static StringRun_InProgressDuration(Object arg0)KeyRun.InProgressDuration:{0} and counting.static StringThrottleComputationQueueTaskDispatcher_MaxConcurrentIndexing()KeyThrottleComputationQueueTaskDispatcher.MaxConcurrentIndexing:At maximum indexing capacity.
-
-
-
Method Detail
-
Run_InProgressDuration
public static String Run_InProgressDuration(Object arg0)
KeyRun.InProgressDuration:{0} and counting.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} and counting
-
_Run_InProgressDuration
public static org.jvnet.localizer.Localizable _Run_InProgressDuration(Object arg0)
KeyRun.InProgressDuration:{0} and counting.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} and counting
-
ComputedFolder_ComputationInProgress
public static String 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
public static String 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
public static String 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
public static String 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
public static String 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}
-
_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
public static String 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
public static String PseudoRun_DisplayName()
KeyPseudoRun.DisplayName:log.- Returns:
log
-
_PseudoRun_DisplayName
public static org.jvnet.localizer.Localizable _PseudoRun_DisplayName()
KeyPseudoRun.DisplayName:log.- Returns:
log
-
-