Modifier and Type | Method and Description |
---|---|
PluginExecutionAction |
PluginExecutionMetadata.getAction() |
Modifier and Type | Method and Description |
---|---|
PluginExecutionAction |
IPluginExecutionMetadata.getAction() |
static PluginExecutionAction |
PluginExecutionAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginExecutionAction[] |
PluginExecutionAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LifecycleMappingOperation(String pluginGroupId,
String pluginArtifactId,
String pluginVersion,
PluginExecutionAction action,
String[] goals) |
LifecycleMappingOperation(String pluginGroupId,
String pluginArtifactId,
String pluginVersion,
PluginExecutionAction action,
String[] goals,
boolean createAtTopLevel) |
Constructor and Description |
---|
LifecycleMappingProposal(org.eclipse.core.resources.IMarker marker,
PluginExecutionAction action) |
LifecycleMappingProposal(org.eclipse.jface.text.quickassist.IQuickAssistInvocationContext context,
org.eclipse.ui.texteditor.MarkerAnnotation mark,
PluginExecutionAction action) |
WorkspaceLifecycleMappingProposal(org.eclipse.core.resources.IMarker marker,
PluginExecutionAction action) |
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.