Interface SBuildRunnerDescriptor

    • Method Detail

      • getRunType

        @NotNull
        RunType getRunType()
        Return object representing type of the build runner
        Returns:
        see above
      • getRunTypeWithExtensions

        @NotNull
        RunTypeWithExtensions getRunTypeWithExtensions()
        Returns:
        object representing run type with extensions
      • getRunTypeRequirements

        @NotNull
        java.util.Collection<Requirement> getRunTypeRequirements()
        Returns additional agent requirements imposed by runner.
        Returns:
        see above
      • getFullDisplayName

        default java.lang.String getFullDisplayName()
        Return full step name including the name specified by user + the runner type name afterwards. If user did not specify name, the name of the runner type returned.

        Thus, if the step named Foo, the returned value may be Foo (Command Line)

        Returns:
        see above
        Since:
        2022.03