Interface RunTypeInfo

    • Method Detail

      • getType

        @NotNull
        String getType()
        Returns runner type which should match the BuildRunner.getType.
        Returns:
        runner type, will be shown in Runners combobox and should match the BuildRunner.getType The name is limited by RUN_TYPE_NAME_SIZE.
      • getDisplayName

        @NotNull
        String getDisplayName()
        Returns name of this runner to show in UI.
        Returns:
        see above
      • getDescription

        @NotNull
        String getDescription()
        Returns short description which will be shown in the user interface
        Returns:
        see above