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 String
getControlId()
String
getObjectRendererPage()
String
getSeveralObjectsPopupText()
String
getSeveralObjectsWarningText()
Use "#{popup}" in text to replace it with objects popup.String
getSingleObjectWarningText()
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:
getControlId
in classCompositeWarning<AgentPool>
-
getObjectRendererPage
@NotNull public String getObjectRendererPage()
- Specified by:
getObjectRendererPage
in classCompositeWarning<AgentPool>
-
getSingleObjectWarningText
@NotNull public String getSingleObjectWarningText()
Description copied from class:CompositeWarning
Use "#{object}" in text to replace it with object link.- Specified by:
getSingleObjectWarningText
in classCompositeWarning<AgentPool>
-
getSeveralObjectsWarningText
@NotNull public String getSeveralObjectsWarningText()
Description copied from class:CompositeWarning
Use "#{popup}" in text to replace it with objects popup.- Specified by:
getSeveralObjectsWarningText
in classCompositeWarning<AgentPool>
-
getSeveralObjectsPopupText
@NotNull public String getSeveralObjectsPopupText()
- Specified by:
getSeveralObjectsPopupText
in classCompositeWarning<AgentPool>
-
-