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

Package class diagram package ScmResult
java.lang.Object
  extended by org.apache.maven.continuum.xmlrpc.scm.ScmResult
All Implemented Interfaces:
java.io.Serializable

public class ScmResult
extends java.lang.Object
implements java.io.Serializable

Class ScmResult.

See Also:
Serialized Form

Constructor Summary
ScmResult()
           
 
Method Summary
 void addChange(ChangeSet changeSet)
          Method addChange.
 java.util.List getChanges()
          Method getChanges.
 java.lang.String getCommandLine()
          Get the commandLine field.
 java.lang.String getCommandOutput()
          Get the commandOutput field.
 java.lang.String getException()
          Get the exception field.
 java.lang.String getModelEncoding()
           
 java.lang.String getProviderMessage()
          Get the providerMessage field.
 boolean isSuccess()
          Get the success field.
 void removeChange(ChangeSet changeSet)
          Method removeChange.
 void setChanges(java.util.List changes)
          Set the changes field.
 void setCommandLine(java.lang.String commandLine)
          Set the commandLine field.
 void setCommandOutput(java.lang.String commandOutput)
          Set the commandOutput field.
 void setException(java.lang.String exception)
          Set the exception field.
 void setModelEncoding(java.lang.String modelEncoding)
          Set an encoding used for reading/writing the model.
 void setProviderMessage(java.lang.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 java.util.List getChanges()
Method getChanges.

Returns:
java.util.List

getCommandLine

public java.lang.String getCommandLine()
Get the commandLine field.

Returns:
String

getCommandOutput

public java.lang.String getCommandOutput()
Get the commandOutput field.

Returns:
String

getException

public java.lang.String getException()
Get the exception field.

Returns:
String

getProviderMessage

public java.lang.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(java.util.List changes)
Set the changes field.

Parameters:
changes -

setCommandLine

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

Parameters:
commandLine -

setCommandOutput

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

Parameters:
commandOutput -

setException

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

Parameters:
exception -

setProviderMessage

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

Parameters:
providerMessage -

setSuccess

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

Parameters:
success -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model.

Parameters:
modelEncoding - the encoding used when reading/writing the model.

getModelEncoding

public java.lang.String getModelEncoding()
Returns:
the current encoding used when reading/writing this model.