public class HttpNotifierConfig extends AbstractNotifierConfig
Constructor and Description |
---|
HttpNotifierConfig() |
Modifier and Type | Method and Description |
---|---|
static HttpNotifierConfig |
fromGlobalConfig(String repoOwner,
String repoName,
String branchName) |
String |
getBranchName()
Gets the branch name.
|
com.cloudbees.plugins.credentials.common.UsernamePasswordCredentials |
getCredentials()
Returns credentials for accessing the HTTP endpoint if they are configured.
|
String |
getHttpCredentialsId()
Gets the HTTP credentials id.
|
String |
getHttpEndpoint()
Gets the HTTP endpoint URL.
|
boolean |
getHttpVerifySSL()
Gets whether to enable SSL verify.
|
String |
getRepoName()
Gets the repo name.
|
String |
getRepoOwner()
Gets the repo owner.
|
getHttpClient
public String getRepoOwner()
public String getRepoName()
public String getBranchName()
public String getHttpEndpoint()
public String getHttpCredentialsId()
public boolean getHttpVerifySSL()
@CheckForNull public com.cloudbees.plugins.credentials.common.UsernamePasswordCredentials getCredentials()
public static HttpNotifierConfig fromGlobalConfig(String repoOwner, String repoName, String branchName)
Copyright © 2016–2020. All rights reserved.