org.apache.maven.continuum.xmlrpc.scm
Class ScmResult

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

public class ScmResult
extends Object
implements Serializable

Class ScmResult.

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

Constructor Summary
ScmResult()
           
 
Method Summary
 void addChange(ChangeSet changeSet)
          Method addChange.
 List<ChangeSet> getChanges()
          Method getChanges.
 String getCommandLine()
          Get the commandLine field.
 String getCommandOutput()
          Get the commandOutput field.
 String getException()
          Get the exception field.
 String getProviderMessage()
          Get the providerMessage field.
 boolean isSuccess()
          Get the success field.
 void removeChange(ChangeSet changeSet)
          Method removeChange.
 void setChanges(List<ChangeSet> changes)
          Set the changes field.
 void setCommandLine(String commandLine)
          Set the commandLine field.
 void setCommandOutput(String commandOutput)
          Set the commandOutput field.
 void setException(String exception)
          Set the exception field.
 void setProviderMessage(String providerMessage)
          Set the providerMessage field.
 void setSuccess(boolean success)
          Set the success field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScmResult

public ScmResult()
Method Detail

addChange

public void addChange(ChangeSet changeSet)
Method addChange.

Parameters:
changeSet -

getChanges

public List<ChangeSet> getChanges()
Method getChanges.

Returns:
List

getCommandLine

public String getCommandLine()
Get the commandLine field.

Returns:
String

getCommandOutput

public String getCommandOutput()
Get the commandOutput field.

Returns:
String

getException

public String getException()
Get the exception field.

Returns:
String

getProviderMessage

public String getProviderMessage()
Get the providerMessage field.

Returns:
String

isSuccess

public boolean isSuccess()
Get the success field.

Returns:
boolean

removeChange

public void removeChange(ChangeSet changeSet)
Method removeChange.

Parameters:
changeSet -

setChanges

public void setChanges(List<ChangeSet> changes)
Set the changes field.

Parameters:
changes -

setCommandLine

public void setCommandLine(String commandLine)
Set the commandLine field.

Parameters:
commandLine -

setCommandOutput

public void setCommandOutput(String commandOutput)
Set the commandOutput field.

Parameters:
commandOutput -

setException

public void setException(String exception)
Set the exception field.

Parameters:
exception -

setProviderMessage

public void setProviderMessage(String providerMessage)
Set the providerMessage field.

Parameters:
providerMessage -

setSuccess

public void setSuccess(boolean success)
Set the success field.

Parameters:
success -


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