Class AbstractDelaymentMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
de.codecamp.maven.delayment.AbstractDelaymentMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
ReattachArtifactsMojo, RecordArtifactsMojo

public abstract class AbstractDelaymentMojo extends org.apache.maven.plugin.AbstractMojo
  • Field Summary

    Fields inherited from interface org.apache.maven.plugin.Mojo

    ROLE
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Path
     
    protected com.google.gson.Gson
     
    protected org.apache.maven.project.MavenProject
     

    Methods inherited from class org.apache.maven.plugin.AbstractMojo

    getLog, getPluginContext, setLog, setPluginContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.maven.plugin.Mojo

    execute
  • Constructor Details

    • AbstractDelaymentMojo

      protected AbstractDelaymentMojo()
  • Method Details

    • getProject

      protected org.apache.maven.project.MavenProject getProject()
    • getArtifactsFilePath

      protected Path getArtifactsFilePath()
    • getGson

      protected com.google.gson.Gson getGson()