Added useful constants

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/vre-management/smart-executor-api@142458 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-02-10 15:59:26 +00:00
parent 5be5312ffe
commit a23443ebb8
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ import com.fasterxml.jackson.annotation.JsonTypeInfo;
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property=Scheduling.CLASS_PROPERTY)
public class LaunchParameter implements Comparable<LaunchParameter> {
public static final String PLUGIN_NAME = "pluginName";
public static final String PLUGIN_VERSION = "pluginVersion";
/**
* The name of the plugin to launch
*/