public class PlaceholderRunType extends RunType
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE |
RUN_TYPE_NAME_SIZE| Constructor and Description |
|---|
PlaceholderRunType(RunTypeRegistry runTypeRegistry) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getDefaultRunnerProperties() |
java.lang.String |
getDescription()
Returns short description which will be shown in the user interface
|
java.lang.String |
getDisplayName()
Returns name of this runner to show in UI.
|
java.lang.String |
getEditRunnerParamsJspFilePath() |
PropertiesProcessor |
getRunnerPropertiesProcessor()
Returns properties processor which will be used to validate parameters specified by user.
|
java.lang.String |
getType()
Returns runner type which should match the BuildRunner.getType.
|
java.lang.String |
getViewRunnerParamsJspFilePath() |
describeParameters, getRunnerSpecificRequirements, processRunnerRequirementspublic PlaceholderRunType(RunTypeRegistry runTypeRegistry)
@NotNull public java.lang.String getType()
RunTypegetType in interface RunTypeInfogetType in class RunTypeRunType.RUN_TYPE_NAME_SIZE.@NotNull public java.lang.String getDisplayName()
RunTypegetDisplayName in interface RunTypeInfogetDisplayName in class RunType@NotNull public java.lang.String getDescription()
RunTypegetDescription in interface RunTypeInfogetDescription in class RunType@Nullable public PropertiesProcessor getRunnerPropertiesProcessor()
RunTypeBasegetRunnerPropertiesProcessor in class RunTypeBase@Nullable public java.lang.String getEditRunnerParamsJspFilePath()
getEditRunnerParamsJspFilePath in class RunTypeBasePluginDescriptor.getPluginResourcesPath(String)@Nullable public java.lang.String getViewRunnerParamsJspFilePath()
getViewRunnerParamsJspFilePath in class RunTypeBasePluginDescriptor.getPluginResourcesPath(String)@Nullable public java.util.Map<java.lang.String,java.lang.String> getDefaultRunnerProperties()
getDefaultRunnerProperties in class RunTypeBase