Uses of Class
org.jvnet.hudson.test.FakeChangeLogSCM.EntryImpl
-
Packages that use FakeChangeLogSCM.EntryImpl Package Description org.jvnet.hudson.test Test harness for Jenkins and its plugins. -
-
Uses of FakeChangeLogSCM.EntryImpl in org.jvnet.hudson.test
Methods in org.jvnet.hudson.test that return FakeChangeLogSCM.EntryImpl Modifier and Type Method Description FakeChangeLogSCM.EntryImplFakeChangeLogSCM. addChange()FakeChangeLogSCM.EntryImplFakeChangeLogSCM.EntryImpl. withAuthor(String author)FakeChangeLogSCM.EntryImplFakeChangeLogSCM.EntryImpl. withMsg(String msg)FakeChangeLogSCM.EntryImplFakeChangeLogSCM.EntryImpl. withPath(String path)Methods in org.jvnet.hudson.test that return types with arguments of type FakeChangeLogSCM.EntryImpl Modifier and Type Method Description Iterator<FakeChangeLogSCM.EntryImpl>FakeChangeLogSCM.FakeChangeLogSet. iterator()Constructor parameters in org.jvnet.hudson.test with type arguments of type FakeChangeLogSCM.EntryImpl Constructor Description ChangelogAction(List<FakeChangeLogSCM.EntryImpl> entries, String changeLogFile)FakeChangeLogSet(hudson.model.Run<?,?> build, List<FakeChangeLogSCM.EntryImpl> entries)
-