org.apache.maven.scm.command.login
Class LoginScmResult

java.lang.Object
  extended by org.apache.maven.scm.ScmResult
      extended by org.apache.maven.scm.command.login.LoginScmResult
All Implemented Interfaces:
Serializable

public class LoginScmResult
extends ScmResult

Version:
$Id: LoginScmResult.java 1056937 2011-01-09 14:26:04Z olamy $
Author:
Emmanuel Venisse
See Also:
Serialized Form

Constructor Summary
LoginScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)
           
 
Method Summary
 
Methods inherited from class org.apache.maven.scm.ScmResult
getCommandLine, getCommandOutput, getProviderMessage, isSuccess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginScmResult

public LoginScmResult(String commandLine,
                      String providerMessage,
                      String commandOutput,
                      boolean success)


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