mirror of
https://github.com/Zrips/Jobs.git
synced 2025-01-02 14:29:07 +01:00
Update JobConditions.java
This commit is contained in:
parent
a4d5e241d1
commit
976ff8a9f9
@ -24,9 +24,9 @@ import java.util.List;
|
||||
|
||||
public class JobConditions {
|
||||
private String node;
|
||||
private List<String> requiresPerm = new ArrayList<String>();
|
||||
private HashMap<String, Integer> requiresJobs = new HashMap<String, Integer>();
|
||||
private HashMap<String, Boolean> performPerm = new HashMap<String, Boolean>();
|
||||
private List<String> requiresPerm = new ArrayList<>();
|
||||
private HashMap<String, Integer> requiresJobs = new HashMap<>();
|
||||
private HashMap<String, Boolean> performPerm = new HashMap<>();
|
||||
|
||||
public JobConditions(String node, List<String> requires, List<String> perform) {
|
||||
this.node = node;
|
||||
|
Loading…
Reference in New Issue
Block a user