@Generated public class Build extends BuildBase implements Serializable, Cloneable
BaseObject.ChildrenTracking
childrenTracking, delegate
Constructor and Description |
---|
Build() |
Build(Build delegate) |
Build(Build delegate,
BaseObject parent) |
addFilter, addResource, addTestResource, buildBaseToApiV3, buildBaseToApiV4, getDefaultGoal, getDirectory, getFilters, getFinalName, getResources, getTestResources, removeFilter, removeResource, removeTestResource, setDefaultGoal, setDirectory, setFilters, setFinalName, setResources, setTestResources
getPluginManagement, pluginConfigurationToApiV3, pluginConfigurationToApiV4, setPluginManagement
addPlugin, flushPluginMap, getPlugins, getPluginsAsMap, pluginContainerToApiV3, pluginContainerToApiV4, removePlugin, setPlugins
update
public Build()
public Build(Build delegate)
public Build(Build delegate, BaseObject parent)
public Build getDelegate()
getDelegate
in class BuildBase
public String getSourceDirectory()
public void setSourceDirectory(String sourceDirectory)
public String getScriptSourceDirectory()
public void setScriptSourceDirectory(String scriptSourceDirectory)
public String getTestSourceDirectory()
public void setTestSourceDirectory(String testSourceDirectory)
public String getOutputDirectory()
public void setOutputDirectory(String outputDirectory)
public String getTestOutputDirectory()
public void setTestOutputDirectory(String testOutputDirectory)
public void addExtension(Extension extension)
public void removeExtension(Extension extension)
public InputLocation getLocation(Object key)
InputLocationTracker
getLocation
in interface InputLocationTracker
getLocation
in class BuildBase
key
- The key of the field, must not be
null
.null
if unknown.public void setLocation(Object key, InputLocation location)
InputLocationTracker
setLocation
in interface InputLocationTracker
setLocation
in class BuildBase
key
- The key of the field, must not be
null
.location
- The location of the field, may be
null
.Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.