public class Build extends BuildBase implements Serializable
<build>
element contains
informations required to build the project.Constructor and Description |
---|
Build() |
Modifier and Type | Method and Description |
---|---|
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.
|
addResource, getDefaultGoal, getResources, removeResource, setDefaultGoal, setResources
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
- Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.