-
Terminally Deprecated ElementsElementDescriptionUse
BitbucketEndpoint.getEndpointJenkinsRootURL()
instead of this.UseBitbucketEndpoint.getServerURL()
instead of this.Do not use at all, endpoint URL are already managed internally
-
Deprecated MethodsMethodDescriptionUse
BitbucketApi.getAvatar(String)
with the avatar url link gather from repository, project, workspace or user.no longer a choiceUseBitbucketEndpoint.getEndpointJenkinsRootURL()
instead of this.UseBitbucketEndpoint.getServerURL()
instead of this.UseBitbucketEndpointProvider.listEndpoints()
instead of this.Do not use at all, endpoint URL are already managed internally
-
Deprecated ConstructorsConstructorDescriptionuse
BitbucketSCMSource(String, String)
andSCMSource.setId(String)
Added only for backward compatibility with BitbucketPipelineCreateRequest from Blue Ocean. Will be removed soon.
BitbucketApi.getAvatar(String)
with the avatar url link gather from repository, project, workspace or user.