public class ServerData extends Object implements Serializable
Constructor and Description |
---|
ServerData(String serverURL,
String channel,
String deployKey,
boolean uploadV3) |
Modifier and Type | Method and Description |
---|---|
String |
getChannel()
Returns the channel identifier or name where upload artifacts.
|
String |
getDeployKey()
Returns the deployment key to use for the channel when upload.
|
String |
getServerURL()
Returns the package drone server URL.
|
boolean |
isUploadV3()
Returns if use the protocol V3 when upload.
|
public String getServerURL()
public String getChannel()
public String getDeployKey()
public boolean isUploadV3()
Copyright © 2016–2018. All rights reserved.