|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.continuum.web.model.BuildDefinitionSummary
public class BuildDefinitionSummary
Class BuildDefinitionSummary.
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 |
---|
public BuildDefinitionSummary()
Method Detail |
---|
public String getArguments()
public String getBuildFile()
public String getDescription()
public String getFrom()
public String getGoals()
public int getId()
public int getProfileId()
public String getProfileName()
public int getProjectGroupId()
public int getProjectId()
public String getProjectName()
public int getScheduleId()
public String getScheduleName()
public String getType()
public boolean isAlwaysBuild()
public boolean isIsBuildFresh()
public boolean isIsDefault()
public void setAlwaysBuild(boolean alwaysBuild)
alwaysBuild
- public void setArguments(String arguments)
arguments
- public void setBuildFile(String buildFile)
buildFile
- public void setDescription(String description)
description
- public void setFrom(String from)
from
- public void setGoals(String goals)
goals
- public void setId(int id)
id
- public void setIsBuildFresh(boolean isBuildFresh)
isBuildFresh
- public void setIsDefault(boolean isDefault)
isDefault
- public void setProfileId(int profileId)
profileId
- public void setProfileName(String profileName)
profileName
- public void setProjectGroupId(int projectGroupId)
projectGroupId
- public void setProjectId(int projectId)
projectId
- public void setProjectName(String projectName)
projectName
- public void setScheduleId(int scheduleId)
scheduleId
- public void setScheduleName(String scheduleName)
scheduleName
- public void setType(String type)
type
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |