org.apache.maven.continuum.web.model
Class BuildDefinitionSummary

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

public class BuildDefinitionSummary
extends Object
implements Serializable

Class BuildDefinitionSummary.

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

Constructor Summary
BuildDefinitionSummary()
           
 
Method Summary
 String getArguments()
          Get arguments for build definition.
 String getBuildFile()
          Get goals for build definition.
 String getDescription()
          Get description of the buid defintion.
 String getFrom()
          Get source of build definition, project or project group lvl.
 String getGoals()
          Get goals for build definition.
 int getId()
          Get id of the build definition.
 int getProfileId()
          Get id of the profile for build definition.
 String getProfileName()
          Get name of the profile for the build definition.
 int getProjectGroupId()
          Get project group id of the project group with the build definition.
 int getProjectId()
          Get project id of the project containing the build definition.
 String getProjectName()
          Get if project lvl, then the name of the project using the definition.
 int getScheduleId()
          Get id of the schedule for build definition.
 String getScheduleName()
          Get name of the schedule for build definition.
 String getType()
          Get type of the buid defintion.
 boolean isAlwaysBuild()
          Get true if the build had to be forced even if there is no scm change.
 boolean isIsBuildFresh()
          Get if the build is to be smoked and checked back out from the scm each build.
 boolean isIsDefault()
          Get if the build definition is used in default cases.
 void setAlwaysBuild(boolean alwaysBuild)
          Set true if the build had to be forced even if there is no scm change.
 void setArguments(String arguments)
          Set arguments for build definition.
 void setBuildFile(String buildFile)
          Set goals for build definition.
 void setDescription(String description)
          Set description of the buid defintion.
 void setFrom(String from)
          Set source of build definition, project or project group lvl.
 void setGoals(String goals)
          Set goals for build definition.
 void setId(int id)
          Set id of the build definition.
 void setIsBuildFresh(boolean isBuildFresh)
          Set if the build is to be smoked and checked back out from the scm each build.
 void setIsDefault(boolean isDefault)
          Set if the build definition is used in default cases.
 void setProfileId(int profileId)
          Set id of the profile for build definition.
 void setProfileName(String profileName)
          Set name of the profile for the build definition.
 void setProjectGroupId(int projectGroupId)
          Set project group id of the project group with the build definition.
 void setProjectId(int projectId)
          Set project id of the project containing the build definition.
 void setProjectName(String projectName)
          Set if project lvl, then the name of the project using the definition.
 void setScheduleId(int scheduleId)
          Set id of the schedule for build definition.
 void setScheduleName(String scheduleName)
          Set name of the schedule for build definition.
 void setType(String type)
          Set type of the buid defintion.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildDefinitionSummary

public BuildDefinitionSummary()
Method Detail

getArguments

public String getArguments()
Get arguments for build definition.

Returns:
String

getBuildFile

public String getBuildFile()
Get goals for build definition.

Returns:
String

getDescription

public String getDescription()
Get description of the buid defintion.

Returns:
String

getFrom

public String getFrom()
Get source of build definition, project or project group lvl.

Returns:
String

getGoals

public String getGoals()
Get goals for build definition.

Returns:
String

getId

public int getId()
Get id of the build definition.

Returns:
int

getProfileId

public int getProfileId()
Get id of the profile for build definition.

Returns:
int

getProfileName

public String getProfileName()
Get name of the profile for the build definition.

Returns:
String

getProjectGroupId

public int getProjectGroupId()
Get project group id of the project group with the build definition.

Returns:
int

getProjectId

public int getProjectId()
Get project id of the project containing the build definition.

Returns:
int

getProjectName

public String getProjectName()
Get if project lvl, then the name of the project using the definition.

Returns:
String

getScheduleId

public int getScheduleId()
Get id of the schedule for build definition.

Returns:
int

getScheduleName

public String getScheduleName()
Get name of the schedule for build definition.

Returns:
String

getType

public String getType()
Get type of the buid defintion.

Returns:
String

isAlwaysBuild

public boolean isAlwaysBuild()
Get true if the build had to be forced even if there is no scm change.

Returns:
boolean

isIsBuildFresh

public boolean isIsBuildFresh()
Get if the build is to be smoked and checked back out from the scm each build.

Returns:
boolean

isIsDefault

public boolean isIsDefault()
Get if the build definition is used in default cases.

Returns:
boolean

setAlwaysBuild

public void setAlwaysBuild(boolean alwaysBuild)
Set true if the build had to be forced even if there is no scm change.

Parameters:
alwaysBuild -

setArguments

public void setArguments(String arguments)
Set arguments for build definition.

Parameters:
arguments -

setBuildFile

public void setBuildFile(String buildFile)
Set goals for build definition.

Parameters:
buildFile -

setDescription

public void setDescription(String description)
Set description of the buid defintion.

Parameters:
description -

setFrom

public void setFrom(String from)
Set source of build definition, project or project group lvl.

Parameters:
from -

setGoals

public void setGoals(String goals)
Set goals for build definition.

Parameters:
goals -

setId

public void setId(int id)
Set id of the build definition.

Parameters:
id -

setIsBuildFresh

public void setIsBuildFresh(boolean isBuildFresh)
Set if the build is to be smoked and checked back out from the scm each build.

Parameters:
isBuildFresh -

setIsDefault

public void setIsDefault(boolean isDefault)
Set if the build definition is used in default cases.

Parameters:
isDefault -

setProfileId

public void setProfileId(int profileId)
Set id of the profile for build definition.

Parameters:
profileId -

setProfileName

public void setProfileName(String profileName)
Set name of the profile for the build definition.

Parameters:
profileName -

setProjectGroupId

public void setProjectGroupId(int projectGroupId)
Set project group id of the project group with the build definition.

Parameters:
projectGroupId -

setProjectId

public void setProjectId(int projectId)
Set project id of the project containing the build definition.

Parameters:
projectId -

setProjectName

public void setProjectName(String projectName)
Set if project lvl, then the name of the project using the definition.

Parameters:
projectName -

setScheduleId

public void setScheduleId(int scheduleId)
Set id of the schedule for build definition.

Parameters:
scheduleId -

setScheduleName

public void setScheduleName(String scheduleName)
Set name of the schedule for build definition.

Parameters:
scheduleName -

setType

public void setType(String type)
Set type of the buid defintion.

Parameters:
type -


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