Uses of Class
com.github.searls.jasmine.mojo.Context
-
Packages that use Context Package Description com.github.searls.jasmine.config -
-
Uses of Context in com.github.searls.jasmine.config
Methods in com.github.searls.jasmine.config that return types with arguments of type Context Modifier and Type Method Description List<Context>ImmutableJasmineConfiguration. getContexts()abstract List<Context>JasmineConfiguration. getContexts()Methods in com.github.searls.jasmine.config with parameters of type Context Modifier and Type Method Description ImmutableJasmineConfiguration.BuilderImmutableJasmineConfiguration.Builder. addContexts(Context element)Adds one element tocontextslist.ImmutableJasmineConfiguration.BuilderImmutableJasmineConfiguration.Builder. addContexts(Context... elements)Adds elements tocontextslist.ImmutableJasmineConfigurationImmutableJasmineConfiguration. withContexts(Context... elements)Copy the current immutable object with elements that replace the content ofcontexts.Method parameters in com.github.searls.jasmine.config with type arguments of type Context Modifier and Type Method Description ImmutableJasmineConfiguration.BuilderImmutableJasmineConfiguration.Builder. addAllContexts(Iterable<? extends Context> elements)Adds elements tocontextslist.ImmutableJasmineConfiguration.BuilderImmutableJasmineConfiguration.Builder. contexts(Iterable<? extends Context> elements)Sets or replaces all elements forcontextslist.ImmutableJasmineConfigurationImmutableJasmineConfiguration. withContexts(Iterable<? extends Context> elements)Copy the current immutable object with elements that replace the content ofcontexts.
-