Class BuildTypeCanNotBeBuiltWarning
- java.lang.Object
-
- jetbrains.buildServer.controllers.popupDialogs.checkLists.CompositeWarning<SBuildType>
-
- jetbrains.buildServer.controllers.agent.BuildTypeCanNotBeBuiltWarning
-
- All Implemented Interfaces:
Warning
public class BuildTypeCanNotBeBuiltWarning extends CompositeWarning<SBuildType>
- Author:
- Maxim.Manuylov Date: 3/8/12
-
-
Constructor Summary
Constructors Constructor Description BuildTypeCanNotBeBuiltWarning()
-
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<SBuildType>
-
getObjectRendererPage
@NotNull public String getObjectRendererPage()
- Specified by:
getObjectRendererPagein classCompositeWarning<SBuildType>
-
getSingleObjectWarningText
@NotNull public String getSingleObjectWarningText()
Description copied from class:CompositeWarningUse "#{object}" in text to replace it with object link.- Specified by:
getSingleObjectWarningTextin classCompositeWarning<SBuildType>
-
getSeveralObjectsWarningText
@NotNull public String getSeveralObjectsWarningText()
Description copied from class:CompositeWarningUse "#{popup}" in text to replace it with objects popup.- Specified by:
getSeveralObjectsWarningTextin classCompositeWarning<SBuildType>
-
getSeveralObjectsPopupText
@NotNull public String getSeveralObjectsPopupText()
- Specified by:
getSeveralObjectsPopupTextin classCompositeWarning<SBuildType>
-
-