Backstage
Docs
GitHub
Preparing search index...
@backstage/connections
ConnectionsService
Interface ConnectionsService
interface
ConnectionsService
{
find
<
TType
extends
|
"aws-codecommit"
|
"aws-s3"
|
"azure-blob-storage"
|
"azure"
|
"bitbucket-cloud"
|
"bitbucket-server"
|
"gerrit"
|
"gitea"
|
"github"
|
"gitlab"
|
"google-gcs"
|
"harness"
,
TAuthMethod
extends
|
"none"
|
"accessKey"
|
"assumeRole"
|
"accountKey"
|
"sasToken"
|
"connectionString"
|
"aadCredential"
|
"pat"
|
"clientCredentials"
|
"managedIdentity"
|
"token"
|
"appPassword"
|
"oauth"
|
"basic"
|
"app"
|
"serviceAccount"
,
>
(
options
:
{
authMethods
:
readonly
[
TAuthMethod
,
TAuthMethod
]
;
type
:
TType
;
url
:
string
;
}
,
)
:
Promise
<
Connection
<
TType
,
TAuthMethod
>
>
;
}
Index
Methods
find
Methods
find
find
<
TType
extends
|
"aws-codecommit"
|
"aws-s3"
|
"azure-blob-storage"
|
"azure"
|
"bitbucket-cloud"
|
"bitbucket-server"
|
"gerrit"
|
"gitea"
|
"github"
|
"gitlab"
|
"google-gcs"
|
"harness"
,
TAuthMethod
extends
|
"none"
|
"accessKey"
|
"assumeRole"
|
"accountKey"
|
"sasToken"
|
"connectionString"
|
"aadCredential"
|
"pat"
|
"clientCredentials"
|
"managedIdentity"
|
"token"
|
"appPassword"
|
"oauth"
|
"basic"
|
"app"
|
"serviceAccount"
,
>
(
options
:
{
authMethods
:
readonly
[
TAuthMethod
,
TAuthMethod
]
;
type
:
TType
;
url
:
string
;
}
,
)
:
Promise
<
Connection
<
TType
,
TAuthMethod
>
>
Type Parameters
TType
extends
|
"aws-codecommit"
|
"aws-s3"
|
"azure-blob-storage"
|
"azure"
|
"bitbucket-cloud"
|
"bitbucket-server"
|
"gerrit"
|
"gitea"
|
"github"
|
"gitlab"
|
"google-gcs"
|
"harness"
TAuthMethod
extends
|
"none"
|
"accessKey"
|
"assumeRole"
|
"accountKey"
|
"sasToken"
|
"connectionString"
|
"aadCredential"
|
"pat"
|
"clientCredentials"
|
"managedIdentity"
|
"token"
|
"appPassword"
|
"oauth"
|
"basic"
|
"app"
|
"serviceAccount"
Parameters
options
:
{
authMethods
:
readonly
[
TAuthMethod
,
TAuthMethod
]
;
type
:
TType
;
url
:
string
}
Returns
Promise
<
Connection
<
TType
,
TAuthMethod
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
find
Docs
GitHub
Backstage
Loading...