• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

wooga / atlas-appcenter
83%
master: 65%

Build:
Build:
LAST BUILD BRANCH: PR-56
DEFAULT BRANCH: master
Repo Added 03 Mar 2020 08:46AM UTC
Files 12
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH PR-19
branch: PR-19
CHANGE BRANCH
x
Reset
  • PR-19
  • PR-17
  • PR-18
  • PR-20
  • PR-21
  • PR-22
  • PR-23
  • PR-24
  • PR-25
  • PR-26
  • PR-27
  • PR-28
  • PR-31
  • PR-32
  • PR-33
  • PR-34
  • PR-35
  • PR-36
  • PR-37
  • PR-38
  • PR-40
  • PR-41
  • PR-42
  • PR-43
  • PR-44
  • PR-45
  • PR-46
  • PR-47
  • PR-48
  • PR-49
  • PR-50
  • PR-51
  • PR-54
  • PR-56
  • PR-57
  • master
  • release/1.x

pending completion
2

push

jenkins

Add gradle extension

Description
============

This patch adds and configures an extension point to the appCenter
plugin `AppCenterPluginExtension`. This extension allows to set the main
properties like `owner` `api token` or distribution groups.

The extension is mapped to `appCenter`

```groovy

appCenter {
   apiToken = ""
   owner = ""
   applicationIdentifier = ""
   defaultDestinations = ["", ""]
}
```

This addition is usefull if a project needs to publish multiple apks or
configures multiple upload tasks for other reasons and need to share the
base configuration.

The properties are by default looked up in the gradle properties or
environment.

| property              | gradle property name              | environment variable                |
| --------------------- | --------------------------------- | ----------------------------------- |
| apiToken              | `appCenter.apiToken`              | `APP_CENTER_API_TOKEN`              |
| owner                 | `appCenter.owner`                 | `APP_CENTER_OWNER`                  |
| applicationIdentifier | `appCenter.applicationIdentifier` | `APP_CENTER_APPLICATION_IDENTIFIER` |
| defaultDestinations   | `appCenter.defaultDestinations`   | `APP_CENTER_DEFAULT_DESTINATIONS`   |

The compatibility list had to be adjusted once more since I found out
that not all API calls of the Provider API are fully supported. The
plugin itself functions correctly. I adjusted the README

Changes
=======

* ![ADD] plugin extension `AppCenterPluginExtension`

138 of 166 relevant lines covered (83.13%)

2.49 hits per line

Relevant lines Covered
Build:
Build:
166 RELEVANT LINES 138 COVERED LINES
2.49 HITS PER LINE
Source Files on PR-19
  • Tree
  • List 6
  • Changed 6
  • Source Changed 6
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
2 PR-19 Add gradle extension Description ============ This patch adds and configures an extension point to the appCenter plugin `AppCenterPluginExtension`. This extension allows to set the main properties like `owner` `api token` or distribution groups.... push 12 May 2020 12:18PM UTC jenkins pending completion  
1 PR-19 Add gradle extension Description ============ This patch adds and configures an extension point to the appCenter plugin `AppCenterPluginExtension`. This extension allows to set the main properties like `owner` `api token` or distribution groups.... push 12 May 2020 11:18AM UTC jenkins pending completion  
See All Builds (112)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc