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


Field Summary
static java.lang.String ARTIFACT
           
static java.lang.String ARTIFACTS
           
static java.lang.String DEPENDENCIES
           
static java.lang.String DEPENDENCY
           
static java.lang.String EXCLUDED_ARTIFACTS
           
static java.lang.String MODULE
           
static java.lang.String MODULES
           
static java.lang.String ROOT
           
static java.lang.String RUN_PARAMETERS
           
 
Method Summary
 java.util.Properties getProperties()
          Returns the properties of the bean
 void setProperties(java.util.Properties properties)
          Sets the properties of the bean
 

Field Detail

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

RUN_PARAMETERS

static final java.lang.String RUN_PARAMETERS
See Also:
Constant Field Values
Method Detail

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