org.apache.maven.continuum.model.system
Class Profile

java.lang.Object
  extended by org.apache.maven.continuum.model.system.Profile
All Implemented Interfaces:
Serializable

public class Profile
extends Object
implements Serializable

Class Profile.

Version:
$Revision$ $Date$
See Also:
Serialized Form

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

Profile

public Profile()
Method Detail

addEnvironmentVariable

public void addEnvironmentVariable(Installation installation)
Method addEnvironmentVariable.

Parameters:
installation -

equals

public boolean equals(Object other)
Method equals.

Overrides:
equals in class Object
Parameters:
other -
Returns:
boolean

getBuildAgentGroup

public String getBuildAgentGroup()
Get the buildAgentGroup field.

Returns:
String

getBuilder

public Installation getBuilder()
Get the builder field.

Returns:
Installation

getDescription

public String getDescription()
Get the description field.

Returns:
String

getEnvironmentVariables

public List<Installation> getEnvironmentVariables()
Method getEnvironmentVariables.

Returns:
List

getId

public int getId()
Get the id field.

Returns:
int

getJdk

public Installation getJdk()
Get the jdk field.

Returns:
Installation

getName

public String getName()
Get the name field.

Returns:
String

getScmMode

public int getScmMode()
Get the scmMode field.

Returns:
int

hashCode

public int hashCode()
Method hashCode.

Overrides:
hashCode in class Object
Returns:
int

isActive

public boolean isActive()
Get the active field.

Returns:
boolean

isBuildWithoutChanges

public boolean isBuildWithoutChanges()
Get the buildWithoutChanges field.

Returns:
boolean

removeEnvironmentVariable

public void removeEnvironmentVariable(Installation installation)
Method removeEnvironmentVariable.

Parameters:
installation -

setActive

public void setActive(boolean active)
Set the active field.

Parameters:
active -

setBuildAgentGroup

public void setBuildAgentGroup(String buildAgentGroup)
Set the buildAgentGroup field.

Parameters:
buildAgentGroup -

setBuildWithoutChanges

public void setBuildWithoutChanges(boolean buildWithoutChanges)
Set the buildWithoutChanges field.

Parameters:
buildWithoutChanges -

setBuilder

public void setBuilder(Installation builder)
Set the builder field.

Parameters:
builder -

setDescription

public void setDescription(String description)
Set the description field.

Parameters:
description -

setEnvironmentVariables

public void setEnvironmentVariables(List<Installation> environmentVariables)
Set the environmentVariables field.

Parameters:
environmentVariables -

setId

public void setId(int id)
Set the id field.

Parameters:
id -

setJdk

public void setJdk(Installation jdk)
Set the jdk field.

Parameters:
jdk -

setName

public void setName(String name)
Set the name field.

Parameters:
name -

setScmMode

public void setScmMode(int scmMode)
Set the scmMode field.

Parameters:
scmMode -

toString

public String toString()
Method toString.

Overrides:
toString in class Object
Returns:
String


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.