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

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

public class DistributedReleaseSummary
extends Object
implements Serializable

Class DistributedReleaseSummary.

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

Constructor Summary
DistributedReleaseSummary()
           
 
Method Summary
 String getBuildAgentUrl()
          Get the buildAgentUrl field.
 int getProjectId()
          Get the projectId field.
 String getReleaseGoal()
          Get the releaseGoal field.
 String getReleaseId()
          Get the releaseId field.
 void setBuildAgentUrl(String buildAgentUrl)
          Set the buildAgentUrl field.
 void setProjectId(int projectId)
          Set the projectId field.
 void setReleaseGoal(String releaseGoal)
          Set the releaseGoal field.
 void setReleaseId(String releaseId)
          Set the releaseId field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributedReleaseSummary

public DistributedReleaseSummary()
Method Detail

getBuildAgentUrl

public String getBuildAgentUrl()
Get the buildAgentUrl field.

Returns:
String

getProjectId

public int getProjectId()
Get the projectId field.

Returns:
int

getReleaseGoal

public String getReleaseGoal()
Get the releaseGoal field.

Returns:
String

getReleaseId

public String getReleaseId()
Get the releaseId field.

Returns:
String

setBuildAgentUrl

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

Parameters:
buildAgentUrl -

setProjectId

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

Parameters:
projectId -

setReleaseGoal

public void setReleaseGoal(String releaseGoal)
Set the releaseGoal field.

Parameters:
releaseGoal -

setReleaseId

public void setReleaseId(String releaseId)
Set the releaseId field.

Parameters:
releaseId -


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