Skip to content

Commit

Permalink
added getNextflowConfig in reflect-config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
munishchouhan committed Aug 22, 2024
1 parent 32acc87 commit 22137b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions conf/reflect-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3271,6 +3271,12 @@
"allDeclaredMethods":true,
"methods":[{"name":"fromValue","parameterTypes":["java.lang.String"] }]
},
{
"name":"io.seqera.tower.model.GoogleBatchConfig",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"methods":[{"name":"getNextflowConfig","parameterTypes":[] }]
},
{
"name":"java.io.Console",
"methods":[{"name":"readPassword","parameterTypes":["java.lang.String","java.lang.Object[]"] }]
Expand Down

0 comments on commit 22137b9

Please sign in to comment.