Package jetbrains.buildServer.serverSide
Interface DeprecatedRunTypes
-
- All Known Implementing Classes:
DeprecatedRunTypesImpl
public interface DeprecatedRunTypes
Allows to fetch deprecation info about a run type- Since:
- 2020.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Deprecation
getDeprecationReason(RunType runType)
Returns not null Deprecation if given run type is deprecated or null otherwise
-
-
-
Method Detail
-
getDeprecationReason
@Nullable Deprecation getDeprecationReason(@NotNull RunType runType)
Returns not null Deprecation if given run type is deprecated or null otherwise- Parameters:
runType
- run type to get its deprecation- Returns:
- Deprecation for given run type
-
-