jar

org.bitbucket.daniel_schreiber.release-manager-for-bitbucket : bitbucket-release-manager

Maven & Gradle

Feb 02, 2015
2 usages

Release Manager for Bitbucket - command line tool · This tool collects all issues that were fixed in some/the latest release and assigns them a corresponding milestone. In effect this milestone is basis for your release notes. This is the command line tool - a maven plugin is available too.

Table Of Contents

Latest Version

Download org.bitbucket.daniel_schreiber.release-manager-for-bitbucket : bitbucket-release-manager JAR file - Latest Versions:

All Versions

Download org.bitbucket.daniel_schreiber.release-manager-for-bitbucket : bitbucket-release-manager JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window bitbucket-release-manager-1.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.release_notes_for_bitbucket.fetcher

├─ com.release_notes_for_bitbucket.fetcher.ChangesetFetcher.class - [JAR]

├─ com.release_notes_for_bitbucket.fetcher.Fetcher.class - [JAR]

├─ com.release_notes_for_bitbucket.fetcher.IssueFetcher.class - [JAR]

├─ com.release_notes_for_bitbucket.fetcher.MilestoneFetcher.class - [JAR]

├─ com.release_notes_for_bitbucket.fetcher.VersionFetcher.class - [JAR]

com.release_notes_for_bitbucket

├─ com.release_notes_for_bitbucket.AssignIssuesManager.class - [JAR]

├─ com.release_notes_for_bitbucket.Main.class - [JAR]

com.release_notes_for_bitbucket.model

├─ com.release_notes_for_bitbucket.model.Changeset.class - [JAR]

├─ com.release_notes_for_bitbucket.model.Changesets.class - [JAR]

├─ com.release_notes_for_bitbucket.model.File.class - [JAR]

├─ com.release_notes_for_bitbucket.model.Issue.class - [JAR]

├─ com.release_notes_for_bitbucket.model.Metadata.class - [JAR]

├─ com.release_notes_for_bitbucket.model.Milestone.class - [JAR]

├─ com.release_notes_for_bitbucket.model.ReportedBy.class - [JAR]

├─ com.release_notes_for_bitbucket.model.Responsible.class - [JAR]

├─ com.release_notes_for_bitbucket.model.Version.class - [JAR]

com.release_notes_for_bitbucket.release_helper

├─ com.release_notes_for_bitbucket.release_helper.ReleaseHelper.class - [JAR]

com.release_notes_for_bitbucket.version_tree

├─ com.release_notes_for_bitbucket.version_tree.Commit.class - [JAR]

├─ com.release_notes_for_bitbucket.version_tree.CommitTree.class - [JAR]