Skip to content

Commit

Permalink
gitea credentials missing reflection file
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeSeqLabs committed Aug 25, 2023
1 parent 55c8282 commit 91fc75c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions conf/reflect-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,12 @@
"allDeclaredMethods":true,
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name":"io.seqera.tower.cli.commands.credentials.providers.GiteaProvider",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name":"io.seqera.tower.cli.commands.credentials.providers.GitlabProvider",
"allDeclaredFields":true,
Expand Down Expand Up @@ -2648,6 +2654,12 @@
"allDeclaredMethods":true,
"allDeclaredConstructors":true
},
{
"name":"io.seqera.tower.model.GiteaSecurityKeys",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"allDeclaredConstructors":true
},
{
"name":"io.seqera.tower.model.GithubActionConfig",
"allDeclaredFields":true,
Expand Down

0 comments on commit 91fc75c

Please sign in to comment.