public interface RunTypeInfo
Modifier and Type | Field and Description |
---|---|
static int |
RUN_TYPE_NAME_SIZE
Limit to size of type name.
|
Modifier and Type | Method and Description |
---|---|
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 |
getType()
Returns runner type which should match the BuildRunner.getType.
|
static final int RUN_TYPE_NAME_SIZE
getType()
,
Constant Field Values@NotNull java.lang.String getType()
RUN_TYPE_NAME_SIZE
.@NotNull java.lang.String getDisplayName()
@NotNull java.lang.String getDescription()