Uses of Class
net.praqma.jenkins.configrotator.scm.ConfigRotatorChangeLogEntry

Packages that use ConfigRotatorChangeLogEntry
net.praqma.jenkins.configrotator   
net.praqma.jenkins.configrotator.scm   
net.praqma.jenkins.configrotator.scm.clearcaseucm   
net.praqma.jenkins.configrotator.scm.git   
 

Uses of ConfigRotatorChangeLogEntry in net.praqma.jenkins.configrotator
 

Methods in net.praqma.jenkins.configrotator that return types with arguments of type ConfigRotatorChangeLogEntry
abstract  List<ConfigRotatorChangeLogEntry> AbstractConfiguration.difference(T component, T other)
           
 List<ConfigRotatorChangeLogEntry> AbstractConfigurationRotatorSCM.ChangeLogWriter.getChangeLogEntries(T configuration)
           
protected abstract  List<ConfigRotatorChangeLogEntry> AbstractConfigurationRotatorSCM.ChangeLogWriter.getChangeLogEntries(T configuration, C configurationComponent)
           
 

Method parameters in net.praqma.jenkins.configrotator with type arguments of type ConfigRotatorChangeLogEntry
 void AbstractConfigurationRotatorSCM.ChangeLogWriter.write(List<ConfigRotatorChangeLogEntry> entries)
           
 

Uses of ConfigRotatorChangeLogEntry in net.praqma.jenkins.configrotator.scm
 

Classes in net.praqma.jenkins.configrotator.scm with type parameters of type ConfigRotatorChangeLogEntry
 class ConfigRotatorChangeLogSet<T extends ConfigRotatorChangeLogEntry>
           
 

Uses of ConfigRotatorChangeLogEntry in net.praqma.jenkins.configrotator.scm.clearcaseucm
 

Methods in net.praqma.jenkins.configrotator.scm.clearcaseucm that return types with arguments of type ConfigRotatorChangeLogEntry
 List<ConfigRotatorChangeLogEntry> ClearCaseUCMConfiguration.difference(ClearCaseUCMConfigurationComponent component, ClearCaseUCMConfigurationComponent other)
          Returns a list of files affected by the recent change.
protected  List<ConfigRotatorChangeLogEntry> ClearCaseUCM.UCMChangeLogWriter.getChangeLogEntries(ClearCaseUCMConfiguration configuration, ClearCaseUCMConfigurationComponent Component)
           
 List<ConfigRotatorChangeLogEntry> ClearCaseGetBaseLineCompare.invoke(File f, hudson.remoting.VirtualChannel channel)
           
 

Uses of ConfigRotatorChangeLogEntry in net.praqma.jenkins.configrotator.scm.git
 

Methods in net.praqma.jenkins.configrotator.scm.git that return ConfigRotatorChangeLogEntry
 ConfigRotatorChangeLogEntry ResolveChangeLog.invoke(File workspace, hudson.remoting.VirtualChannel virtualChannel)
           
 

Methods in net.praqma.jenkins.configrotator.scm.git that return types with arguments of type ConfigRotatorChangeLogEntry
 List<ConfigRotatorChangeLogEntry> GitConfiguration.difference(GitConfigurationComponent component, GitConfigurationComponent other)
           
protected  List<ConfigRotatorChangeLogEntry> Git.GitChangeLogWriter.getChangeLogEntries(GitConfiguration configuration, GitConfigurationComponent configurationComponent)
           
 



Copyright © 2004-2013. All Rights Reserved.