Added useful constants

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

View File

@ -17,6 +17,7 @@ import org.gcube.vremanagement.executor.plugin.PluginStateNotification;
import org.gcube.vremanagement.executor.utils.MapCompare;
import org.gcube.vremanagement.executor.utils.ObjectCompare;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonTypeInfo;
/**
@ -34,6 +35,7 @@ public class LaunchParameter implements Comparable<LaunchParameter> {
* The name of the plugin to launch
*/
@XmlElement
@JsonProperty(value=PLUGIN_NAME)
protected String pluginName;
@ -43,6 +45,7 @@ public class LaunchParameter implements Comparable<LaunchParameter> {
* version.
*/
@XmlElement
@JsonProperty(value=PLUGIN_VERSION)
protected String pluginVersion;
/**