net.praqma.jenkins.configrotator.scm.git
Class Git.GitChangeLogWriter

java.lang.Object
  extended by net.praqma.jenkins.configrotator.AbstractConfigurationRotatorSCM.ChangeLogWriter<GitConfigurationComponent,GitConfiguration>
      extended by net.praqma.jenkins.configrotator.scm.git.Git.GitChangeLogWriter
Enclosing class:
Git

public class Git.GitChangeLogWriter
extends AbstractConfigurationRotatorSCM.ChangeLogWriter<GitConfigurationComponent,GitConfiguration>


Field Summary
 
Fields inherited from class net.praqma.jenkins.configrotator.AbstractConfigurationRotatorSCM.ChangeLogWriter
build, changeLogFile, listener
 
Constructor Summary
Git.GitChangeLogWriter(File changeLogFile, hudson.model.BuildListener listener, hudson.model.AbstractBuild<?,?> build)
           
 
Method Summary
protected  List<ConfigRotatorChangeLogEntry> getChangeLogEntries(GitConfiguration configuration, GitConfigurationComponent configurationComponent)
           
 
Methods inherited from class net.praqma.jenkins.configrotator.AbstractConfigurationRotatorSCM.ChangeLogWriter
getChangeLogEntries, getComponent, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Git.GitChangeLogWriter

public Git.GitChangeLogWriter(File changeLogFile,
                              hudson.model.BuildListener listener,
                              hudson.model.AbstractBuild<?,?> build)
Method Detail

getChangeLogEntries

protected List<ConfigRotatorChangeLogEntry> getChangeLogEntries(GitConfiguration configuration,
                                                                GitConfigurationComponent configurationComponent)
                                                         throws ConfigurationRotatorException
Specified by:
getChangeLogEntries in class AbstractConfigurationRotatorSCM.ChangeLogWriter<GitConfigurationComponent,GitConfiguration>
Throws:
ConfigurationRotatorException


Copyright © 2004-2013. All Rights Reserved.