|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.luntsys.luntbuild.remoting.ViewFacade
Facade of a luntbuild view. It is mainly used by web service client to operate on view specific properties
| Constructor Summary | |
ViewFacade()
|
|
| Method Summary | |
java.lang.String |
getAntCommand()
Get and command to perform build of this view |
java.lang.String |
getBuildFilePath()
Get build file path of this view |
java.lang.String |
getBuildTarget()
Get build target of this view |
java.lang.String |
getDescription()
Get description of this view |
java.lang.String |
getEnvFilePath()
Get environment file used when perform build of this view |
long |
getId()
Get id of this view |
java.lang.String |
getName()
Get name of this view |
java.lang.String |
getNextVersion()
&nbp; Get next version for build of this view. |
VcsFacade |
getVcs()
Get view level vcs object of this view |
void |
setAntCommand(java.lang.String antCommand)
Set ant command to perform build of this view |
void |
setBuildFilePath(java.lang.String buildFilePath)
Set build file path of this view |
void |
setBuildTarget(java.lang.String buildTarget)
Set the build target of this view |
void |
setDescription(java.lang.String description)
Set description of this view |
void |
setEnvFilePath(java.lang.String envFilePath)
Set environment file used when perform build of this view |
void |
setId(long id)
Set id of this view |
void |
setName(java.lang.String name)
Set name of this view |
void |
setNextVersion(java.lang.String nextVersion)
Set next version to build of this view |
void |
setVcs(VcsFacade vcs)
Set view level vcs object of this view |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ViewFacade()
| Method Detail |
public long getId()
public void setId(long id)
id - public java.lang.String getName()
public void setName(java.lang.String name)
name - public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - public java.lang.String getBuildFilePath()
public void setBuildFilePath(java.lang.String buildFilePath)
buildFilePath - public java.lang.String getBuildTarget()
public void setBuildTarget(java.lang.String buildTarget)
buildTarget - public java.lang.String getAntCommand()
public void setAntCommand(java.lang.String antCommand)
antCommand - public java.lang.String getEnvFilePath()
public void setEnvFilePath(java.lang.String envFilePath)
envFilePath - public java.lang.String getNextVersion()
public void setNextVersion(java.lang.String nextVersion)
nextVersion - public VcsFacade getVcs()
public void setVcs(VcsFacade vcs)
vcs -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||