Package jenkins.model

Interface IDisplayExecutor

All Known Implementing Classes:
DisplayExecutor

@Restricted(org.kohsuke.accmod.restrictions.Beta.class) public interface IDisplayExecutor
A snapshot of the executor information for display purpose.
Since:
2.480
  • Method Details

    • getDisplayName

      @NonNull String getDisplayName()
      Returns:
      The UI label for this executor.
    • getUrl

      @NonNull String getUrl()
      Returns:
      the URL where to reach specifically this executor, relative to Jenkins URL.
    • getExecutor

      @NonNull IExecutor getExecutor()
      Returns:
      the executor this display information is for.