public class IdeaPlugin
extends org.gradle.plugins.ide.internal.IdePlugin
| Modifier and Type | Field and Description | 
|---|---|
| static com.google.common.base.Function<Project,JavaVersion> | SOURCE_COMPATIBILITY | 
| static com.google.common.base.Function<Project,JavaVersion> | TARGET_COMPATIBILITY | 
| Constructor and Description | 
|---|
| IdeaPlugin(org.gradle.internal.reflect.Instantiator instantiator) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected String | getLifecycleTaskName() | 
| IdeaModel | getModel() | 
| protected void | onApply(Project project) | 
| void | performPostEvaluationActions() | 
public static final com.google.common.base.Function<Project,JavaVersion> SOURCE_COMPATIBILITY
public static final com.google.common.base.Function<Project,JavaVersion> TARGET_COMPATIBILITY
@Inject public IdeaPlugin(org.gradle.internal.reflect.Instantiator instantiator)
public IdeaModel getModel()
protected String getLifecycleTaskName()
getLifecycleTaskName in class org.gradle.plugins.ide.internal.IdePluginprotected void onApply(Project project)
onApply in class org.gradle.plugins.ide.internal.IdePluginpublic void performPostEvaluationActions()