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