Package jenkins.model

Interface IDisplayExecutor

All Superinterfaces:
ModelObject
All Known Implementing Classes:
DisplayExecutor

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

    • 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.