]> source.dussan.org Git - sonarqube.git/blob
ff7ec2649b4e7e12090454025305f02231f087c6
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <Fragment>
5   <AlmBindingDefinitionFormField
6     autoFocus={true}
7     help="settings.almintegration.form.name.bitbucket.help"
8     id="name.bitbucket"
9     maxLength={200}
10     onFieldChange={[MockFunction]}
11     propKey="key"
12     value="key"
13   />
14   <AlmBindingDefinitionFormField
15     help={
16       <FormattedMessage
17         defaultMessage="settings.almintegration.form.url.bitbucket.help"
18         id="settings.almintegration.form.url.bitbucket.help"
19         values={
20           Object {
21             "example": "https://bitbucket-server.your-company.com",
22           }
23         }
24       />
25     }
26     id="url.bitbucket"
27     maxLength={2000}
28     onFieldChange={[MockFunction]}
29     propKey="url"
30     value="http://bbs.enterprise.com"
31   />
32   <AlmBindingDefinitionFormField
33     help={
34       <FormattedMessage
35         defaultMessage="settings.almintegration.form.personal_access_token.bitbucket.help"
36         id="settings.almintegration.form.personal_access_token.bitbucket.help"
37         values={
38           Object {
39             "doc_link": <Link
40               target="_blank"
41               to="/documentation/analysis/bitbucket-integration/"
42             >
43               learn_more
44             </Link>,
45             "pat": <a
46               href="https://confluence.atlassian.com/bitbucketserver0515/personal-access-tokens-961275199.html"
47               rel="noopener noreferrer"
48               target="_blank"
49             >
50               settings.almintegration.form.personal_access_token.bitbucket.help.url
51             </a>,
52             "permission": <strong>
53               Read
54             </strong>,
55           }
56         }
57       />
58     }
59     id="personal_access_token"
60     isSecret={true}
61     isTextArea={true}
62     maxLength={2000}
63     onFieldChange={[MockFunction]}
64     overwriteOnly={true}
65     propKey="personalAccessToken"
66     value="asdf1234"
67   />
68 </Fragment>
69 `;