Class EnvironmentServiceConnection
- java.lang.Object
-
- org.jenkinsci.plugins.torque.service.EnvironmentServiceConnection
-
public class EnvironmentServiceConnection extends Object
Created by shay-k on 18/06/2017.
-
-
Field Summary
Fields Modifier and Type Field Description String
address
int
connectionTimeoutSec
int
readTimeoutSec
Secret
token
-
Constructor Summary
Constructors Constructor Description EnvironmentServiceConnection(String serverAddress, Secret token, int connectionTimeoutSec, int readTimeoutSec)
-
-
-
Method Detail
-
getAuthorizationHeader
public String getAuthorizationHeader()
-
-