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, processRunnerRequirements
public UnknownRunTypeWithExtensions(@NotNull RunType runType)
@NotNull public RunType getRunType()
getRunType
in class RunTypeWithExtensions
RunType
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 RunTypeWithExtensions
RunTypeBase.getDefaultRunnerProperties()
and RunTypeBase.getDefaultRunnerProperties()
@NotNull public PropertiesProcessor getRunnerPropertiesProcessor()
RunTypeBase
getRunnerPropertiesProcessor
in class RunTypeWithExtensions
RunTypeBase.getRunnerPropertiesProcessor()
and RunTypeBase.getRunnerPropertiesProcessor()
@Nullable public java.lang.String getEditRunnerParamsJspFilePath()
getEditRunnerParamsJspFilePath
in class RunTypeBase
PluginDescriptor.getPluginResourcesPath(String)
@Nullable public java.lang.String getViewRunnerParamsJspFilePath()
getViewRunnerParamsJspFilePath
in class RunTypeBase
PluginDescriptor.getPluginResourcesPath(String)