Class UndefinedParametersSuggestion
- java.lang.Object
-
- jetbrains.buildServer.serverSide.healthStatus.HealthStatusReport
-
- jetbrains.buildServer.web.openapi.healthStatus.suggestions.BuildTypeSuggestion
-
- jetbrains.buildServer.controllers.admin.projects.suggestions.UndefinedParametersSuggestion
-
- All Implemented Interfaces:
ServerExtension
,TeamCityExtension
public class UndefinedParametersSuggestion extends BuildTypeSuggestion
-
-
Constructor Summary
Constructors Constructor Description UndefinedParametersSuggestion(PagePlaces pagePlaces)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BuildTypeSuggestedItem>
getSuggestions(SBuildType buildType)
Returns suggestions for provided build type.String
getViewUrl()
-
Methods inherited from class jetbrains.buildServer.web.openapi.healthStatus.suggestions.BuildTypeSuggestion
canReportItemsFor, filterBuildTypes, getCategories, getDisplayName, getType, report
-
Methods inherited from class jetbrains.buildServer.serverSide.healthStatus.HealthStatusReport
equals, hashCode
-
-
-
-
Constructor Detail
-
UndefinedParametersSuggestion
public UndefinedParametersSuggestion(@NotNull PagePlaces pagePlaces)
-
-
Method Detail
-
getSuggestions
@NotNull public List<BuildTypeSuggestedItem> getSuggestions(@NotNull SBuildType buildType)
Description copied from class:BuildTypeSuggestion
Returns suggestions for provided build type.- Specified by:
getSuggestions
in classBuildTypeSuggestion
- Parameters:
buildType
- build type to provide suggestions for- Returns:
- list of suggestions
-
getViewUrl
@NotNull public String getViewUrl()
- Specified by:
getViewUrl
in classBuildTypeSuggestion
- Returns:
- url to page or jsp which will render build type suggestion.
-
-