Uses of Class
io.jenkins.plugins.kobiton.shared.models.Credential
-
-
Uses of Credential in io.jenkins.plugins.kobiton
Methods in io.jenkins.plugins.kobiton that return Credential Modifier and Type Method Description Credential
CredentialsBuildWrapper. getCredential()
-
Uses of Credential in io.jenkins.plugins.kobiton.services
Methods in io.jenkins.plugins.kobiton.services with parameters of type Credential Modifier and Type Method Description String
HttpService. get(String url, Credential credential)
Call GET request with credentialString
HttpService. post(String url, Credential credential, String body)
Call POST request with credential and body -
Uses of Credential in io.jenkins.plugins.kobiton.services.app
Methods in io.jenkins.plugins.kobiton.services.app with parameters of type Credential Modifier and Type Method Description Application
AppUploaderService. createApplication(Credential credential, String fileName, String appPath)
Create an application or an application version from the file that has been uploaded to S3PreSignedURL
AppUploaderService. generatePreSignedUploadURL(Credential credential, String fileName, Integer appId)
Create a pre-signed URL for uploading file to S3 -
Uses of Credential in io.jenkins.plugins.kobiton.services.user
Methods in io.jenkins.plugins.kobiton.services.user with parameters of type Credential Modifier and Type Method Description User
DefaultUserService. getUser(Credential credential)
Get user info from credentialboolean
DefaultUserService. isUserDisabled(Credential credential)
Check if user exists based on credential -
Uses of Credential in io.jenkins.plugins.kobiton.shared.utils
Methods in io.jenkins.plugins.kobiton.shared.utils with parameters of type Credential Modifier and Type Method Description static HttpRequest.Builder
HttpUtils. createAuthHeader(String url, Credential credential)
Add authorization to HTTP headerstatic HttpRequest
HttpUtils. createGetRequest(String url, Credential credential)
Create GET HttpRequeststatic HttpRequest
HttpUtils. createPostRequest(String url, Credential credential, String body)
Create POST HttpRequeststatic String
CredentialUtils. encodeCredentials(Credential credential)
Encode credential to Base64
-