File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
rd-cli-tool/src/main/java/org/rundeck/client/tool/commands/projects Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ String validate(ProjectInput opts) throws InputError {
7070 }
7171
7272 @ Getter @ Setter
73- static class ArchiveImportOpts extends BaseOptions {
73+ public static class ArchiveImportOpts extends BaseOptions {
7474 @ CommandLine .Option (names = {"-r" }, description = "Remove Job UUIDs in imported jobs. Default: preserve job UUIDs." )
7575 boolean remove ;
7676
@@ -216,7 +216,7 @@ public int importArchive(@CommandLine.Mixin ArchiveImportOpts opts) throws Input
216216
217217
218218 @ Getter @ Setter
219- static class ArchiveExportOpts extends BaseOptions {
219+ public static class ArchiveExportOpts extends BaseOptions {
220220
221221 @ CommandLine .Option (
222222 names = {"--execids" , "-e" },
You can’t perform that action at this time.
0 commit comments