Package org.jreleaser.maven.plugin
Interface Tool
-
- All Superinterfaces:
Activatable,ExtraProperties
- All Known Subinterfaces:
RepositoryTool,TemplateTool
- All Known Implementing Classes:
Brew,Chocolatey,Docker,Jbang,Macports,Scoop,Sdkman,Snap,Spec
public interface Tool extends ExtraProperties, Activatable
- Since:
- 0.1.0
- Author:
- Andres Almiray
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisContinueOnError()booleanisContinueOnErrorSet()voidsetContinueOnError(java.lang.Boolean continueOnError)-
Methods inherited from interface org.jreleaser.maven.plugin.Activatable
getActive, resolveActive, setActive
-
Methods inherited from interface org.jreleaser.maven.plugin.ExtraProperties
getExtraProperties, setExtraProperties
-
-