Uses of Class
org.jreleaser.maven.plugin.Plug
-
Packages that use Plug Package Description org.jreleaser.maven.plugin -
-
Uses of Plug in org.jreleaser.maven.plugin
Methods in org.jreleaser.maven.plugin that return Plug Modifier and Type Method Description static PlugPlug. copyOf(Plug other)Methods in org.jreleaser.maven.plugin that return types with arguments of type Plug Modifier and Type Method Description java.util.List<Plug>Snap. getPlugs()Methods in org.jreleaser.maven.plugin with parameters of type Plug Modifier and Type Method Description voidSnap. addPlug(Plug plug)static PlugPlug. copyOf(Plug other)voidSnap. removePlug(Plug plug)Method parameters in org.jreleaser.maven.plugin with type arguments of type Plug Modifier and Type Method Description voidSnap. addPlugs(java.util.List<Plug> plugs)voidSnap. setPlugs(java.util.List<Plug> plugs)
-