Interface RemoteParameterControlProvider
-
- All Superinterfaces:
ParameterControlEditPresenter
,ParameterControlViewPresenter
public interface RemoteParameterControlProvider extends ParameterControlEditPresenter, ParameterControlViewPresenter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getRemoteParameterDescription()
Remote parameter description that will be shown on control spec editor within the remote typeString
getRemoteParameterType()
Returns Remote parameter type that is used to populate the instances ofRemoteParameterType
-
Methods inherited from interface jetbrains.buildServer.controllers.parameters.api.ParameterControlEditPresenter
convertSpecEditorParameters, isValueRequired, renderSpecEditor, validateSpecEditorParameters
-
Methods inherited from interface jetbrains.buildServer.controllers.parameters.api.ParameterControlViewPresenter
convertParameterValue, presentParameterValue, renderControl, validateDefaultParameterValue, validateParameterValue
-
-
-
-
Method Detail
-
getRemoteParameterType
@NotNull String getRemoteParameterType()
Returns Remote parameter type that is used to populate the instances ofRemoteParameterType
- Returns:
- see above
- See Also:
RemoteParameterType
-
getRemoteParameterDescription
@NotNull String getRemoteParameterDescription()
Remote parameter description that will be shown on control spec editor within the remote type- Returns:
- human readable parameter description
- Since:
- 2023.03
-
-