Class BuildAddUrl.BuildUrlAction

java.lang.Object
org.jenkinsci.plugins.environmentdashboard.BuildAddUrl.BuildUrlAction
All Implemented Interfaces:
Action, ModelObject, IconSpec
Enclosing class:
BuildAddUrl

public static class BuildAddUrl.BuildUrlAction extends Object implements Action, IconSpec
A sidebar/app-bar entry that navigates to the configured URL. The target URL (which typically carries a query string, e.g. a parambuild link with prefilled parameters) is deliberately NOT exposed as the action's urlName: query strings in action URLs are not preserved reliably by every Jenkins UI that renders actions. Instead the action is bound under a stable path segment and answers it with an HTTP redirect to the real target, so the query string always reaches the browser intact.