Uses of Class
org.bsc.maven.reporting.sink.ConfluenceSink.Command
-
Packages that use ConfluenceSink.Command Package Description org.bsc.maven.reporting.sink -
-
Uses of ConfluenceSink.Command in org.bsc.maven.reporting.sink
Methods in org.bsc.maven.reporting.sink that return ConfluenceSink.Command Modifier and Type Method Description static ConfluenceSink.CommandConfluenceSink.Command. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfluenceSink.Command[]ConfluenceSink.Command. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bsc.maven.reporting.sink with parameters of type ConfluenceSink.Command Modifier and Type Method Description voidConfluenceSink. execCommand(ConfluenceSink.Command cmd, Runnable task)static voidConfluenceSink. pushCommandBlock(org.apache.maven.doxia.sink.Sink sink, ConfluenceSink.Command cmd, Runnable task)
-