public class ConfluenceSite extends Object implements Describable<ConfluenceSite>
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfluenceSite.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
Secret |
password
The password for that user
|
URL |
url
The base URL of the Confluence site
|
String |
username
The username to login as
|
| Constructor and Description |
|---|
ConfluenceSite(URL url,
String username,
String password)
Stapler constructor
|
| Modifier and Type | Method and Description |
|---|---|
ConfluenceSession |
createSession()
Creates a remote access session to this Confluence site
|
ConfluenceSite.DescriptorImpl |
getDescriptor() |
String |
getName() |
String |
toString() |
public final URL url
public final String username
public final Secret password
public ConfluenceSession createSession()
ConfluenceSessionpublic ConfluenceSite.DescriptorImpl getDescriptor()
getDescriptor in interface Describable<ConfluenceSite>public String getName()
Copyright © 2016–2021 MeetMe, Inc.. All rights reserved.