click to reveal definition
click to flip back
You know 0 of 22 cards in current set.
Ready to get certified?
Get CertifiedNeed this expertise applied inside your organization?
Explore Our ServicesFull Glossary
Foundations
- Rational Team Concert (RTC)
- IBM's collaborative ALM tool integrating source control, work items, build, and planning on the Jazz platform.
- Developer Workflow
- The RTC flow of accepting work, changing code, delivering change sets, and integrating with builds.
- Integrated ALM
- RTC links code changes to work items and builds, giving developers full traceability in one tool.
- Eclipse and Web Clients
- RTC provides IDE and web clients so developers work where they are most productive.
Source Control
- Jazz Source Control
- RTC's version control system for managing source code and artifacts collaboratively.
- Change Set
- A grouped set of related file changes that are delivered and tracked as a unit.
- Repository Workspace
- A developer's personal area for changes before delivering them to a stream.
- Stream
- A shared flow of change sets that integrates the team's work.
- Components
- Logical groupings of files and folders under source control.
- Deliver and Accept
- Delivering change sets to a stream and accepting others' changes into your workspace.
- Baselines and Snapshots
- Named configurations of components used as stable reference points.
- Merging and Conflicts
- Combining divergent changes and resolving conflicts when they overlap.
Work Integration
- Linking Change Sets to Work Items
- Associating code changes with the work items they implement for traceability.
- Pending Changes View
- A view showing incoming and outgoing changes to manage delivery and acceptance.
- Suspend and Resume
- Temporarily setting aside in-progress changes to work on something else, then resuming.
Builds
- Build Engine
- RTC's capability to run automated builds and record results linked to change sets.
- Continuous Integration
- Automatically building and testing delivered changes to catch problems early.
- Build Definitions
- Configurations specifying how and when a build runs.
- Build Traceability
- Knowing exactly which change sets and work items are included in a build.
Quality
- Code Review
- Reviewing change sets before or after delivery to improve quality.
- Personal Builds
- Running a build on your changes before delivering to reduce breakage.
Applying It
- Developer Best Practices
- Small, well-described change sets linked to work items, frequent integration, and clean builds.