Class PoolOutOfControlWarning
- java.lang.Object
-
- jetbrains.buildServer.controllers.popupDialogs.checkLists.CompositeWarning<AgentPool>
-
- jetbrains.buildServer.controllers.agent.PoolOutOfControlWarning
-
- All Implemented Interfaces:
Warning
public class PoolOutOfControlWarning extends CompositeWarning<AgentPool>
- Author:
- Maxim.Manuylov Date: 3/8/12
-
-
Constructor Summary
Constructors Constructor Description PoolOutOfControlWarning()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetControlId()StringgetObjectRendererPage()StringgetSeveralObjectsPopupText()StringgetSeveralObjectsWarningText()Use "#{popup}" in text to replace it with objects popup.StringgetSingleObjectWarningText()Use "#{object}" in text to replace it with object link.-
Methods inherited from class jetbrains.buildServer.controllers.popupDialogs.checkLists.CompositeWarning
add, getCount, getFirstObject, getObjects, getRendererPage, isValid
-
-
-
-
Method Detail
-
getControlId
@NotNull public String getControlId()
- Specified by:
getControlIdin classCompositeWarning<AgentPool>
-
getObjectRendererPage
@NotNull public String getObjectRendererPage()
- Specified by:
getObjectRendererPagein classCompositeWarning<AgentPool>
-
getSingleObjectWarningText
@NotNull public String getSingleObjectWarningText()
Description copied from class:CompositeWarningUse "#{object}" in text to replace it with object link.- Specified by:
getSingleObjectWarningTextin classCompositeWarning<AgentPool>
-
getSeveralObjectsWarningText
@NotNull public String getSeveralObjectsWarningText()
Description copied from class:CompositeWarningUse "#{popup}" in text to replace it with objects popup.- Specified by:
getSeveralObjectsWarningTextin classCompositeWarning<AgentPool>
-
getSeveralObjectsPopupText
@NotNull public String getSeveralObjectsPopupText()
- Specified by:
getSeveralObjectsPopupTextin classCompositeWarning<AgentPool>
-
-