public class UnknownRunTypeWithExtensions extends RunTypeWithExtensions
| Constructor and Description |
|---|
UnknownRunTypeWithExtensions(RunType runType) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<? extends RunTypeExtension> |
getAvailableExtensions() |
java.util.Map<java.lang.String,java.lang.String> |
getDefaultRunnerProperties() |
java.lang.String |
getEditRunnerParamsJspFilePath() |
PropertiesProcessor |
getRunnerPropertiesProcessor()
Returns properties processor which will be used to validate parameters specified by user.
|
RunType |
getRunType() |
java.lang.String |
getViewRunnerParamsJspFilePath() |
describeParameters, getRunnerSpecificRequirements, processRunnerRequirementspublic UnknownRunTypeWithExtensions(@NotNull
RunType runType)
@NotNull public RunType getRunType()
getRunType in class RunTypeWithExtensionsRunType
instance that is wrapped by the object@NotNull public java.util.Collection<? extends RunTypeExtension> getAvailableExtensions()
getAvailableExtensions in class RunTypeWithExtensions@NotNull public java.util.Map<java.lang.String,java.lang.String> getDefaultRunnerProperties()
getDefaultRunnerProperties in class RunTypeWithExtensionsRunTypeBase.getDefaultRunnerProperties()
and RunTypeBase.getDefaultRunnerProperties()@NotNull public PropertiesProcessor getRunnerPropertiesProcessor()
RunTypeBasegetRunnerPropertiesProcessor in class RunTypeWithExtensionsRunTypeBase.getRunnerPropertiesProcessor()
and RunTypeBase.getRunnerPropertiesProcessor()@Nullable public java.lang.String getEditRunnerParamsJspFilePath()
getEditRunnerParamsJspFilePath in class RunTypeBasePluginDescriptor.getPluginResourcesPath(String)@Nullable public java.lang.String getViewRunnerParamsJspFilePath()
getViewRunnerParamsJspFilePath in class RunTypeBasePluginDescriptor.getPluginResourcesPath(String)