すべてのバージョン
Bamboo 5.13Bamboo 5.7.x
Bamboo 5.6.x
More...
This widget allows you to view a list of your 10 most recent changes. It provides details of the changes you made (including the commit comments and links to related JIRA issues) as well as details of the build the change was included in (success or failure, how long ago and test results).
1. Include the style sheet in your html document
<link rel="stylesheet" type="text/css" href="<bamboo-base-url>/styles/bamboo-widget.css" >
2. Place the following script tag in your html
<script type="text/javascript" src="<bamboo-base-url>/js/myChanges.action?os_username=<your-user-name>&os_password=<your-password>"> </script>
3. Replace <bamboo-base-url> with the base url for your bamboo instance.
4. Replace <your-use-name> and <your=password> with the appropriate values.
5. Style!! - The style sheet provided just gives some basic style definitions. You can override these definitions to customise the widgets to suit your needs.
<link rel="stylesheet" type="text/css" href="http://localhost:8085/styles/bamboo-widget.css"> <script type="text/javascript" src="http://localhost:8085/js/myChanges.action?os_username=admin&os_password=admin" ></script>