diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index da726ec..274bc2c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @larusso @alexandershestakov @marcolink +* @larusso @alexandershestakov diff --git a/.github/SUPPORT.md b/.github/SUPPORT.md index dad2fe4..0e3f7cd 100644 --- a/.github/SUPPORT.md +++ b/.github/SUPPORT.md @@ -1,5 +1,5 @@ ## Communicating with other developers pullrequests for all packages. -- [GitHub issues](https://github.com/wooga/atlas-wdk-unity/issues): All discussions around bugs, feature requests. -- [GitHub pull requests](https://github.com/wooga/atlas-wdk-unity/pulls): All discussions bugfixes, important and new additions. +- [GitHub issues](https://github.com/wooga/atlas-appcenter/issues): All discussions around bugs, feature requests. +- [GitHub pull requests](https://github.com/wooga/atlas-appcenter/pulls): All discussions bugfixes, important and new additions. diff --git a/Jenkinsfile b/Jenkinsfile index 9ac1a48..6137484 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,17 +1,13 @@ #!groovy @Library('github.com/wooga/atlas-jenkins-pipeline@1.x') _ -withCredentials([string(credentialsId: 'atlas_hockey_integration_api_token', variable: 'hockeyToken'), - string(credentialsId: 'atlas_hockey_integration_application_identifier', variable: 'hockeyAppId'), - string(credentialsId: 'atlas_hockey_integration_appcenter_token', variable: 'appcenterToken'), - string(credentialsId: 'atlas_hockey_integration_appcenter_application_identifier', variable: 'appcenterAppId'), - string(credentialsId: 'atlas_hockey_integration_appcenter_application_owner', variable: 'appcenterOwner'), - string(credentialsId: 'atlas_hockey_coveralls_token', variable: 'coveralls_token') +withCredentials([string(credentialsId: 'atlas_appcenter_integration_token', variable: 'appcenterToken'), + string(credentialsId: 'atlas_appcenter_integration_application_identifier', variable: 'appcenterAppId'), + string(credentialsId: 'atlas_appcenter_integration_application_owner', variable: 'appcenterOwner'), + string(credentialsId: 'atlas_appcenter_coveralls_token', variable: 'coveralls_token') ]) { def testEnvironment = [ - "ATLAS_HOCKEY_INTEGRATION_API_TOKEN=${hockeyToken}", - "ATLAS_HOCKEY_INTEGRATION_APPLICATION_IDENTIFIER=${hockeyAppId}", "ATLAS_APP_CENTER_INTEGRATION_API_TOKEN=${appcenterToken}", "ATLAS_APP_CENTER_OWNER=${appcenterOwner}", "ATLAS_APP_CENTER_INTEGRATION_APPLICATION_IDENTIFIER=${appcenterAppId}" diff --git a/README.md b/README.md index eb642de..7e810e2 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -atlas-hockey +atlas-appcenter ================= [![Gradle Plugin ID](https://img.shields.io/badge/gradle-net.wooga.build--unity-brightgreen.svg?style=flat-square)](https://plugins.gradle.org/plugin/net.wooga.build-unity) -[![Build Status](https://wooga-shields.herokuapp.com/jenkins/s/https/atlas-jenkins.wooga.com/job/atlas-plugins/job/atlas-hockey/job/master.svg?style=flat-square)]() -[![Build Status](https://img.shields.io/travis/wooga/atlas-hockey/master.svg?style=flat-square)](https://travis-ci.org/wooga/atlas-hockey) -[![Coveralls Status](https://img.shields.io/coveralls/wooga/atlas-hockey/master.svg?style=flat-square)](https://coveralls.io/github/wooga/atlas-hockey?branch=master) -[![Apache 2.0](https://img.shields.io/badge/license-Apache%202-blue.svg?style=flat-square)](https://raw.githubusercontent.com/wooga/atlas-hockey/master/LICENSE) -[![GitHub tag](https://img.shields.io/github/tag/wooga/atlas-hockey.svg?style=flat-square)]() -[![GitHub release](https://img.shields.io/github/release/wooga/atlas-hockey.svg?style=flat-square)]() +[![Build Status](https://wooga-shields.herokuapp.com/jenkins/s/https/atlas-jenkins.wooga.com/job/atlas-plugins/job/atlas-appcenter/job/master.svg?style=flat-square)]() +[![Build Status](https://img.shields.io/travis/wooga/atlas-appcenter/master.svg?style=flat-square)](https://travis-ci.org/wooga/atlas-appcenter) +[![Coveralls Status](https://img.shields.io/coveralls/wooga/atlas-appcenter/master.svg?style=flat-square)](https://coveralls.io/github/wooga/atlas-appcenter?branch=master) +[![Apache 2.0](https://img.shields.io/badge/license-Apache%202-blue.svg?style=flat-square)](https://raw.githubusercontent.com/wooga/atlas-appcenter/master/LICENSE) +[![GitHub tag](https://img.shields.io/github/tag/wooga/atlas-appcenter.svg?style=flat-square)]() +[![GitHub release](https://img.shields.io/github/release/wooga/atlas-appcenter.svg?style=flat-square)]() This plugin is work in progress. @@ -16,7 +16,7 @@ This plugin is work in progress. **build.gradle** ```groovy plugins { - id 'net.wooga.hockey' version '0.1.0' + id 'net.wooga.appcenter' version '0.1.0' } ``` diff --git a/build.gradle b/build.gradle index 19e6b26..fcba1e5 100644 --- a/build.gradle +++ b/build.gradle @@ -19,24 +19,24 @@ plugins { } group 'net.wooga.gradle' -description = 'Hockey app upload plugin.' +description = 'AppCenter upload plugin.' pluginBundle { - website = 'https://wooga.github.io/atlas-hockey/' - vcsUrl = 'https://github.com/wooga/atlas-hockey' - tags = ['HockeyApp'] + website = 'https://wooga.github.io/atlas-appcenter/' + vcsUrl = 'https://github.com/wooga/atlas-appcenter' + tags = ['AppCenter'] plugins { unity { - id = 'net.wooga.hockey' - displayName = 'Gradle HockeyApp plugin' - description = 'This plugin provides tasks for uploading a build to hockey' + id = 'net.wooga.appcenter' + displayName = 'Gradle AppCenter plugin' + description = 'This plugin provides tasks for uploading a build to AppCenter' } } } github { - repositoryName = "wooga/atlas-hockey" + repositoryName = "wooga/atlas-appcenter" } dependencies { diff --git a/docs/api/allclasses-frame.html b/docs/api/allclasses-frame.html index 95ca073..e2e1771 100644 --- a/docs/api/allclasses-frame.html +++ b/docs/api/allclasses-frame.html @@ -32,8 +32,9 @@
class HockeyPlugin +class AppCenterPlugin extends java.lang.Object@@ -141,12 +141,12 @@Properties Summary
- static java.lang.String
+ TASK_DESCRIPTION
PUBLISH_APP_CENTER_TASK_DESCRIPTION
@@ -224,18 +224,18 @@ - static java.lang.String
+ TASK_NAME
PUBLISH_APP_CENTER_TASK_NAME
Inherited Methods Summary
Property Detail
- +
Gradle HockeyApp plugin API
+Gradle AppCenter plugin API
diff --git a/docs/api/wooga/gradle/appcenter/api/AppCenterBuildInfo.html b/docs/api/wooga/gradle/appcenter/api/AppCenterBuildInfo.html new file mode 100644 index 0000000..5f12e95 --- /dev/null +++ b/docs/api/wooga/gradle/appcenter/api/AppCenterBuildInfo.html @@ -0,0 +1,285 @@ + + + + + + + + + + +Type | +Name and description | +
---|---|
java.lang.String |
+ branchName |
+
java.lang.String |
+ commitHash |
+
java.lang.String |
+ commitMessage |
+
Methods inherited from class | +Name | +
---|---|
class java.lang.Object |
+ java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
+