org.jfrog.build.api
Interface BuildBean
- All Superinterfaces:
- java.io.Serializable
- All Known Subinterfaces:
- BuildFileBean
- All Known Implementing Classes:
- Artifact, BaseBuildBean, BaseBuildFileBean, Build, Dependency, DeployableFile, Module
public interface BuildBean
- extends java.io.Serializable
The main interface of all the Build-API beans
|
Method Summary |
java.util.Properties |
getProperties()
Returns the properties of the bean |
void |
setProperties(java.util.Properties properties)
Sets the properties of the bean |
ROOT
static final java.lang.String ROOT
- See Also:
- Constant Field Values
MODULES
static final java.lang.String MODULES
- See Also:
- Constant Field Values
MODULE
static final java.lang.String MODULE
- See Also:
- Constant Field Values
ARTIFACTS
static final java.lang.String ARTIFACTS
- See Also:
- Constant Field Values
EXCLUDED_ARTIFACTS
static final java.lang.String EXCLUDED_ARTIFACTS
- See Also:
- Constant Field Values
ARTIFACT
static final java.lang.String ARTIFACT
- See Also:
- Constant Field Values
DEPENDENCIES
static final java.lang.String DEPENDENCIES
- See Also:
- Constant Field Values
DEPENDENCY
static final java.lang.String DEPENDENCY
- See Also:
- Constant Field Values
getProperties
java.util.Properties getProperties()
- Returns the properties of the bean
- Returns:
- Bean properties
setProperties
void setProperties(java.util.Properties properties)
- Sets the properties of the bean
- Parameters:
properties - Bean properties