Overview
The changelist view shows all information about an SCM change detected as part of any build. Note that a single changelist may affect multiple builds, for example when a project has multiple build specifications.
Information Shown
details
The "details" table shows basic details for the change, including:
- revision: the revision of the change (often a number)
- who: the login of the SCM user that submitted the change
- when: the time that the change was submitted
- comment: the comment the user made on the change
all builds affected by this change
This table shows a list of all builds that were affected by a change. A build is said to be affected by a change if that change occured in between the build and the previous build of the same build specification. Links are provided allowing you to navigate to the build view for each of the builds shown.
files changed
The "files changed" table shows a list of all files involved in the change. For each file, the following information is shown:
- name: the path of the file
- revision: the revision of the file, which may or may not match the changelist revision (depending on the SCM)
- action: the type of change performed on the file, e.g. "add" or "edit".