Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

technicalguru/b4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project has been abandoned due to Jira and Bugzilla development and operating strategies

Bugzilla for Java (B4J)

Overview

This is Bugzilla for Java (B4J) – a Java based tool for accessing Bugzilla instances. B4J offers you to write your own reports based on those bug records that you want to incorporate.

Features:

  • platform-independent code
  • access to Bugzilla and Jira instances on remote servers via HTTP and HTTP proxies
  • password callbacks for maximum security
  • standard report interface
  • Open Source code based on LGPL license 3.0

More documentation is available here:

License

Bugzilla for Java is licensed under GNU LGPL 3.0.

Usage

<dependency>
  <groupId>eu.ralph-schuster</groupId>
  <artifactId>b4j</artifactId>
  <version>3.0.1</version>
</dependency>

Contribution

Report a bug or request an enhancement at the Issue Tracker.