|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.model.v3_0_0.PluginContainer
org.apache.maven.model.v3_0_0.PluginConfiguration
org.apache.maven.model.v3_0_0.BuildBase
org.apache.maven.model.v3_0_0.Build
public class Build
Class Build.
Constructor Summary | |
---|---|
Build()
|
Method Summary | |
---|---|
void |
addSourceModification(SourceModification sourceModification)
Method addSourceModification. |
String |
getAspectSourceDirectory()
Get this element specifies a directory containing Aspect sources of the project. |
String |
getIntegrationUnitTestSourceDirectory()
Get this element is deprecated and should no longer be used. |
String |
getNagEmailAddress()
Get an address to which notifications regarding the status of builds for this project can be sent. |
String |
getSourceDirectory()
Get this element specifies a directory containing the source of the project. |
List<SourceModification> |
getSourceModifications()
Method getSourceModifications. |
UnitTest |
getUnitTest()
Get this element specifies unit tests associated with the project. |
String |
getUnitTestSourceDirectory()
Get this element specifies a directory containing the unit test source of the project. |
void |
removeSourceModification(SourceModification sourceModification)
Method removeSourceModification. |
void |
setAspectSourceDirectory(String aspectSourceDirectory)
Set this element specifies a directory containing Aspect sources of the project. |
void |
setIntegrationUnitTestSourceDirectory(String integrationUnitTestSourceDirectory)
Set this element is deprecated and should no longer be used. |
void |
setNagEmailAddress(String nagEmailAddress)
Set an address to which notifications regarding the status of builds for this project can be sent. |
void |
setSourceDirectory(String sourceDirectory)
Set this element specifies a directory containing the source of the project. |
void |
setSourceModifications(List<SourceModification> sourceModifications)
Set this element describes all of the sourceModifications associated with a project. |
void |
setUnitTest(UnitTest unitTest)
Set this element specifies unit tests associated with the project. |
void |
setUnitTestSourceDirectory(String unitTestSourceDirectory)
Set this element specifies a directory containing the unit test source of the project. |
Methods inherited from class org.apache.maven.model.v3_0_0.BuildBase |
---|
addResource, getDefaultGoal, getResources, removeResource, setDefaultGoal, setResources |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Build()
Method Detail |
---|
public void addSourceModification(SourceModification sourceModification)
sourceModification
- public String getAspectSourceDirectory()
public String getIntegrationUnitTestSourceDirectory()
public String getNagEmailAddress()
public String getSourceDirectory()
public List<SourceModification> getSourceModifications()
public UnitTest getUnitTest()
public String getUnitTestSourceDirectory()
public void removeSourceModification(SourceModification sourceModification)
sourceModification
- public void setAspectSourceDirectory(String aspectSourceDirectory)
aspectSourceDirectory
- public void setIntegrationUnitTestSourceDirectory(String integrationUnitTestSourceDirectory)
integrationUnitTestSourceDirectory
- public void setNagEmailAddress(String nagEmailAddress)
nagEmailAddress
- public void setSourceDirectory(String sourceDirectory)
sourceDirectory
- public void setSourceModifications(List<SourceModification> sourceModifications)
sourceModifications
- public void setUnitTest(UnitTest unitTest)
unitTest
- public void setUnitTestSourceDirectory(String unitTestSourceDirectory)
unitTestSourceDirectory
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |