Class ExecuteTaskSupport

java.lang.Object
org.sonatype.maven.polyglot.execute.ExecuteTaskSupport
All Implemented Interfaces:
ExecuteTask
Direct Known Subclasses:
AtomExecuteTask

public abstract class ExecuteTaskSupport extends Object implements ExecuteTask
Support for ExecuteTask implementations.
Since:
0.7
  • Field Details

    • id

      private String id
    • phase

      private String phase
    • profileId

      private String profileId
  • Constructor Details

    • ExecuteTaskSupport

      public ExecuteTaskSupport()
  • Method Details

    • getId

      public String getId()
      Specified by:
      getId in interface ExecuteTask
    • setId

      public void setId(String id)
    • getPhase

      public String getPhase()
      Specified by:
      getPhase in interface ExecuteTask
    • setPhase

      public void setPhase(String phase)
    • getProfileId

      public String getProfileId()
      Description copied from interface: ExecuteTask
      profile id of the execute task. can be null then the execute task belongs to project.build
      Specified by:
      getProfileId in interface ExecuteTask
    • setProfileId

      public void setProfileId(String profileId)