org.apache.maven.continuum.xmlrpc.project
Class ReleaseListenerSummary

java.lang.Object
  extended by org.apache.maven.continuum.xmlrpc.project.ReleaseListenerSummary
All Implemented Interfaces:
Serializable

public class ReleaseListenerSummary
extends Object
implements Serializable

Class ReleaseListenerSummary.

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

Constructor Summary
ReleaseListenerSummary()
           
 
Method Summary
 void addCompletedPhase(String string)
          Method addCompletedPhase.
 void addPhase(String string)
          Method addPhase.
 List<String> getCompletedPhases()
          Method getCompletedPhases.
 String getError()
          Get the error field.
 String getInProgress()
          Get the inProgress field.
 List<String> getPhases()
          Method getPhases.
 int getState()
          Get the state field.
 String getUsername()
          Get the username field.
 void removeCompletedPhase(String string)
          Method removeCompletedPhase.
 void removePhase(String string)
          Method removePhase.
 void setCompletedPhases(List<String> completedPhases)
          Set the completedPhases field.
 void setError(String error)
          Set the error field.
 void setInProgress(String inProgress)
          Set the inProgress field.
 void setPhases(List<String> phases)
          Set the phases field.
 void setState(int state)
          Set the state field.
 void setUsername(String username)
          Set the username field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReleaseListenerSummary

public ReleaseListenerSummary()
Method Detail

addCompletedPhase

public void addCompletedPhase(String string)
Method addCompletedPhase.

Parameters:
string -

addPhase

public void addPhase(String string)
Method addPhase.

Parameters:
string -

getCompletedPhases

public List<String> getCompletedPhases()
Method getCompletedPhases.

Returns:
List

getError

public String getError()
Get the error field.

Returns:
String

getInProgress

public String getInProgress()
Get the inProgress field.

Returns:
String

getPhases

public List<String> getPhases()
Method getPhases.

Returns:
List

getState

public int getState()
Get the state field.

Returns:
int

getUsername

public String getUsername()
Get the username field.

Returns:
String

removeCompletedPhase

public void removeCompletedPhase(String string)
Method removeCompletedPhase.

Parameters:
string -

removePhase

public void removePhase(String string)
Method removePhase.

Parameters:
string -

setCompletedPhases

public void setCompletedPhases(List<String> completedPhases)
Set the completedPhases field.

Parameters:
completedPhases -

setError

public void setError(String error)
Set the error field.

Parameters:
error -

setInProgress

public void setInProgress(String inProgress)
Set the inProgress field.

Parameters:
inProgress -

setPhases

public void setPhases(List<String> phases)
Set the phases field.

Parameters:
phases -

setState

public void setState(int state)
Set the state field.

Parameters:
state -

setUsername

public void setUsername(String username)
Set the username field.

Parameters:
username -


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