説明

The WebItem allows you to define a link in the Bamboo system. (Usually in some form of menu).

Currently, you can use the web-item to add links to three locatins

Sample Module Descriptor Element

<web-item key="pipelineConfig" name="Build Queues" section="system.admin/builds" weight="20">
  <label key="webitems.system.admin.build.queues"/>
  <link>/admin/configurePipeline!default.action</link>
  <condition class="com.atlassian.bamboo.plugins.web.conditions.AdminPermissionCondition" />
</web-item>

Module Components

Both the link and the id can make use of parameters passed to the page. For example:
<link>/build/viewBuildFiles.action?buildKey=${buildKey}</link> where ${buildKey} is the parameter name.

関連トピック


Bamboo Documentation