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

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

public class PrepareBuildSummary
extends Object
implements Serializable

Class PrepareBuildSummary.

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

Constructor Summary
PrepareBuildSummary()
           
 
Method Summary
 String getBuildAgentUrl()
          Get uRL of the build agent.
 int getHashCode()
          Get the hashCode field.
 int getProjectGroupId()
          Get iD of the project group.
 String getProjectGroupName()
          Get name of the project group.
 String getQueueName()
          Get name where the prepare build is queued.
 String getScmRootAddress()
          Get scm root address of projects.
 int getScmRootId()
          Get iD of the scm root.
 void setBuildAgentUrl(String buildAgentUrl)
          Set uRL of the build agent.
 void setHashCode(int hashCode)
          Set the hashCode field.
 void setProjectGroupId(int projectGroupId)
          Set iD of the project group.
 void setProjectGroupName(String projectGroupName)
          Set name of the project group.
 void setQueueName(String queueName)
          Set name where the prepare build is queued.
 void setScmRootAddress(String scmRootAddress)
          Set scm root address of projects.
 void setScmRootId(int scmRootId)
          Set iD of the scm root.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrepareBuildSummary

public PrepareBuildSummary()
Method Detail

getBuildAgentUrl

public String getBuildAgentUrl()
Get uRL of the build agent.

Returns:
String

getHashCode

public int getHashCode()
Get the hashCode field.

Returns:
int

getProjectGroupId

public int getProjectGroupId()
Get iD of the project group.

Returns:
int

getProjectGroupName

public String getProjectGroupName()
Get name of the project group.

Returns:
String

getQueueName

public String getQueueName()
Get name where the prepare build is queued.

Returns:
String

getScmRootAddress

public String getScmRootAddress()
Get scm root address of projects.

Returns:
String

getScmRootId

public int getScmRootId()
Get iD of the scm root.

Returns:
int

setBuildAgentUrl

public void setBuildAgentUrl(String buildAgentUrl)
Set uRL of the build agent.

Parameters:
buildAgentUrl -

setHashCode

public void setHashCode(int hashCode)
Set the hashCode field.

Parameters:
hashCode -

setProjectGroupId

public void setProjectGroupId(int projectGroupId)
Set iD of the project group.

Parameters:
projectGroupId -

setProjectGroupName

public void setProjectGroupName(String projectGroupName)
Set name of the project group.

Parameters:
projectGroupName -

setQueueName

public void setQueueName(String queueName)
Set name where the prepare build is queued.

Parameters:
queueName -

setScmRootAddress

public void setScmRootAddress(String scmRootAddress)
Set scm root address of projects.

Parameters:
scmRootAddress -

setScmRootId

public void setScmRootId(int scmRootId)
Set iD of the scm root.

Parameters:
scmRootId -


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