Skip to content

Commit

Permalink
0002684: Support Custom Jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmichalek committed May 10, 2017
1 parent c3e2730 commit 8d95d77
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Expand Up @@ -382,4 +382,9 @@ public void saveJob(JobDefinition jobDefinition) {
public void removeJob(String name) {
}

@Override
public boolean isJobApplicableToNodeGroup(IJob job) {
return false;
}

}
Expand Up @@ -104,4 +104,8 @@ public TypedProperties getDatabaseParameters(String externalId, String nodeGroup
return null;
}

@Override
public void deleteParameter(String key) {
}

}

0 comments on commit 8d95d77

Please sign in to comment.