Uses of Class
hudson.scm.ChangeLogSet.Entry

Packages that use ChangeLogSet.Entry
hudson.maven Maven support. 
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.scm Hudson's interface with source code management systems. 
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
 

Uses of ChangeLogSet.Entry in hudson.maven
 

Fields in hudson.maven with type parameters of type ChangeLogSet.Entry
 ChangeLogSet<? extends ChangeLogSet.Entry> FilteredChangeLogSet.core
           
 

Methods in hudson.maven that return types with arguments of type ChangeLogSet.Entry
 ChangeLogSet<? extends ChangeLogSet.Entry> MavenBuild.getChangeSet()
           
 List<ChangeLogSet.Entry> FilteredChangeLogSet.getLogs()
           
 Iterator<ChangeLogSet.Entry> FilteredChangeLogSet.iterator()
           
 

Uses of ChangeLogSet.Entry in hudson.model
 

Methods in hudson.model that return types with arguments of type ChangeLogSet.Entry
 ChangeLogSet<? extends ChangeLogSet.Entry> AbstractBuild.getChangeSet()
          Gets the changes incorporated into this build.
 

Uses of ChangeLogSet.Entry in hudson.scm
 

Classes in hudson.scm with type parameters of type ChangeLogSet.Entry
 class ChangeLogSet<T extends ChangeLogSet.Entry>
          Represents SCM change list.
 class RepositoryBrowser<E extends ChangeLogSet.Entry>
          Connects Hudson to repository browsers like ViewCVS or FishEye, so that Hudson can generate links to them.
 

Methods in hudson.scm that return types with arguments of type ChangeLogSet.Entry
static ChangeLogSet<? extends ChangeLogSet.Entry> ChangeLogSet.createEmpty(AbstractBuild build)
          Constant instance that represents no changes.
abstract  ChangeLogSet<? extends ChangeLogSet.Entry> ChangeLogParser.parse(AbstractBuild build, File changelogFile)
           
 ChangeLogSet<? extends ChangeLogSet.Entry> NullChangeLogParser.parse(AbstractBuild build, File changelogFile)
           
 

Methods in hudson.scm with parameters of type ChangeLogSet.Entry
abstract  void ChangeLogAnnotator.annotate(AbstractBuild<?,?> build, ChangeLogSet.Entry change, MarkupText text)
          Called by Hudson to allow markups to be added to the changelog text.
 

Uses of ChangeLogSet.Entry in org.jvnet.hudson.test
 

Subclasses of ChangeLogSet.Entry in org.jvnet.hudson.test
static class ExtractChangeLogParser.ExtractChangeLogEntry
           
static class FakeChangeLogSCM.EntryImpl
           
 



Copyright © 2004-2013. All Rights Reserved.