Download serenity-jira-plugin-1.0.1.jar file

Introduction

You can download serenity-jira-plugin-1.0.1.jar in this page.

License

The Apache Software License, Version 2.0

Type List

serenity-jira-plugin-1.0.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/services/net.thucydides.core.steps.StepListener
default-workflow.groovy
net.serenitybdd.plugins.jira.JiraListener.class
net.serenitybdd.plugins.jira.TestResultTally.class
net.serenitybdd.plugins.jira.client.CountByKeyLoader.class
net.serenitybdd.plugins.jira.client.FindByJQLLoader.class
net.serenitybdd.plugins.jira.client.FindByKeyLoader.class
net.serenitybdd.plugins.jira.client.JIRAAuthenticationError.class
net.serenitybdd.plugins.jira.client.JIRAConfigurationError.class
net.serenitybdd.plugins.jira.client.JerseyJiraClient.class
net.serenitybdd.plugins.jira.client.Redirector.class
net.serenitybdd.plugins.jira.domain.CustomFieldCast.class
net.serenitybdd.plugins.jira.domain.IssueComment.class
net.serenitybdd.plugins.jira.domain.IssueSummary.class
net.serenitybdd.plugins.jira.domain.RenderedView.class
net.serenitybdd.plugins.jira.domain.Version.class
net.serenitybdd.plugins.jira.guice.Injectors.class
net.serenitybdd.plugins.jira.guice.ThucydidesJiraModule.class
net.serenitybdd.plugins.jira.model.CascadingSelectOption.class
net.serenitybdd.plugins.jira.model.CustomField.class
net.serenitybdd.plugins.jira.model.IssueTracker.class
net.serenitybdd.plugins.jira.model.IssueTrackerUpdateException.class
net.serenitybdd.plugins.jira.model.JIRACommentBuilder.class
net.serenitybdd.plugins.jira.model.NamedTestResult.class
net.serenitybdd.plugins.jira.model.TestResultComment.class
net.serenitybdd.plugins.jira.service.JIRAConfiguration.class
net.serenitybdd.plugins.jira.service.JIRAConnection.class
net.serenitybdd.plugins.jira.service.JiraIssueTracker.class
net.serenitybdd.plugins.jira.service.NoSuchIssueException.class
net.serenitybdd.plugins.jira.service.SystemPropertiesJIRAConfiguration.class
net.serenitybdd.plugins.jira.workflow.BuilderBinding.class
net.serenitybdd.plugins.jira.workflow.ClasspathWorkflowLoader.class
net.serenitybdd.plugins.jira.workflow.TransitionBuilder.class
net.serenitybdd.plugins.jira.workflow.Workflow.class
net.serenitybdd.plugins.jira.workflow.WorkflowLoader.class
wsdl/jirasoapservice-v2.wsdl

Pom

serenity-jira-plugin-1.0.1.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>net.serenity-bdd</groupId>
  <artifactId>serenity-jira-plugin</artifactId>
  <version>1.0.1</version>
  <dependencies>
    <dependency>
      <groupId>net.serenity-bdd</groupId>
      <artifactId>core</artifactId>
      <version>1.0.30</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.inject</groupId>
      <artifactId>guice</artifactId>
      <version>3.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>18.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.6.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.codehaus.groovy</groupId>
      <artifactId>groovy-all</artifactId>
      <version>2.3.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.glassfish.jersey.core</groupId>
      <artifactId>jersey-client</artifactId>
      <version>2.3.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>javax.ws.rs</groupId>
      <artifactId>javax.ws.rs-api</artifactId>
      <version>2.0.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.json</groupId>
      <artifactId>json</artifactId>
      <version>20090211</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <name>serenity-jira-plugin</name>
  <description>Serenity JIRA Plugin</description>
  <url>https://github.com/serenity-bdd/$project.name</url>
  <scm>
    <url>scm:git:git@github.com:serenity-bdd/$project.name.git</url>
    <connection>scm:git:git@github.com:serenity-bdd/$project.name.git</connection>
    <developerConnection>scm:git:git@github.com:serenity-bdd/$project.name.git</developerConnection>
  </scm>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/license/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>johnsmart</id>
      <name>John Ferguson Smart</name>
      <email>john.smart@wakaleo.com</email>
    </developer>
  </developers>
</project>

POM Entry

<dependency>
   <groupId>net.serenity-bdd</groupId>
   <artifactId>serenity-jira-plugin</artifactId>
   <version>1.0.1</version>
</dependency>

Download

If you think the following serenity-jira-plugin-1.0.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download serenity-jira-plugin-1.0.1.jar file




PreviousNext

Related