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 Summary
-
Method Details
-
getDisplayName
- Returns:
- The UI label for this executor.
-
getUrl
- Returns:
- the URL where to reach specifically this executor, relative to Jenkins URL.
-
getExecutor
- Returns:
- the executor this display information is for.
-