Branch: refs/heads/master
Home: https://github.com/jenkinsci/blackduck-detect-plugin
Commit: 13966e7f866cb80be8b2df5e5effca42d601fc1c
https://github.com/jenkinsci/blackduck-detect-plugin/commit/13966e7f866cb80be8b2df5e5effca42d601fc1c
Author: Richard Otte <[email protected]>
Date: 2019-02-11 (Mon, 11 Feb 2019)
Changed paths:
A
buildSrc/src/main/groovy/com/synopsys/integration/jenkins/detect/GenerateHtml.groovy
A
buildSrc/src/main/groovy/com/synopsys/integration/jenkins/detect/GenerateJelly.groovy
A
buildSrc/src/main/groovy/com/synopsys/integration/jenkins/detect/GenerationUtils.groovy
A buildSrc/src/main/resources/templates/html/changeSetPattern.tpl
A buildSrc/src/main/resources/templates/html/coverityAnalysisType.tpl
A buildSrc/src/main/resources/templates/html/helpHtml.tpl
A buildSrc/src/main/resources/templates/jelly/globalConfig.tpl
A buildSrc/src/main/resources/templates/jelly/postBuild.tpl
R
src/main/java/com/blackducksoftware/integration/detect/DetectVersionModel.java
R
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java
R
src/main/java/com/blackducksoftware/integration/detect/jenkins/HubServerInfoSingleton.java
R
src/main/java/com/blackducksoftware/integration/detect/jenkins/JenkinsDetectLogger.java
R
src/main/java/com/blackducksoftware/integration/detect/jenkins/JenkinsProxyHelper.java
R
src/main/java/com/blackducksoftware/integration/detect/jenkins/PluginHelper.java
R
src/main/java/com/blackducksoftware/integration/detect/jenkins/common/DetectCommonStep.java
R
src/main/java/com/blackducksoftware/integration/detect/jenkins/dsl/DetectDslContext.java
R
src/main/java/com/blackducksoftware/integration/detect/jenkins/dsl/DetectDslExtension.java
R
src/main/java/com/blackducksoftware/integration/detect/jenkins/exception/DetectJenkinsException.java
R
src/main/java/com/blackducksoftware/integration/detect/jenkins/pipeline/DetectPipelineStep.java
R
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep.java
R
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
R
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java
R
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectResponse.java
R
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/ArchiveUtils.java
R
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DetectDownloadManager.java
R
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DummyToolInstallation.java
R
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DummyToolInstaller.java
A
src/main/java/com/synopsys/integration/jenkins/detect/DetectVersionModel.java
A
src/main/java/com/synopsys/integration/jenkins/detect/DetectVersionRequestService.java
A
src/main/java/com/synopsys/integration/jenkins/detect/JenkinsDetectLogger.java
A
src/main/java/com/synopsys/integration/jenkins/detect/JenkinsProxyHelper.java
A src/main/java/com/synopsys/integration/jenkins/detect/PluginHelper.java
A
src/main/java/com/synopsys/integration/jenkins/detect/exception/DetectJenkinsException.java
A
src/main/java/com/synopsys/integration/jenkins/detect/extensions/global/DetectGlobalConfig.java
A
src/main/java/com/synopsys/integration/jenkins/detect/extensions/postbuild/DetectPostBuildStep.java
A
src/main/java/com/synopsys/integration/jenkins/detect/steps/ExecuteDetectStep.java
A
src/main/java/com/synopsys/integration/jenkins/detect/steps/remote/DetectRemoteRunner.java
A
src/main/java/com/synopsys/integration/jenkins/detect/steps/remote/DetectResponse.java
A
src/main/java/com/synopsys/integration/jenkins/detect/tools/ArchiveUtils.java
A
src/main/java/com/synopsys/integration/jenkins/detect/tools/DetectDownloadManager.java
A
src/main/java/com/synopsys/integration/jenkins/detect/tools/DummyToolInstallation.java
A
src/main/java/com/synopsys/integration/jenkins/detect/tools/DummyToolInstaller.java
R
src/main/resources/com/blackducksoftware/integration/detect/jenkins/Messages.properties
R
src/main/resources/com/blackducksoftware/integration/detect/jenkins/pipeline/DetectPipelineStep/config.jelly
R
src/main/resources/com/blackducksoftware/integration/detect/jenkins/pipeline/DetectPipelineStep/config.properties
R
src/main/resources/com/blackducksoftware/integration/detect/jenkins/pipeline/DetectPipelineStep/help-detectProperties.html
R
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/config.jelly
R
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/config.properties
R
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.jelly
R
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.properties
R
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/help-detectArtifactUrl.html
R
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/help-detectDownloadUrl.html
R
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/help-detectProperties.html
R
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/help-hubCredentialsId.html
R
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/help-hubUrl.html
R
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/help-importSSLCerts.html
R
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/help-trustSSLCertificates.html
A src/main/resources/templates/detect/help/globalConfig.json
A src/main/resources/templates/detect/help/postBuild.json
A src/main/resources/templates/detect/jelly/globalConfig.json
A src/main/resources/templates/detect/jelly/postBuild.json
Log Message:
-----------
Intermediary commit
Commit: da8ff12540020ed6300e81fdec730dfc7e36073c
https://github.com/jenkinsci/blackduck-detect-plugin/commit/da8ff12540020ed6300e81fdec730dfc7e36073c
Author: Richard Otte <[email protected]>
Date: 2019-02-11 (Mon, 11 Feb 2019)
Changed paths:
M .gitignore
M build.gradle
R
build/generated-src/localizer/com/blackducksoftware/integration/detect/jenkins/Messages.java
M
buildSrc/src/main/groovy/com/synopsys/integration/jenkins/detect/GenerateHtml.groovy
M
buildSrc/src/main/groovy/com/synopsys/integration/jenkins/detect/GenerateJelly.groovy
M
buildSrc/src/main/groovy/com/synopsys/integration/jenkins/detect/GenerationUtils.groovy
M buildSrc/src/main/resources/templates/jelly/globalConfig.tpl
M buildSrc/src/main/resources/templates/jelly/postBuild.tpl
M gradle/wrapper/gradle-wrapper.jar
M gradle/wrapper/gradle-wrapper.properties
M
src/main/java/com/synopsys/integration/jenkins/detect/DetectVersionModel.java
M
src/main/java/com/synopsys/integration/jenkins/detect/DetectVersionRequestService.java
M
src/main/java/com/synopsys/integration/jenkins/detect/JenkinsDetectLogger.java
M
src/main/java/com/synopsys/integration/jenkins/detect/JenkinsProxyHelper.java
M src/main/java/com/synopsys/integration/jenkins/detect/PluginHelper.java
M
src/main/java/com/synopsys/integration/jenkins/detect/exception/DetectJenkinsException.java
M
src/main/java/com/synopsys/integration/jenkins/detect/extensions/global/DetectGlobalConfig.java
M
src/main/java/com/synopsys/integration/jenkins/detect/extensions/postbuild/DetectPostBuildStep.java
M
src/main/java/com/synopsys/integration/jenkins/detect/steps/ExecuteDetectStep.java
M
src/main/java/com/synopsys/integration/jenkins/detect/steps/remote/DetectRemoteRunner.java
M
src/main/java/com/synopsys/integration/jenkins/detect/steps/remote/DetectResponse.java
M
src/main/java/com/synopsys/integration/jenkins/detect/tools/ArchiveUtils.java
M
src/main/java/com/synopsys/integration/jenkins/detect/tools/DetectDownloadManager.java
M
src/main/java/com/synopsys/integration/jenkins/detect/tools/DummyToolInstallation.java
M
src/main/java/com/synopsys/integration/jenkins/detect/tools/DummyToolInstaller.java
M src/main/resources/templates/detect/help/globalConfig.json
M src/main/resources/templates/detect/jelly/globalConfig.json
M src/main/resources/templates/detect/jelly/postBuild.json
Log Message:
-----------
Refactoring packages, generating ui
Compare:
https://github.com/jenkinsci/blackduck-detect-plugin/compare/b08ffdaaa8ab...da8ff1254002
--
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.