public class JenkinsAuth extends Object
Holds credentials in it.
Constructor and Description |
---|
JenkinsAuth(String url,
String user,
String password) |
Modifier and Type | Method and Description |
---|---|
String |
getPassword() |
String |
getUrl() |
String |
getUser() |
void |
setPassword(String password) |
void |
setUrl(String url) |
void |
setUser(String user) |
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.