Branch: refs/heads/master
Home: https://github.com/jenkinsci/upload-pgyer-plugin
Commit: 3dfeeb56b77424825d3361129d0ebf18a52031d4
https://github.com/jenkinsci/upload-pgyer-plugin/commit/3dfeeb56b77424825d3361129d0ebf18a52031d4
Author: myroid <[email protected]>
Date: 2018-03-27 (Tue, 27 Mar 2018)
Changed paths:
M pom.xml
R src/main/java/ren/helloworld/upload2pgyer/PublishEnvVarAction.java
M src/main/java/ren/helloworld/upload2pgyer/UploadBuilder.java
A src/main/java/ren/helloworld/upload2pgyer/UploadBuilderV2.java
R src/main/java/ren/helloworld/upload2pgyer/UploadHelper.java
M src/main/java/ren/helloworld/upload2pgyer/UploadPublisher.java
A src/main/java/ren/helloworld/upload2pgyer/UploadPublisherV2.java
A src/main/java/ren/helloworld/upload2pgyer/apiv1/ParamsBeanV1.java
A src/main/java/ren/helloworld/upload2pgyer/apiv1/PgyerBeanV1.java
A src/main/java/ren/helloworld/upload2pgyer/apiv1/PgyerUploadV1.java
A src/main/java/ren/helloworld/upload2pgyer/apiv2/ParamsBeanV2.java
A src/main/java/ren/helloworld/upload2pgyer/apiv2/PgyerBeanV2.java
A src/main/java/ren/helloworld/upload2pgyer/apiv2/PgyerUploadV2.java
A src/main/java/ren/helloworld/upload2pgyer/helper/CommonUtil.java
A src/main/java/ren/helloworld/upload2pgyer/helper/PgyerV1Helper.java
A src/main/java/ren/helloworld/upload2pgyer/helper/PgyerV2Helper.java
A src/main/java/ren/helloworld/upload2pgyer/helper/ProgressRequestBody.java
A src/main/java/ren/helloworld/upload2pgyer/helper/PublishEnvVarAction.java
A src/main/java/ren/helloworld/upload2pgyer/impl/Message.java
R src/main/java/ren/helloworld/upload2pgyer/java/Message.java
R src/main/java/ren/helloworld/upload2pgyer/java/PgyerBean.java
R src/main/java/ren/helloworld/upload2pgyer/java/UploadBean.java
R src/main/java/ren/helloworld/upload2pgyer/java/UploadPgyer.java
M src/main/resources/index.jelly
M src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/config.jelly
M
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help-installType.html
M
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help-scanDir.html
M
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help-updateDescription.html
M
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help-wildcard.html
M src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help.html
A
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/config.jelly
A
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-apiKey.html
A
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-buildInstallType.html
A
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-buildName.html
A
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-buildPassword.html
A
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-buildUpdateDescription.html
A
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-envVarsPath.html
A
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-qrcodePath.html
A
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-scanDir.html
A
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-wildcard.html
A src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help.html
M
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/config.jelly
M
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help-installType.html
M
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help-scanDir.html
M
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help-updateDescription.html
M
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help-wildcard.html
M src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help.html
A
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/config.jelly
A
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-apiKey.html
A
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-buildInstallType.html
A
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-buildName.html
A
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-buildPassword.html
A
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-buildUpdateDescription.html
A
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-envVarsPath.html
A
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-qrcodePath.html
A
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-scanDir.html
A
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-wildcard.html
A src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help.html
M src/test/java/ren/helloworld/upload2pgyer/UploadBuilderTest.java
A src/test/java/ren/helloworld/upload2pgyer/UploadBuilderV2Test.java
M src/test/java/ren/helloworld/upload2pgyer/UploadPublisherTest.java
A src/test/java/ren/helloworld/upload2pgyer/UploadPublisherV2Test.java
Log Message:
-----------
remove jsoup, import okhttp, add pgyer apiv2
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.