Class AddBuildStepSuggestion
- java.lang.Object
-
- jetbrains.buildServer.serverSide.healthStatus.HealthStatusReport
-
- jetbrains.buildServer.web.openapi.healthStatus.suggestions.BuildTypeSuggestion
-
- jetbrains.buildServer.controllers.admin.projects.suggestions.AddBuildStepSuggestion
-
- All Implemented Interfaces:
ServerExtension
,TeamCityExtension
public class AddBuildStepSuggestion extends BuildTypeSuggestion
-
-
Constructor Summary
Constructors Constructor Description AddBuildStepSuggestion(PagePlaces pagePlaces)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BuildTypeSuggestedItem>
getSuggestions(SBuildType buildType)
Returns suggestions for provided build type.String
getViewUrl()
static boolean
requiresBuildSteps(SBuildType buildType)
-
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
-
AddBuildStepSuggestion
public AddBuildStepSuggestion(@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
-
requiresBuildSteps
public static boolean requiresBuildSteps(@NotNull SBuildType buildType)
-
getViewUrl
@NotNull public String getViewUrl()
- Specified by:
getViewUrl
in classBuildTypeSuggestion
- Returns:
- url to page or jsp which will render build type suggestion.
-
-