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

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

public class DistributedBuildSummary
extends Object
implements Serializable

Class DistributedBuildSummary.

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

Constructor Summary
DistributedBuildSummary()
           
 
Method Summary
 String getBuildAgentUrl()
          Get the buildAgentUrl field.
 int getBuildDefinitionId()
          Get the buildDefinitionId field.
 String getBuildDefinitionLabel()
          Get the buildDefinitionLabel field.
 int getHashCode()
          Get the hashCode field.
 String getProjectGroupName()
          Get the projectGroupName field.
 int getProjectId()
          Get the projectId field.
 String getProjectName()
          Get the projectName field.
 void setBuildAgentUrl(String buildAgentUrl)
          Set the buildAgentUrl field.
 void setBuildDefinitionId(int buildDefinitionId)
          Set the buildDefinitionId field.
 void setBuildDefinitionLabel(String buildDefinitionLabel)
          Set the buildDefinitionLabel field.
 void setHashCode(int hashCode)
          Set the hashCode field.
 void setProjectGroupName(String projectGroupName)
          Set the projectGroupName field.
 void setProjectId(int projectId)
          Set the projectId field.
 void setProjectName(String projectName)
          Set the projectName field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributedBuildSummary

public DistributedBuildSummary()
Method Detail

getBuildAgentUrl

public String getBuildAgentUrl()
Get the buildAgentUrl field.

Returns:
String

getBuildDefinitionId

public int getBuildDefinitionId()
Get the buildDefinitionId field.

Returns:
int

getBuildDefinitionLabel

public String getBuildDefinitionLabel()
Get the buildDefinitionLabel field.

Returns:
String

getHashCode

public int getHashCode()
Get the hashCode field.

Returns:
int

getProjectGroupName

public String getProjectGroupName()
Get the projectGroupName field.

Returns:
String

getProjectId

public int getProjectId()
Get the projectId field.

Returns:
int

getProjectName

public String getProjectName()
Get the projectName field.

Returns:
String

setBuildAgentUrl

public void setBuildAgentUrl(String buildAgentUrl)
Set the buildAgentUrl field.

Parameters:
buildAgentUrl -

setBuildDefinitionId

public void setBuildDefinitionId(int buildDefinitionId)
Set the buildDefinitionId field.

Parameters:
buildDefinitionId -

setBuildDefinitionLabel

public void setBuildDefinitionLabel(String buildDefinitionLabel)
Set the buildDefinitionLabel field.

Parameters:
buildDefinitionLabel -

setHashCode

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

Parameters:
hashCode -

setProjectGroupName

public void setProjectGroupName(String projectGroupName)
Set the projectGroupName field.

Parameters:
projectGroupName -

setProjectId

public void setProjectId(int projectId)
Set the projectId field.

Parameters:
projectId -

setProjectName

public void setProjectName(String projectName)
Set the projectName field.

Parameters:
projectName -


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