|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.continuum.model.project.BuildDefinition
public class BuildDefinition
Class BuildDefinition.
Constructor Summary | |
---|---|
BuildDefinition()
|
Method Summary | |
---|---|
boolean |
equals(Object other)
Method equals. |
String |
getArguments()
Get the arguments field. |
String |
getBuildFile()
Get the buildFile field. |
String |
getDescription()
Get description of the buid defintion. |
String |
getGoals()
Get the goals field. |
int |
getId()
Get the id field. |
Profile |
getProfile()
Get the profile field. |
Schedule |
getSchedule()
Get the schedule field. |
String |
getType()
Get type of the buid defintion. |
int |
getUpdatePolicy()
Get the updatePolicy field. |
int |
hashCode()
Method hashCode. |
boolean |
isAlwaysBuild()
Get true if the build had to be forced even if there is no scm change. |
boolean |
isBuildFresh()
Get true if the build is to be smoked and checked back out from the scm each build. |
boolean |
isDefaultForProject()
Get the defaultForProject field. |
boolean |
isTemplate()
Get true if this buildDefinition is a template. |
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 the arguments field. |
void |
setBuildFile(String buildFile)
Set the buildFile field. |
void |
setBuildFresh(boolean buildFresh)
Set true if the build is to be smoked and checked back out from the scm each build. |
void |
setDefaultForProject(boolean defaultForProject)
Set the defaultForProject field. |
void |
setDescription(String description)
Set description of the buid defintion. |
void |
setGoals(String goals)
Set the goals field. |
void |
setId(int id)
Set the id field. |
void |
setProfile(Profile profile)
Set the profile field. |
void |
setSchedule(Schedule schedule)
Set the schedule field. |
void |
setTemplate(boolean template)
Set true if this buildDefinition is a template. |
void |
setType(String type)
Set type of the buid defintion. |
void |
setUpdatePolicy(int updatePolicy)
Set the updatePolicy field. |
String |
toString()
Method toString. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BuildDefinition()
Method Detail |
---|
public boolean equals(Object other)
equals
in class Object
other
-
public String getArguments()
public String getBuildFile()
public String getDescription()
public String getGoals()
public int getId()
public Profile getProfile()
public Schedule getSchedule()
public String getType()
public int getUpdatePolicy()
public int hashCode()
hashCode
in class Object
public boolean isAlwaysBuild()
public boolean isBuildFresh()
public boolean isDefaultForProject()
public boolean isTemplate()
public void setAlwaysBuild(boolean alwaysBuild)
alwaysBuild
- public void setArguments(String arguments)
arguments
- public void setBuildFile(String buildFile)
buildFile
- public void setBuildFresh(boolean buildFresh)
buildFresh
- public void setDefaultForProject(boolean defaultForProject)
defaultForProject
- public void setDescription(String description)
description
- public void setGoals(String goals)
goals
- public void setId(int id)
id
- public void setProfile(Profile profile)
profile
- public void setSchedule(Schedule schedule)
schedule
- public void setTemplate(boolean template)
template
- public void setType(String type)
type
- public void setUpdatePolicy(int updatePolicy)
updatePolicy
- public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |