stash-scala-client

Stash Scala Client

License

License

Categories

Categories

Scala Languages CLI User Interface
GroupId

GroupId

com.codacy
ArtifactId

ArtifactId

stash-scala-client_2.11
Last Version

Last Version

5.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

stash-scala-client
Stash Scala Client
Project URL

Project URL

https://github.com/codacy/stash-scala-client.git
Project Organization

Project Organization

Codacy
Source Code Management

Source Code Management

https://github.com/codacy/stash-scala-client

Download stash-scala-client_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.codacy/stash-scala-client_2.11/ -->
<dependency>
    <groupId>com.codacy</groupId>
    <artifactId>stash-scala-client_2.11</artifactId>
    <version>5.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.codacy/stash-scala-client_2.11/
implementation 'com.codacy:stash-scala-client_2.11:5.0.4'
// https://jarcasting.com/artifacts/com.codacy/stash-scala-client_2.11/
implementation ("com.codacy:stash-scala-client_2.11:5.0.4")
'com.codacy:stash-scala-client_2.11:jar:5.0.4'
<dependency org="com.codacy" name="stash-scala-client_2.11" rev="5.0.4">
  <artifact name="stash-scala-client_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codacy', module='stash-scala-client_2.11', version='5.0.4')
)
libraryDependencies += "com.codacy" % "stash-scala-client_2.11" % "5.0.4"
[com.codacy/stash-scala-client_2.11 "5.0.4"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
joda-time : joda-time jar 2.9.9
org.scalaj : scalaj-http_2.11 jar 2.4.1
com.typesafe.play : play-json_2.11 jar 2.5.19

test (3)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 3.0.7
org.mockito : mockito-scala-scalatest_2.11 jar 1.4.6
com.jcraft : jsch jar 0.1.55

Project Modules

There are no modules declared in this project.

stash-scala-client

Codacy Badge Codacy Badge Maven Central

This is a simple library that aims to have basic functions of the Stash API. This library was meant to support Codacy when interacting with Stash. It is in a very early stage and all the contributions are welcome.

Usage

Import in SBT

"com.codacy" %% "stash-scala-client" % "<VERSION>"

Use in code

val client = new StashClient("baseUrl", "consumerKey", "consumerSecret", "token", "secretToken")

val repoServices = new RepositoryServices(client)

val response = repoServices.getRepositories("projectKey")

Creators

  1. Rodrigo Fernandes

Contributors

  1. Pedro Rijo

What is Codacy

Codacy is an Automated Code Review Tool that monitors your technical debt, helps you improve your code quality, teaches best practices to your developers, and helps you save time in Code Reviews.

Among Codacy’s features

  • Identify new Static Analysis issues
  • Commit and Pull Request Analysis with GitHub, BitBucket/Stash, GitLab (and also direct git repositories)
  • Auto-comments on Commits and Pull Requests
  • Integrations with Slack, HipChat, Jira, YouTrack
  • Track issues in Code Style, Security, Error Proneness, Performance, Unused Code and other categories

Codacy also helps keep track of Code Coverage, Code Duplication, and Code Complexity.

Codacy supports PHP, Python, Ruby, Java, JavaScript, and Scala, among others.

Free for Open Source

Codacy is free for Open Source projects.

License

stash-scala-client is available under the The Apache Software License, Version 2.0.

com.codacy

Codacy

Versions

Version
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.0.0
3.0.14
3.0.13
3.0.10
3.0.9
3.0.8
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.0
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.0.0-beta4
1.0.0-beta1