Package org.jreleaser.maven.plugin
Interface RepositoryTool
-
- All Superinterfaces:
Activatable,ExtraProperties,TemplateTool,Tool
public interface RepositoryTool extends TemplateTool
- Since:
- 0.1.0
- Author:
- Andres Almiray
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommitAuthorgetCommitAuthor()voidsetCommitAuthor(CommitAuthor commitAuthor)-
Methods inherited from interface org.jreleaser.maven.plugin.Activatable
getActive, resolveActive, setActive
-
Methods inherited from interface org.jreleaser.maven.plugin.ExtraProperties
getExtraProperties, setExtraProperties
-
Methods inherited from interface org.jreleaser.maven.plugin.TemplateTool
getTemplateDirectory, setTemplateDirectory
-
Methods inherited from interface org.jreleaser.maven.plugin.Tool
isContinueOnError, isContinueOnErrorSet, setContinueOnError
-
-
-
-
Method Detail
-
getCommitAuthor
CommitAuthor getCommitAuthor()
-
setCommitAuthor
void setCommitAuthor(CommitAuthor commitAuthor)
-
-