Forge - Maven API 2.0.0.Alpha3

org.jboss.forge.maven.plugins
Interface Execution

All Known Implementing Classes:
ExecutionBuilder, ExecutionImpl

public interface Execution

Represents an element in the pom.xml

Author:
George Gastaldi

Method Summary
 Configuration getConfig()
           
 List<String> getGoals()
           
 String getId()
           
 String getPhase()
           
 

Method Detail

getId

String getId()
Returns:
the ID of this execution

getPhase

String getPhase()
Returns:
the phase where this execution belongs

getGoals

List<String> getGoals()
Returns:
the goals configured for this execution

getConfig

Configuration getConfig()
Returns:
the Configuration object associated with this execution

Forge - Maven API 2.0.0.Alpha3

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.