mirror of https://github.com/micromata/borgbackup-butler.git

Kai Reinhard
07.30.2019 7559af2c79512175a0d37fb84b5c4fd58d406e6e
borgbutler-server/src/main/java/de/micromata/borgbutler/server/rest/queue/JsonJob.java
@@ -35,6 +35,9 @@
    @Getter
    @Setter
    private long uniqueJobNumber;
    @Getter
    @Setter
    private String[] environmentVariables;
    public JsonJob() {
    }
@@ -51,6 +54,7 @@
        }
        this.commandLineAsString = borgJob.getCommandLineAsString();
        this.description = borgJob.getDescription();
        environmentVariables = borgJob.getCommand().getRepoConfig().getEnvironmentVariables();
    }
    /**