public abstract class RunType extends RunTypeBase implements RunTypeInfo
| Modifier and Type | Field and Description |
|---|---|
static int |
RUN_TYPE_NAME_SIZE
Deprecated.
|
| Constructor and Description |
|---|
RunType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
abstract java.lang.String |
getDescription()
Returns short description which will be shown in the user interface
|
abstract java.lang.String |
getDisplayName()
Returns name of this runner to show in UI.
|
abstract java.lang.String |
getType()
Returns runner type which should match the BuildRunner.getType.
|
int |
hashCode() |
describeParameters, getDefaultRunnerProperties, getEditRunnerParamsJspFilePath, getRunnerPropertiesProcessor, getRunnerSpecificRequirements, getViewRunnerParamsJspFilePath, processRunnerRequirements@Deprecated public static final int RUN_TYPE_NAME_SIZE
RunTypeInfo.RUN_TYPE_NAME_SIZEgetType(),
Constant Field Values@NotNull public abstract java.lang.String getType()
getType in interface RunTypeInfoRUN_TYPE_NAME_SIZE.@NotNull public abstract java.lang.String getDisplayName()
getDisplayName in interface RunTypeInfo@NotNull public abstract java.lang.String getDescription()
getDescription in interface RunTypeInfopublic final int hashCode()
hashCode in class java.lang.Objectpublic final boolean equals(java.lang.Object obj)
equals in class java.lang.Object