This tag inside <l:tasks> tag renders the left navigation bar of Hudson. Each <task> tag gets an icon and link. Link target. Relative to the current page. URL to the icon, which should be 24x24 in size. It's relative to the context path of Hudson. The common values include: # "images/24x24/..." then points to the stock icon resources # "plugin/foobar/abc/def.png" that points to "src/main/webapp/abc/def.png" in your plugin resources Human readable text that follows the icon. If specified, then this controls whether the task is enabled or not. If "false", remove this item from the context menu. If specified, the link will be only displayed when the current user has the specified permission against the "it" object. This is useful for showing links to restricted pages, as showing them to unprivileged users don't make sense. If true, send a POST rather than a GET request. (onclick supersedes this except in the context menu.) (since 1.504) If true, require confirmation before clicking. Generally used with post="true". (onclick supersedes this except in the context menu.) (since 1.512) Message to use for confirmation, if requested; defaults to title. (since 1.512)
${title} ${title}
${taskTags!=null and attrs.contextMenu!='false' ? taskTags.add(href, icon, title, post == 'true', requiresConfirmation == 'true') : null} ${title} ${title} ${title} ${title}