jar

com.atlassian.bitbucket.codeinsights : annotationPoster

Maven & Gradle

Feb 02, 2021

Junit parser and annotation poster Maven extension · Maven extension that can post surefire/failsafe test failures as annotations to a Bitbucket Server 5.15.0 (or later) instance.

Table Of Contents

Latest Version

Download com.atlassian.bitbucket.codeinsights : annotationPoster JAR file - Latest Versions:

All Versions

Download com.atlassian.bitbucket.codeinsights : annotationPoster JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.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 annotationPoster-1.1.10.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.atlassian.bitbucket.codeinsights.parser

├─ com.atlassian.bitbucket.codeinsights.parser.DefaultContentHandler.class - [JAR]

├─ com.atlassian.bitbucket.codeinsights.parser.DefaultElementParser.class - [JAR]

├─ com.atlassian.bitbucket.codeinsights.parser.ElementContentElementParser.class - [JAR]

├─ com.atlassian.bitbucket.codeinsights.parser.ElementParser.class - [JAR]

├─ com.atlassian.bitbucket.codeinsights.parser.JunitTestResultsParser.class - [JAR]

├─ com.atlassian.bitbucket.codeinsights.parser.TestResults.class - [JAR]

com.atlassian.bitbucket.codeinsights

├─ com.atlassian.bitbucket.codeinsights.BitbucketClient.class - [JAR]

├─ com.atlassian.bitbucket.codeinsights.ExtensionSettings.class - [JAR]

├─ com.atlassian.bitbucket.codeinsights.InsightAnnotation.class - [JAR]

├─ com.atlassian.bitbucket.codeinsights.ParseResults.class - [JAR]

├─ com.atlassian.bitbucket.codeinsights.PostingExtension.class - [JAR]

Advertisement