public class Profile extends ModelBase implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private Activation |
activation
The conditional logic which will automatically
trigger the inclusion of this profile.
|
private BuildBase |
build
Information required to build the project.
|
private java.lang.String |
id
The identifier of this build profile.
|
private java.lang.String |
source |
Constructor and Description |
---|
Profile() |
Modifier and Type | Method and Description |
---|---|
Activation |
getActivation()
Get the conditional logic which will automatically
trigger the inclusion of this profile.
|
BuildBase |
getBuild()
Get information required to build the project.
|
java.lang.String |
getId()
Get the identifier of this build profile.
|
java.lang.String |
getSource() |
void |
setActivation(Activation activation)
Set the conditional logic which will automatically
trigger the inclusion of this profile.
|
void |
setBuild(BuildBase build)
Set information required to build the project.
|
void |
setId(java.lang.String id)
Set the identifier of this build profile.
|
void |
setSource(java.lang.String source) |
java.lang.String |
toString() |
addDependency, addModule, addPluginRepository, addProperty, addRepository, getDependencies, getDependencyManagement, getDistributionManagement, getModules, getPluginRepositories, getProperties, getReporting, getReports, getRepositories, removeDependency, removeModule, removePluginRepository, removeRepository, setDependencies, setDependencyManagement, setDistributionManagement, setModules, setPluginRepositories, setProperties, setReporting, setReports, setRepositories
private java.lang.String id
private Activation activation
private BuildBase build
private java.lang.String source
public Activation getActivation()
public BuildBase getBuild()
public java.lang.String getId()
public void setActivation(Activation activation)
activation
- public void setBuild(BuildBase build)
build
- public void setId(java.lang.String id)
id
- public void setSource(java.lang.String source)
public java.lang.String getSource()
public java.lang.String toString()
toString
in class java.lang.Object