Uses of Class
com.github.searls.jasmine.model.FileSystemReporter
-
Packages that use FileSystemReporter Package Description com.github.searls.jasmine.config com.github.searls.jasmine.model -
-
Uses of FileSystemReporter in com.github.searls.jasmine.config
Methods in com.github.searls.jasmine.config that return types with arguments of type FileSystemReporter Modifier and Type Method Description List<FileSystemReporter>ImmutableJasmineConfiguration. getFileSystemReporters()List<FileSystemReporter>JasmineConfiguration. getFileSystemReporters()Methods in com.github.searls.jasmine.config with parameters of type FileSystemReporter Modifier and Type Method Description ImmutableJasmineConfiguration.BuilderImmutableJasmineConfiguration.Builder. addFileSystemReporters(FileSystemReporter element)Adds one element tofileSystemReporterslist.ImmutableJasmineConfiguration.BuilderImmutableJasmineConfiguration.Builder. addFileSystemReporters(FileSystemReporter... elements)Adds elements tofileSystemReporterslist.ImmutableJasmineConfigurationImmutableJasmineConfiguration. withFileSystemReporters(FileSystemReporter... elements)Copy the current immutable object with elements that replace the content offileSystemReporters.Method parameters in com.github.searls.jasmine.config with type arguments of type FileSystemReporter Modifier and Type Method Description ImmutableJasmineConfiguration.BuilderImmutableJasmineConfiguration.Builder. addAllFileSystemReporters(Iterable<? extends FileSystemReporter> elements)Adds elements tofileSystemReporterslist.ImmutableJasmineConfiguration.BuilderImmutableJasmineConfiguration.Builder. fileSystemReporters(Iterable<? extends FileSystemReporter> elements)Sets or replaces all elements forfileSystemReporterslist.ImmutableJasmineConfigurationImmutableJasmineConfiguration. withFileSystemReporters(Iterable<? extends FileSystemReporter> elements)Copy the current immutable object with elements that replace the content offileSystemReporters. -
Uses of FileSystemReporter in com.github.searls.jasmine.model
Fields in com.github.searls.jasmine.model declared as FileSystemReporter Modifier and Type Field Description static FileSystemReporterReporters. JUNIT_REPORTER
-