|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.continuum.model.system.Profile
public class Profile
Class Profile.
Constructor Summary | |
---|---|
Profile()
|
Method Summary | |
---|---|
void |
addEnvironmentVariable(Installation installation)
Method addEnvironmentVariable. |
boolean |
equals(Object other)
Method equals. |
String |
getBuildAgentGroup()
Get the buildAgentGroup field. |
Installation |
getBuilder()
Get the builder field. |
String |
getDescription()
Get the description field. |
List<Installation> |
getEnvironmentVariables()
Method getEnvironmentVariables. |
int |
getId()
Get the id field. |
Installation |
getJdk()
Get the jdk field. |
String |
getName()
Get the name field. |
int |
getScmMode()
Get the scmMode field. |
int |
hashCode()
Method hashCode. |
boolean |
isActive()
Get the active field. |
boolean |
isBuildWithoutChanges()
Get the buildWithoutChanges field. |
void |
removeEnvironmentVariable(Installation installation)
Method removeEnvironmentVariable. |
void |
setActive(boolean active)
Set the active field. |
void |
setBuildAgentGroup(String buildAgentGroup)
Set the buildAgentGroup field. |
void |
setBuilder(Installation builder)
Set the builder field. |
void |
setBuildWithoutChanges(boolean buildWithoutChanges)
Set the buildWithoutChanges field. |
void |
setDescription(String description)
Set the description field. |
void |
setEnvironmentVariables(List<Installation> environmentVariables)
Set the environmentVariables field. |
void |
setId(int id)
Set the id field. |
void |
setJdk(Installation jdk)
Set the jdk field. |
void |
setName(String name)
Set the name field. |
void |
setScmMode(int scmMode)
Set the scmMode field. |
String |
toString()
Method toString. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Profile()
Method Detail |
---|
public void addEnvironmentVariable(Installation installation)
installation
- public boolean equals(Object other)
equals
in class Object
other
-
public String getBuildAgentGroup()
public Installation getBuilder()
public String getDescription()
public List<Installation> getEnvironmentVariables()
public int getId()
public Installation getJdk()
public String getName()
public int getScmMode()
public int hashCode()
hashCode
in class Object
public boolean isActive()
public boolean isBuildWithoutChanges()
public void removeEnvironmentVariable(Installation installation)
installation
- public void setActive(boolean active)
active
- public void setBuildAgentGroup(String buildAgentGroup)
buildAgentGroup
- public void setBuildWithoutChanges(boolean buildWithoutChanges)
buildWithoutChanges
- public void setBuilder(Installation builder)
builder
- public void setDescription(String description)
description
- public void setEnvironmentVariables(List<Installation> environmentVariables)
environmentVariables
- public void setId(int id)
id
- public void setJdk(Installation jdk)
jdk
- public void setName(String name)
name
- public void setScmMode(int scmMode)
scmMode
- public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |