- BadRequestException - Exception in com.atlassian.bitbucket.jenkins.internal.client.exception
-
Thrown when the server rejected the request with a 400 (but NOT a 404) family response.
- BadRequestException(String, int, String) - Constructor for exception com.atlassian.bitbucket.jenkins.internal.client.exception.BadRequestException
-
- BaseApplinkRestAPI - Class in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.rest
-
- BaseApplinkRestAPI() - Constructor for class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.rest.BaseApplinkRestAPI
-
- BIBUCKET_WEBHOOK_URL - Static variable in class com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketWebhookEndpoint
-
- bitbucket_link_type_branch() - Static method in class com.atlassian.bitbucket.jenkins.internal.link.Messages
-
Key bitbucket.link.type.branch
: View Branch
.
- bitbucket_link_type_repository() - Static method in class com.atlassian.bitbucket.jenkins.internal.link.Messages
-
Key bitbucket.link.type.repository
: Browse Repository
.
- bitbucket_oauth_consumer_admin_create_description() - Static method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.Messages
-
Key bitbucket.oauth.consumer.admin.create.description
: Create New Consumer
.
- bitbucket_oauth_consumer_admin_menu() - Static method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.Messages
-
Key bitbucket.oauth.consumer.admin.menu
: Manage
Bitbucket Server consumers
.
- bitbucket_oauth_consumer_admin_menu_description() - Static method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.Messages
-
Key bitbucket.oauth.consumer.admin.menu.description
: Grant or revoke access to Jenkins by Bitbucket Server instances.
.
- bitbucket_oauth_consumer_admin_update_description() - Static method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.Messages
-
Key bitbucket.oauth.consumer.admin.update.description
: Edit Consumer Details
.
- bitbucket_oauth_consumer_entry_form_error() - Static method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.Messages
-
Key bitbucket.oauth.consumer.entry.form.error
: {@code There
was an error in creating the Bitbucket consumer.
- bitbucket_oauth_token_revoke_name() - Static method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.token.Messages
-
Key bitbucket.oauth.token.revoke.name
: View oauth
access tokens
.
- BitbucketAuthenticatedUserClient - Interface in com.atlassian.bitbucket.jenkins.internal.client
-
Client to retrieve the username for the credentials used.
- BitbucketAuthenticatedUserClientImpl - Class in com.atlassian.bitbucket.jenkins.internal.client
-
- BitbucketBuildStatus - Class in com.atlassian.bitbucket.jenkins.internal.model
-
- BitbucketBuildStatus(String, String, Long, String, String, String, String, BuildState, TestResults, String) - Constructor for class com.atlassian.bitbucket.jenkins.internal.model.BitbucketBuildStatus
-
- BitbucketBuildStatus.Builder - Class in com.atlassian.bitbucket.jenkins.internal.model
-
- BitbucketBuildStatusClient - Interface in com.atlassian.bitbucket.jenkins.internal.client
-
Client to post build status to remote server
- BitbucketBuildStatusClientImpl - Class in com.atlassian.bitbucket.jenkins.internal.client
-
- BitbucketBuildStatusFactory - Interface in com.atlassian.bitbucket.jenkins.internal.status
-
- BitbucketBuildStatusFactoryImpl - Class in com.atlassian.bitbucket.jenkins.internal.status
-
- BitbucketBuildStatusFactoryImpl() - Constructor for class com.atlassian.bitbucket.jenkins.internal.status.BitbucketBuildStatusFactoryImpl
-
- BitbucketCapabilitiesClient - Interface in com.atlassian.bitbucket.jenkins.internal.client
-
Client to get capabilities from the remote server.
- BitbucketCapabilitiesClientImpl - Class in com.atlassian.bitbucket.jenkins.internal.client
-
- BitbucketCapabilitiesSupplier - Class in com.atlassian.bitbucket.jenkins.internal.client.supply
-
- BitbucketCapabilitiesSupplier(BitbucketRequestExecutor) - Constructor for class com.atlassian.bitbucket.jenkins.internal.client.supply.BitbucketCapabilitiesSupplier
-
- BitbucketCICapabilities - Class in com.atlassian.bitbucket.jenkins.internal.model
-
- BitbucketCICapabilities(Set<String>) - Constructor for class com.atlassian.bitbucket.jenkins.internal.model.BitbucketCICapabilities
-
- BitbucketClientException - Exception in com.atlassian.bitbucket.jenkins.internal.client.exception
-
Base exception for all BitbucketClient exceptions.
- BitbucketClientException(String, int, String) - Constructor for exception com.atlassian.bitbucket.jenkins.internal.client.exception.BitbucketClientException
-
- BitbucketClientException(IOException) - Constructor for exception com.atlassian.bitbucket.jenkins.internal.client.exception.BitbucketClientException
-
- BitbucketClientException(String, Throwable, String) - Constructor for exception com.atlassian.bitbucket.jenkins.internal.client.exception.BitbucketClientException
-
- BitbucketClientException(String, Throwable) - Constructor for exception com.atlassian.bitbucket.jenkins.internal.client.exception.BitbucketClientException
-
- BitbucketClientException(String, Throwable, int, String) - Constructor for exception com.atlassian.bitbucket.jenkins.internal.client.exception.BitbucketClientException
-
- BitbucketClientException(String) - Constructor for exception com.atlassian.bitbucket.jenkins.internal.client.exception.BitbucketClientException
-
- BitbucketClientFactory - Interface in com.atlassian.bitbucket.jenkins.internal.client
-
Factory for Bitbucket Clients.
- BitbucketClientFactoryImpl - Class in com.atlassian.bitbucket.jenkins.internal.client
-
- BitbucketClientFactoryProvider - Class in com.atlassian.bitbucket.jenkins.internal.client
-
Client factory provider, use to ensure that expensive objects are only created once and re-used.
- BitbucketClientFactoryProvider(HttpRequestExecutor) - Constructor for class com.atlassian.bitbucket.jenkins.internal.client.BitbucketClientFactoryProvider
-
- BitbucketCredentials - Interface in com.atlassian.bitbucket.jenkins.internal.credentials
-
Represents Bitbucket credential that will be used to make remote calls to Bitbucket server.
- BitbucketCredentials.AnonymousCredentials - Class in com.atlassian.bitbucket.jenkins.internal.credentials
-
- BitbucketDefaultBranch - Class in com.atlassian.bitbucket.jenkins.internal.model
-
- BitbucketDefaultBranch(String, String, BitbucketRefType, String, String, boolean) - Constructor for class com.atlassian.bitbucket.jenkins.internal.model.BitbucketDefaultBranch
-
- BitbucketDeployment - Class in com.atlassian.bitbucket.jenkins.internal.model.deployment
-
The details of a deployment.
- BitbucketDeployment(long, String, String, BitbucketDeploymentEnvironment, String, DeploymentState, String) - Constructor for class com.atlassian.bitbucket.jenkins.internal.model.deployment.BitbucketDeployment
-
- BitbucketDeploymentCapabilities - Class in com.atlassian.bitbucket.jenkins.internal.model.deployment
-
- BitbucketDeploymentCapabilities(boolean) - Constructor for class com.atlassian.bitbucket.jenkins.internal.model.deployment.BitbucketDeploymentCapabilities
-
- BitbucketDeploymentClient - Interface in com.atlassian.bitbucket.jenkins.internal.client
-
Client for interacting with Bitbucket Server's deployments API.
- BitbucketDeploymentClientImpl - Class in com.atlassian.bitbucket.jenkins.internal.client
-
- BitbucketDeploymentClientImpl(BitbucketRequestExecutor, String, String, String) - Constructor for class com.atlassian.bitbucket.jenkins.internal.client.BitbucketDeploymentClientImpl
-
- BitbucketDeploymentEnvironment - Class in com.atlassian.bitbucket.jenkins.internal.model.deployment
-
The details of an environment that was deployed to.
- BitbucketDeploymentEnvironment(String, String, BitbucketDeploymentEnvironmentType, URI) - Constructor for class com.atlassian.bitbucket.jenkins.internal.model.deployment.BitbucketDeploymentEnvironment
-
- BitbucketDeploymentEnvironment(String, String) - Constructor for class com.atlassian.bitbucket.jenkins.internal.model.deployment.BitbucketDeploymentEnvironment
-
- BitbucketDeploymentEnvironmentType - Enum in com.atlassian.bitbucket.jenkins.internal.model.deployment
-
The types of environments available via the Bitbucket Server API.
- BitbucketDeploymentEnvironmentType_DEVELOPMENT() - Static method in class com.atlassian.bitbucket.jenkins.internal.deployments.Messages
-
Key BitbucketDeploymentEnvironmentType.DEVELOPMENT
: Development
.
- BitbucketDeploymentEnvironmentType_PRODUCTION() - Static method in class com.atlassian.bitbucket.jenkins.internal.deployments.Messages
-
Key BitbucketDeploymentEnvironmentType.PRODUCTION
: Production
.
- BitbucketDeploymentEnvironmentType_STAGING() - Static method in class com.atlassian.bitbucket.jenkins.internal.deployments.Messages
-
Key BitbucketDeploymentEnvironmentType.STAGING
: Staging
.
- BitbucketDeploymentEnvironmentType_TESTING() - Static method in class com.atlassian.bitbucket.jenkins.internal.deployments.Messages
-
Key BitbucketDeploymentEnvironmentType.TESTING
: Testing
.
- BitbucketDeploymentFactory - Interface in com.atlassian.bitbucket.jenkins.internal.deployments
-
- BitbucketDeploymentFactoryImpl - Class in com.atlassian.bitbucket.jenkins.internal.deployments
-
- BitbucketDeploymentFactoryImpl() - Constructor for class com.atlassian.bitbucket.jenkins.internal.deployments.BitbucketDeploymentFactoryImpl
-
- BitbucketDirectory - Class in com.atlassian.bitbucket.jenkins.internal.model
-
- BitbucketDirectory(BitbucketPage<BitbucketDirectoryChild>, BitbucketDirectoryPath, String) - Constructor for class com.atlassian.bitbucket.jenkins.internal.model.BitbucketDirectory
-
- BitbucketDirectoryChild - Class in com.atlassian.bitbucket.jenkins.internal.model
-
- BitbucketDirectoryChild(String, BitbucketDirectoryPath, String) - Constructor for class com.atlassian.bitbucket.jenkins.internal.model.BitbucketDirectoryChild
-
- BitbucketDirectoryPath - Class in com.atlassian.bitbucket.jenkins.internal.model
-
- BitbucketDirectoryPath(List<String>, String, String, String) - Constructor for class com.atlassian.bitbucket.jenkins.internal.model.BitbucketDirectoryPath
-
- BitbucketExternalLink - Class in com.atlassian.bitbucket.jenkins.internal.link
-
- BitbucketExternalLink(String, BitbucketLinkType) - Constructor for class com.atlassian.bitbucket.jenkins.internal.link.BitbucketExternalLink
-
- BitbucketExternalLinkUtils - Class in com.atlassian.bitbucket.jenkins.internal.link
-
- BitbucketExternalLinkUtils() - Constructor for class com.atlassian.bitbucket.jenkins.internal.link.BitbucketExternalLinkUtils
-
- BitbucketExternalLinkUtils(BitbucketPluginConfiguration) - Constructor for class com.atlassian.bitbucket.jenkins.internal.link.BitbucketExternalLinkUtils
-
- BitbucketFilePage - Class in com.atlassian.bitbucket.jenkins.internal.model
-
A BitbucketPage for deserializing the contents of text files
- BitbucketFilePage() - Constructor for class com.atlassian.bitbucket.jenkins.internal.model.BitbucketFilePage
-
- BitbucketFilePathClient - Interface in com.atlassian.bitbucket.jenkins.internal.client
-
Client to find the contents of files and directories in a repository
- BitbucketFilePathClientImpl - Class in com.atlassian.bitbucket.jenkins.internal.client
-
- BitbucketFilePathClientImpl(BitbucketRequestExecutor, String, String) - Constructor for class com.atlassian.bitbucket.jenkins.internal.client.BitbucketFilePathClientImpl
-
- BitbucketJobLinkActionFactory - Class in com.atlassian.bitbucket.jenkins.internal.link
-
- BitbucketJobLinkActionFactory() - Constructor for class com.atlassian.bitbucket.jenkins.internal.link.BitbucketJobLinkActionFactory
-
- BitbucketJobLinkActionFactory(BitbucketExternalLinkUtils, DefaultSCMHeadByItemProvider, DefaultSCMSourceByItemProvider) - Constructor for class com.atlassian.bitbucket.jenkins.internal.link.BitbucketJobLinkActionFactory
-
- BitbucketLinkType - Enum in com.atlassian.bitbucket.jenkins.internal.link
-
- BitbucketMirror - Class in com.atlassian.bitbucket.jenkins.internal.model
-
- BitbucketMirror(String, boolean, String) - Constructor for class com.atlassian.bitbucket.jenkins.internal.model.BitbucketMirror
-
- BitbucketMirrorClient - Interface in com.atlassian.bitbucket.jenkins.internal.client
-
Client to do the mirror related operation for a given repository
- BitbucketMirrorClientImpl - Class in com.atlassian.bitbucket.jenkins.internal.client
-
- BitbucketMirroredRepository - Class in com.atlassian.bitbucket.jenkins.internal.model
-
- BitbucketMirroredRepository(boolean, Map<String, List<BitbucketNamedLink>>, String, int, BitbucketMirroredRepositoryStatus) - Constructor for class com.atlassian.bitbucket.jenkins.internal.model.BitbucketMirroredRepository
-
- BitbucketMirroredRepositoryDescriptor - Class in com.atlassian.bitbucket.jenkins.internal.model
-
- BitbucketMirroredRepositoryDescriptor(Map<String, List<BitbucketNamedLink>>, BitbucketMirror) - Constructor for class com.atlassian.bitbucket.jenkins.internal.model.BitbucketMirroredRepositoryDescriptor
-
- BitbucketMirroredRepositoryStatus - Enum in com.atlassian.bitbucket.jenkins.internal.model
-
- BitbucketMirrorHandler - Class in com.atlassian.bitbucket.jenkins.internal.scm
-
- BitbucketMirrorHandler(BitbucketClientFactoryProvider, JenkinsToBitbucketCredentials, BitbucketRepoFetcher) - Constructor for class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketMirrorHandler
-
- BitbucketMirrorServer - Class in com.atlassian.bitbucket.jenkins.internal.model
-
- BitbucketMirrorServer(String, String) - Constructor for class com.atlassian.bitbucket.jenkins.internal.model.BitbucketMirrorServer
-
- BitbucketMissingCapabilityException - Exception in com.atlassian.bitbucket.jenkins.internal.client.exception
-
- BitbucketMissingCapabilityException(String) - Constructor for exception com.atlassian.bitbucket.jenkins.internal.client.exception.BitbucketMissingCapabilityException
-
- BitbucketMultibranchLinkActionFactory - Class in com.atlassian.bitbucket.jenkins.internal.link
-
- BitbucketMultibranchLinkActionFactory() - Constructor for class com.atlassian.bitbucket.jenkins.internal.link.BitbucketMultibranchLinkActionFactory
-
- BitbucketMultibranchLinkActionFactory(BitbucketExternalLinkUtils) - Constructor for class com.atlassian.bitbucket.jenkins.internal.link.BitbucketMultibranchLinkActionFactory
-
- BitbucketNamedLink - Class in com.atlassian.bitbucket.jenkins.internal.model
-
- BitbucketNamedLink(String, String) - Constructor for class com.atlassian.bitbucket.jenkins.internal.model.BitbucketNamedLink
-
- BitbucketPage<T> - Class in com.atlassian.bitbucket.jenkins.internal.model
-
Basic implementation of a page as returned by all paged resources in Bitbucket Server.
- BitbucketPage() - Constructor for class com.atlassian.bitbucket.jenkins.internal.model.BitbucketPage
-
- BitbucketPageStreamUtil - Class in com.atlassian.bitbucket.jenkins.internal.client.paging
-
Provides a way to return Stream of page based on first page and
NextPageFetcher
.
- BitbucketPageStreamUtil() - Constructor for class com.atlassian.bitbucket.jenkins.internal.client.paging.BitbucketPageStreamUtil
-
- BitbucketPluginConfiguration - Class in com.atlassian.bitbucket.jenkins.internal.config
-
- BitbucketPluginConfiguration() - Constructor for class com.atlassian.bitbucket.jenkins.internal.config.BitbucketPluginConfiguration
-
- BitbucketProject - Class in com.atlassian.bitbucket.jenkins.internal.model
-
- BitbucketProject(String, Map<String, List<BitbucketNamedLink>>, String) - Constructor for class com.atlassian.bitbucket.jenkins.internal.model.BitbucketProject
-
- BitbucketProjectClient - Interface in com.atlassian.bitbucket.jenkins.internal.client
-
Client to get a project from the Bitbucket server.
- BitbucketProjectClientImpl - Class in com.atlassian.bitbucket.jenkins.internal.client
-
- BitbucketPullRequest - Class in com.atlassian.bitbucket.jenkins.internal.model
-
- BitbucketPullRequest(long, BitbucketPullRequestState, BitbucketPullRequestRef, BitbucketPullRequestRef, long) - Constructor for class com.atlassian.bitbucket.jenkins.internal.model.BitbucketPullRequest
-
- BitbucketPullRequestRef - Class in com.atlassian.bitbucket.jenkins.internal.model
-
- BitbucketPullRequestRef(String, String, BitbucketRepository, String) - Constructor for class com.atlassian.bitbucket.jenkins.internal.model.BitbucketPullRequestRef
-
- BitbucketPullRequestState - Enum in com.atlassian.bitbucket.jenkins.internal.model
-
The state a PullRequest can be in.
- BitbucketRef - Class in com.atlassian.bitbucket.jenkins.internal.model
-
- BitbucketRef(String, String, BitbucketRefType) - Constructor for class com.atlassian.bitbucket.jenkins.internal.model.BitbucketRef
-
- BitbucketRefChange - Class in com.atlassian.bitbucket.jenkins.internal.model
-
- BitbucketRefChange(BitbucketRef, String, String, String, BitbucketRefChangeType) - Constructor for class com.atlassian.bitbucket.jenkins.internal.model.BitbucketRefChange
-
- BitbucketRefChangeType - Enum in com.atlassian.bitbucket.jenkins.internal.model
-
- BitbucketRefType - Enum in com.atlassian.bitbucket.jenkins.internal.model
-
- BitbucketRepoFetcher - Interface in com.atlassian.bitbucket.jenkins.internal.scm
-
- BitbucketRepository - Class in com.atlassian.bitbucket.jenkins.internal.model
-
- BitbucketRepository(int, String, BitbucketProject, String, RepositoryState, List<BitbucketNamedLink>, String) - Constructor for class com.atlassian.bitbucket.jenkins.internal.model.BitbucketRepository
-
- BitbucketRepository(int, String, Map<String, List<BitbucketNamedLink>>, BitbucketProject, String, RepositoryState) - Constructor for class com.atlassian.bitbucket.jenkins.internal.model.BitbucketRepository
-
- BitbucketRepositoryClient - Interface in com.atlassian.bitbucket.jenkins.internal.client
-
Repository client, used to interact with a remote repository for all operations except cloning
source code.
- BitbucketRepositoryClientImpl - Class in com.atlassian.bitbucket.jenkins.internal.client
-
- BitbucketRepositoryMetadataAction - Class in com.atlassian.bitbucket.jenkins.internal.status
-
- BitbucketRepositoryMetadataAction(BitbucketSCMRepository, BitbucketDefaultBranch) - Constructor for class com.atlassian.bitbucket.jenkins.internal.status.BitbucketRepositoryMetadataAction
-
- BitbucketRepositorySynchronizationType - Enum in com.atlassian.bitbucket.jenkins.internal.model
-
- BitbucketRequestExecutor - Class in com.atlassian.bitbucket.jenkins.internal.client
-
- BitbucketRequestExecutor(String, HttpRequestExecutor, ObjectMapper, BitbucketCredentials) - Constructor for class com.atlassian.bitbucket.jenkins.internal.client.BitbucketRequestExecutor
-
- BitbucketResponse<T> - Class in com.atlassian.bitbucket.jenkins.internal.model
-
A response from a Bitbucket http(s) call.
- BitbucketResponse(Map<String, List<String>>, T) - Constructor for class com.atlassian.bitbucket.jenkins.internal.model.BitbucketResponse
-
- BitbucketRevisionAction - Class in com.atlassian.bitbucket.jenkins.internal.status
-
- BitbucketRevisionAction(BitbucketSCMRepository, String, String) - Constructor for class com.atlassian.bitbucket.jenkins.internal.status.BitbucketRevisionAction
-
- BitbucketSCM - Class in com.atlassian.bitbucket.jenkins.internal.scm
-
- BitbucketSCM(String, List<BranchSpec>, String, String, List<GitSCMExtension>, String, String, String, String, String) - Constructor for class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM
-
- BitbucketSCM(String, List<BranchSpec>, String, String, List<GitSCMExtension>, String, String, String, String, String, Item) - Constructor for class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM
-
- BitbucketSCM(String, List<BranchSpec>, String, String, List<GitSCMExtension>, String, String, BitbucketRepository) - Constructor for class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM
-
- BitbucketSCM(BitbucketSCM) - Constructor for class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM
-
Regenerate SCM by looking up new repo URLs etc.
- BitbucketSCM.DescriptorImpl - Class in com.atlassian.bitbucket.jenkins.internal.scm
-
- BitbucketSCMException - Exception in com.atlassian.bitbucket.jenkins.internal.scm
-
- BitbucketSCMException(String, String) - Constructor for exception com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMException
-
- BitbucketSCMException(String) - Constructor for exception com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMException
-
- BitbucketSCMFile - Class in com.atlassian.bitbucket.jenkins.internal.scm.filesystem
-
- BitbucketSCMFile(BitbucketFilePathClient, String) - Constructor for class com.atlassian.bitbucket.jenkins.internal.scm.filesystem.BitbucketSCMFile
-
Constructor for the root BitbucketSCMFile
- BitbucketSCMFile(BitbucketSCMFile, String, SCMFile.Type) - Constructor for class com.atlassian.bitbucket.jenkins.internal.scm.filesystem.BitbucketSCMFile
-
Constructor for any child file/directory
- BitbucketSCMFileSystem - Class in com.atlassian.bitbucket.jenkins.internal.scm.filesystem
-
- BitbucketSCMFileSystem(BitbucketFilePathClient, SCMRevision, String) - Constructor for class com.atlassian.bitbucket.jenkins.internal.scm.filesystem.BitbucketSCMFileSystem
-
- BitbucketSCMFileSystem.BuilderImpl - Class in com.atlassian.bitbucket.jenkins.internal.scm.filesystem
-
- BitbucketScmFormFill - Interface in com.atlassian.bitbucket.jenkins.internal.scm
-
- BitbucketScmFormFillDelegate - Class in com.atlassian.bitbucket.jenkins.internal.scm
-
- BitbucketScmFormFillDelegate(BitbucketClientFactoryProvider, BitbucketPluginConfiguration, JenkinsToBitbucketCredentials, JenkinsProvider) - Constructor for class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormFillDelegate
-
- BitbucketScmFormValidation - Interface in com.atlassian.bitbucket.jenkins.internal.scm
-
- BitbucketScmFormValidationDelegate - Class in com.atlassian.bitbucket.jenkins.internal.scm
-
- BitbucketScmFormValidationDelegate(BitbucketClientFactoryProvider, BitbucketPluginConfiguration, JenkinsToBitbucketCredentials, JenkinsProvider) - Constructor for class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormValidationDelegate
-
- BitbucketScmHelper - Class in com.atlassian.bitbucket.jenkins.internal.scm
-
- BitbucketScmHelper(String, BitbucketClientFactoryProvider, BitbucketCredentials) - Constructor for class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmHelper
-
- BitbucketSCMRepository - Class in com.atlassian.bitbucket.jenkins.internal.scm
-
- BitbucketSCMRepository(String, String, String, String, String, String, String, String) - Constructor for class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMRepository
-
- BitbucketSCMRepositoryHelper - Class in com.atlassian.bitbucket.jenkins.internal.scm
-
- BitbucketSCMRepositoryHelper() - Constructor for class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMRepositoryHelper
-
- BitbucketSCMSource - Class in com.atlassian.bitbucket.jenkins.internal.scm
-
- BitbucketSCMSource(String, String, String, List<SCMSourceTrait>, String, String, String, String) - Constructor for class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource
-
- BitbucketSCMSource(BitbucketSCMSource) - Constructor for class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource
-
Regenerate SCM by looking up new repo URLs etc.
- BitbucketSCMSource.DescriptorImpl - Class in com.atlassian.bitbucket.jenkins.internal.scm
-
- BitbucketSCMStep - Class in com.atlassian.bitbucket.jenkins.internal.scm
-
- BitbucketSCMStep(String, String) - Constructor for class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMStep
-
- BitbucketSCMStep.DescriptorImpl - Class in com.atlassian.bitbucket.jenkins.internal.scm
-
- BitbucketSearchClient - Interface in com.atlassian.bitbucket.jenkins.internal.client
-
- BitbucketSearchClientImpl - Class in com.atlassian.bitbucket.jenkins.internal.client
-
- BitbucketSearchHelper - Class in com.atlassian.bitbucket.jenkins.internal.client
-
- BitbucketSearchHelper() - Constructor for class com.atlassian.bitbucket.jenkins.internal.client.BitbucketSearchHelper
-
- BitbucketServerConfiguration - Class in com.atlassian.bitbucket.jenkins.internal.config
-
- BitbucketServerConfiguration(String, String, String) - Constructor for class com.atlassian.bitbucket.jenkins.internal.config.BitbucketServerConfiguration
-
- BitbucketServerConfiguration.DescriptorImpl - Class in com.atlassian.bitbucket.jenkins.internal.config
-
- BitbucketTokenCredentials - Interface in com.atlassian.bitbucket.jenkins.internal.config
-
- BitbucketTokenCredentials.NameProvider - Class in com.atlassian.bitbucket.jenkins.internal.config
-
- BitbucketTokenCredentialsImpl - Class in com.atlassian.bitbucket.jenkins.internal.config
-
- BitbucketTokenCredentialsImpl(String, String, Secret) - Constructor for class com.atlassian.bitbucket.jenkins.internal.config.BitbucketTokenCredentialsImpl
-
- BitbucketTokenCredentialsImpl.DescriptorImpl - Class in com.atlassian.bitbucket.jenkins.internal.config
-
- BitbucketTriggerWorker - Class in com.atlassian.bitbucket.jenkins.internal.trigger
-
- BitbucketTriggerWorker(Job<?, ?>, SCMTriggerItem, Action, List<Action>) - Constructor for class com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketTriggerWorker
-
- BitbucketUser - Class in com.atlassian.bitbucket.jenkins.internal.model
-
A user in Bitbucket
- BitbucketUser(String, String, String) - Constructor for class com.atlassian.bitbucket.jenkins.internal.model.BitbucketUser
-
- BitbucketWebhook - Class in com.atlassian.bitbucket.jenkins.internal.model
-
- BitbucketWebhook(int, String, Set<String>, String, boolean) - Constructor for class com.atlassian.bitbucket.jenkins.internal.model.BitbucketWebhook
-
- BitbucketWebhookClient - Interface in com.atlassian.bitbucket.jenkins.internal.client
-
A client to query for and register webhooks in Bitbucket Server.
- BitbucketWebhookClientImpl - Class in com.atlassian.bitbucket.jenkins.internal.client
-
- BitbucketWebhookConsumer - Class in com.atlassian.bitbucket.jenkins.internal.trigger
-
- BitbucketWebhookConsumer() - Constructor for class com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketWebhookConsumer
-
- BitbucketWebhookCrumbExclusion - Class in com.atlassian.bitbucket.jenkins.internal.trigger
-
- BitbucketWebhookCrumbExclusion() - Constructor for class com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketWebhookCrumbExclusion
-
- BitbucketWebhookEndpoint - Class in com.atlassian.bitbucket.jenkins.internal.trigger
-
- BitbucketWebhookEndpoint() - Constructor for class com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketWebhookEndpoint
-
- BitbucketWebhookEvent - Enum in com.atlassian.bitbucket.jenkins.internal.trigger.events
-
- BitbucketWebhookHandler - Class in com.atlassian.bitbucket.jenkins.internal.trigger.register
-
The following assumptions is made while handling webhooks,
1.
- BitbucketWebhookHandler(BitbucketCapabilitiesClient, BitbucketWebhookClient) - Constructor for class com.atlassian.bitbucket.jenkins.internal.trigger.register.BitbucketWebhookHandler
-
- BitbucketWebhookMultibranchTrigger - Class in com.atlassian.bitbucket.jenkins.internal.trigger
-
- BitbucketWebhookMultibranchTrigger(boolean, boolean) - Constructor for class com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketWebhookMultibranchTrigger
-
- BitbucketWebhookMultibranchTrigger.DescriptorImpl - Class in com.atlassian.bitbucket.jenkins.internal.trigger
-
- BitbucketWebhookMultibranchTrigger_displayname() - Static method in class com.atlassian.bitbucket.jenkins.internal.trigger.Messages
-
Key BitbucketWebhookMultibranchTrigger.displayname
: Bitbucket webhook trigger
.
- BitbucketWebhookRequest - Class in com.atlassian.bitbucket.jenkins.internal.model
-
- BitbucketWebhookRequest(String, Set<String>, String, boolean) - Constructor for class com.atlassian.bitbucket.jenkins.internal.model.BitbucketWebhookRequest
-
- BitbucketWebhookRequest.Builder - Class in com.atlassian.bitbucket.jenkins.internal.model
-
A builder to provide fluent way of building webhook register request.
- BitbucketWebhookSupportedEvents - Class in com.atlassian.bitbucket.jenkins.internal.model
-
- BitbucketWebhookSupportedEvents(Set<String>) - Constructor for class com.atlassian.bitbucket.jenkins.internal.model.BitbucketWebhookSupportedEvents
-
- BitbucketWebhookTrigger - Interface in com.atlassian.bitbucket.jenkins.internal.trigger
-
- BitbucketWebhookTrigger_displayname() - Static method in class com.atlassian.bitbucket.jenkins.internal.trigger.Messages
-
Key BitbucketWebhookTrigger.displayname
: Bitbucket
webhook trigger
.
- BitbucketWebhookTriggerCause - Class in com.atlassian.bitbucket.jenkins.internal.trigger
-
- BitbucketWebhookTriggerCause(BitbucketWebhookTriggerRequest) - Constructor for class com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketWebhookTriggerCause
-
- BitbucketWebhookTriggerCause_withAuthor(Object) - Static method in class com.atlassian.bitbucket.jenkins.internal.trigger.Messages
-
Key BitbucketWebhookTriggerCause.withAuthor
: Triggered
by Bitbucket webhook due to changes by {0}.
.
- BitbucketWebhookTriggerCause_withoutAuthor() - Static method in class com.atlassian.bitbucket.jenkins.internal.trigger.Messages
-
Key BitbucketWebhookTriggerCause.withoutAuthor
: Triggered by Bitbucket Server webhook.
.
- BitbucketWebhookTriggerDescriptor() - Constructor for class com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketWebhookTriggerImpl.BitbucketWebhookTriggerDescriptor
-
- BitbucketWebhookTriggerDescriptor(SequentialExecutionQueue, RetryingWebhookHandler, JenkinsProvider, BitbucketPluginConfiguration) - Constructor for class com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketWebhookTriggerImpl.BitbucketWebhookTriggerDescriptor
-
- BitbucketWebhookTriggerImpl - Class in com.atlassian.bitbucket.jenkins.internal.trigger
-
- BitbucketWebhookTriggerImpl(boolean, boolean) - Constructor for class com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketWebhookTriggerImpl
-
- BitbucketWebhookTriggerImpl.BitbucketWebhookTriggerDescriptor - Class in com.atlassian.bitbucket.jenkins.internal.trigger
-
- BitbucketWebhookTriggerRequest - Class in com.atlassian.bitbucket.jenkins.internal.trigger
-
- BitbucketWebhookTriggerRequest.Builder - Class in com.atlassian.bitbucket.jenkins.internal.trigger
-
- build() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer.Consumer.Builder
-
Constructs and returns the finalConsumer
instance.
- build() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderToken.ServiceProviderTokenBuilder
-
Constructs and returns the final request Token
instance.
- build() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderToken.Session.Builder
-
- build() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderTokenFactoryImpl.RequestTokenGenerationRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.Token.TokenBuilder
-
- build() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketBuildStatus.Builder
-
- build() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketWebhookRequest.Builder
-
- build(SCMHead, SCMRevision) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource
-
- build(Item, SCM, SCMRevision) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.filesystem.BitbucketSCMFileSystem.BuilderImpl
-
- build(SCMSource, SCMHead, SCMRevision) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.filesystem.BitbucketSCMFileSystem.BuilderImpl
-
- build() - Method in class com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketWebhookTriggerRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.jenkins.internal.trigger.register.WebhookRegisterRequest.Builder
-
- BUILD_STATUS_DISABLED_KEY - Static variable in class com.atlassian.bitbucket.jenkins.internal.util.SystemPropertiesConstants
-
If set to true, this property will prevent build statuses being sent by jobs to Bitbucket.
- buildEnvironment(Run<?, ?>, Map<String, String>) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM
-
- Builder(String) - Constructor for class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer.Consumer.Builder
-
- Builder(Consumer) - Constructor for class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderTokenFactoryImpl.RequestTokenGenerationRequest.Builder
-
- Builder(String, BuildState, String) - Constructor for class com.atlassian.bitbucket.jenkins.internal.model.BitbucketBuildStatus.Builder
-
- Builder(Collection<String>) - Constructor for class com.atlassian.bitbucket.jenkins.internal.model.BitbucketWebhookRequest.Builder
-
- builder() - Static method in class com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketWebhookTriggerRequest
-
- Builder() - Constructor for class com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketWebhookTriggerRequest.Builder
-
- BuilderImpl() - Constructor for class com.atlassian.bitbucket.jenkins.internal.scm.filesystem.BitbucketSCMFileSystem.BuilderImpl
-
- BuildState - Enum in com.atlassian.bitbucket.jenkins.internal.model
-
The state or result of a build
- BuildStatusPoster - Class in com.atlassian.bitbucket.jenkins.internal.status
-
- BuildStatusPoster() - Constructor for class com.atlassian.bitbucket.jenkins.internal.status.BuildStatusPoster
-
- BuildStatusPoster(BitbucketClientFactoryProvider, BitbucketPluginConfiguration, JenkinsToBitbucketCredentials, BitbucketBuildStatusFactory) - Constructor for class com.atlassian.bitbucket.jenkins.internal.status.BuildStatusPoster
-
- calcRevisionsFromBuild(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM
-
- callback(URI) - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer.Consumer.Builder
-
Sets the default callback URL used after a request token has been authorized and returns
this
builder to allow other attributes to be set
- callback(URI) - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderToken.ServiceProviderTokenBuilder
-
Sets the callback
attribute of the token and returns this
builder to allow other optional
attributes to be set or the final request Token
instance to be constructed.
- callback(URI) - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderTokenFactoryImpl.RequestTokenGenerationRequest.Builder
-
- CAPABILITIES_CACHE_DURATION - Static variable in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketClientFactoryImpl
-
Cache duration for the capabilities response.
- CAPABILITIES_CACHE_DURATION_KEY - Static variable in class com.atlassian.bitbucket.jenkins.internal.util.SystemPropertiesConstants
-
Specifies the duration of the Bitbucket capabilities cache.
- checkBaseUrl(String) - Static method in class com.atlassian.bitbucket.jenkins.internal.util.FormValidationUtils
-
Validates that the provided baseUrl value is syntactically valid
- checkout(Run<?, ?>, Launcher, FilePath, TaskListener, File, SCMRevisionState) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM
-
- children() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.filesystem.BitbucketSCMFile
-
- CloneProtocol - Enum in com.atlassian.bitbucket.jenkins.internal.scm
-
- com.atlassian.bitbucket.jenkins.internal - package com.atlassian.bitbucket.jenkins.internal
-
Add package level annotations to indicate everything is non-null by default.
- com.atlassian.bitbucket.jenkins.internal.annotations - package com.atlassian.bitbucket.jenkins.internal.annotations
-
Add package level annotations to indicate everything is non-null by default.
- com.atlassian.bitbucket.jenkins.internal.applink.oauth - package com.atlassian.bitbucket.jenkins.internal.applink.oauth
-
Add package level annotations to indicate everything is non-null by default.
- com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider - package com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider
-
Add package level annotations to indicate everything is non-null by default.
- com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.auth - package com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.auth
-
Add package level annotations to indicate everything is non-null by default.
- com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer - package com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer
-
Add package level annotations to indicate everything is non-null by default.
- com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.exception - package com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.exception
-
Add package level annotations to indicate everything is non-null by default.
- com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.rest - package com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.rest
-
Add package level annotations to indicate everything is non-null by default.
- com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token - package com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token
-
Add package level annotations to indicate everything is non-null by default.
- com.atlassian.bitbucket.jenkins.internal.applink.oauth.util - package com.atlassian.bitbucket.jenkins.internal.applink.oauth.util
-
Add package level annotations to indicate everything is non-null by default.
- com.atlassian.bitbucket.jenkins.internal.client - package com.atlassian.bitbucket.jenkins.internal.client
-
Add package level annotations to indicate everything is non-null by default.
- com.atlassian.bitbucket.jenkins.internal.client.exception - package com.atlassian.bitbucket.jenkins.internal.client.exception
-
Add package level annotations to indicate everything is non-null by default.
- com.atlassian.bitbucket.jenkins.internal.client.paging - package com.atlassian.bitbucket.jenkins.internal.client.paging
-
Add package level annotations to indicate everything is non-null by default.
- com.atlassian.bitbucket.jenkins.internal.client.supply - package com.atlassian.bitbucket.jenkins.internal.client.supply
-
Add package level annotations to indicate everything is non-null by default.
- com.atlassian.bitbucket.jenkins.internal.config - package com.atlassian.bitbucket.jenkins.internal.config
-
Add package level annotations to indicate everything is non-null by default.
- com.atlassian.bitbucket.jenkins.internal.credentials - package com.atlassian.bitbucket.jenkins.internal.credentials
-
Add package level annotations to indicate everything is non-null by default.
- com.atlassian.bitbucket.jenkins.internal.deployments - package com.atlassian.bitbucket.jenkins.internal.deployments
-
Add package level annotations to indicate everything is non-null by default.
- com.atlassian.bitbucket.jenkins.internal.http - package com.atlassian.bitbucket.jenkins.internal.http
-
Add package level annotations to indicate everything is non-null by default.
- com.atlassian.bitbucket.jenkins.internal.jenkins.auth - package com.atlassian.bitbucket.jenkins.internal.jenkins.auth
-
Add package level annotations to indicate everything is non-null by default.
- com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer - package com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer
-
Add package level annotations to indicate everything is non-null by default.
- com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.servlet - package com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.servlet
-
Add package level annotations to indicate everything is non-null by default.
- com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.token - package com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.token
-
Add package level annotations to indicate everything is non-null by default.
- com.atlassian.bitbucket.jenkins.internal.link - package com.atlassian.bitbucket.jenkins.internal.link
-
Add package level annotations to indicate everything is non-null by default.
- com.atlassian.bitbucket.jenkins.internal.model - package com.atlassian.bitbucket.jenkins.internal.model
-
Add package level annotations to indicate everything is non-null by default.
- com.atlassian.bitbucket.jenkins.internal.model.deployment - package com.atlassian.bitbucket.jenkins.internal.model.deployment
-
Add package level annotations to indicate everything is non-null by default.
- com.atlassian.bitbucket.jenkins.internal.provider - package com.atlassian.bitbucket.jenkins.internal.provider
-
Add package level annotations to indicate everything is non-null by default.
- com.atlassian.bitbucket.jenkins.internal.scm - package com.atlassian.bitbucket.jenkins.internal.scm
-
Add package level annotations to indicate everything is non-null by default.
- com.atlassian.bitbucket.jenkins.internal.scm.filesystem - package com.atlassian.bitbucket.jenkins.internal.scm.filesystem
-
Add package level annotations to indicate everything is non-null by default.
- com.atlassian.bitbucket.jenkins.internal.status - package com.atlassian.bitbucket.jenkins.internal.status
-
There are primarily 3 types of job we should focus on:
Freestyle Job
Workflow, this is further characterized below as,
Pipeline job
Multi branch pipeline job
- com.atlassian.bitbucket.jenkins.internal.trigger - package com.atlassian.bitbucket.jenkins.internal.trigger
-
Add package level annotations to indicate everything is non-null by default.
- com.atlassian.bitbucket.jenkins.internal.trigger.events - package com.atlassian.bitbucket.jenkins.internal.trigger.events
-
Add package level annotations to indicate everything is non-null by default.
- com.atlassian.bitbucket.jenkins.internal.trigger.register - package com.atlassian.bitbucket.jenkins.internal.trigger.register
-
Add package level annotations to indicate everything is non-null by default.
- com.atlassian.bitbucket.jenkins.internal.util - package com.atlassian.bitbucket.jenkins.internal.util
-
Add package level annotations to indicate everything is non-null by default.
- compareRemoteRevisionWith(Job<?, ?>, Launcher, FilePath, TaskListener, SCMRevisionState) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM
-
- configure() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.OAuthModule
-
- configure(StaplerRequest, JSONObject) - Method in class com.atlassian.bitbucket.jenkins.internal.config.BitbucketPluginConfiguration
-
- configure() - Method in class com.atlassian.bitbucket.jenkins.internal.credentials.JenkinsToBitbucketCredentialsModule
-
- configure() - Method in class com.atlassian.bitbucket.jenkins.internal.provider.JenkinsProviderModule
-
- ConnectionFailureException - Exception in com.atlassian.bitbucket.jenkins.internal.client.exception
-
Could not connect to the server, either the socket was rejected, or the connection timed out.
- ConnectionFailureException(IOException) - Constructor for exception com.atlassian.bitbucket.jenkins.internal.client.exception.ConnectionFailureException
-
- consume(Response) - Method in interface com.atlassian.bitbucket.jenkins.internal.client.HttpRequestExecutor.ResponseConsumer
-
- Consumer - Class in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer
-
Immutable representation of an OAuth consumer.
- consumer(Consumer) - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.Token.TokenBuilder
-
Sets the consumer
attribute of the request Token
object under construction and returns the
next builder in the chain, which allows optional attributes to be set and the final request Token
instance to be constructed.
- Consumer.Builder - Class in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer
-
Builder allowing the optional attributes of the Consumer
object under construction to be set and
construction of the final Consumer
instance.
- Consumer.SignatureMethod - Enum in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer
-
The ways in which consumers can sign requests, as per
- ConsumerProperty() - Constructor for class com.atlassian.bitbucket.jenkins.internal.applink.oauth.OAuthConverter.ConsumerProperty
-
- consumerSecret(String) - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer.Consumer.Builder
-
Sets the consumer secret which is used in HMAC_SHA1 signature method and possibly other symmetric crypto methods.
- content() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.filesystem.BitbucketSCMFile
-
- createBranchDiffLink(BitbucketSCMRepository, String) - Method in class com.atlassian.bitbucket.jenkins.internal.link.BitbucketExternalLinkUtils
-
- createCategories() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource.DescriptorImpl
-
- createChangeLogParser() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM
-
- createDeployment(Run<?, ?>, BitbucketDeploymentEnvironment) - Method in interface com.atlassian.bitbucket.jenkins.internal.deployments.BitbucketDeploymentFactory
-
- createDeployment(Run<?, ?>, BitbucketDeploymentEnvironment, DeploymentState) - Method in interface com.atlassian.bitbucket.jenkins.internal.deployments.BitbucketDeploymentFactory
-
- createDeployment(Run<?, ?>, BitbucketDeploymentEnvironment) - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.BitbucketDeploymentFactoryImpl
-
- createDeployment(Run<?, ?>, BitbucketDeploymentEnvironment, DeploymentState) - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.BitbucketDeploymentFactoryImpl
-
- createFor(User) - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.token.UserOAuthTokenTransientActionFactory
-
- createFor(Job) - Method in class com.atlassian.bitbucket.jenkins.internal.link.BitbucketJobLinkActionFactory
-
- createFor(WorkflowMultiBranchProject) - Method in class com.atlassian.bitbucket.jenkins.internal.link.BitbucketMultibranchLinkActionFactory
-
- createInstance(StaplerRequest) - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.servlet.AuthorizeConfirmationConfig.AuthorizeConfirmationConfigDescriptor
-
- createOAuthAccessor(ServiceProviderToken) - Static method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.OAuthConverter
-
Creates an OAuth Accessor based on input token
- createRepoLink(BitbucketSCMRepository) - Method in class com.atlassian.bitbucket.jenkins.internal.link.BitbucketExternalLinkUtils
-
- createSCM() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMStep
-
- creationTime(long) - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderToken.ServiceProviderTokenBuilder
-
Sets the creationTime
attribute of the token and returns this
builder
to allow other optional attributes to be set or the final request Token
instance to be constructed.
- creationTime(long) - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderToken.Session.Builder
-
Set the time the session was originally created and return this builder.
- CredentialUtils - Class in com.atlassian.bitbucket.jenkins.internal.credentials
-
- decrypt(String) - Static method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.AbstractPersistentStore
-
- DEFAULT_ACCESS_TOKEN_TTL - Static variable in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderToken
-
The default value for access token time to live.
- DEFAULT_OAUTH_ACCESS_TOKEN_TTL_KEY - Static variable in class com.atlassian.bitbucket.jenkins.internal.util.SystemPropertiesConstants
-
Specifies the time to live (TTL) of an OAuth access token, used when making API requests in Jenkins on
behalf of the Bitbucket user, such as starting jobs.
- DEFAULT_OAUTH_REQUEST_TOKEN_TTL_KEY - Static variable in class com.atlassian.bitbucket.jenkins.internal.util.SystemPropertiesConstants
-
Specifies the time to live (TTL) of an OAuth request token, which is used when performing an authorization flow
between Bitbucket and Jenkins.
- DEFAULT_OAUTH_SESSION_TTL_KEY - Static variable in class com.atlassian.bitbucket.jenkins.internal.util.SystemPropertiesConstants
-
Specifies the time to live (TTL) of an OAuth session.
- DEFAULT_REQUEST_TOKEN_TTL - Static variable in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderToken
-
The default value for request token time to live.
- DEFAULT_SESSION_TTL - Static variable in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderToken
-
The default value for session time to live.
- DefaultInstanceKeyPairProvider - Class in com.atlassian.bitbucket.jenkins.internal.provider
-
- DefaultInstanceKeyPairProvider() - Constructor for class com.atlassian.bitbucket.jenkins.internal.provider.DefaultInstanceKeyPairProvider
-
- DefaultJenkinsAuthWrapper - Class in com.atlassian.bitbucket.jenkins.internal.provider
-
- DefaultJenkinsAuthWrapper() - Constructor for class com.atlassian.bitbucket.jenkins.internal.provider.DefaultJenkinsAuthWrapper
-
- DefaultJenkinsProvider - Class in com.atlassian.bitbucket.jenkins.internal.provider
-
- DefaultJenkinsProvider() - Constructor for class com.atlassian.bitbucket.jenkins.internal.provider.DefaultJenkinsProvider
-
- DefaultSCMHeadByItemProvider - Class in com.atlassian.bitbucket.jenkins.internal.provider
-
- DefaultSCMHeadByItemProvider() - Constructor for class com.atlassian.bitbucket.jenkins.internal.provider.DefaultSCMHeadByItemProvider
-
- DefaultSCMSourceByItemProvider - Class in com.atlassian.bitbucket.jenkins.internal.provider
-
- DefaultSCMSourceByItemProvider() - Constructor for class com.atlassian.bitbucket.jenkins.internal.provider.DefaultSCMSourceByItemProvider
-
- delete(String) - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer.PersistentServiceProviderConsumerStore
-
- delete(String) - Method in interface com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer.ServiceProviderConsumerStore
-
Deletes a consumer whose
key
is equal to the given
key
- deleteWebhook(int) - Method in interface com.atlassian.bitbucket.jenkins.internal.client.BitbucketWebhookClient
-
deletes a webhook with given id
- deleteWebhook(int) - Method in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketWebhookClientImpl
-
- deniedBy(String) - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderToken.ServiceProviderTokenBuilder
-
Sets the user
that denied the request token and returns this
builder
to allow other optional attributes to be set or the final request Token
instance to be constructed.
- deny(String) - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderToken
-
If this is an unauthorized request token, this method will return a request token that has been denied by the
user
.
- DENY_KEY - Static variable in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.servlet.AuthorizeConfirmationConfig
-
- DeploymentNotifier - Class in com.atlassian.bitbucket.jenkins.internal.deployments
-
Step for configuring deployment notification in freestyle jobs.
- DeploymentNotifier(String) - Constructor for class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentNotifier
-
- DeploymentNotifier.DescriptorImpl - Class in com.atlassian.bitbucket.jenkins.internal.deployments
-
- DeploymentNotifier_DisplayName() - Static method in class com.atlassian.bitbucket.jenkins.internal.deployments.Messages
-
Key DeploymentNotifier.DisplayName
: Notify Bitbucket
Server of deployment
.
- DeploymentPoster - Interface in com.atlassian.bitbucket.jenkins.internal.deployments
-
Send a deployment notification to Bitbucket Server
- DeploymentPosterImpl - Class in com.atlassian.bitbucket.jenkins.internal.deployments
-
- DeploymentPosterImpl() - Constructor for class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentPosterImpl
-
- DeploymentPosterImpl(BitbucketClientFactoryProvider, BitbucketDeploymentFactory, JenkinsToBitbucketCredentials, BitbucketPluginConfiguration, BitbucketSCMRepositoryHelper) - Constructor for class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentPosterImpl
-
- DEPLOYMENTS_CAPABILITY_KEY - Static variable in class com.atlassian.bitbucket.jenkins.internal.model.AtlassianServerCapabilities
-
- DeploymentState - Enum in com.atlassian.bitbucket.jenkins.internal.model.deployment
-
The possible states of a deployment.
- DeploymentStep - Interface in com.atlassian.bitbucket.jenkins.internal.deployments
-
- DeploymentStepDescriptorHelper - Class in com.atlassian.bitbucket.jenkins.internal.deployments
-
- DeploymentStepDescriptorHelper() - Constructor for class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStepDescriptorHelper
-
- DeploymentStepDescriptorHelper_EmptySelection() - Static method in class com.atlassian.bitbucket.jenkins.internal.deployments.Messages
-
Key DeploymentStepDescriptorHelper.EmptySelection
: -
none -
.
- DeploymentStepDescriptorHelper_EnvironmentNameRequired() - Static method in class com.atlassian.bitbucket.jenkins.internal.deployments.Messages
-
Key DeploymentStepDescriptorHelper.EnvironmentNameRequired
:
The environment name is required
.
- DeploymentStepDescriptorHelper_EnvironmentNameTooLong() - Static method in class com.atlassian.bitbucket.jenkins.internal.deployments.Messages
-
Key DeploymentStepDescriptorHelper.EnvironmentNameTooLong
:
The environment name must be shorter than 255 characters
.
- DeploymentStepDescriptorHelper_EnvironmentTypeInvalid() - Static method in class com.atlassian.bitbucket.jenkins.internal.deployments.Messages
-
Key DeploymentStepDescriptorHelper.EnvironmentTypeInvalid
:
The environment type should be one of DEVELOPMENT, PRODUCTION,
STAGING, TESTING
.
- DeploymentStepDescriptorHelper_EnvironmentUrlInvalid() - Static method in class com.atlassian.bitbucket.jenkins.internal.deployments.Messages
-
Key DeploymentStepDescriptorHelper.EnvironmentUrlInvalid
:
The environment URL must be a valid URL
.
- DeploymentStepDescriptorHelper_KeyTooLong() - Static method in class com.atlassian.bitbucket.jenkins.internal.deployments.Messages
-
Key DeploymentStepDescriptorHelper.KeyTooLong
: The
environment key must be shorter than 255 characters
.
- DeploymentStepDescriptorHelper_UriAbsolute() - Static method in class com.atlassian.bitbucket.jenkins.internal.deployments.Messages
-
Key DeploymentStepDescriptorHelper.UriAbsolute
: The
deployment URI must be absolute
.
- DeploymentStepDescriptorHelper_UriTooLong() - Static method in class com.atlassian.bitbucket.jenkins.internal.deployments.Messages
-
Key DeploymentStepDescriptorHelper.UriTooLong
: The
deployment URI must be shorter than 1024 characters
.
- DeploymentStepExecution - Class in com.atlassian.bitbucket.jenkins.internal.deployments
-
- DeploymentStepExecutionCallback - Class in com.atlassian.bitbucket.jenkins.internal.deployments
-
- DeploymentStepExecutionCallback(BitbucketDeploymentEnvironment) - Constructor for class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStepExecutionCallback
-
- DeploymentStepImpl - Class in com.atlassian.bitbucket.jenkins.internal.deployments
-
Step for configuring deployment notifications.
- DeploymentStepImpl(String) - Constructor for class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStepImpl
-
- DeploymentStepImpl.DescriptorImpl - Class in com.atlassian.bitbucket.jenkins.internal.deployments
-
- DeploymentStepUtils - Class in com.atlassian.bitbucket.jenkins.internal.deployments
-
- DeploymentStepUtils() - Constructor for class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStepUtils
-
- DESCRIPTION - Static variable in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.OAuthConverter.ConsumerProperty
-
- description(String) - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer.Consumer.Builder
-
Sets the description of the consumer as it would be displayed to the user and returns
this
builder to allow other attributes to be set
- descriptor() - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentNotifier
-
- DescriptorImpl() - Constructor for class com.atlassian.bitbucket.jenkins.internal.config.BitbucketServerConfiguration.DescriptorImpl
-
- DescriptorImpl() - Constructor for class com.atlassian.bitbucket.jenkins.internal.config.BitbucketTokenCredentialsImpl.DescriptorImpl
-
- DescriptorImpl() - Constructor for class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentNotifier.DescriptorImpl
-
- DescriptorImpl() - Constructor for class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStepImpl.DescriptorImpl
-
- DescriptorImpl() - Constructor for class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthConsumerCreateAction.DescriptorImpl
-
- DescriptorImpl() - Constructor for class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.token.DisplayAccessToken.DescriptorImpl
-
- DescriptorImpl() - Constructor for class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM.DescriptorImpl
-
- DescriptorImpl() - Constructor for class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource.DescriptorImpl
-
- DescriptorImpl() - Constructor for class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMStep.DescriptorImpl
-
- DescriptorImpl() - Constructor for class com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketWebhookMultibranchTrigger.DescriptorImpl
-
- destroy() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.auth.OAuth1aRequestFilter
-
- DisplayAccessToken - Class in com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.token
-
- DisplayAccessToken(ServiceProviderToken, Clock) - Constructor for class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.token.DisplayAccessToken
-
- DisplayAccessToken.DescriptorImpl - Class in com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.token
-
- doAccessToken(StaplerRequest, StaplerResponse) - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.rest.TokenEndpoint
-
- doCheckAdminCredentialsId(String) - Method in class com.atlassian.bitbucket.jenkins.internal.config.BitbucketServerConfiguration.DescriptorImpl
-
- doCheckBaseUrl(String) - Method in class com.atlassian.bitbucket.jenkins.internal.config.BitbucketServerConfiguration.DescriptorImpl
-
- doCheckCallbackUrl(String) - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthConsumerEntry.OAuthConsumerEntryDescriptor
-
- doCheckConsumerKey(String) - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthConsumerEntry.OAuthConsumerEntryDescriptor
-
- doCheckConsumerName(String) - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthConsumerEntry.OAuthConsumerEntryDescriptor
-
- doCheckConsumerSecret(String) - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthConsumerEntry.OAuthConsumerEntryDescriptor
-
- doCheckCredentialsId(Item, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM.DescriptorImpl
-
- doCheckCredentialsId(Item, String) - Method in interface com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormValidation
-
- doCheckCredentialsId(Item, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormValidationDelegate
-
- doCheckCredentialsId(Item, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource.DescriptorImpl
-
- doCheckCredentialsId(Item, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMStep.DescriptorImpl
-
- doCheckEnvironmentKey(Item, String) - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentNotifier.DescriptorImpl
-
- doCheckEnvironmentKey(Item, String) - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStepDescriptorHelper
-
- doCheckEnvironmentKey(Item, String) - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStepImpl.DescriptorImpl
-
- doCheckEnvironmentName(Item, String) - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentNotifier.DescriptorImpl
-
- doCheckEnvironmentName(Item, String) - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStepDescriptorHelper
-
- doCheckEnvironmentName(Item, String) - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStepImpl.DescriptorImpl
-
- doCheckEnvironmentType(Item, String) - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentNotifier.DescriptorImpl
-
- doCheckEnvironmentType(Item, String) - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStepDescriptorHelper
-
- doCheckEnvironmentType(Item, String) - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStepImpl.DescriptorImpl
-
- doCheckEnvironmentUrl(Item, String) - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentNotifier.DescriptorImpl
-
- doCheckEnvironmentUrl(Item, String) - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStepDescriptorHelper
-
- doCheckEnvironmentUrl(Item, String) - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStepImpl.DescriptorImpl
-
- doCheckProjectName(Item, String, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM.DescriptorImpl
-
- doCheckProjectName(Item, String, String, String) - Method in interface com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormValidation
-
- doCheckProjectName(Item, String, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormValidationDelegate
-
- doCheckProjectName(Item, String, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource.DescriptorImpl
-
- doCheckProjectName(Item, String, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMStep.DescriptorImpl
-
- doCheckRepositoryName(Item, String, String, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM.DescriptorImpl
-
- doCheckRepositoryName(Item, String, String, String, String) - Method in interface com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormValidation
-
- doCheckRepositoryName(Item, String, String, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormValidationDelegate
-
- doCheckRepositoryName(Item, String, String, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource.DescriptorImpl
-
- doCheckRepositoryName(Item, String, String, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMStep.DescriptorImpl
-
- doCheckServerId(Item, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM.DescriptorImpl
-
- doCheckServerId(Item, String) - Method in interface com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormValidation
-
- doCheckServerId(Item, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormValidationDelegate
-
- doCheckServerId(Item, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource.DescriptorImpl
-
- doCheckServerId(Item, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMStep.DescriptorImpl
-
- doCheckServerName(String) - Method in class com.atlassian.bitbucket.jenkins.internal.config.BitbucketServerConfiguration.DescriptorImpl
-
- doCheckSshCredentialsId(Item, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM.DescriptorImpl
-
- doCheckSshCredentialsId(Item, String) - Method in interface com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormValidation
-
- doCheckSshCredentialsId(Item, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormValidationDelegate
-
- doCheckSshCredentialsId(Item, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource.DescriptorImpl
-
- doCheckSshCredentialsId(Item, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMStep.DescriptorImpl
-
- doContextMenu(StaplerRequest, StaplerResponse) - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthConsumerUpdateAction
-
- doFillAdminCredentialsIdItems(String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.config.BitbucketServerConfiguration.DescriptorImpl
-
- doFillCredentialsIdItems(String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.config.BitbucketServerConfiguration.DescriptorImpl
-
- doFillCredentialsIdItems(Item, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM.DescriptorImpl
-
- doFillCredentialsIdItems(Item, String, String) - Method in interface com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormFill
-
- doFillCredentialsIdItems(Item, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormFillDelegate
-
- doFillCredentialsIdItems(Item, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource.DescriptorImpl
-
- doFillCredentialsIdItems(Item, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMStep.DescriptorImpl
-
- doFillEnvironmentTypeItems(Item) - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentNotifier.DescriptorImpl
-
- doFillEnvironmentTypeItems(Item) - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStepDescriptorHelper
-
- doFillEnvironmentTypeItems(Item) - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStepImpl.DescriptorImpl
-
- doFillGitToolItems() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM.DescriptorImpl
-
- doFillMirrorNameItems(Item, String, String, String, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM.DescriptorImpl
-
- doFillMirrorNameItems(Item, String, String, String, String, String) - Method in interface com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormFill
-
- doFillMirrorNameItems(Item, String, String, String, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormFillDelegate
-
- doFillMirrorNameItems(Item, String, String, String, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource.DescriptorImpl
-
- doFillMirrorNameItems(Item, String, String, String, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMStep.DescriptorImpl
-
- doFillProjectNameItems(Item, String, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM.DescriptorImpl
-
- doFillProjectNameItems(Item, String, String, String) - Method in interface com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormFill
-
- doFillProjectNameItems(Item, String, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormFillDelegate
-
- doFillProjectNameItems(Item, String, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource.DescriptorImpl
-
- doFillProjectNameItems(Item, String, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMStep.DescriptorImpl
-
- doFillRepositoryNameItems(Item, String, String, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM.DescriptorImpl
-
- doFillRepositoryNameItems(Item, String, String, String, String) - Method in interface com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormFill
-
- doFillRepositoryNameItems(Item, String, String, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormFillDelegate
-
- doFillRepositoryNameItems(Item, String, String, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource.DescriptorImpl
-
- doFillRepositoryNameItems(Item, String, String, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMStep.DescriptorImpl
-
- doFillServerIdItems(Item, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM.DescriptorImpl
-
- doFillServerIdItems(Item, String) - Method in interface com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormFill
-
- doFillServerIdItems(Item, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormFillDelegate
-
- doFillServerIdItems(Item, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource.DescriptorImpl
-
- doFillServerIdItems(Item, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMStep.DescriptorImpl
-
- doFillSshCredentialsIdItems(Item, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM.DescriptorImpl
-
- doFillSshCredentialsIdItems(Item, String, String) - Method in interface com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormFill
-
- doFillSshCredentialsIdItems(Item, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormFillDelegate
-
- doFillSshCredentialsIdItems(Item, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource.DescriptorImpl
-
- doFillSshCredentialsIdItems(Item, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMStep.DescriptorImpl
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.auth.OAuth1aRequestFilter
-
- doIndex(StaplerRequest, StaplerResponse) - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.servlet.AuthorizeConfirmationConfig
-
- doPerformCreate(StaplerRequest) - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthConsumerCreateAction
-
- doPerformDelete(StaplerRequest) - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthConsumerUpdateAction
-
- doPerformSubmit(StaplerRequest) - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.servlet.AuthorizeConfirmationConfig
-
- doPerformUpdate(StaplerRequest) - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthConsumerUpdateAction
-
- doRequestToken(StaplerRequest, StaplerResponse) - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.rest.TokenEndpoint
-
- doRevoke(StaplerRequest) - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.token.OAuthTokenConfiguration
-
- doTestConnection(String, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.config.BitbucketServerConfiguration.DescriptorImpl
-
- doTestConnection(Item, String, String, String, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM.DescriptorImpl
-
- doTestConnection(Item, String, String, String, String, String) - Method in interface com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormValidation
-
- doTestConnection(Item, String, String, String, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormValidationDelegate
-
- doTestConnection(Item, String, String, String, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource.DescriptorImpl
-
- doTestConnection(Item, String, String, String, String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMStep.DescriptorImpl
-
- doTrigger(StaplerRequest, StaplerResponse) - Method in class com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketWebhookEndpoint
-
- generateAccessToken(ServiceProviderToken) - Method in interface com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderTokenFactory
-
Returns a newly generated access token for the authorized request token.
- generateAccessToken(ServiceProviderToken) - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderTokenFactoryImpl
-
- generateKeyPair() - Static method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.RSAKeys
-
Returns a newly created RSA public/private KeyPair
.
- generateRequestToken(Consumer) - Method in interface com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderTokenFactory
-
Generate an unauthorized request token.
- generateRequestToken(Consumer, URI) - Method in interface com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderTokenFactory
-
Generate an unauthorized request token.
- generateRequestToken(Consumer) - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderTokenFactoryImpl
-
- generateRequestToken(Consumer, URI) - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderTokenFactoryImpl
-
- get(String) - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer.PersistentServiceProviderConsumerStore
-
- get(String) - Method in interface com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer.ServiceProviderConsumerStore
-
Retrieve a
consumer
from the store whose
key
attribute is equal to the
key
parameter, or
empty
if such a
consumer
doesn't exist
- get(String) - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.PersistentServiceProviderTokenStore
-
- get(String) - Method in interface com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderTokenStore
-
Retrieve a ServiceProviderToken
from the store whose token
attribute is equal to the
token
parameter.
- get() - Method in class com.atlassian.bitbucket.jenkins.internal.client.supply.BitbucketCapabilitiesSupplier
-
- get() - Method in class com.atlassian.bitbucket.jenkins.internal.provider.DefaultJenkinsProvider
-
- get() - Method in interface com.atlassian.bitbucket.jenkins.internal.provider.JenkinsProvider
-
Returns the result of calling Jenkins.get()
- getAccessRequest() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.servlet.AuthorizeConfirmationConfig
-
- getAccessTokensForUser(String) - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.PersistentServiceProviderTokenStore
-
- getAccessTokensForUser(String) - Method in interface com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderTokenStore
-
Retrieves all the access tokens the user has approved.
- getAccessTokenUrl() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthConsumerUpdateAction
-
- getActions() - Method in class com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketTriggerWorker
-
- getActor() - Method in class com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketWebhookTriggerRequest
-
- getActor() - Method in class com.atlassian.bitbucket.jenkins.internal.trigger.events.AbstractWebhookEvent
-
- getAdditionalActions() - Method in class com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketWebhookTriggerRequest
-
- getAdminCredentialsId() - Method in class com.atlassian.bitbucket.jenkins.internal.config.BitbucketServerConfiguration
-
- getAll() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer.PersistentServiceProviderConsumerStore
-
- getAll() - Method in interface com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer.ServiceProviderConsumerStore
-
- getAndInitializeGitScmIfNull(Item) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM
-
- getApplication() - Method in class com.atlassian.bitbucket.jenkins.internal.model.AtlassianServerCapabilities
-
Return the application type as provided by the remote side.
- getApplicationWebHooks() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketWebhookSupportedEvents
-
- getAttempts() - Method in class com.atlassian.bitbucket.jenkins.internal.http.RetryOnRateLimitConfig
-
- getAuthenticatedUser() - Method in interface com.atlassian.bitbucket.jenkins.internal.client.BitbucketAuthenticatedUserClient
-
Get the username associated with the provided credentials.
- getAuthenticatedUser() - Method in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketAuthenticatedUserClientImpl
-
- getAuthenticatedUserClient() - Method in interface com.atlassian.bitbucket.jenkins.internal.client.BitbucketClientFactory
-
Return a client that can return the username for the credentials used.
- getAuthenticatedUserClient() - Method in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketClientFactoryImpl
-
- getAuthenticatedUsername() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.servlet.AuthorizeConfirmationConfig
-
- getAuthentication() - Method in class com.atlassian.bitbucket.jenkins.internal.provider.DefaultJenkinsAuthWrapper
-
- getAuthentication() - Method in interface com.atlassian.bitbucket.jenkins.internal.provider.JenkinsAuthWrapper
-
- getAuthorization() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderToken
-
Returns the authorization status of this token.
- getAuthorize(StaplerRequest) - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthGlobalConfiguration
-
- getAuthorizeUrl() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthConsumerUpdateAction
-
- getBaseUrl() - Method in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketRequestExecutor
-
Returns the root URL of Bitbucket server.
- getBaseUrl() - Method in class com.atlassian.bitbucket.jenkins.internal.config.BitbucketServerConfiguration
-
Returns the URL location of the server instance
- getBaseUrl() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketMirror
-
- getBearerCredentials(String) - Static method in class com.atlassian.bitbucket.jenkins.internal.credentials.JenkinsToBitbucketCredentialsImpl
-
- getBitbucketClientFactoryProvider() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource.DescriptorImpl
-
- getBitbucketDefaultBranch() - Method in class com.atlassian.bitbucket.jenkins.internal.status.BitbucketRepositoryMetadataAction
-
- getBitbucketDeploymentFactory() - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentNotifier.DescriptorImpl
-
- getBitbucketDeploymentFactory() - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStepImpl.DescriptorImpl
-
- getBitbucketSCMRepo() - Method in class com.atlassian.bitbucket.jenkins.internal.status.BitbucketRevisionAction
-
- getBitbucketSCMRepository() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM
-
- getBitbucketSCMRepository() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource
-
- getBitbucketSCMRepository() - Method in class com.atlassian.bitbucket.jenkins.internal.status.BitbucketRepositoryMetadataAction
-
- getBitbucketServerBaseUrl() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.MirrorFetchRequest
-
- getBody() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketResponse
-
- getBranchAsRefFormat() - Method in class com.atlassian.bitbucket.jenkins.internal.status.BitbucketRevisionAction
-
- getBranches() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM
-
- getBranches() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMStep
-
- getBranchName() - Method in class com.atlassian.bitbucket.jenkins.internal.status.BitbucketRevisionAction
-
- getBrowser() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM
-
- getBuildNumber() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketBuildStatus
-
- getBuildStatusClient(String) - Method in interface com.atlassian.bitbucket.jenkins.internal.client.BitbucketRepositoryClient
-
Return a client that can post the current status of a build to Bitbucket.
- getBuildStatusClient(String, BitbucketSCMRepository, BitbucketCICapabilities, InstanceKeyPairProvider, DisplayURLProvider) - Method in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketRepositoryClientImpl
-
- getBuildStatusClient(String) - Method in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketRepositoryClientImpl
-
- getCallback() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer.Consumer
-
Returns the default callback URI
used after a request token has been authorized if no callback
URI
was provided in the authorization request.
- getCallback() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderToken
-
Returns the URI
the consumer should be redirected to after the user has completed authorization.
- getCallback() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderTokenFactoryImpl.RequestTokenGenerationRequest
-
- getCallback() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.servlet.AuthorizeConfirmationConfig
-
- getCallbackUrl() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthConsumerEntry
-
- getCapabilities() - Method in class com.atlassian.bitbucket.jenkins.internal.model.AtlassianServerCapabilities
-
- getCapabilityClient() - Method in interface com.atlassian.bitbucket.jenkins.internal.client.BitbucketClientFactory
-
Construct a client that can retrieve the advertised capabilities from Bitbucket.
- getCapabilityClient() - Method in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketClientFactoryImpl
-
- getCategory() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthGlobalConfiguration
-
- getChanges() - Method in class com.atlassian.bitbucket.jenkins.internal.trigger.events.RefsChangedWebhookEvent
-
- getChildren() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketDirectory
-
- getCICapabilities() - Method in interface com.atlassian.bitbucket.jenkins.internal.client.BitbucketCapabilitiesClient
-
Get the supported ci capabilities of the linked Bitbucket Server.
- getCICapabilities() - Method in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketCapabilitiesClientImpl
-
- getCiCapabilities() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketCICapabilities
-
- getClient(String, BitbucketCredentials) - Method in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketClientFactoryProvider
-
Return a client factory for the given base URL.
- getCloneCredentialsId() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMRepository
-
- getCloneProtocol() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMRepository
-
- getCloneUrl(CloneProtocol) - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketMirroredRepository
-
- getCloneUrl(CloneProtocol) - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketRepository
-
- getCloneUrls() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketMirroredRepository
-
- getCloneUrls() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketRepository
-
- getComponents() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketDirectoryPath
-
- getConfigFile() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.AbstractPersistentStore
-
The file where
tokens
are saved
- getConfiguration() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketWebhookRequest
-
- getConsumer() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderTokenFactoryImpl.RequestTokenGenerationRequest
-
- getConsumer() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.Token
-
Returns the Consumer
that owns this token.
- getConsumer(String) - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthGlobalConfiguration
-
Creates a new update action with the existing consumer matching a given key, that can be updated
- getConsumerDescriptor() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthConsumerCreateAction
-
- getConsumerDescriptor() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthConsumerUpdateAction
-
- getConsumerEntry() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthConsumerUpdateAction
-
- getConsumerFromSubmittedForm(StaplerRequest) - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthConsumerEntry.OAuthConsumerEntryDescriptor
-
- getConsumerKey() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthConsumerEntry
-
- getConsumerKey() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthConsumerUpdateAction
-
- getConsumerName() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthConsumerEntry
-
- getConsumerName() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.servlet.AuthorizeConfirmationConfig
-
- getConsumerName() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.token.DisplayAccessToken
-
- getConsumers() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthGlobalConfiguration
-
- getConsumerSecret() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer.Consumer
-
Returns optional secret for the consumer,
If the signature method is HMAC_SHA1, this secret is used in verifying the signature in requests from the consumer.
- getConsumerSecret() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthConsumerEntry
-
- getContext() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.MirrorFetchRequest
-
- getCoreRestPath() - Method in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketRequestExecutor
-
Provide the base Rest path
- getCreate() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthGlobalConfiguration
-
Creates a new update action with an empty consumer that can be created and added
- getCreationDate() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.token.DisplayAccessToken
-
- getCreationTime() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderToken
-
Returns the time the token was originally created for the user, in milliseconds.
- getCreationTime() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderToken.Session
-
- getCredentials(String, Item) - Static method in class com.atlassian.bitbucket.jenkins.internal.credentials.CredentialUtils
-
- getCredentials() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource
-
- getCredentialsId() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM
-
- getCredentialsId() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMRepository
-
- getCredentialsId() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource
-
- getCredentialsId() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMStep
-
- getCredentialsId() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.MirrorFetchRequest
-
- getDate() - Method in class com.atlassian.bitbucket.jenkins.internal.trigger.events.AbstractWebhookEvent
-
- getDefaultBranch() - Method in interface com.atlassian.bitbucket.jenkins.internal.client.BitbucketRepositoryClient
-
Returns the default branch of a repository.
- getDefaultBranch() - Method in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketRepositoryClientImpl
-
- getDefaultBranch(String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmHelper
-
- getDefaultListBox() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketMirrorHandler
-
- getDeploymentCapabilities() - Method in interface com.atlassian.bitbucket.jenkins.internal.client.BitbucketCapabilitiesClient
-
Get the supported deployment capabilities of the linked Bitbucket Server.
- getDeploymentCapabilities() - Method in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketCapabilitiesClientImpl
-
- getDeploymentClient(String) - Method in interface com.atlassian.bitbucket.jenkins.internal.client.BitbucketRepositoryClient
-
Return a client that can post deployment information to Bitbucket.
- getDeploymentClient(String) - Method in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketRepositoryClientImpl
-
- getDeploymentPoster() - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentNotifier.DescriptorImpl
-
- getDeploymentPoster() - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStepImpl.DescriptorImpl
-
- getDeploymentSequenceNumber() - Method in class com.atlassian.bitbucket.jenkins.internal.model.deployment.BitbucketDeployment
-
- getDescription() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer.Consumer
-
Returns the optional description of the consumer as it would be displayed to the user, empty if the
description was not set.
- getDescription() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthGlobalConfiguration
-
- getDescription() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketBuildStatus
-
- getDescription() - Method in class com.atlassian.bitbucket.jenkins.internal.model.deployment.BitbucketDeployment
-
- getDescriptiveText(String, String) - Method in enum com.atlassian.bitbucket.jenkins.internal.model.BuildState
-
- getDescriptiveText(String, String) - Method in enum com.atlassian.bitbucket.jenkins.internal.model.deployment.DeploymentState
-
- getDescriptor() - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStepImpl
-
- getDescriptor() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthConsumerEntry
-
- getDescriptor() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthGlobalConfiguration
-
- getDescriptor() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.servlet.AuthorizeConfirmationConfig
-
- getDescriptor() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.token.OAuthTokenConfiguration
-
- getDescriptor() - Method in class com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketWebhookMultibranchTrigger
-
- getDescriptor() - Method in class com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketWebhookTriggerImpl
-
- getDirectoryContent(BitbucketSCMFile) - Method in interface com.atlassian.bitbucket.jenkins.internal.client.BitbucketFilePathClient
-
Retrieves the list of all files and directories that can be found.
- getDirectoryContent(BitbucketSCMFile) - Method in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketFilePathClientImpl
-
- getDisplayId() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketPullRequestRef
-
- getDisplayId() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketRef
-
- getDisplayName() - Method in class com.atlassian.bitbucket.jenkins.internal.config.BitbucketServerConfiguration.DescriptorImpl
-
- getDisplayName() - Method in class com.atlassian.bitbucket.jenkins.internal.config.BitbucketTokenCredentialsImpl.DescriptorImpl
-
- getDisplayName() - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentNotifier.DescriptorImpl
-
- getDisplayName() - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStepImpl.DescriptorImpl
-
- getDisplayName() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthConsumerCreateAction
-
- getDisplayName() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthConsumerUpdateAction
-
- getDisplayName() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthGlobalConfiguration
-
- getDisplayName() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.servlet.AuthorizeConfirmationConfig
-
- getDisplayName() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.token.DisplayAccessToken.DescriptorImpl
-
- getDisplayName() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.token.OAuthTokenConfiguration
-
- getDisplayName() - Method in class com.atlassian.bitbucket.jenkins.internal.link.BitbucketExternalLink
-
- getDisplayName() - Method in enum com.atlassian.bitbucket.jenkins.internal.link.BitbucketLinkType
-
- getDisplayName() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketUser
-
- getDisplayName() - Method in class com.atlassian.bitbucket.jenkins.internal.model.deployment.BitbucketDeployment
-
- getDisplayName() - Method in enum com.atlassian.bitbucket.jenkins.internal.model.deployment.BitbucketDeploymentEnvironmentType
-
- getDisplayName() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM.DescriptorImpl
-
- getDisplayName() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource.DescriptorImpl
-
- getDisplayName() - Method in class com.atlassian.bitbucket.jenkins.internal.status.BitbucketRevisionAction
-
- getDisplayName() - Method in class com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketWebhookEndpoint
-
- getDisplayName() - Method in class com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketWebhookMultibranchTrigger.DescriptorImpl
-
- getDisplayName() - Method in class com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketWebhookTriggerImpl.BitbucketWebhookTriggerDescriptor
-
- getDuration() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketBuildStatus
-
- getEmailAddress() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketUser
-
- getEntityClass() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.AbstractPersistentStore
-
- getEntityClass() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer.PersistentServiceProviderConsumerStore
-
- getEntityClass() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.PersistentServiceProviderTokenStore
-
- getEnvironment(Run<?, ?>, TaskListener) - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentNotifier
-
- getEnvironment(Run<?, ?>, TaskListener) - Method in interface com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStep
-
- getEnvironment(Run<?, ?>, TaskListener) - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStepImpl
-
- getEnvironment(DeploymentStep, Run<?, ?>, TaskListener) - Static method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStepUtils
-
- getEnvironment() - Method in class com.atlassian.bitbucket.jenkins.internal.model.deployment.BitbucketDeployment
-
- getEnvironmentKey() - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentNotifier
-
Used to populate the environmentKey
field in the UI
- getEnvironmentKey() - Method in interface com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStep
-
Used to populate the environmentKey
field in the UI.
- getEnvironmentKey() - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStepImpl
-
- getEnvironmentName() - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentNotifier
-
- getEnvironmentName() - Method in interface com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStep
-
Used to populate the environmentName
field in the UI.
- getEnvironmentName() - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStepImpl
-
- getEnvironmentType() - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentNotifier
-
Used to populate the environmentType
field in the UI
- getEnvironmentType() - Method in interface com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStep
-
Used to populate the environmentType
field in the UI.
- getEnvironmentType() - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStepImpl
-
- getEnvironmentUrl() - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentNotifier
-
Used to populate the environmentUrl
field in the UI
- getEnvironmentUrl() - Method in interface com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStep
-
Used to populate the environmentUrl
field in the UI.
- getEnvironmentUrl() - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStepImpl
-
- getEventId() - Method in enum com.atlassian.bitbucket.jenkins.internal.trigger.events.BitbucketWebhookEvent
-
- getEventKey() - Method in class com.atlassian.bitbucket.jenkins.internal.trigger.events.AbstractWebhookEvent
-
- getEvents() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketWebhookRequest
-
- getExistingMirrorSelection() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.MirrorFetchRequest
-
- getExtensionDescriptors() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM.DescriptorImpl
-
- getExtensionDescriptors() - Method in interface com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormFill
-
- getExtensionDescriptors() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormFillDelegate
-
- getExtensionDescriptors() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource.DescriptorImpl
-
- getExtensionDescriptors() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMStep.DescriptorImpl
-
- getExtensions() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM
-
- getFailed() - Method in class com.atlassian.bitbucket.jenkins.internal.model.TestResults
-
- getField() - Method in exception com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMException
-
- getFileContent(BitbucketSCMFile) - Method in interface com.atlassian.bitbucket.jenkins.internal.client.BitbucketFilePathClient
-
Retrieve the text contents of a file in a repository.
- getFileContent(BitbucketSCMFile) - Method in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketFilePathClientImpl
-
- getFilePath() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.filesystem.BitbucketSCMFile
-
- getFilePathClient() - Method in interface com.atlassian.bitbucket.jenkins.internal.client.BitbucketRepositoryClient
-
Returns a client for getting file content and directory information on paths in a repository.
- getFilePathClient() - Method in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketRepositoryClientImpl
-
- getFromHash() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketRefChange
-
- getFromRef() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketPullRequest
-
- getFunctionName() - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStepImpl.DescriptorImpl
-
- getFunctionName() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMStep.DescriptorImpl
-
- getGitSCM() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM
-
- getGitTool() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM
-
- getGitTools() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM.DescriptorImpl
-
- getGitTools() - Method in interface com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormFill
-
- getGitTools() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormFillDelegate
-
- getGitTools() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource.DescriptorImpl
-
- getGitTools() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMStep.DescriptorImpl
-
- getGlobalAdminCredentials() - Method in interface com.atlassian.bitbucket.jenkins.internal.credentials.GlobalCredentialsProvider
-
- getGlobalCredentialsProvider(Item) - Method in class com.atlassian.bitbucket.jenkins.internal.config.BitbucketServerConfiguration
-
For a given item, returns a global credential provider.
- getGlobalCredentialsProvider(String) - Method in class com.atlassian.bitbucket.jenkins.internal.config.BitbucketServerConfiguration
-
- getHandle() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderToken.Session
-
- getHeaders() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketResponse
-
- getHref() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketNamedLink
-
- getIconClassName() - Method in class com.atlassian.bitbucket.jenkins.internal.config.BitbucketTokenCredentialsImpl.DescriptorImpl
-
- getIconClassName() - Method in class com.atlassian.bitbucket.jenkins.internal.link.BitbucketExternalLink
-
- getIconFileName() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthConsumerCreateAction
-
- getIconFileName() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthConsumerUpdateAction
-
- getIconFileName() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthGlobalConfiguration
-
- getIconFileName() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.servlet.AuthorizeConfirmationConfig
-
- getIconFileName() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.token.OAuthTokenConfiguration
-
- getIconFileName() - Method in class com.atlassian.bitbucket.jenkins.internal.link.BitbucketExternalLink
-
- getIconFileName() - Method in class com.atlassian.bitbucket.jenkins.internal.status.BitbucketRevisionAction
-
- getIconFileName() - Method in class com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketWebhookEndpoint
-
- getIconUrl() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.servlet.AuthorizeConfirmationConfig
-
- getId() - Method in class com.atlassian.bitbucket.jenkins.internal.config.BitbucketServerConfiguration
-
- getId() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketMirrorServer
-
- getId() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketPullRequest
-
- getId() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketPullRequestRef
-
- getId() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketRef
-
- getId() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketRepository
-
- getId() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketWebhook
-
- getId() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM
-
- getId() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMStep
-
- getIgnored() - Method in class com.atlassian.bitbucket.jenkins.internal.model.TestResults
-
- getInstanceName() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.servlet.AuthorizeConfirmationConfig
-
- getJenkinsBaseUrl() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthConsumerUpdateAction
-
- getJenkinsUrl() - Method in class com.atlassian.bitbucket.jenkins.internal.trigger.register.WebhookRegisterRequest
-
- getJob() - Method in class com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketTriggerWorker
-
- getKey() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer.Consumer
-
Returns the unique key used to identify the consumer in requests unauthorized OAuth request tokens.
- getKey() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketBuildStatus
-
- getKey() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketProject
-
- getKey() - Method in class com.atlassian.bitbucket.jenkins.internal.model.deployment.BitbucketDeployment
-
- getKey() - Method in class com.atlassian.bitbucket.jenkins.internal.model.deployment.BitbucketDeploymentEnvironment
-
- getLastRenewalTime() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderToken.Session
-
- getLatestChangeset() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketDefaultBranch
-
- getLatestCommit() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketDefaultBranch
-
- getLatestCommit() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketPullRequestRef
-
- getLimit() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketPage
-
- getLines() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketFilePage
-
- getLinks() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketMirroredRepository
-
- getLinks() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketMirroredRepositoryDescriptor
-
- getMaxAttempts() - Method in class com.atlassian.bitbucket.jenkins.internal.http.RetryOnRateLimitConfig
-
- getMessage() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderTokenFactoryImpl.RequestTokenGenerationRequest
-
- getMirroredRepositoriesClient(int) - Method in interface com.atlassian.bitbucket.jenkins.internal.client.BitbucketClientFactory
-
Construct a client that can retrieve the list of mirrored repositories for a given repoId
from Bitbucket.
- getMirroredRepositoriesClient(int) - Method in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketClientFactoryImpl
-
- getMirroredRepositoryDescriptors() - Method in interface com.atlassian.bitbucket.jenkins.internal.client.BitbucketMirrorClient
-
Retrieve a page of mirrored repository descriptors for the given repository ID
- getMirroredRepositoryDescriptors() - Method in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketMirrorClientImpl
-
- getMirroringDetails() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.EnrichedBitbucketMirroredRepository
-
- getMirrorName() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketMirroredRepository
-
- getMirrorName() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM
-
- getMirrorName() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMRepository
-
- getMirrorName() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource
-
- getMirrorName() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMStep
-
- getMirrorServer() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketMirroredRepositoryDescriptor
-
- getMirrorServer() - Method in class com.atlassian.bitbucket.jenkins.internal.trigger.events.MirrorSynchronizedWebhookEvent
-
- getName() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer.Consumer
-
Returns the name of the consumer as it will be displayed to the user.
- getName(BitbucketTokenCredentialsImpl) - Method in class com.atlassian.bitbucket.jenkins.internal.config.BitbucketTokenCredentials.NameProvider
-
- getName() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketBuildStatus
-
- getName() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketDirectoryPath
-
- getName() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketMirror
-
- getName() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketMirrorServer
-
- getName() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketNamedLink
-
- getName() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketProject
-
- getName() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketRepository
-
- getName() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketUser
-
- getName() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketWebhookRequest
-
- getName() - Method in class com.atlassian.bitbucket.jenkins.internal.model.deployment.BitbucketDeploymentEnvironment
-
- getName() - Method in class com.atlassian.bitbucket.jenkins.internal.trigger.register.WebhookRegisterRequest
-
- getNextPageStart() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketPage
-
- getNode() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketDirectoryChild
-
- getOauth() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.rest.BaseApplinkRestAPI
-
- getOAuthConsumerForAdd() - Static method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthConsumerEntry
-
- getOAuthConsumerForUpdate(Consumer) - Static method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthConsumerEntry
-
- getOrGenerateEnvironmentKey() - Static method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStepUtils
-
Generates a random UUID to be used as an environment key.
- getOrGenerateEnvironmentKey(String) - Static method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStepUtils
-
Gets the provided environmentKey
, stripping away whitespace, or generates a random UUID if a blank
environmentKey
was provided.
- getParent() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketBuildStatus
-
- getParent() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketDirectoryPath
-
- getPath() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketDirectory
-
- getPath() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketDirectoryChild
-
- getPrivate() - Method in class com.atlassian.bitbucket.jenkins.internal.provider.DefaultInstanceKeyPairProvider
-
- getPrivate() - Method in interface com.atlassian.bitbucket.jenkins.internal.provider.InstanceKeyPairProvider
-
Returns a private RSA key associated with this instance
- getProject() - Method in interface com.atlassian.bitbucket.jenkins.internal.client.BitbucketProjectClient
-
Get the project associated with the given project key
- getProject() - Method in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketProjectClientImpl
-
- getProject() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketRepository
-
- getProjectByNameOrKey(String, BitbucketClientFactory) - Static method in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketSearchHelper
-
- getProjectClient(String) - Method in interface com.atlassian.bitbucket.jenkins.internal.client.BitbucketClientFactory
-
Return a project client.
- getProjectClient(String) - Method in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketClientFactoryImpl
-
- getProjectKey() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM
-
- getProjectKey() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMRepository
-
- getProjectKey() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource
-
- getProjectKey() - Method in class com.atlassian.bitbucket.jenkins.internal.trigger.register.WebhookRegisterRequest
-
- getProjectName() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM
-
- getProjectName() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMRepository
-
- getProjectName() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource
-
- getProjectName() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMStep
-
- getProjectNameOrKey() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.MirrorFetchRequest
-
- getProperties() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.Token
-
Returns an immutable map of the tokens properties.
- getProperty(String) - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.Token
-
Returns the value of the property, or null
if the property doesn't exist.
- getPropertyNames() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.Token
-
Returns the names of the properties for this token.
- getPublic() - Method in class com.atlassian.bitbucket.jenkins.internal.provider.DefaultInstanceKeyPairProvider
-
- getPublic() - Method in interface com.atlassian.bitbucket.jenkins.internal.provider.InstanceKeyPairProvider
-
Returns a public RSA key associated with this instance
- getPublicKey() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer.Consumer
-
Returns optional RSA public key for the consumer,
If the signature method is RSA-SHA1, this key is used in verifying the signature in requests from the consumer.
- getPullRequest() - Method in class com.atlassian.bitbucket.jenkins.internal.trigger.events.PullRequestWebhookEvent
-
- getPullRequests(BitbucketPullRequestState) - Method in interface com.atlassian.bitbucket.jenkins.internal.client.BitbucketRepositoryClient
-
Gets all pull requests of the given state for the repository.
- getPullRequests() - Method in interface com.atlassian.bitbucket.jenkins.internal.client.BitbucketRepositoryClient
-
Gets all pull requests for the repository.
- getPullRequests(BitbucketPullRequestState) - Method in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketRepositoryClientImpl
-
- getPullRequests() - Method in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketRepositoryClientImpl
-
- getRef() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketBuildStatus
-
- getRef() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketRefChange
-
- getRef() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.filesystem.BitbucketSCMFile
-
- getRefId() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketRefChange
-
- getRemote() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource
-
- getRepoNameOrSlug() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.MirrorFetchRequest
-
- getRepositories() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM
-
- getRepository() - Method in interface com.atlassian.bitbucket.jenkins.internal.client.BitbucketRepositoryClient
-
Make the call out to Bitbucket and read the response.
- getRepository() - Method in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketRepositoryClientImpl
-
- getRepository() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketPullRequestRef
-
- getRepository(String, String) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmHelper
-
- getRepository(Run<?, ?>, SCM) - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMRepositoryHelper
-
- getRepository() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.EnrichedBitbucketMirroredRepository
-
- getRepository() - Method in class com.atlassian.bitbucket.jenkins.internal.trigger.events.RefsChangedWebhookEvent
-
- getRepositoryByNameOrSlug(String, String, BitbucketClientFactory) - Static method in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketSearchHelper
-
- getRepositoryClient(String) - Method in interface com.atlassian.bitbucket.jenkins.internal.client.BitbucketProjectClient
-
Return a repository search client
- getRepositoryClient(String) - Method in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketProjectClientImpl
-
- getRepositoryDetails(BitbucketMirroredRepositoryDescriptor) - Method in interface com.atlassian.bitbucket.jenkins.internal.client.BitbucketMirrorClient
-
Returns the mirrored repository details for the given repository url.
- getRepositoryDetails(BitbucketMirroredRepositoryDescriptor) - Method in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketMirrorClientImpl
-
- getRepositoryId() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketMirroredRepository
-
- getRepositoryName() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM
-
- getRepositoryName() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMRepository
-
- getRepositoryName() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource
-
- getRepositoryName() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMStep
-
- getRepositorySlug() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM
-
- getRepositorySlug() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMRepository
-
- getRepositorySlug() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource
-
- getRepoSlug() - Method in class com.atlassian.bitbucket.jenkins.internal.trigger.register.WebhookRegisterRequest
-
- getRequestTokenUrl() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthConsumerUpdateAction
-
- getRequiredContext() - Method in class com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStepImpl.DescriptorImpl
-
- getRetryIn() - Method in exception com.atlassian.bitbucket.jenkins.internal.client.exception.RateLimitedException
-
- getRetryingWebhookHandler() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource.DescriptorImpl
-
- getRevision() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketDirectory
-
- getRevisionSha1() - Method in class com.atlassian.bitbucket.jenkins.internal.status.BitbucketRevisionAction
-
- getRoot() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.filesystem.BitbucketSCMFileSystem
-
- getSearchClient(String) - Method in interface com.atlassian.bitbucket.jenkins.internal.client.BitbucketClientFactory
-
Return a search client
- getSearchClient(String) - Method in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketClientFactoryImpl
-
- getSecret() - Method in interface com.atlassian.bitbucket.jenkins.internal.config.BitbucketTokenCredentials
-
- getSecret() - Method in class com.atlassian.bitbucket.jenkins.internal.config.BitbucketTokenCredentialsImpl
-
- getSecurityMode() - Method in class com.atlassian.bitbucket.jenkins.internal.provider.DefaultJenkinsAuthWrapper
-
- getSecurityMode() - Method in interface com.atlassian.bitbucket.jenkins.internal.provider.JenkinsAuthWrapper
-
- getSelfLink() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketMirroredRepositoryDescriptor
-
- getSelfLink() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketProject
-
- getSelfLink() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketRepository
-
The self link on webhook events was only introduced in Bitbucket Server 5.14, so this may be blank
- getServerById(String) - Method in class com.atlassian.bitbucket.jenkins.internal.config.BitbucketPluginConfiguration
-
- getServerCapabilities() - Method in interface com.atlassian.bitbucket.jenkins.internal.client.BitbucketCapabilitiesClient
-
Get the server capabilities
- getServerCapabilities() - Method in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketCapabilitiesClientImpl
-
- getServerId() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM
-
- getServerId() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMRepository
-
- getServerId() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource
-
- getServerId() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMStep
-
- getServerList() - Method in class com.atlassian.bitbucket.jenkins.internal.config.BitbucketPluginConfiguration
-
Returns a list of all servers that have been configured by the user.
- getServerName() - Method in class com.atlassian.bitbucket.jenkins.internal.config.BitbucketServerConfiguration
-
Returns the name assigned to the server in Jenkins
- getServerName() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMStep
-
- getSession() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderToken
-
Returns the Session
associated with the token.
- getShortDescription() - Method in class com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketWebhookTriggerCause
-
- getShowGitToolOptions() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM.DescriptorImpl
-
- getShowGitToolOptions() - Method in interface com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormFill
-
- getShowGitToolOptions() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormFillDelegate
-
- getShowGitToolOptions() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource.DescriptorImpl
-
- getShowGitToolOptions() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMStep.DescriptorImpl
-
- getSignatureMethod() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer.Consumer
-
Returns the method the consumer uses to sign requests.
- getSize() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketPage
-
- getSlug() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketRepository
-
- getSshCredentialsId() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM
-
- getSshCredentialsId() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMRepository
-
- getSshCredentialsId() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource
-
- getSshCredentialsId() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMStep
-
- getStart() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketPage
-
- getState() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketBuildStatus
-
- getState() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketPullRequest
-
- getState() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketRepository
-
- getState() - Method in class com.atlassian.bitbucket.jenkins.internal.model.deployment.BitbucketDeployment
-
- getStatus() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketMirroredRepository
-
- getStoreEntryName() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.AbstractPersistentStore
-
- getStoreEntryName() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer.PersistentServiceProviderConsumerStore
-
- getStoreEntryName() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.PersistentServiceProviderTokenStore
-
- getStoreKeyName() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.AbstractPersistentStore
-
- getStoreKeyName() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer.PersistentServiceProviderConsumerStore
-
- getStoreKeyName() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.PersistentServiceProviderTokenStore
-
- getStoreValueName() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.AbstractPersistentStore
-
- getStoreValueName() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer.PersistentServiceProviderConsumerStore
-
- getStoreValueName() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.PersistentServiceProviderTokenStore
-
- getSuccessful() - Method in class com.atlassian.bitbucket.jenkins.internal.model.TestResults
-
- getSyncType() - Method in class com.atlassian.bitbucket.jenkins.internal.trigger.events.MirrorSynchronizedWebhookEvent
-
- getTestResults() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketBuildStatus
-
- getTimeToLive() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderToken
-
Returns the maximum amount of time the token is considered valid, in milliseconds.
- getTimeToLive() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderToken.Session
-
- getToHash() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketRefChange
-
- getToken() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.Token
-
Returns the token value used to identify this token in OAuth messages.
- getToken() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.servlet.AuthorizeConfirmationConfig
-
- getToken() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.token.DisplayAccessToken
-
- getTokens() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.token.OAuthTokenConfiguration
-
- getTokenSecret() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.Token
-
Returns the secret used by the Consumer
to establish ownership of a given Token
.
- getTokenStatus() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.token.DisplayAccessToken
-
- getToRef() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketPullRequest
-
- getToString() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketDirectoryPath
-
- getTraits() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource
-
- getTraitsDefaults() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource.DescriptorImpl
-
- getTraitsDescriptorLists() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSource.DescriptorImpl
-
- getTriggerItem() - Method in class com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketTriggerWorker
-
- getType() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketDirectoryChild
-
- getType() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketRef
-
- getType() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketRefChange
-
- getType() - Method in class com.atlassian.bitbucket.jenkins.internal.model.deployment.BitbucketDeploymentEnvironment
-
- getUnderlyingGitSCM(SCM) - Method in class com.atlassian.bitbucket.jenkins.internal.status.LocalSCMListener
-
- getUniqueName() - Method in class com.atlassian.bitbucket.jenkins.internal.trigger.InstanceBasedNameGenerator
-
- getUpdatedDate() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketPullRequest
-
- getUrl() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketBuildStatus
-
- getUrl() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketWebhookRequest
-
- getUrl() - Method in class com.atlassian.bitbucket.jenkins.internal.model.deployment.BitbucketDeployment
-
- getUrl() - Method in class com.atlassian.bitbucket.jenkins.internal.model.deployment.BitbucketDeploymentEnvironment
-
- getUrlName() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.rest.BaseApplinkRestAPI
-
- getUrlName() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthConsumerCreateAction
-
- getUrlName() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthConsumerUpdateAction
-
- getUrlName() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.OAuthGlobalConfiguration
-
- getUrlName() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.servlet.AuthorizeConfirmationConfig
-
- getUrlName() - Method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.token.OAuthTokenConfiguration
-
- getUrlName() - Method in class com.atlassian.bitbucket.jenkins.internal.link.BitbucketExternalLink
-
- getUrlName() - Method in class com.atlassian.bitbucket.jenkins.internal.status.BitbucketRevisionAction
-
- getUrlName() - Method in class com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketWebhookEndpoint
-
- getUser() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderToken
-
If this is an authorized request token, returns the user that authorized the token.
- getUserRemoteConfigs() - Method in class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM
-
- getValidServerList() - Method in class com.atlassian.bitbucket.jenkins.internal.config.BitbucketPluginConfiguration
-
Returns a list of all servers that have been configured by the user and pass the process() function with no
errors.
- getValidServerListByName(String) - Method in class com.atlassian.bitbucket.jenkins.internal.config.BitbucketPluginConfiguration
-
Returns a list of all servers configured by the user matching the provided name, and also passing the process()
function with no errors.
- getValues() - Method in class com.atlassian.bitbucket.jenkins.internal.model.BitbucketPage
-
- getVerifier() - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderToken
-
If this is an authorized request token, returns the verification code that is used to verify the user that
authorized the token is the same one that is swapping it for an access token.
- getWebhookClient() - Method in interface com.atlassian.bitbucket.jenkins.internal.client.BitbucketRepositoryClient
-
Returns a client for performing various webhook related operations.
- getWebhookClient() - Method in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketRepositoryClientImpl
-
- getWebhooks(String...) - Method in interface com.atlassian.bitbucket.jenkins.internal.client.BitbucketWebhookClient
-
Returns a stream of existing webhooks.
- getWebhooks(String...) - Method in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketWebhookClientImpl
-
- getWebhookSupportedEvents() - Method in interface com.atlassian.bitbucket.jenkins.internal.client.BitbucketCapabilitiesClient
-
Get the supported webhook events of the linked Bitbucket Server.
- getWebhookSupportedEvents() - Method in class com.atlassian.bitbucket.jenkins.internal.client.BitbucketCapabilitiesClientImpl
-
- getWeight() - Method in enum com.atlassian.bitbucket.jenkins.internal.model.deployment.BitbucketDeploymentEnvironmentType
-
- GlobalCredentialsProvider - Interface in com.atlassian.bitbucket.jenkins.internal.credentials
-
An interface through which one should fetch the global admin credentials.
- validate() - Method in class com.atlassian.bitbucket.jenkins.internal.config.BitbucketServerConfiguration
-
Checks that the configuration is valid
- valueOf(String) - Static method in enum com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer.Consumer.SignatureMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderToken.Authorization
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.jenkins.internal.applink.oauth.Token.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.jenkins.internal.link.BitbucketLinkType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.jenkins.internal.model.BitbucketMirroredRepositoryStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.jenkins.internal.model.BitbucketPullRequestState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.jenkins.internal.model.BitbucketRefChangeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.jenkins.internal.model.BitbucketRefType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.jenkins.internal.model.BitbucketRepositorySynchronizationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.jenkins.internal.model.BuildState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.jenkins.internal.model.deployment.BitbucketDeploymentEnvironmentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.jenkins.internal.model.deployment.DeploymentState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.jenkins.internal.model.RepositoryState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.jenkins.internal.scm.CloneProtocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.jenkins.internal.trigger.events.BitbucketWebhookEvent
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer.Consumer.SignatureMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderToken.Authorization
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.jenkins.internal.applink.oauth.Token.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.jenkins.internal.link.BitbucketLinkType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.jenkins.internal.model.BitbucketMirroredRepositoryStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.jenkins.internal.model.BitbucketPullRequestState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.jenkins.internal.model.BitbucketRefChangeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.jenkins.internal.model.BitbucketRefType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.jenkins.internal.model.BitbucketRepositorySynchronizationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.jenkins.internal.model.BuildState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.jenkins.internal.model.deployment.BitbucketDeploymentEnvironmentType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.jenkins.internal.model.deployment.DeploymentState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.jenkins.internal.model.RepositoryState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.jenkins.internal.scm.CloneProtocol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.jenkins.internal.trigger.events.BitbucketWebhookEvent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verifier(String) - Method in class com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderToken.ServiceProviderTokenBuilder
-
Sets the verifier
value to use to determine that the authorizing user is the same as the user
swapping the request token for an access token and returns this
builder
to allow other optional attributes to be set or the final request Token
instance to be constructed.
- _bitbucket_link_type_branch() - Static method in class com.atlassian.bitbucket.jenkins.internal.link.Messages
-
Key bitbucket.link.type.branch
: View Branch
.
- _bitbucket_link_type_repository() - Static method in class com.atlassian.bitbucket.jenkins.internal.link.Messages
-
Key bitbucket.link.type.repository
: Browse Repository
.
- _bitbucket_oauth_consumer_admin_create_description() - Static method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.Messages
-
Key bitbucket.oauth.consumer.admin.create.description
: Create New Consumer
.
- _bitbucket_oauth_consumer_admin_menu() - Static method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.Messages
-
Key bitbucket.oauth.consumer.admin.menu
: Manage
Bitbucket Server consumers
.
- _bitbucket_oauth_consumer_admin_menu_description() - Static method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.Messages
-
Key bitbucket.oauth.consumer.admin.menu.description
: Grant or revoke access to Jenkins by Bitbucket Server instances.
.
- _bitbucket_oauth_consumer_admin_update_description() - Static method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.Messages
-
Key bitbucket.oauth.consumer.admin.update.description
: Edit Consumer Details
.
- _bitbucket_oauth_consumer_entry_form_error() - Static method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer.Messages
-
Key bitbucket.oauth.consumer.entry.form.error
: {@code There
was an error in creating the Bitbucket consumer.
- _bitbucket_oauth_token_revoke_name() - Static method in class com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.token.Messages
-
Key bitbucket.oauth.token.revoke.name
: View oauth
access tokens
.
- _BitbucketDeploymentEnvironmentType_DEVELOPMENT() - Static method in class com.atlassian.bitbucket.jenkins.internal.deployments.Messages
-
Key BitbucketDeploymentEnvironmentType.DEVELOPMENT
: Development
.
- _BitbucketDeploymentEnvironmentType_PRODUCTION() - Static method in class com.atlassian.bitbucket.jenkins.internal.deployments.Messages
-
Key BitbucketDeploymentEnvironmentType.PRODUCTION
: Production
.
- _BitbucketDeploymentEnvironmentType_STAGING() - Static method in class com.atlassian.bitbucket.jenkins.internal.deployments.Messages
-
Key BitbucketDeploymentEnvironmentType.STAGING
: Staging
.
- _BitbucketDeploymentEnvironmentType_TESTING() - Static method in class com.atlassian.bitbucket.jenkins.internal.deployments.Messages
-
Key BitbucketDeploymentEnvironmentType.TESTING
: Testing
.
- _BitbucketWebhookMultibranchTrigger_displayname() - Static method in class com.atlassian.bitbucket.jenkins.internal.trigger.Messages
-
Key BitbucketWebhookMultibranchTrigger.displayname
: Bitbucket webhook trigger
.
- _BitbucketWebhookTrigger_displayname() - Static method in class com.atlassian.bitbucket.jenkins.internal.trigger.Messages
-
Key BitbucketWebhookTrigger.displayname
: Bitbucket
webhook trigger
.
- _BitbucketWebhookTriggerCause_withAuthor(Object) - Static method in class com.atlassian.bitbucket.jenkins.internal.trigger.Messages
-
Key BitbucketWebhookTriggerCause.withAuthor
: Triggered
by Bitbucket webhook due to changes by {0}.
.
- _BitbucketWebhookTriggerCause_withoutAuthor() - Static method in class com.atlassian.bitbucket.jenkins.internal.trigger.Messages
-
Key BitbucketWebhookTriggerCause.withoutAuthor
: Triggered by Bitbucket Server webhook.
.
- _DeploymentNotifier_DisplayName() - Static method in class com.atlassian.bitbucket.jenkins.internal.deployments.Messages
-
Key DeploymentNotifier.DisplayName
: Notify Bitbucket
Server of deployment
.
- _DeploymentStepDescriptorHelper_EmptySelection() - Static method in class com.atlassian.bitbucket.jenkins.internal.deployments.Messages
-
Key DeploymentStepDescriptorHelper.EmptySelection
: -
none -
.
- _DeploymentStepDescriptorHelper_EnvironmentNameRequired() - Static method in class com.atlassian.bitbucket.jenkins.internal.deployments.Messages
-
Key DeploymentStepDescriptorHelper.EnvironmentNameRequired
:
The environment name is required
.
- _DeploymentStepDescriptorHelper_EnvironmentNameTooLong() - Static method in class com.atlassian.bitbucket.jenkins.internal.deployments.Messages
-
Key DeploymentStepDescriptorHelper.EnvironmentNameTooLong
:
The environment name must be shorter than 255 characters
.
- _DeploymentStepDescriptorHelper_EnvironmentTypeInvalid() - Static method in class com.atlassian.bitbucket.jenkins.internal.deployments.Messages
-
Key DeploymentStepDescriptorHelper.EnvironmentTypeInvalid
:
The environment type should be one of DEVELOPMENT, PRODUCTION,
STAGING, TESTING
.
- _DeploymentStepDescriptorHelper_EnvironmentUrlInvalid() - Static method in class com.atlassian.bitbucket.jenkins.internal.deployments.Messages
-
Key DeploymentStepDescriptorHelper.EnvironmentUrlInvalid
:
The environment URL must be a valid URL
.
- _DeploymentStepDescriptorHelper_KeyTooLong() - Static method in class com.atlassian.bitbucket.jenkins.internal.deployments.Messages
-
Key DeploymentStepDescriptorHelper.KeyTooLong
: The
environment key must be shorter than 255 characters
.
- _DeploymentStepDescriptorHelper_UriAbsolute() - Static method in class com.atlassian.bitbucket.jenkins.internal.deployments.Messages
-
Key DeploymentStepDescriptorHelper.UriAbsolute
: The
deployment URI must be absolute
.
- _DeploymentStepDescriptorHelper_UriTooLong() - Static method in class com.atlassian.bitbucket.jenkins.internal.deployments.Messages
-
Key DeploymentStepDescriptorHelper.UriTooLong
: The
deployment URI must be shorter than 1024 characters
.