|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectorg.apache.maven.continuum.xmlrpc.scm.ScmResult
public class ScmResult
Class ScmResult.
| 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 |
|---|
public ScmResult()
| Method Detail |
|---|
public void addChange(ChangeSet changeSet)
changeSet - public java.util.List getChanges()
public java.lang.String getCommandLine()
public java.lang.String getCommandOutput()
public java.lang.String getException()
public java.lang.String getProviderMessage()
public boolean isSuccess()
public void removeChange(ChangeSet changeSet)
changeSet - public void setChanges(java.util.List changes)
changes - public void setCommandLine(java.lang.String commandLine)
commandLine - public void setCommandOutput(java.lang.String commandOutput)
commandOutput - public void setException(java.lang.String exception)
exception - public void setProviderMessage(java.lang.String providerMessage)
providerMessage - public void setSuccess(boolean success)
success - public void setModelEncoding(java.lang.String modelEncoding)
modelEncoding - the encoding used when reading/writing the model.public java.lang.String getModelEncoding()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||