Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/collabnet-plugin
  Commit: e65bc3e7fd2e56320aed2fb5e307941d27c69fcf
      
https://github.com/jenkinsci/collabnet-plugin/commit/e65bc3e7fd2e56320aed2fb5e307941d27c69fcf
  Author: Preyanka Babu <[email protected]>
  Date:   2022-02-10 (Thu, 10 Feb 2022)

  Changed paths:
    M src/main/java/com/collabnet/ce/webservices/CTFDocumentFolder.java

  Log Message:
  -----------
  [artf420768] [Jenkins] Collabnet Document Uploader url directing to old 
document URL.

Issue:
Document upload url results in invalid page.

Fix:
Due to documents component migration to angular, the url
has been changed. Hence reroute the document url from
'/sf/docman/do/listDocuments/' to '/ctf/documents/home/'.


  Commit: e7c188a8bc01661f573a8d6e4fe2d9dca5e28836
      
https://github.com/jenkinsci/collabnet-plugin/commit/e7c188a8bc01661f573a8d6e4fe2d9dca5e28836
  Author: preyankababu <[email protected]>
  Date:   2023-10-06 (Fri, 06 Oct 2023)

  Changed paths:
    M CHANGELOG.md
    M pom.xml
    R src/main/java/hudson/plugins/collabnet/actionhub/ActionHubPlugin.java
    R src/main/java/hudson/plugins/collabnet/actionhub/BuildCause.java
    R src/main/java/hudson/plugins/collabnet/actionhub/Constants.java
    R src/main/java/hudson/plugins/collabnet/actionhub/MQConnectionHandler.java
    R src/main/java/hudson/plugins/collabnet/actionhub/Tagger.java
    R src/main/java/hudson/plugins/collabnet/actionhub/Util.java
    R src/main/java/hudson/plugins/collabnet/actionhub/Workflow.java
    R src/main/java/hudson/plugins/collabnet/actionhub/WorkflowParameter.java
    M src/main/java/hudson/plugins/collabnet/auth/CNAuthentication.java
    M src/main/java/hudson/plugins/collabnet/auth/CollabNetSecurityRealm.java
    M src/main/java/hudson/plugins/collabnet/filerelease/CNFileRelease.java
    R 
src/main/java/hudson/plugins/collabnet/orchestrate/AmqpOrchestrateClient.java
    M src/main/java/hudson/plugins/collabnet/orchestrate/BuildEvent.java
    M src/main/java/hudson/plugins/collabnet/orchestrate/BuildNotifier.java
    M 
src/main/java/hudson/plugins/collabnet/orchestrate/BuildNotifierDescriptor.java
    M src/main/java/hudson/plugins/collabnet/orchestrate/BuildToJSON.java
    R 
src/main/java/hudson/plugins/collabnet/orchestrate/BuildToOrchestrateAPI.java
    M src/main/java/hudson/plugins/collabnet/orchestrate/DefaultBuildToJSON.java
    R 
src/main/java/hudson/plugins/collabnet/orchestrate/DefaultBuildToOrchestrateAPI.java
    R 
src/main/java/hudson/plugins/collabnet/orchestrate/JobCreationListener.java
    R src/main/java/hudson/plugins/collabnet/orchestrate/OrchestrateClient.java
    M src/main/java/hudson/plugins/collabnet/orchestrate/TraceabilityAction.java
    M src/main/java/hudson/plugins/collabnet/share/TeamForgeShare.java
    M src/main/java/hudson/plugins/collabnet/util/Helper.java
    R src/main/java/jenkins/plugins/collabnet/steps/PublishEventQStep.java
    M src/main/java/jenkins/plugins/collabnet/steps/PublishWebhookStep.java
    R src/main/resources/hudson/plugins/collabnet/actionhub/Tagger/config.jelly
    R 
src/main/resources/hudson/plugins/collabnet/actionhub/Tagger/help-customMessages.html
    M 
src/main/resources/hudson/plugins/collabnet/orchestrate/BuildNotifier/config.jelly
    R 
src/main/resources/hudson/plugins/collabnet/orchestrate/BuildNotifier/help-serverPassword.html
    R 
src/main/resources/hudson/plugins/collabnet/orchestrate/BuildNotifier/help-serverUrl.html
    R 
src/main/resources/hudson/plugins/collabnet/orchestrate/BuildNotifier/help-serverUsername.html
    R 
src/main/resources/hudson/plugins/collabnet/orchestrate/BuildNotifier/help-sourceKey.html
    M 
src/main/resources/hudson/plugins/collabnet/orchestrate/BuildNotifier/help-webhookUrl.html
    M 
src/main/resources/hudson/plugins/collabnet/orchestrate/TraceabilityAction/index.jelly
    M 
src/main/resources/hudson/plugins/collabnet/share/TeamForgeShare/global.jelly
    R 
src/main/resources/hudson/plugins/collabnet/share/TeamForgeShare/help-actionHubMsgCustom.html
    R 
src/main/resources/jenkins/plugins/collabnet/steps/PublishEventQStep/config.jelly
    R 
src/main/resources/jenkins/plugins/collabnet/steps/PublishEventQStep/help-credentialsId.html
    R 
src/main/resources/jenkins/plugins/collabnet/steps/PublishEventQStep/help-excludeCommitInfo.html
    R 
src/main/resources/jenkins/plugins/collabnet/steps/PublishEventQStep/help-markUnstable.html
    R 
src/main/resources/jenkins/plugins/collabnet/steps/PublishEventQStep/help-serverUrl.html
    R 
src/main/resources/jenkins/plugins/collabnet/steps/PublishEventQStep/help-sourceKey.html
    R 
src/main/resources/jenkins/plugins/collabnet/steps/PublishEventQStep/help-status.html
    M 
src/main/resources/jenkins/plugins/collabnet/steps/PublishWebhookStep/help-webhookUrl.html
    R src/test/java/hudson/plugins/collabnet/actionhub/ActionHubPluginTest.java
    R 
src/test/java/hudson/plugins/collabnet/orchestrate/TestAmqpOrchestrateClient.java
    R src/test/java/hudson/plugins/collabnet/orchestrate/TestBuildNotifier.java
    R 
src/test/java/hudson/plugins/collabnet/orchestrate/TestBuildNotifierDescriptor.java
    R 
src/test/java/hudson/plugins/collabnet/orchestrate/TestDefaultBuildToJSON.java
    R 
src/test/java/hudson/plugins/collabnet/orchestrate/TestDefaultBuildToOrchestrateAPI.java
    R 
src/test/java/hudson/plugins/collabnet/orchestrate/TestEntryFieldsOnPages.java
    R 
src/test/java/hudson/plugins/collabnet/orchestrate/TestJobCreationListener.java
    R 
src/test/java/hudson/plugins/collabnet/orchestrate/TestPasswordEncryption.java
    R 
src/test/java/hudson/plugins/collabnet/orchestrate/TestPushNotification.java
    R src/test/java/jenkins/plugins/collabnet/steps/TestPublishEventQStep.java
    R src/test/resources/hudson/plugins/collabnet/actionhub/actions_request.json
    R 
src/test/resources/hudson/plugins/collabnet/actionhub/actions_response.json
    R 
src/test/resources/hudson/plugins/collabnet/actionhub/workflow_request.json

  Log Message:
  -----------
  Merge branch 'jenkinsci:master' into master


  Commit: 0b907b53cc3330b90eda0268a02f5c787165aab4
      
https://github.com/jenkinsci/collabnet-plugin/commit/0b907b53cc3330b90eda0268a02f5c787165aab4
  Author: Preyanka Babu <[email protected]>
  Date:   2023-10-06 (Fri, 06 Oct 2023)

  Changed paths:
    M pom.xml
    M src/main/java/com/collabnet/ce/webservices/CTFArtifact.java
    M src/main/java/com/collabnet/ce/webservices/CTFDocument.java
    M src/main/java/com/collabnet/ce/webservices/CTFDocumentFolder.java
    M src/main/java/com/collabnet/ce/webservices/CTFFile.java
    A src/main/java/com/collabnet/ce/webservices/CTFFlexField.java
    M src/main/java/com/collabnet/ce/webservices/CTFFolder.java
    M src/main/java/com/collabnet/ce/webservices/CTFGroup.java
    M src/main/java/com/collabnet/ce/webservices/CTFItem.java
    M src/main/java/com/collabnet/ce/webservices/CTFPackage.java
    M src/main/java/com/collabnet/ce/webservices/CTFProject.java
    M src/main/java/com/collabnet/ce/webservices/CTFRelease.java
    M src/main/java/com/collabnet/ce/webservices/CTFReleaseFile.java
    M src/main/java/com/collabnet/ce/webservices/CTFRole.java
    M src/main/java/com/collabnet/ce/webservices/CTFScmRepository.java
    M src/main/java/com/collabnet/ce/webservices/CTFTracker.java
    M src/main/java/com/collabnet/ce/webservices/CTFUser.java
    M src/main/java/com/collabnet/ce/webservices/CollabNetApp.java
    M src/main/java/hudson/plugins/collabnet/AbstractTeamForgeNotifier.java
    M src/main/java/hudson/plugins/collabnet/auth/CNAuthProjectProperty.java
    M src/main/java/hudson/plugins/collabnet/auth/CNAuthentication.java
    M 
src/main/java/hudson/plugins/collabnet/auth/CNAuthenticationEntryPoint.java
    M src/main/java/hudson/plugins/collabnet/auth/CNAuthorizationCache.java
    M src/main/java/hudson/plugins/collabnet/auth/CNAuthorizationStrategy.java
    M src/main/java/hudson/plugins/collabnet/auth/CNFilter.java
    M src/main/java/hudson/plugins/collabnet/auth/CollabNetAuthManager.java
    M src/main/java/hudson/plugins/collabnet/auth/CollabNetSecurityRealm.java
    M src/main/java/hudson/plugins/collabnet/browser/TeamForge.java
    M 
src/main/java/hudson/plugins/collabnet/documentuploader/CNDocumentUploader.java
    M src/main/java/hudson/plugins/collabnet/filerelease/CNFileRelease.java
    M src/main/java/hudson/plugins/collabnet/orchestrate/TraceabilityAction.java
    M src/main/java/hudson/plugins/collabnet/tracker/CNTracker.java
    M src/main/java/hudson/plugins/collabnet/util/CNFormFieldValidator.java
    M src/main/java/hudson/plugins/collabnet/util/CNHudsonUtil.java
    M src/main/java/hudson/plugins/collabnet/util/ComboBoxUpdater.java
    M src/main/java/hudson/plugins/collabnet/util/CommonUtil.java
    M src/main/java/hudson/plugins/collabnet/util/Helper.java
    M 
src/main/resources/hudson/plugins/collabnet/auth/CNAuthorizationStrategy/config.jelly
    M src/main/resources/hudson/plugins/collabnet/auth/CNSecurityFilters.groovy
    M src/test/java/hudson/plugins/collabnet/CNHudsonTestCase.java
    M src/test/java/hudson/plugins/collabnet/auth/AbstractSecurityTestCase.java
    M src/test/java/hudson/plugins/collabnet/auth/ProjectAuthTest.java
    M src/test/java/hudson/plugins/collabnet/tracker/CNTrackerTest.java
    M src/test/java/hudson/plugins/collabnet/util/Util.java

  Log Message:
  -----------
  Jenkins plugin optimization

[artf422916, artf422917, artf422918, artf422919, artf422920]

* Changed the existing soap calls to rest call
* Upgraded the plugin from java 8 to java 11.


  Commit: 258b44c3c1682cc33f56ed2f44a4477bff17dddb
      
https://github.com/jenkinsci/collabnet-plugin/commit/258b44c3c1682cc33f56ed2f44a4477bff17dddb
  Author: Preyanka Babu <[email protected]>
  Date:   2023-11-01 (Wed, 01 Nov 2023)

  Changed paths:
    M src/main/java/com/collabnet/ce/webservices/CTFArtifact.java
    A src/main/java/com/collabnet/ce/webservices/CTFConstants.java
    M src/main/java/com/collabnet/ce/webservices/CTFDocument.java
    M src/main/java/com/collabnet/ce/webservices/CTFDocumentFolder.java
    M src/main/java/com/collabnet/ce/webservices/CTFFolder.java
    M src/main/java/com/collabnet/ce/webservices/CTFGroup.java
    M src/main/java/com/collabnet/ce/webservices/CTFItem.java
    M src/main/java/com/collabnet/ce/webservices/CTFPackage.java
    M src/main/java/com/collabnet/ce/webservices/CTFProject.java
    M src/main/java/com/collabnet/ce/webservices/CTFRelease.java
    M src/main/java/com/collabnet/ce/webservices/CTFReleaseFile.java
    M src/main/java/com/collabnet/ce/webservices/CTFRole.java
    M src/main/java/com/collabnet/ce/webservices/CTFScmRepository.java
    M src/main/java/com/collabnet/ce/webservices/CTFTracker.java
    M src/main/java/com/collabnet/ce/webservices/CTFUser.java
    M src/main/java/com/collabnet/ce/webservices/CollabNetApp.java
    M src/main/java/com/collabnet/ce/webservices/TrustAllSocketFactory.java
    M src/main/java/hudson/plugins/collabnet/tracker/CNTracker.java
    M src/main/java/hudson/plugins/collabnet/util/ComboBoxUpdater.java
    M src/main/java/hudson/plugins/collabnet/util/Helper.java
    M src/test/java/hudson/plugins/collabnet/filerelease/CNFileReleaseTest.java

  Log Message:
  -----------
  Jenkins plugin optimization

[artf422916, artf422917, artf422918, artf422919, artf422920]

* Changed the existing soap calls to rest call
* Upgraded the plugin from java 8 to java 11.
* Added the changes as per the review comments
        --> Added Null pointer check
        --> Used java.wa.rs.client instead of org.apache.http.impl.client
        --> Log messages are logged as WARNING instead of INFO
        --> Removed code duplication and added a common method in Helper.


  Commit: 4e258ac2dd670aadb71d2c901e6c749dba1c3510
      
https://github.com/jenkinsci/collabnet-plugin/commit/4e258ac2dd670aadb71d2c901e6c749dba1c3510
  Author: Preyanka Babu <[email protected]>
  Date:   2023-11-06 (Mon, 06 Nov 2023)

  Changed paths:
    M README.md
    R docs/PBL.md
    M pom.xml
    M src/main/java/com/collabnet/ce/webservices/CTFArtifact.java
    M src/main/java/com/collabnet/ce/webservices/CTFPackage.java
    M src/main/java/com/collabnet/ce/webservices/CTFProject.java
    M src/main/java/com/collabnet/ce/webservices/CollabNetApp.java
    R 
src/main/java/hudson/plugins/collabnet/pblupload/PblUploadResultAction.java
    R src/main/java/hudson/plugins/collabnet/pblupload/PblUploader.java
    M src/main/java/hudson/plugins/collabnet/util/Helper.java
    R 
src/main/resources/hudson/plugins/collabnet/pblupload/PblUploadResultAction/summary.jelly
    R 
src/main/resources/hudson/plugins/collabnet/pblupload/PblUploader/config.jelly
    R 
src/main/resources/hudson/plugins/collabnet/pblupload/PblUploader/help-comment.html
    R 
src/main/resources/hudson/plugins/collabnet/pblupload/PblUploader/help-description.html
    R 
src/main/resources/hudson/plugins/collabnet/pblupload/PblUploader/help-filePatterns.html
    R 
src/main/resources/hudson/plugins/collabnet/pblupload/PblUploader/help-force.html
    R 
src/main/resources/hudson/plugins/collabnet/pblupload/PblUploader/help-hostUrl.html
    R 
src/main/resources/hudson/plugins/collabnet/pblupload/PblUploader/help-key.html
    R 
src/main/resources/hudson/plugins/collabnet/pblupload/PblUploader/help-path.html
    R 
src/main/resources/hudson/plugins/collabnet/pblupload/PblUploader/help-project.html
    R 
src/main/resources/hudson/plugins/collabnet/pblupload/PblUploader/help-pubOrPriv.html
    R 
src/main/resources/hudson/plugins/collabnet/pblupload/PblUploader/help-removePrefixRegex.html
    R 
src/main/resources/hudson/plugins/collabnet/pblupload/PblUploader/help-user.html
    R 
src/main/resources/hudson/plugins/collabnet/pblupload/PblUploader/help.html
    M src/main/resources/index.jelly
    R src/test/java/hudson/plugins/collabnet/pblupload/PblUploadTest.java
    R src/test/java/hudson/plugins/collabnet/pblupload/PblUploaderTest.java

  Log Message:
  -----------
  Jenkins plugin optimization

[artf422916, artf422917, artf422918, artf422919, artf422920]

* Changed the existing soap calls to rest call
* Upgraded the plugin from java 8 to java 11.
* Added the changes as per the review comments
        --> Added Null pointer check
        --> Used java.wa.rs.client instead of org.apache.http.impl.client
        --> Log messages are logged as WARNING instead of INFO
        --> Removed code duplication and added a common method in Helper.
* Removed PBL uploaded as Teamforge no longer support lab management.
* Modified the getProject list api to list out all the available projects
instead of displaying the default count.
* The Download from file release system url is modified to route to
the valid url.


  Commit: 68948ba3f0f3f68ac06abeabf7ca2d10930ed0e1
      
https://github.com/jenkinsci/collabnet-plugin/commit/68948ba3f0f3f68ac06abeabf7ca2d10930ed0e1
  Author: Preyanka Babu <[email protected]>
  Date:   2023-11-08 (Wed, 08 Nov 2023)

  Changed paths:
    M README.md
    M docs/AUTHENTICATION.md
    M docs/DOCUMENTS.md
    M docs/FRS.md
    M docs/TRACKER.md
    M src/main/java/com/collabnet/ce/webservices/CTFArtifact.java
    M src/main/java/com/collabnet/ce/webservices/CTFDocument.java
    M src/main/java/com/collabnet/ce/webservices/CTFDocumentFolder.java
    M src/main/java/com/collabnet/ce/webservices/CTFGroup.java
    M src/main/java/com/collabnet/ce/webservices/CTFPackage.java
    M src/main/java/com/collabnet/ce/webservices/CTFProject.java
    M src/main/java/com/collabnet/ce/webservices/CTFRelease.java
    M src/main/java/com/collabnet/ce/webservices/CTFReleaseFile.java
    M src/main/java/com/collabnet/ce/webservices/CTFRole.java
    M src/main/java/com/collabnet/ce/webservices/CTFScmRepository.java
    M src/main/java/com/collabnet/ce/webservices/CTFTracker.java
    M src/main/java/com/collabnet/ce/webservices/CTFUser.java
    M src/main/java/com/collabnet/ce/webservices/CollabNetApp.java
    M src/main/java/hudson/plugins/collabnet/auth/CNAuthorizationStrategy.java
    M src/main/java/hudson/plugins/collabnet/auth/CollabNetSecurityRealm.java
    M 
src/main/java/hudson/plugins/collabnet/documentuploader/CNDocumentUploader.java
    M src/main/java/hudson/plugins/collabnet/documentuploader/FilePattern.java
    M src/main/java/hudson/plugins/collabnet/filerelease/CNFileRelease.java
    R src/main/java/hudson/plugins/collabnet/orchestrate/BuildToJSON.java
    R src/main/java/hudson/plugins/collabnet/orchestrate/DefaultBuildToJSON.java
    M src/main/java/hudson/plugins/collabnet/tracker/CNTracker.java
    M src/main/java/hudson/plugins/collabnet/util/Helper.java
    M src/main/resources/hudson/plugins/collabnet/ConnectionFactory/config.jelly
    M 
src/main/resources/hudson/plugins/collabnet/ConnectionFactory/help-password.html
    M 
src/main/resources/hudson/plugins/collabnet/ConnectionFactory/help-url.html
    M 
src/main/resources/hudson/plugins/collabnet/auth/CNAuthProjectProperty/config.jelly
    M 
src/main/resources/hudson/plugins/collabnet/documentuploader/CNDocumentUploader/config.jelly
    M 
src/main/resources/hudson/plugins/collabnet/documentuploader/CNDocumentUploader/help-includeBuildLog.html
    M 
src/main/resources/hudson/plugins/collabnet/documentuploader/CNDocumentUploader/help.html
    M 
src/main/resources/hudson/plugins/collabnet/documentuploader/CnduResultAction/summary.jelly
    M 
src/main/resources/hudson/plugins/collabnet/filerelease/CNFileRelease/help.html
    M 
src/main/resources/hudson/plugins/collabnet/filerelease/CnfrResultAction/summary.jelly
    M 
src/main/resources/hudson/plugins/collabnet/orchestrate/BuildNotifier/config.jelly
    M src/main/resources/hudson/plugins/collabnet/tracker/CNTracker/help.html
    M src/main/webapp/browser/help-password.html

  Log Message:
  -----------
  Jenkins plugin optimization

[artf422916, artf422917, artf422918, artf422919, artf422920]

* Changed the existing soap calls to rest call
* Upgraded the plugin from java 8 to java 11.
* Added the changes as per the review comments
        --> Added Null pointer check
        --> Used java.wa.rs.client instead of org.apache.http.impl.client
        --> Log messages are logged as WARNING instead of INFO
        --> Removed code duplication and added a common method in Helper.
* Removed PBL uploaded as Teamforge no longer support lab management.
* Modified the getProject list api to list out all the available projects
instead of displaying the default count.
* The Download from file release system url is modified to route to
the valid url.
* Added IOException throw statement to print the error message
in console, instead of showing stack trace if anything fails.
* Changed the String Collabnet to Digital.ai in the jenkins plugin
pages.
* Removed 2 files which EventQ functions and not being used.


  Commit: a8b532569656e0b755c1c2e225850166d5943320
      
https://github.com/jenkinsci/collabnet-plugin/commit/a8b532569656e0b755c1c2e225850166d5943320
  Author: Preyanka Babu <[email protected]>
  Date:   2023-11-09 (Thu, 09 Nov 2023)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Jenkins plugin optimization

[artf422916, artf422917, artf422918, artf422919, artf422920]

* Changed the existing soap calls to rest call
* Upgraded the plugin from java 8 to java 11.
* Added the changes as per the review comments
        --> Added Null pointer check
        --> Used java.wa.rs.client instead of org.apache.http.impl.client
        --> Log messages are logged as WARNING instead of INFO
        --> Removed code duplication and added a common method in Helper.
* Removed PBL uploaded as Teamforge no longer support lab management.
* Modified the getProject list api to list out all the available projects
instead of displaying the default count.
* The Download from file release system url is modified to route to
the valid url.
* Added IOException throw statement to print the error message
in console, instead of showing stack trace if anything fails.
* Changed the String Collabnet to Digital.ai in the jenkins plugin
pages.
* Removed 2 files which EventQ functions and not being used.


  Commit: a27bbd89b88a7e7abbf8b7ede4dbe1519ab3bea1
      
https://github.com/jenkinsci/collabnet-plugin/commit/a27bbd89b88a7e7abbf8b7ede4dbe1519ab3bea1
  Author: Preyanka Babu <[email protected]>
  Date:   2023-11-09 (Thu, 09 Nov 2023)

  Changed paths:
    M docs/TRACKER.md

  Log Message:
  -----------
  Jenkins plugin optimization

[artf422916, artf422917, artf422918, artf422919, artf422920]

* Changed the existing soap calls to rest call
* Upgraded the plugin from java 8 to java 11.
* Added the changes as per the review comments
        --> Added Null pointer check
        --> Used java.wa.rs.client instead of org.apache.http.impl.client
        --> Log messages are logged as WARNING instead of INFO
        --> Removed code duplication and added a common method in Helper.
* Removed PBL uploaded as Teamforge no longer support lab management.
* Modified the getProject list api to list out all the available projects
instead of displaying the default count.
* The Download from file release system url is modified to route to
the valid url.
* Added IOException throw statement to print the error message
in console, instead of showing stack trace if anything fails.
* Changed the String Collabnet to Digital.ai in the jenkins plugin
pages.
* Removed 2 files which EventQ functions and not being used.


  Commit: d0e447d1703c1eaf517d4994e8a57c207ff99aed
      
https://github.com/jenkinsci/collabnet-plugin/commit/d0e447d1703c1eaf517d4994e8a57c207ff99aed
  Author: Arun Pandurangan <[email protected]>
  Date:   2023-11-10 (Fri, 10 Nov 2023)

  Changed paths:
    M README.md
    M docs/AUTHENTICATION.md
    M docs/DOCUMENTS.md
    M docs/FRS.md
    R docs/PBL.md
    M docs/TRACKER.md
    M pom.xml
    M src/main/java/com/collabnet/ce/webservices/CTFArtifact.java
    A src/main/java/com/collabnet/ce/webservices/CTFConstants.java
    M src/main/java/com/collabnet/ce/webservices/CTFDocument.java
    M src/main/java/com/collabnet/ce/webservices/CTFDocumentFolder.java
    M src/main/java/com/collabnet/ce/webservices/CTFFile.java
    A src/main/java/com/collabnet/ce/webservices/CTFFlexField.java
    M src/main/java/com/collabnet/ce/webservices/CTFFolder.java
    M src/main/java/com/collabnet/ce/webservices/CTFGroup.java
    M src/main/java/com/collabnet/ce/webservices/CTFItem.java
    M src/main/java/com/collabnet/ce/webservices/CTFPackage.java
    M src/main/java/com/collabnet/ce/webservices/CTFProject.java
    M src/main/java/com/collabnet/ce/webservices/CTFRelease.java
    M src/main/java/com/collabnet/ce/webservices/CTFReleaseFile.java
    M src/main/java/com/collabnet/ce/webservices/CTFRole.java
    M src/main/java/com/collabnet/ce/webservices/CTFScmRepository.java
    M src/main/java/com/collabnet/ce/webservices/CTFTracker.java
    M src/main/java/com/collabnet/ce/webservices/CTFUser.java
    M src/main/java/com/collabnet/ce/webservices/CollabNetApp.java
    M src/main/java/com/collabnet/ce/webservices/TrustAllSocketFactory.java
    M src/main/java/hudson/plugins/collabnet/AbstractTeamForgeNotifier.java
    M src/main/java/hudson/plugins/collabnet/auth/CNAuthProjectProperty.java
    M src/main/java/hudson/plugins/collabnet/auth/CNAuthentication.java
    M 
src/main/java/hudson/plugins/collabnet/auth/CNAuthenticationEntryPoint.java
    M src/main/java/hudson/plugins/collabnet/auth/CNAuthorizationCache.java
    M src/main/java/hudson/plugins/collabnet/auth/CNAuthorizationStrategy.java
    M src/main/java/hudson/plugins/collabnet/auth/CNFilter.java
    M src/main/java/hudson/plugins/collabnet/auth/CollabNetAuthManager.java
    M src/main/java/hudson/plugins/collabnet/auth/CollabNetSecurityRealm.java
    M src/main/java/hudson/plugins/collabnet/browser/TeamForge.java
    M 
src/main/java/hudson/plugins/collabnet/documentuploader/CNDocumentUploader.java
    M src/main/java/hudson/plugins/collabnet/documentuploader/FilePattern.java
    M src/main/java/hudson/plugins/collabnet/filerelease/CNFileRelease.java
    R src/main/java/hudson/plugins/collabnet/orchestrate/BuildToJSON.java
    R src/main/java/hudson/plugins/collabnet/orchestrate/DefaultBuildToJSON.java
    M src/main/java/hudson/plugins/collabnet/orchestrate/TraceabilityAction.java
    R 
src/main/java/hudson/plugins/collabnet/pblupload/PblUploadResultAction.java
    R src/main/java/hudson/plugins/collabnet/pblupload/PblUploader.java
    M src/main/java/hudson/plugins/collabnet/tracker/CNTracker.java
    M src/main/java/hudson/plugins/collabnet/util/CNFormFieldValidator.java
    M src/main/java/hudson/plugins/collabnet/util/CNHudsonUtil.java
    M src/main/java/hudson/plugins/collabnet/util/ComboBoxUpdater.java
    M src/main/java/hudson/plugins/collabnet/util/CommonUtil.java
    M src/main/java/hudson/plugins/collabnet/util/Helper.java
    M src/main/resources/hudson/plugins/collabnet/ConnectionFactory/config.jelly
    M 
src/main/resources/hudson/plugins/collabnet/ConnectionFactory/help-password.html
    M 
src/main/resources/hudson/plugins/collabnet/ConnectionFactory/help-url.html
    M 
src/main/resources/hudson/plugins/collabnet/auth/CNAuthProjectProperty/config.jelly
    M 
src/main/resources/hudson/plugins/collabnet/auth/CNAuthorizationStrategy/config.jelly
    M src/main/resources/hudson/plugins/collabnet/auth/CNSecurityFilters.groovy
    M 
src/main/resources/hudson/plugins/collabnet/documentuploader/CNDocumentUploader/config.jelly
    M 
src/main/resources/hudson/plugins/collabnet/documentuploader/CNDocumentUploader/help-includeBuildLog.html
    M 
src/main/resources/hudson/plugins/collabnet/documentuploader/CNDocumentUploader/help.html
    M 
src/main/resources/hudson/plugins/collabnet/documentuploader/CnduResultAction/summary.jelly
    M 
src/main/resources/hudson/plugins/collabnet/filerelease/CNFileRelease/help.html
    M 
src/main/resources/hudson/plugins/collabnet/filerelease/CnfrResultAction/summary.jelly
    M 
src/main/resources/hudson/plugins/collabnet/orchestrate/BuildNotifier/config.jelly
    R 
src/main/resources/hudson/plugins/collabnet/pblupload/PblUploadResultAction/summary.jelly
    R 
src/main/resources/hudson/plugins/collabnet/pblupload/PblUploader/config.jelly
    R 
src/main/resources/hudson/plugins/collabnet/pblupload/PblUploader/help-comment.html
    R 
src/main/resources/hudson/plugins/collabnet/pblupload/PblUploader/help-description.html
    R 
src/main/resources/hudson/plugins/collabnet/pblupload/PblUploader/help-filePatterns.html
    R 
src/main/resources/hudson/plugins/collabnet/pblupload/PblUploader/help-force.html
    R 
src/main/resources/hudson/plugins/collabnet/pblupload/PblUploader/help-hostUrl.html
    R 
src/main/resources/hudson/plugins/collabnet/pblupload/PblUploader/help-key.html
    R 
src/main/resources/hudson/plugins/collabnet/pblupload/PblUploader/help-path.html
    R 
src/main/resources/hudson/plugins/collabnet/pblupload/PblUploader/help-project.html
    R 
src/main/resources/hudson/plugins/collabnet/pblupload/PblUploader/help-pubOrPriv.html
    R 
src/main/resources/hudson/plugins/collabnet/pblupload/PblUploader/help-removePrefixRegex.html
    R 
src/main/resources/hudson/plugins/collabnet/pblupload/PblUploader/help-user.html
    R 
src/main/resources/hudson/plugins/collabnet/pblupload/PblUploader/help.html
    M src/main/resources/hudson/plugins/collabnet/tracker/CNTracker/help.html
    M src/main/resources/index.jelly
    M src/main/webapp/browser/help-password.html
    M src/test/java/hudson/plugins/collabnet/CNHudsonTestCase.java
    M src/test/java/hudson/plugins/collabnet/auth/AbstractSecurityTestCase.java
    M src/test/java/hudson/plugins/collabnet/auth/ProjectAuthTest.java
    M src/test/java/hudson/plugins/collabnet/filerelease/CNFileReleaseTest.java
    R src/test/java/hudson/plugins/collabnet/pblupload/PblUploadTest.java
    R src/test/java/hudson/plugins/collabnet/pblupload/PblUploaderTest.java
    M src/test/java/hudson/plugins/collabnet/tracker/CNTrackerTest.java
    M src/test/java/hudson/plugins/collabnet/util/Util.java

  Log Message:
  -----------
  Merge pull request #56 from preyankababu/master

Jenkins plugin optimization


Compare: 
https://github.com/jenkinsci/collabnet-plugin/compare/d75a46956538...d0e447d1703c

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/collabnet-plugin/push/refs/heads/master/d75a46-d0e447%40github.com.

Reply via email to