@Generated public class Build extends BuildBase implements Serializable, Cloneable
BaseObject.ChildrenTrackingchildrenTracking, 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, setTestResourcesgetPluginManagement, pluginConfigurationToApiV3, pluginConfigurationToApiV4, setPluginManagementaddPlugin, flushPluginMap, getPlugins, getPluginsAsMap, pluginContainerToApiV3, pluginContainerToApiV4, removePlugin, setPluginsupdatepublic Build()
public Build(Build delegate)
public Build(Build delegate, BaseObject parent)
public Build getDelegate()
getDelegate in class BuildBasepublic 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)
InputLocationTrackergetLocation in interface InputLocationTrackergetLocation in class BuildBasekey - The key of the field, must not be
null.null if unknown.public void setLocation(Object key, InputLocation location)
InputLocationTrackersetLocation in interface InputLocationTrackersetLocation in class BuildBasekey - 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.