public class DeployResult extends Object
DeployResult(List<String> success, Map<String,String> error)
Map<String,String>
getError()
List<String>
getSuccess()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DeployResult(List<String> success, Map<String,String> error)
public List<String> getSuccess()
public Map<String,String> getError()
Copyright © 2016. All rights reserved.