Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ownership-plugin
  Commit: 4ae975fe66cca70187bb71139d9a92544b476cdd
      
https://github.com/jenkinsci/ownership-plugin/commit/4ae975fe66cca70187bb71139d9a92544b476cdd
  Author: Oleg Nenashev <o.v.nenas...@gmail.com>
  Date:   2015-01-15 (Thu, 15 Jan 2015)

  Changed paths:
    M 
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPluginConfiguration.java
    M 
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/util/AbstractOwnershipHelper.java
    R 
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/util/mail/MailFormatter.java
    R 
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/util/mail/MailOptions.java
    R 
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/util/mail/OwnershipMailHelper.java
    M 
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/util/ui/OwnershipLayoutFormatter.java
    A src/main/java/org/jenkinsci/plugins/ownership/util/mail/MailFormatter.java
    A src/main/java/org/jenkinsci/plugins/ownership/util/mail/MailOptions.java
    A 
src/main/java/org/jenkinsci/plugins/ownership/util/mail/OwnershipMailHelper.java
    R 
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/util/mail/MailOptions/config.jelly
    R 
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/util/mail/MailOptions/config.properties
    R 
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/util/mail/MailOptions/help-adminsContactEmail.html
    R 
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/util/mail/MailOptions/help-contactAdminsBodyTemplate.html
    R 
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/util/mail/MailOptions/help-contactAdminsSubjectTemplate.html
    R 
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/util/mail/MailOptions/help-contactOwnersBodyTemplate.html
    R 
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/util/mail/MailOptions/help-contactOwnersSubjectTemplate.html
    R 
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/util/mail/MailOptions/help-emailListSeparator.html
    R 
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/util/mail/Messages.properties
    A 
src/main/resources/org/jenkinsci/plugins/ownership/util/mail/MailOptions/config.jelly
    A 
src/main/resources/org/jenkinsci/plugins/ownership/util/mail/MailOptions/config.properties
    A 
src/main/resources/org/jenkinsci/plugins/ownership/util/mail/MailOptions/help-adminsContactEmail.html
    A 
src/main/resources/org/jenkinsci/plugins/ownership/util/mail/MailOptions/help-contactAdminsBodyTemplate.html
    A 
src/main/resources/org/jenkinsci/plugins/ownership/util/mail/MailOptions/help-contactAdminsSubjectTemplate.html
    A 
src/main/resources/org/jenkinsci/plugins/ownership/util/mail/MailOptions/help-contactOwnersBodyTemplate.html
    A 
src/main/resources/org/jenkinsci/plugins/ownership/util/mail/MailOptions/help-contactOwnersSubjectTemplate.html
    A 
src/main/resources/org/jenkinsci/plugins/ownership/util/mail/MailOptions/help-emailListSeparator.html
    A 
src/main/resources/org/jenkinsci/plugins/ownership/util/mail/Messages.properties
    M 
src/test/java/com/synopsys/arc/jenkins/plugins/ownership/util/mail/MailFormatterTest.java

  Log Message:
  -----------
  Move new classes to org.jenkinsci.plugins.ownership

Signed-off-by: Oleg Nenashev <o.v.nenas...@gmail.com>


  Commit: 5a8191810230a56108be9e0402da5a996cca3708
      
https://github.com/jenkinsci/ownership-plugin/commit/5a8191810230a56108be9e0402da5a996cca3708
  Author: Oleg Nenashev <o.v.nenas...@gmail.com>
  Date:   2015-01-18 (Sun, 18 Jan 2015)

  Changed paths:
    M 
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPlugin.java
    M 
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPluginConfiguration.java
    M 
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerHelper.java
    M 
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/wrappers/OwnershipBuildWrapper.java
    A 
src/main/java/org/jenkinsci/plugins/ownership/model/runs/OwnershipRunListener.java
    M 
src/main/java/org/jenkinsci/plugins/ownership/model/runs/RunOwnershipAction.java
    M 
src/main/java/org/jenkinsci/plugins/ownership/model/runs/RunOwnershipHelper.java
    R 
src/main/java/org/jenkinsci/plugins/ownership/model/runs/RunOwnershipListener.java
    A 
src/main/java/org/jenkinsci/plugins/ownership/util/environment/EnvSetupOptions.java
    M 
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPluginConfiguration/config.jelly
    M 
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPluginConfiguration/config.properties
    A 
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPluginConfiguration/help-globalEnvSetupOptions.html
    M 
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/wrappers/OwnershipBuildWrapper/config.jelly
    R 
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/wrappers/OwnershipBuildWrapper/help-injectJobOwnership.html
    R 
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/wrappers/OwnershipBuildWrapper/help-injectNodeOwnership.html
    A 
src/main/resources/org/jenkinsci/plugins/ownership/util/environment/EnvSetupOptions/config.jelly
    A 
src/main/resources/org/jenkinsci/plugins/ownership/util/environment/EnvSetupOptions/help-injectJobOwnership.html
    A 
src/main/resources/org/jenkinsci/plugins/ownership/util/environment/EnvSetupOptions/help-injectNodeOwnership.html
    A 
src/test/java/com/synopsys/arc/jenkins/plugins/ownership/wrappers/OwnershipBuildWrapperTest.java

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/jenkinsci/ownership-plugin


Compare: 
https://github.com/jenkinsci/ownership-plugin/compare/6112cfac2399...5a8191810230

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to