ナビゲーション・リンクをスキップ
A B C D E F G H I J K L M N O P Q R S T U V W X Z 

A

absoluteProjectPath(String) - インタフェース のメソッドorg.gradle.api.Project
Converts a name to an absolute project path, resolving names relative to this project.
AbstractArchiveTask - org.gradle.api.tasks.bundlingのクラス
AbstractArchiveTask is the base class for all archive tasks.
AbstractArchiveTask() - クラス のコンストラクタorg.gradle.api.tasks.bundling.AbstractArchiveTask
 
AbstractCompile - org.gradle.api.tasks.compileのクラス
The base class for all JVM-based language compilation tasks.
AbstractCompile() - クラス のコンストラクタorg.gradle.api.tasks.compile.AbstractCompile
 
AbstractCopyTask - org.gradle.api.tasksのクラス
AbstractCopyTask is the base class for all copy tasks.
AbstractCopyTask() - クラス のコンストラクタorg.gradle.api.tasks.AbstractCopyTask
 
AbstractExecTask<T extends AbstractExecTask> - org.gradle.api.tasksのクラス
AbstractExecTask is the base class for all exec tasks.
AbstractExecTask(Class<T>) - クラス のコンストラクタorg.gradle.api.tasks.AbstractExecTask
 
AbstractJettyRunTask - org.gradle.api.plugins.jettyのクラス
Base class for all tasks which deploy a web application to an embedded Jetty web container.
AbstractJettyRunTask() - クラス のコンストラクタorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
AbstractNativeCompileTask - org.gradle.language.nativebase.tasksのクラス
Compiles native source files into object files.
AbstractNativeCompileTask() - クラス のコンストラクタorg.gradle.language.nativebase.tasks.AbstractNativeCompileTask
 
AbstractOptions - org.gradle.api.tasks.compileのクラス
Base class for compilation-related options.
AbstractOptions() - クラス のコンストラクタorg.gradle.api.tasks.compile.AbstractOptions
 
AbstractReportTask - org.gradle.api.tasks.diagnosticsのクラス
The base class for all project report tasks.
AbstractReportTask() - クラス のコンストラクタorg.gradle.api.tasks.diagnostics.AbstractReportTask
 
accept(Artifact, File) - インタフェース のメソッドorg.gradle.api.artifacts.maven.PublishFilter
 
Action<T> - org.gradle.apiのインタフェース
Performs some action against objects of type T.
action(Scriptable, Context) - クラス のメソッドorg.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils.DefaultScopeOperation
 
action(Scriptable, Context) - インタフェース のメソッドorg.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils.ScopeOperation
 
action(BuildAction<T>) - インタフェース のメソッドorg.gradle.tooling.ProjectConnection
Creates an executer which can be used to run the given action.
add(ArtifactRepository) - インタフェース のメソッドorg.gradle.api.artifacts.ArtifactRepositoryContainer
Adds a repository to this container, at the end of the repository sequence.
add(String, Object) - インタフェース のメソッドorg.gradle.api.artifacts.dsl.ArtifactHandler
Adds an artifact to the given configuration.
add(String, Object, Closure) - インタフェース のメソッドorg.gradle.api.artifacts.dsl.ArtifactHandler
Adds an artifact to the given configuration.
add(String, Object) - インタフェース のメソッドorg.gradle.api.artifacts.dsl.DependencyHandler
Adds a dependency to the given configuration.
add(String, Object, Closure) - インタフェース のメソッドorg.gradle.api.artifacts.dsl.DependencyHandler
Adds a dependency to the given configuration, and configures the dependency using the given closure.
add(Map<String, String>) - インタフェース のメソッドorg.gradle.api.artifacts.ExcludeRuleContainer
Adds an exclude rule to this container.
add(FileCollection) - インタフェース のメソッドorg.gradle.api.file.FileCollection
Adds another collection to this collection.
add(T) - インタフェース のメソッドorg.gradle.api.NamedDomainObjectCollection
Adds an object to the collection, if there is no existing object in the collection with the same name.
add(String, Object) - インタフェース のメソッドorg.gradle.api.plugins.ExtensionContainer
Adding an extension of name 'foo' will: add 'foo' dynamic property add 'foo' dynamic method that accepts a closure that is a configuration script block
add(String, String, String) - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyExtraInfoSpec
Puts the specified extra element into the list of extra info elements.
addAll(Collection<? extends T>) - インタフェース のメソッドorg.gradle.api.NamedDomainObjectCollection
Adds any of the given objects to the collection that do not have the same name as any existing element.
addArtifact(PublishArtifact) - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenDeployment
Adds an additional artifact to this deployment.
addArtifact(DependencyArtifact) - インタフェース のメソッドorg.gradle.api.artifacts.ModuleDependency
Adds an artifact to this dependency.
addBooleanOption(String) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
addBooleanOption(String, boolean) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
addBuildListener(BuildListener) - インタフェース のメソッドorg.gradle.api.invocation.Gradle
Adds a BuildListener to this Build instance.
addDependency(ModuleDependency) - インタフェース のメソッドorg.gradle.api.artifacts.ClientModule
Add a dependency to the client module.
addEnumOption(String) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
addEnumOption(String, T) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
addFileOption(String) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
addFileOption(String, File) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
addFilter(String, PublishFilter) - インタフェース のメソッドorg.gradle.api.artifacts.maven.PomFilterContainer
If you want to deploy more than one artifact you need to define filters to select each of those artifacts.
addFilter(String, Closure) - インタフェース のメソッドorg.gradle.api.artifacts.maven.PomFilterContainer
Adds a publish filter.
addFirst(ArtifactRepository) - インタフェース のメソッドorg.gradle.api.artifacts.ArtifactRepositoryContainer
Adds a repository to this container, at the start of the repository sequence.
addGccToolChain(ToolChainRegistryInternal, ServiceRegistry) - クラス のstaticメソッドorg.gradle.nativeplatform.toolchain.plugins.GccCompilerPlugin.Rules
 
addGccToolChain(ToolChainRegistryInternal, ServiceRegistry) - クラス のstaticメソッドorg.gradle.nativeplatform.toolchain.plugins.MicrosoftVisualCppPlugin.Rules
 
addInitScript(File) - クラス のメソッドorg.gradle.StartParameter
Adds the given file to the list of init scripts that are run before the build starts.
additionalLinkFiles(FileCollection) - インタフェース のメソッドorg.gradle.nativeplatform.StaticLibraryBinarySpec
Add some additional files required at link time.
addLast(ArtifactRepository) - インタフェース のメソッドorg.gradle.api.artifacts.ArtifactRepositoryContainer
Adds a repository to this container, at the end of the repository sequence.
addListener(Object) - インタフェース のメソッドorg.gradle.api.invocation.Gradle
Adds the given listener to this build.
addMapping(int, Configuration, String) - インタフェース のメソッドorg.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
Specifies that dependencies of a certain configuration should be mapped against a certain Maven scope.
addMultilineStringsOption(String) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
addOption(JavadocOptionFileOption<T>) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
addPathOption(String) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
addPathOption(String, String) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
addProgressListener(ProgressListener) - インタフェース のメソッドorg.gradle.tooling.BuildLauncher
Adds a progress listener which will receive progress events as the operation runs.
addProgressListener(ProgressListener) - インタフェース のメソッドorg.gradle.tooling.LongRunningOperation
Adds a progress listener which will receive progress events as the operation runs.
addProgressListener(ProgressListener) - インタフェース のメソッドorg.gradle.tooling.ModelBuilder
Adds a progress listener which will receive progress events as the operation runs.
addProjectEvaluationListener(ProjectEvaluationListener) - インタフェース のメソッドorg.gradle.api.invocation.Gradle
Adds a listener to this build, to receive notifications as projects are evaluated.
addProtocolProviderJars(Collection<File>) - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenDeployer
Out of the box only uploading to the filesysten and via http is supported.
addRule(Rule) - インタフェース のメソッドorg.gradle.api.NamedDomainObjectCollection
Adds a rule to this collection.
addRule(String, Closure) - インタフェース のメソッドorg.gradle.api.NamedDomainObjectCollection
Adds a rule to this collection.
addStandardErrorListener(StandardOutputListener) - インタフェース のメソッドorg.gradle.api.logging.LoggingOutput
Adds a listener which receives output written to standard error by the Gradle logging system.
addStandardOutputListener(StandardOutputListener) - インタフェース のメソッドorg.gradle.api.logging.LoggingOutput
Adds a listener which receives output written to standard output by the Gradle logging system.
addStringOption(String) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
addStringOption(String, String) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
addStringsOption(String) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
addStringsOption(String, String) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
addTaskExecutionGraphListener(TaskExecutionGraphListener) - インタフェース のメソッドorg.gradle.api.execution.TaskExecutionGraph
Adds a listener to this graph, to be notified when this graph is ready.
addTaskExecutionListener(TaskExecutionListener) - インタフェース のメソッドorg.gradle.api.execution.TaskExecutionGraph
Adds a listener to this graph, to be notified as tasks are executed.
addTestListener(TestListener) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Registers a test listener with this task.
addTestOutputListener(TestOutputListener) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Registers a output listener with this task.
addToAntBuilder(Object, String, FileCollection.AntType) - インタフェース のメソッドorg.gradle.api.file.FileCollection
Adds this collection to an Ant task as a nested node.
addToAntBuilder(Object, String) - インタフェース のメソッドorg.gradle.api.file.FileCollection
Adds this collection to an Ant task as a nested node.
addToAntBuilder(Object, String) - クラス のメソッドorg.gradle.api.tasks.util.PatternSet
 
addToNode(Node) - インタフェース のメソッドorg.gradle.plugins.ide.idea.model.Dependency
 
addToolChain(ToolChainRegistryInternal, ServiceRegistry) - クラス のstaticメソッドorg.gradle.nativeplatform.toolchain.plugins.ClangCompilerPlugin.Rules
 
afterActions(Task) - インタフェース のメソッドorg.gradle.api.execution.TaskActionListener
This method is called immediately after the task has completed performing its actions.
afterConfigured - クラス の変数org.gradle.plugins.ide.api.GeneratorTask
 
afterEvaluate(Action<? super Project>) - インタフェース のメソッドorg.gradle.api.Project
Adds an action to execute immediately after this project is evaluated.
afterEvaluate(Closure) - インタフェース のメソッドorg.gradle.api.Project
Adds a closure to be called immediately after this project has been evaluated.
afterEvaluate(Project, ProjectState) - インタフェース のメソッドorg.gradle.api.ProjectEvaluationListener
This method is called when a project has been evaluated, and before the evaluated project is made available to other projects.
afterExecute(Task, TaskState) - クラス のメソッドorg.gradle.api.execution.TaskExecutionAdapter
 
afterExecute(Task, TaskState) - インタフェース のメソッドorg.gradle.api.execution.TaskExecutionListener
This method is call immediately after a task has been executed.
afterExecute(Task, TaskState) - クラス のメソッドorg.gradle.TaskExecutionLogger
 
afterProject(Closure) - インタフェース のメソッドorg.gradle.api.invocation.Gradle
Adds a closure to be called immediately after a project is evaluated.
afterResolve(ResolvableDependencies) - インタフェース のメソッドorg.gradle.api.artifacts.DependencyResolutionListener
This method is called immediately after a set of dependencies are resolved.
afterResolve(Action<? super ResolvableDependencies>) - インタフェース のメソッドorg.gradle.api.artifacts.ResolvableDependencies
Adds an action to be executed after the dependencies of this set have been resolved.
afterResolve(Closure) - インタフェース のメソッドorg.gradle.api.artifacts.ResolvableDependencies
Adds an action to be executed after the dependencies of this set have been resolved.
afterSuite(Closure) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Adds a closure to be notified after a test suite has executed.
afterSuite(TestDescriptor, TestResult) - インタフェース のメソッドorg.gradle.api.tasks.testing.TestListener
Called after a test suite is finished.
afterTask(Closure) - インタフェース のメソッドorg.gradle.api.execution.TaskExecutionGraph
Adds a closure to be called immediately after a task has executed.
afterTest(Closure) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Adds a closure to be notified after a test has executed.
afterTest(TestDescriptor, TestResult) - インタフェース のメソッドorg.gradle.api.tasks.testing.TestListener
Called after an atomic test is finished.
aggregate(Reporting<? extends ReportContainer<?>>...) - クラス のメソッドorg.gradle.api.reporting.GenerateBuildDashboard
Configures which reports are to be aggregated in the build dashboard report generated by this task.
all(Action<? super ComponentSelection>) - インタフェース のメソッドorg.gradle.api.artifacts.ComponentSelectionRules
Adds a simple component selection rule that will apply to all resolved components.
all(Closure<?>) - インタフェース のメソッドorg.gradle.api.artifacts.ComponentSelectionRules
Adds a component selection rule that will apply to all resolved components.
all(Action<? super T>) - インタフェース のメソッドorg.gradle.api.DomainObjectCollection
Executes the given action against all objects in this collection, and any objects subsequently added to this collection.
all(Closure) - インタフェース のメソッドorg.gradle.api.DomainObjectCollection
Executes the given closure against all objects in this collection, and any objects subsequently added to this collection.
allComponents(Action<? super ResolvedComponentResult>) - インタフェース のメソッドorg.gradle.api.artifacts.result.ResolutionResult
Applies given action for each component.
allComponents(Closure) - インタフェース のメソッドorg.gradle.api.artifacts.result.ResolutionResult
Applies given closure for each component.
allDependencies(Action<? super DependencyResult>) - インタフェース のメソッドorg.gradle.api.artifacts.result.ResolutionResult
Applies given action for each dependency.
allDependencies(Closure) - インタフェース のメソッドorg.gradle.api.artifacts.result.ResolutionResult
Applies given closure for each dependency.
allprojects(Action<? super Project>) - インタフェース のメソッドorg.gradle.api.invocation.Gradle
Adds an action to execute against all projects of this build.
allprojects(Action<? super Project>) - インタフェース のメソッドorg.gradle.api.Project
Configures this project and each of its sub-projects.
allprojects(Closure) - インタフェース のメソッドorg.gradle.api.Project
Configures this project and each of its sub-projects.
ALWAYS_ACCEPT - インタフェース のstatic変数org.gradle.api.artifacts.maven.PublishFilter
 
and(Spec<? super T>...) - クラス のメソッドorg.gradle.api.specs.AndSpec
 
and(Closure) - クラス のメソッドorg.gradle.api.specs.AndSpec
 
and(Spec<? super T>...) - クラス のstaticメソッドorg.gradle.api.specs.Specs
 
AndSpec<T> - org.gradle.api.specsのクラス
A CompositeSpec which requires all its specs to be true in order to evaluate to true.
AndSpec(Spec<? super T>...) - クラス のコンストラクタorg.gradle.api.specs.AndSpec
 
AndSpec(Iterable<? extends Spec<? super T>>) - クラス のコンストラクタorg.gradle.api.specs.AndSpec
 
Announcer - org.gradle.api.plugins.announceのインタフェース
An Announcer allows messages to be sent.
ant(Closure) - インタフェース のメソッドorg.gradle.api.Project
Executes the given closure against the AntBuilder for this project.
ANT_IVY_2_SLF4J_LEVEL_MAPPER - クラス のstatic変数org.gradle.api.logging.Logging
 
AntBuilder - org.gradle.apiのクラス
An AntBuilder allows you to use Ant from your build script.
AntBuilder() - クラス のコンストラクタorg.gradle.api.AntBuilder
 
AntGroovydoc - org.gradle.api.tasks.javadocのクラス
Generates groovy doc using Ant.
AntGroovydoc(IsolatedAntBuilder, ClassPathRegistry) - クラス のコンストラクタorg.gradle.api.tasks.javadoc.AntGroovydoc
 
antlr(Closure) - インタフェース のメソッドorg.gradle.api.plugins.antlr.AntlrSourceVirtualDirectory
Configures the Antlr source for this set.
ANTLR_CONFIGURATION_NAME - クラス のstatic変数org.gradle.api.plugins.antlr.AntlrPlugin
 
AntlrPlugin - org.gradle.api.plugins.antlrのクラス
A plugin for adding Antlr support to java projects.
AntlrPlugin(FileResolver) - クラス のコンストラクタorg.gradle.api.plugins.antlr.AntlrPlugin
 
AntlrSourceVirtualDirectory - org.gradle.api.plugins.antlrのインタフェース
Contract for a Gradle "convention object" that acts as a handler for what I call a virtual directory mapping, injecting a virtual directory named 'antlr' into the project's various source sets.
AntlrTask - org.gradle.api.plugins.antlrのクラス
Generates parsers from Antlr grammars.
AntlrTask() - クラス のコンストラクタorg.gradle.api.plugins.antlr.AntlrTask
 
AntTarget - org.gradle.api.tasks.antのクラス
A task which executes an Ant target.
AntTarget() - クラス のコンストラクタorg.gradle.api.tasks.ant.AntTarget
 
append(RelativePath) - クラス のメソッドorg.gradle.api.file.RelativePath
Appends the given path to the end of this path.
append(boolean, String...) - クラス のメソッドorg.gradle.api.file.RelativePath
Appends the given names to the end of this path.
appendNode(Node) - インタフェース のメソッドorg.gradle.plugins.ide.eclipse.model.ClasspathEntry
 
Application - org.gradle.platform.baseのインタフェース
A software application.
ApplicationBinarySpec - org.gradle.platform.baseのインタフェース
A binary produced from a `ApplicationSpec`.
ApplicationSpec<T extends BinarySpec> - org.gradle.platform.baseのインタフェース
A specification of a Application.
apply(T) - インタフェース のメソッドorg.gradle.api.Plugin
Apply this plugin to the given target object.
apply(ProjectInternal) - クラス のメソッドorg.gradle.api.plugins.antlr.AntlrPlugin
 
apply(Project) - クラス のメソッドorg.gradle.api.plugins.BasePlugin
 
apply(ProjectInternal) - クラス のメソッドorg.gradle.api.plugins.GroovyBasePlugin
 
apply(Project) - クラス のメソッドorg.gradle.api.plugins.GroovyPlugin
 
apply(ProjectInternal) - クラス のメソッドorg.gradle.api.plugins.HelpTasksPlugin
 
apply(ProjectInternal) - クラス のメソッドorg.gradle.api.plugins.JavaBasePlugin
 
apply(Project) - クラス のメソッドorg.gradle.api.plugins.JavaPlugin
 
apply(Project) - クラス のメソッドorg.gradle.api.plugins.jetty.JettyPlugin
 
apply(Project) - クラス のメソッドorg.gradle.api.plugins.LegacyJavaComponentPlugin
 
apply(ProjectInternal) - クラス のメソッドorg.gradle.api.plugins.MavenPlugin
 
apply(Closure) - インタフェース のメソッドorg.gradle.api.plugins.PluginAware
Configures this object using plugins or scripts.
apply(Map<String, ?>) - インタフェース のメソッドorg.gradle.api.plugins.PluginAware
Configures this Object using plugins or scripts.
apply(String) - インタフェース のメソッドorg.gradle.api.plugins.PluginContainer
Has the same behavior as PluginContainer.apply(Class) except that the plugin is specified via its id.
apply(Class<T>) - インタフェース のメソッドorg.gradle.api.plugins.PluginContainer
Applies a plugin to the project.
apply(Project) - クラス のメソッドorg.gradle.api.plugins.ProjectReportsPlugin
 
apply(ProjectInternal) - クラス のメソッドorg.gradle.api.plugins.ReportingBasePlugin
 
apply(Project) - クラス のメソッドorg.gradle.api.plugins.WarPlugin
 
apply(Closure) - インタフェース のメソッドorg.gradle.api.Project
Configures this project using plugins or scripts.
apply(Map<String, ?>) - インタフェース のメソッドorg.gradle.api.Project
Configures this project using plugins or scripts.
apply(Project) - クラス のメソッドorg.gradle.api.publish.ivy.plugins.IvyPublishPlugin
 
apply(Project) - クラス のメソッドorg.gradle.api.publish.maven.plugins.MavenPublishPlugin
 
apply(Project) - クラス のメソッドorg.gradle.api.publish.plugins.PublishingPlugin
 
apply(ProjectInternal) - クラス のメソッドorg.gradle.api.reporting.plugins.BuildDashboardPlugin
 
apply(String) - インタフェース のメソッドorg.gradle.api.Rule
Applies this rule for the given unknown domain object.
apply(Closure) - インタフェース のメソッドorg.gradle.api.Script
Configures the delegate object for this script using plugins or scripts.
apply(Map<String, ?>) - インタフェース のメソッドorg.gradle.api.Script
Configures the delegate object for this script using plugins or scripts.
apply(ProjectInternal) - クラス のメソッドorg.gradle.ide.visualstudio.plugins.VisualStudioPlugin
 
apply(Project) - クラス のメソッドorg.gradle.jvm.plugins.JvmComponentPlugin
 
apply(ProjectInternal) - クラス のメソッドorg.gradle.language.assembler.plugins.AssemblerLangPlugin
 
apply(ProjectInternal) - クラス のメソッドorg.gradle.language.assembler.plugins.AssemblerPlugin
 
apply(ProjectInternal) - クラス のメソッドorg.gradle.language.base.plugins.ComponentModelBasePlugin
 
apply(Project) - クラス のメソッドorg.gradle.language.base.plugins.LanguageBasePlugin
 
apply(Project) - クラス のメソッドorg.gradle.language.base.plugins.LifecycleBasePlugin
 
apply(ProjectInternal) - クラス のメソッドorg.gradle.language.c.plugins.CLangPlugin
 
apply(ProjectInternal) - クラス のメソッドorg.gradle.language.c.plugins.CPlugin
 
apply(ProjectInternal) - クラス のメソッドorg.gradle.language.cpp.plugins.CppLangPlugin
 
apply(ProjectInternal) - クラス のメソッドorg.gradle.language.cpp.plugins.CppPlugin
 
apply(ProjectInternal) - クラス のメソッドorg.gradle.language.java.plugins.JavaLanguagePlugin
 
apply(Project) - クラス のメソッドorg.gradle.language.jvm.plugins.JvmResourcesPlugin
 
apply(ProjectInternal) - クラス のメソッドorg.gradle.language.objectivec.plugins.ObjectiveCLangPlugin
 
apply(ProjectInternal) - クラス のメソッドorg.gradle.language.objectivec.plugins.ObjectiveCPlugin
 
apply(ProjectInternal) - クラス のメソッドorg.gradle.language.objectivecpp.plugins.ObjectiveCppLangPlugin
 
apply(ProjectInternal) - クラス のメソッドorg.gradle.language.objectivecpp.plugins.ObjectiveCppPlugin
 
apply(ProjectInternal) - クラス のメソッドorg.gradle.language.rc.plugins.WindowsResourceScriptPlugin
 
apply(ProjectInternal) - クラス のメソッドorg.gradle.language.rc.plugins.WindowsResourcesPlugin
 
apply(ProjectInternal) - クラス のメソッドorg.gradle.nativeplatform.plugins.NativeComponentModelPlugin
 
apply(ProjectInternal) - クラス のメソッドorg.gradle.nativeplatform.test.cunit.plugins.CUnitPlugin
 
apply(ProjectInternal) - クラス のメソッドorg.gradle.nativeplatform.test.plugins.NativeBinariesTestPlugin
 
apply(Project) - クラス のメソッドorg.gradle.nativeplatform.toolchain.plugins.ClangCompilerPlugin
 
apply(Project) - クラス のメソッドorg.gradle.nativeplatform.toolchain.plugins.GccCompilerPlugin
 
apply(Project) - クラス のメソッドorg.gradle.nativeplatform.toolchain.plugins.MicrosoftVisualCppPlugin
 
apply(Project) - クラス のメソッドorg.gradle.plugins.ear.EarPlugin
 
apply(Project) - クラス のメソッドorg.gradle.sonar.runner.plugins.SonarRunnerPlugin
 
applyHeaderSourceSetConventions(ProjectSourceSet) - クラス のメソッドorg.gradle.nativeplatform.plugins.NativeComponentModelPlugin.Rules
 
applyJettyXml() - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
applyJettyXml() - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRun
 
applyJettyXml() - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRunWar
 
Architecture - org.gradle.nativeplatform.platformのインタフェース
A cpu architecture.
architecture(Object) - インタフェース のメソッドorg.gradle.nativeplatform.platform.NativePlatform
Sets the cpu architecture being targeted.
ARCHIVES_CONFIGURATION - インタフェース のstatic変数org.gradle.api.artifacts.Dependency
 
args(Object...) - クラス のメソッドorg.gradle.api.tasks.AbstractExecTask
Adds arguments for the command to be executed.
args(Iterable<?>) - クラス のメソッドorg.gradle.api.tasks.AbstractExecTask
Adds arguments for the command to be executed.
args(Object...) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Adds args for the main class to be executed.
args(Iterable<?>) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Adds args for the main class to be executed.
args(String...) - インタフェース のメソッドorg.gradle.nativeplatform.Tool
Adds a number of arguments to be passed to the tool.
args(Object...) - クラス のメソッドorg.gradle.plugins.javascript.rhino.RhinoShellExec
 
args(Iterable<?>) - クラス のメソッドorg.gradle.plugins.javascript.rhino.RhinoShellExec
 
args(Object...) - インタフェース のメソッドorg.gradle.process.ExecSpec
Adds arguments for the command to be executed.
args(Iterable<?>) - インタフェース のメソッドorg.gradle.process.ExecSpec
Adds arguments for the command to be executed.
args(Object...) - インタフェース のメソッドorg.gradle.process.JavaExecSpec
Adds args for the main class to be executed.
args(Iterable<?>) - インタフェース のメソッドorg.gradle.process.JavaExecSpec
Adds args for the main class to be executed.
artifact(Closure) - インタフェース のメソッドorg.gradle.api.artifacts.ModuleDependency
Adds an artifact to this dependency.
Artifact - org.gradle.api.componentのインタフェース
An artifact of a software component that may be requested in the result of an artifact query.
artifact(Object) - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyArtifactSet
Creates and adds a IvyArtifact to the set.
artifact(Object, Action<? super IvyArtifact>) - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyArtifactSet
Creates and adds a IvyArtifact to the set, which is configured by the associated action.
artifact(Object) - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyPublication
Creates a custom IvyArtifact to be included in the publication.
artifact(Object, Action<? super IvyArtifact>) - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyPublication
Creates an IvyArtifact to be included in the publication, which is configured by the associated action.
artifact(Object) - インタフェース のメソッドorg.gradle.api.publish.maven.MavenArtifactSet
Creates and adds a MavenArtifact to the set.
artifact(Object, Action<? super MavenArtifact>) - インタフェース のメソッドorg.gradle.api.publish.maven.MavenArtifactSet
Creates and adds a MavenArtifact to the set, which is configured by the associated action.
artifact(Object) - インタフェース のメソッドorg.gradle.api.publish.maven.MavenPublication
Creates a custom MavenArtifact to be included in the publication.
artifact(Object, Action<? super MavenArtifact>) - インタフェース のメソッドorg.gradle.api.publish.maven.MavenPublication
Creates an MavenArtifact to be included in the publication, which is configured by the associated action.
ArtifactHandler - org.gradle.api.artifacts.dslのインタフェース
This class is for defining artifacts to be published and adding them to configurations.
ArtifactIdentifier - org.gradle.api.artifactsのインタフェース
The identifier for a module artifact.
artifactPattern(String) - インタフェース のメソッドorg.gradle.api.artifacts.repositories.IvyArtifactRepository
Adds an independent pattern that will be used to locate artifact files in this repository.
ArtifactRepository - org.gradle.api.artifacts.repositoriesのインタフェース
A repository for resolving and publishing artifacts.
ArtifactRepositoryContainer - org.gradle.api.artifactsのインタフェース
A ResolverContainer is responsible for managing a set of ArtifactRepository instances.
ArtifactResolutionControl - org.gradle.api.artifacts.cacheのインタフェース
Command methods for controlling artifact resolution via the DSL.
ArtifactResolutionQuery - org.gradle.api.artifacts.queryのインタフェース
A builder to construct a query that can resolve selected software artifacts of the specified components.
ArtifactResolutionResult - org.gradle.api.artifacts.resultのインタフェース
The result of executing an artifact resolution query.
ArtifactResult - org.gradle.api.artifacts.resultのインタフェース
The result of resolving an artifact.
artifacts(Closure) - インタフェース のメソッドorg.gradle.api.Project
Configures the published artifacts for this project.
artifactUrls(Object...) - インタフェース のメソッドorg.gradle.api.artifacts.repositories.MavenArtifactRepository
Adds some additional URLs to use to find artifact files.
asBuilder() - インタフェース のメソッドorg.gradle.ide.visualstudio.TextProvider
Get the content as a StringBuilder, permitting direct modification.
asElement() - インタフェース のメソッドorg.gradle.api.XmlProvider
Returns the XML document as a DOM Element.
asMap() - インタフェース のメソッドorg.gradle.api.artifacts.ivy.IvyExtraInfo
Returns a map view of the 'extra' info elements such that each key is a javax.xml.namespace.QName representing the namespace and name of the element and each value is the content of the element.
asNode() - インタフェース のメソッドorg.gradle.api.XmlProvider
Returns the XML document as a Groovy Node.
Assemble - org.gradle.language.assembler.tasksのクラス
Translates Assembly language source files into object files.
Assemble() - クラス のコンストラクタorg.gradle.language.assembler.tasks.Assemble
 
assemble() - クラス のメソッドorg.gradle.language.assembler.tasks.Assemble
 
ASSEMBLE_TASK_NAME - クラス のstatic変数org.gradle.api.plugins.BasePlugin
 
ASSEMBLE_TASK_NAME - クラス のstatic変数org.gradle.language.base.plugins.LifecycleBasePlugin
 
AssemblerLangPlugin - org.gradle.language.assembler.pluginsのクラス
Adds core Assembler language support.
AssemblerLangPlugin() - クラス のコンストラクタorg.gradle.language.assembler.plugins.AssemblerLangPlugin
 
AssemblerPlugin - org.gradle.language.assembler.pluginsのクラス
A plugin for projects wishing to build native binary components from Assembly language sources.
AssemblerPlugin() - クラス のコンストラクタorg.gradle.language.assembler.plugins.AssemblerPlugin
 
AssemblerSourceSet - org.gradle.language.assemblerのインタフェース
A set of assembly language sources.
assertNormalExitValue() - インタフェース のメソッドorg.gradle.process.ExecResult
Throws an ExecException if the process exited with a non-zero exit value.
assertValidPlatform(JvmPlatform) - インタフェース のメソッドorg.gradle.jvm.toolchain.JavaToolChain
 
asString() - インタフェース のメソッドorg.gradle.api.XmlProvider
Returns the XML document as a StringBuilder.
asType(Class<?>) - インタフェース のメソッドorg.gradle.api.file.FileCollection
Converts this collection into an object of the specified type.
Attributes - org.gradle.api.java.archivesのインタフェース
Represent the attributes of a manifest section.
attributes(Map<String, ?>) - インタフェース のメソッドorg.gradle.api.java.archives.Manifest
Adds content to the main attributes of the manifest.
attributes(Map<String, ?>, String) - インタフェース のメソッドorg.gradle.api.java.archives.Manifest
Adds content to the given section of the manifest.
AuthenticationSupported - org.gradle.api.artifacts.repositoriesのインタフェース
An artifact repository which supports username/password authentication.
author(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
author() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 

B

BaseBinarySpec - org.gradle.platform.base.binaryのクラス
Base class for custom binary implementations.
BaseBinarySpec() - クラス のコンストラクタorg.gradle.platform.base.binary.BaseBinarySpec
 
BaseComponentSpec - org.gradle.platform.base.componentのクラス
Base class for custom component implementations.
BaseComponentSpec() - クラス のコンストラクタorg.gradle.platform.base.component.BaseComponentSpec
 
BaseExecSpec - org.gradle.processのインタフェース
Specifies options for launching a child process.
BaseForkOptions - org.gradle.api.tasks.compileのクラス
Fork options for compilation.
BaseForkOptions() - クラス のコンストラクタorg.gradle.api.tasks.compile.BaseForkOptions
 
BasePlugin - org.gradle.api.pluginsのクラス
A Plugin which defines a basic project lifecycle and some common convention properties.
BasePlugin(ProjectPublicationRegistry, ProjectConfigurationActionContainer) - クラス のコンストラクタorg.gradle.api.plugins.BasePlugin
 
BasicGradleProject - org.gradle.tooling.model.gradleのインタフェース
Provides some basic details about a Gradle project.
BasicIdeaProject - org.gradle.tooling.model.ideaのインタフェース
IdeaProject that does not provide/resolve any external dependencies.
beforeActions(Task) - インタフェース のメソッドorg.gradle.api.execution.TaskActionListener
This method is called immediately before the task starts performing its actions.
beforeConfigured - クラス の変数org.gradle.plugins.ide.api.GeneratorTask
 
beforeDeployment(Action<? super MavenDeployment>) - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenResolver
Adds an action to be executed immediately before a deployment to this resolver.
beforeDeployment(Closure) - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenResolver
Adds a closure to be executed immediately before a deployment to this resolver.
beforeEvaluate(Action<? super Project>) - インタフェース のメソッドorg.gradle.api.Project
Adds an action to execute immediately before this project is evaluated.
beforeEvaluate(Closure) - インタフェース のメソッドorg.gradle.api.Project
Adds a closure to be called immediately before this project is evaluated.
beforeEvaluate(Project) - インタフェース のメソッドorg.gradle.api.ProjectEvaluationListener
This method is called immediately before a project is evaluated.
beforeExecute(Task) - クラス のメソッドorg.gradle.api.execution.TaskExecutionAdapter
 
beforeExecute(Task) - インタフェース のメソッドorg.gradle.api.execution.TaskExecutionListener
This method is called immediately before a task is executed.
beforeExecute(Task) - クラス のメソッドorg.gradle.TaskExecutionLogger
 
beforeProject(Closure) - インタフェース のメソッドorg.gradle.api.invocation.Gradle
Adds a closure to be called immediately before a project is evaluated.
beforeResolve(ResolvableDependencies) - インタフェース のメソッドorg.gradle.api.artifacts.DependencyResolutionListener
This method is called immediately before a set of dependencies are resolved.
beforeResolve(Action<? super ResolvableDependencies>) - インタフェース のメソッドorg.gradle.api.artifacts.ResolvableDependencies
Adds an action to be executed before the dependencies in this set are resolved.
beforeResolve(Closure) - インタフェース のメソッドorg.gradle.api.artifacts.ResolvableDependencies
Adds an action to be executed before the dependencies in this set are resolved.
beforeSuite(Closure) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Adds a closure to be notified before a test suite is executed.
beforeSuite(TestDescriptor) - インタフェース のメソッドorg.gradle.api.tasks.testing.TestListener
Called before a test suite is started.
beforeTask(Closure) - インタフェース のメソッドorg.gradle.api.execution.TaskExecutionGraph
Adds a closure to be called immediately before a task is executed.
beforeTest(Closure) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Adds a closure to be notified before a test is executed.
beforeTest(TestDescriptor) - インタフェース のメソッドorg.gradle.api.tasks.testing.TestListener
Called before an atomic test is started.
belongsToChangingModule() - インタフェース のメソッドorg.gradle.api.artifacts.cache.ArtifactResolutionControl
 
Binary - org.gradle.platform.baseのインタフェース
A physical binary artifact, which can run on a particular platform or runtime.
BinaryContainer - org.gradle.platform.baseのインタフェース
A container for project binaries, which represent physical artifacts that can run on a particular platform or runtime.
BinarySpec - org.gradle.platform.baseのインタフェース
Represents a binary artifact that is the result of building a project component.
BinaryType - org.gradle.platform.baseの注釈型
Declares that a custom BinarySpec type.
BinaryTypeBuilder<C extends BinarySpec> - org.gradle.platform.baseのインタフェース
Allows a plugin to register a custom binary type.
bootClasspath(File...) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
bootClasspath(File...) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
bootstrapClasspath(Object...) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Adds the given values to the end of the bootstrap classpath for the process.
bootstrapClasspath(Object...) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Adds the given values to the end of the bootstrap classpath for the process.
bootstrapClasspath(Object...) - インタフェース のメソッドorg.gradle.process.JavaForkOptions
Adds the given values to the end of the bootstrap classpath for the process.
bottom(String) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
breakIterator(boolean) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
breakIterator() - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
breakIterator(boolean) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
breakIterator() - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
BrowserEvaluate - org.gradle.plugins.javascript.envjs.browserのクラス
 
BrowserEvaluate() - クラス のコンストラクタorg.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
 
BrowserEvaluator - org.gradle.plugins.javascript.envjs.browserのインタフェース
 
build() - クラス のメソッドorg.gradle.testfixtures.ProjectBuilder
Creates the project.
BUILD_DASHBOARD_TASK_NAME - クラス のstatic変数org.gradle.api.reporting.plugins.BuildDashboardPlugin
 
BUILD_DEPENDENTS_TASK_NAME - クラス のstatic変数org.gradle.api.plugins.JavaBasePlugin
 
BUILD_GROUP - クラス のstatic変数org.gradle.api.plugins.BasePlugin
 
BUILD_GROUP - クラス のstatic変数org.gradle.language.base.plugins.LifecycleBasePlugin
 
BUILD_NEEDED_TASK_NAME - クラス のstatic変数org.gradle.api.plugins.JavaBasePlugin
 
BUILD_TASK_NAME - クラス のstatic変数org.gradle.api.plugins.JavaBasePlugin
 
Buildable - org.gradle.apiのインタフェース
A Buildable represents an artifact or set of artifacts which are built by one or more Task instances.
BuildableElement - org.gradle.tooling.modelのインタフェース
Represents an element which has Gradle tasks associated with it.
BuildableModelElement - org.gradle.apiのインタフェース
A model element that is directly buildable.
BuildAction<T> - org.gradle.toolingのインタフェース
An action that executes against a Gradle build and produces a result of type T.
BuildActionExecuter<T> - org.gradle.toolingのインタフェース
Used to execute a BuildAction in the build process.
BuildActionFailureException - org.gradle.toolingの例外
Thrown when a BuildAction fails.
BuildActionFailureException(String, Throwable) - 例外 のコンストラクタorg.gradle.tooling.BuildActionFailureException
 
BuildAdapter - org.gradleのクラス
A BuildListener adapter class for receiving build events.
BuildAdapter() - クラス のコンストラクタorg.gradle.BuildAdapter
 
buildAll(String, Project) - インタフェース のメソッドorg.gradle.tooling.provider.model.ToolingModelBuilder
 
BuildCancelledException - org.gradle.apiの例外
A BuildCancelledException is thrown when a build is interrupted due to cancellation request.
BuildCancelledException() - 例外 のコンストラクタorg.gradle.api.BuildCancelledException
 
BuildCancelledException(String) - 例外 のコンストラクタorg.gradle.api.BuildCancelledException
 
BuildCancelledException(String, Throwable) - 例外 のコンストラクタorg.gradle.api.BuildCancelledException
 
BuildCancelledException - org.gradle.toolingの例外
Thrown when a LongRunningOperation is cancelled before the operation completes.
BuildCancelledException(String) - 例外 のコンストラクタorg.gradle.tooling.BuildCancelledException
 
BuildCancelledException(String, Throwable) - 例外 のコンストラクタorg.gradle.tooling.BuildCancelledException
 
BuildController - org.gradle.toolingのインタフェース
Provides a BuildAction various ways to control a Gradle build and access information about the build.
BuildDashboardPlugin - org.gradle.api.reporting.pluginsのクラス
Adds a task, "buildDashboard", that aggregates the output of all tasks that produce reports.
BuildDashboardPlugin() - クラス のコンストラクタorg.gradle.api.reporting.plugins.BuildDashboardPlugin
 
BuildDashboardReports - org.gradle.api.reportingのインタフェース
The reporting configuration for the GenerateBuildDashboard task.
BuildEnvironment - org.gradle.tooling.model.buildのインタフェース
Informs about the build environment, like Gradle version or the Java home in use.
builder() - クラス のstaticメソッドorg.gradle.testfixtures.ProjectBuilder
Creates a project builder.
BuildException - org.gradle.toolingの例外
Thrown when a Gradle build fails or when a model cannot be built.
BuildException(String, Throwable) - 例外 のコンストラクタorg.gradle.tooling.BuildException
 
BuildExceptionReporter - org.gradleのクラス
A BuildListener which reports the build exception, if any.
BuildExceptionReporter(StyledTextOutputFactory, LoggingConfiguration, BuildClientMetaData) - クラス のコンストラクタorg.gradle.BuildExceptionReporter
 
buildFinished(Closure) - インタフェース のメソッドorg.gradle.api.invocation.Gradle
Adds a closure to be called when the build is completed.
buildFinished(BuildResult) - クラス のメソッドorg.gradle.BuildAdapter
 
buildFinished(BuildResult) - クラス のメソッドorg.gradle.BuildExceptionReporter
 
buildFinished(BuildResult) - インタフェース のメソッドorg.gradle.BuildListener
Called when the build is completed.
buildFinished(BuildResult) - クラス のメソッドorg.gradle.BuildLogger
 
buildFinished(BuildResult) - クラス のメソッドorg.gradle.BuildResultLogger
 
BuildInvocations - org.gradle.tooling.model.gradleのインタフェース
A model providing access to Launchable instances that can be used to initiate Gradle build.
BuildLauncher - org.gradle.toolingのインタフェース
A BuildLauncher allows you to configure and execute a Gradle build.
BuildListener - org.gradleのインタフェース
A BuildListener is notified of the major lifecycle events as a build is executed.
BuildLogger - org.gradleのクラス
A BuildListener which logs the build progress.
BuildLogger(Logger, StyledTextOutputFactory, StartParameter, BuildRequestMetaData) - クラス のコンストラクタorg.gradle.BuildLogger
 
BuildResult - org.gradleのクラス
A BuildResult packages up the results of a build executed by a GradleLauncher instance.
BuildResult(Gradle, Throwable) - クラス のコンストラクタorg.gradle.BuildResult
 
BuildResultLogger - org.gradleのクラス
A BuildListener which logs the final result of the build.
BuildResultLogger(StyledTextOutputFactory, Clock) - クラス のコンストラクタorg.gradle.BuildResultLogger
 
buildscript(Closure) - インタフェース のメソッドorg.gradle.api.Project
Configures the build script classpath for this project.
buildscript(Closure) - インタフェース のメソッドorg.gradle.api.Script
Configures the classpath for this script.
buildStarted(Closure) - インタフェース のメソッドorg.gradle.api.invocation.Gradle
Adds a closure to be called when the build is started.
buildStarted(Gradle) - クラス のメソッドorg.gradle.BuildAdapter
 
buildStarted(Gradle) - インタフェース のメソッドorg.gradle.BuildListener
Called when the build is started.
buildStarted(Gradle) - クラス のメソッドorg.gradle.BuildLogger
 
BuildType - org.gradle.nativeplatformのインタフェース
Specifies a build-type for a native binary.
BuildTypeContainer - org.gradle.nativeplatformのインタフェース
A container of BuildTypes.
builtBy(Object...) - インタフェース のメソッドorg.gradle.api.artifacts.ConfigurablePublishArtifact
Registers some tasks which build this artifact.
builtBy(Object...) - インタフェース のメソッドorg.gradle.api.BuildableModelElement
Adds a task that is required for the construction of this element.
builtBy(Object...) - インタフェース のメソッドorg.gradle.api.file.ConfigurableFileCollection
Registers some tasks which build the files of this collection.
builtBy(Object...) - インタフェース のメソッドorg.gradle.api.file.ConfigurableFileTree
Registers some tasks which build the files of this collection.
builtBy(Object...) - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyArtifact
Registers some tasks which build this artifact.
builtBy(Object...) - インタフェース のメソッドorg.gradle.api.publish.maven.MavenArtifact
Registers some tasks which build this artifact.
builtBy(Object...) - クラス のメソッドorg.gradle.platform.base.binary.BaseBinarySpec
 
bzip2(Object) - インタフェース のメソッドorg.gradle.api.resources.ResourceHandler
Creates resource that points to a bzip2 compressed file at the given path.

C

cacheChangingModulesFor(int, String) - インタフェース のメソッドorg.gradle.api.artifacts.ResolutionStrategy
Sets the length of time that changing modules will be cached, with units expressed as a String.
cacheChangingModulesFor(int, TimeUnit) - インタフェース のメソッドorg.gradle.api.artifacts.ResolutionStrategy
Sets the length of time that changing modules will be cached.
cacheDynamicVersionsFor(int, String) - インタフェース のメソッドorg.gradle.api.artifacts.ResolutionStrategy
Sets the length of time that dynamic versions will be cached, with units expressed as a String.
cacheDynamicVersionsFor(int, TimeUnit) - インタフェース のメソッドorg.gradle.api.artifacts.ResolutionStrategy
Sets the length of time that dynamic versions will be cached.
cacheFor(int, TimeUnit) - インタフェース のメソッドorg.gradle.api.artifacts.cache.ResolutionControl
States that the cached value should be used if it is no older than the specified duration.
canBuild(String) - インタフェース のメソッドorg.gradle.tooling.provider.model.ToolingModelBuilder
 
cancel() - インタフェース のメソッドorg.gradle.tooling.CancellationTokenSource
Initiates cancel request.
CancellationToken - org.gradle.toolingのインタフェース
Token that propagates notification that an operation should be cancelled.
CancellationTokenSource - org.gradle.toolingのインタフェース
A CancellationTokenSource allows you to issue cancellation requests to one or more LongRunningOperation instances.
captureStandardError(LogLevel) - インタフェース のメソッドorg.gradle.api.logging.LoggingManager
Requests that output written to System.err be routed to Gradle's logging system.
captureStandardOutput(LogLevel) - インタフェース のメソッドorg.gradle.api.logging.LoggingManager
Requests that output written to System.out be routed to Gradle's logging system.
CCompile - org.gradle.language.c.tasksのクラス
Compiles C source files into object files.
CCompile() - クラス のコンストラクタorg.gradle.language.c.tasks.CCompile
 
charSet(String) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
CHECK_TASK_NAME - クラス のstatic変数org.gradle.api.plugins.JavaBasePlugin
 
CheckstyleReports - org.gradle.api.plugins.qualityのインタフェース
The reporting configuration for the Checkstyle test.
childScope(Scriptable, RhinoWorkerUtils.ScopeOperation<R>) - クラス のstaticメソッドorg.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils
 
CircularReferenceException - org.gradle.apiの例外
A CircularReferenceException is thrown if circular references exists between tasks, the project evaluation order or the project dependsOn order.
CircularReferenceException(String) - 例外 のコンストラクタorg.gradle.api.CircularReferenceException
 
CircularReferenceException(String, Throwable) - 例外 のコンストラクタorg.gradle.api.CircularReferenceException
 
Clang - org.gradle.nativeplatform.toolchainのインタフェース
The Clang tool chain.
ClangCompilerPlugin - org.gradle.nativeplatform.toolchain.pluginsのクラス
A Plugin which makes the Clang compiler available for compiling C/C++ code.
ClangCompilerPlugin() - クラス のコンストラクタorg.gradle.nativeplatform.toolchain.plugins.ClangCompilerPlugin
 
ClangCompilerPlugin.Rules - org.gradle.nativeplatform.toolchain.pluginsのクラス
Model rules.
CLangPlugin - org.gradle.language.c.pluginsのクラス
Adds core C language support.
CLangPlugin() - クラス のコンストラクタorg.gradle.language.c.plugins.CLangPlugin
 
ClassDirectoryBinarySpec - org.gradle.api.jvmのインタフェース
An exploded binary containing resources and compiled class files.
CLASSES_TASK_NAME - クラス のstatic変数org.gradle.api.plugins.JavaPlugin
 
CLASSIFIER - インタフェース のstatic変数org.gradle.api.artifacts.Dependency
 
classpath(Object...) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Adds elements to the classpath for executing the main class.
classpath(List<File>) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
classpath(File...) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
classpath(List<File>) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
classpath(File...) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
Classpath - org.gradle.jvmのインタフェース
A collection of files to be used as a class path.
classpath(Object...) - インタフェース のメソッドorg.gradle.process.JavaExecSpec
Adds elements to the classpath for executing the main class.
CLASSPATH_CONFIGURATION - インタフェース のstatic変数org.gradle.api.initialization.dsl.ScriptHandler
The name of the configuration used to assemble the script classpath.
CLASSPATH_CONFIGURATION_NAME - クラス のstatic変数org.gradle.plugins.javascript.rhino.RhinoExtension
 
ClasspathEntry - org.gradle.plugins.ide.eclipse.modelのインタフェース
Represents an entry in the Eclipse classpath.
clean() - クラス のメソッドorg.gradle.api.tasks.Delete
 
CLEAN_TASK_NAME - クラス のstatic変数org.gradle.api.plugins.BasePlugin
 
CLEAN_TASK_NAME - クラス のstatic変数org.gradle.language.base.plugins.LifecycleBasePlugin
 
ClientModule - org.gradle.api.artifactsのインタフェース
To model a module in your dependency declarations.
close() - インタフェース のメソッドorg.gradle.tooling.ProjectConnection
Closes this connection.
CodeNarcReports - org.gradle.api.plugins.qualityのインタフェース
The reporting configuration for the CodeNarc test.
CoffeeScriptCompile - org.gradle.plugins.javascript.coffeescriptのクラス
 
CoffeeScriptCompile() - クラス のコンストラクタorg.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
 
CoffeeScriptCompileOptions - org.gradle.plugins.javascript.coffeescriptのクラス
 
CoffeeScriptCompileOptions() - クラス のコンストラクタorg.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileOptions
 
CoffeeScriptCompiler - org.gradle.plugins.javascript.coffeescriptのインタフェース
 
CoffeeScriptCompileSpec - org.gradle.plugins.javascript.coffeescriptのインタフェース
 
CoffeeScriptExtension - org.gradle.plugins.javascript.coffeescriptのクラス
 
CoffeeScriptExtension() - クラス のコンストラクタorg.gradle.plugins.javascript.coffeescript.CoffeeScriptExtension
 
commandLine(Object...) - クラス のメソッドorg.gradle.api.tasks.AbstractExecTask
Sets the full command line, including the executable to be executed plus its arguments.
commandLine(Iterable<?>) - クラス のメソッドorg.gradle.api.tasks.AbstractExecTask
Sets the full command line, including the executable to be executed plus its arguments.
commandLine(Object...) - インタフェース のメソッドorg.gradle.process.ExecSpec
Sets the full command line, including the executable to be executed plus its arguments.
commandLine(Iterable<?>) - インタフェース のメソッドorg.gradle.process.ExecSpec
Sets the full command line, including the executable to be executed plus its arguments.
CommandLineToolConfiguration - org.gradle.nativeplatform.toolchainのインタフェース
An executable tool that forms part of a tool chain.
Comparator(Namer<? super T>) - クラス のコンストラクタorg.gradle.api.Namer.Comparator
 
compare(T, T) - クラス のメソッドorg.gradle.api.Namer.Comparator
 
CompareGradleBuilds - org.gradle.api.plugins.buildcomparison.gradleのクラス
Executes two Gradle builds (that can be the same build) with specified versions and compares the outcomes.
CompareGradleBuilds() - クラス のコンストラクタorg.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
 
COMPILE - インタフェース のstatic変数org.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
 
compile() - クラス のメソッドorg.gradle.api.tasks.compile.AbstractCompile
 
compile() - クラス のメソッドorg.gradle.api.tasks.compile.GroovyCompile
 
compile(IncrementalTaskInputs) - クラス のメソッドorg.gradle.api.tasks.compile.JavaCompile
 
compile() - クラス のメソッドorg.gradle.api.tasks.compile.JavaCompile
 
compile() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompile
 
compile(IncrementalTaskInputs) - クラス のメソッドorg.gradle.language.nativebase.tasks.AbstractNativeCompileTask
 
compile(IncrementalTaskInputs) - クラス のメソッドorg.gradle.language.rc.tasks.WindowsResourceCompile
 
compile(CoffeeScriptCompileSpec) - インタフェース のメソッドorg.gradle.plugins.javascript.coffeescript.CoffeeScriptCompiler
 
COMPILE_CONFIGURATION_NAME - クラス のstatic変数org.gradle.api.plugins.JavaPlugin
 
COMPILE_JAVA_TASK_NAME - クラス のstatic変数org.gradle.api.plugins.JavaPlugin
 
COMPILE_PRIORITY - クラス のstatic変数org.gradle.api.plugins.MavenPlugin
 
COMPILE_TEST_JAVA_TASK_NAME - クラス のstatic変数org.gradle.api.plugins.JavaPlugin
 
compiledBy(Object...) - インタフェース のメソッドorg.gradle.api.tasks.SourceSet
Registers a set of tasks which are responsible for compiling this source set into the classes directory.
CompileOptions - org.gradle.api.tasks.compileのクラス
Main options for Java compilation.
CompileOptions() - クラス のコンストラクタorg.gradle.api.tasks.compile.CompileOptions
 
Component - org.gradle.api.componentのインタフェース
A software component that can be queried via the Artifact Query API.
ComponentArtifactsResult - org.gradle.api.artifacts.resultのインタフェース
The result of successfully resolving a component with a set of artifacts.
ComponentBinaries - org.gradle.platform.baseの注釈型
Declares the binaries that should be built for a custom ComponentSpec type.
ComponentIdentifier - org.gradle.api.artifacts.componentのインタフェース
An opaque identifier for a component instance.
ComponentMetadata - org.gradle.api.artifactsのインタフェース
Provides a read-only view of a resolved component's metadata, which typically originates from a component descriptor (Ivy file, Maven POM).
ComponentMetadataDetails - org.gradle.api.artifactsのインタフェース
Describes a resolved component's metadata, which typically originates from a component descriptor (Ivy file, Maven POM).
ComponentMetadataHandler - org.gradle.api.artifacts.dslのインタフェース
Allows to modify the metadata of depended-on software components.
ComponentModelBasePlugin - org.gradle.language.base.pluginsのクラス
Base plugin for language support.
ComponentModelBasePlugin(Instantiator, ModelRegistry) - クラス のコンストラクタorg.gradle.language.base.plugins.ComponentModelBasePlugin
 
ComponentModuleMetadata - org.gradle.api.artifactsのインタフェース
Contains immutable component module metadata information.
ComponentModuleMetadataDetails - org.gradle.api.artifactsのインタフェース
Contains and allows configuring component module metadata information.
ComponentReport - org.gradle.api.reporting.componentsのクラス
Displays some details about the software components produced by the project.
ComponentReport() - クラス のコンストラクタorg.gradle.api.reporting.components.ComponentReport
 
ComponentResult - org.gradle.api.artifacts.resultのインタフェース
The result of resolving a component.
components(Action<? super ComponentMetadataHandler>) - インタフェース のメソッドorg.gradle.api.artifacts.dsl.DependencyHandler
Configures module metadata for this project.
COMPONENTS_TASK - クラス のstatic変数org.gradle.api.plugins.HelpTasksPlugin
 
ComponentSelection - org.gradle.api.artifactsのインタフェース
Represents a tuple of the component selector of a module and a candidate version to be evaluated in a component selection rule.
componentSelection(Action<? super ComponentSelectionRules>) - インタフェース のメソッドorg.gradle.api.artifacts.ResolutionStrategy
The componentSelection block provides rules for how versions should be selected.
ComponentSelectionReason - org.gradle.api.artifacts.resultのインタフェース
Answers the question why a component was selected during the dependency resolution.
ComponentSelectionRules - org.gradle.api.artifactsのインタフェース
Represents a container for component selection rules.
ComponentSelector - org.gradle.api.artifacts.componentのインタフェース
Represents some opaque criteria used to select a component instance during dependency resolution.
ComponentSpec<T extends BinarySpec> - org.gradle.platform.baseのインタフェース
A software component that is built by a Gradle project.
ComponentSpecContainer - org.gradle.platform.baseのインタフェース
A container of software components.
ComponentSpecIdentifier - org.gradle.platform.baseのインタフェース
An identifier for a ComponentSpec, which has a name.
ComponentType - org.gradle.platform.baseの注釈型
Declares that a custom ComponentSpec type.
ComponentTypeBuilder<C extends ComponentSpec> - org.gradle.platform.baseのインタフェース
Allows a plugin to register a custom component type.
CompositeSpec<T> - org.gradle.api.specsのクラス
A Spec which aggregates a sequence of other Spec instances.
CompositeSpec(Spec<? super T>...) - クラス のコンストラクタorg.gradle.api.specs.CompositeSpec
 
CompositeSpec(Iterable<? extends Spec<? super T>>) - クラス のコンストラクタorg.gradle.api.specs.CompositeSpec
 
Compression - org.gradle.api.tasks.bundlingの列挙型
Specifies the compression which should be applied to a TAR archive.
computeSonarProperties(Project, Map<String, Object>, Map<Project, ActionBroadcast<SonarProperties>>) - クラス のメソッドorg.gradle.sonar.runner.plugins.SonarRunnerPlugin
 
Conf2ScopeMapping - org.gradle.api.artifacts.mavenのクラス
An immutable mapping to map a dependency configuration to a Maven scope.
Conf2ScopeMapping(Integer, Configuration, String) - クラス のコンストラクタorg.gradle.api.artifacts.maven.Conf2ScopeMapping
Constructs a Conf2ScopeMapping.
Conf2ScopeMappingContainer - org.gradle.api.artifacts.mavenのインタフェース
Defines a set of rules for how to map the Gradle dependencies to a POM.
ConfigFile - org.gradle.ide.visualstudioのインタフェース
A configuration file generated for Visual Studio.
ConfigurableFileCollection - org.gradle.api.fileのインタフェース
A ConfigurableFileCollection is a mutable FileCollection.
ConfigurableFileTree - org.gradle.api.fileのインタフェース
A FileTree with a single base directory, which can be configured and modified.
ConfigurablePublishArtifact - org.gradle.api.artifactsのインタフェース
A PublishArtifact whose properties can be modified.
ConfigurableReport - org.gradle.api.reportingのインタフェース
A file based report to be created with a configurable destination.
Configuration - org.gradle.api.artifactsのインタフェース
A Configuration represents a group of artifacts and their dependencies.
Configuration.Namer - org.gradle.api.artifactsのクラス
A Namer namer for configurations that returns Configuration.getName().
Configuration.State - org.gradle.api.artifactsの列挙型
The states a configuration can be into.
CONFIGURATION_NAME - クラス のstatic変数org.gradle.plugins.javascript.envjs.EnvJsExtension
 
CONFIGURATION_NAME - クラス のstatic変数org.gradle.plugins.javascript.jshint.JsHintExtension
 
ConfigurationContainer - org.gradle.api.artifactsのインタフェース
A ConfigurationContainer is responsible for declaring and managing configurations.
configurations(Closure) - インタフェース のメソッドorg.gradle.api.Project
Configures the dependency configurations for this project.
configurations(Action<? super IvyConfigurationContainer>) - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyPublication
Defines some IvyConfigurations that should be included in the published ivy module descriptor file.
configure(Closure) - インタフェース のメソッドorg.gradle.api.NamedDomainObjectContainer
Allows the container to be configured, creating missing objects as they are referenced.
configure(Class<T>, Action<? super T>) - インタフェース のメソッドorg.gradle.api.plugins.ExtensionContainer
Looks for the extension of the specified type and configures it with the supplied action.
configure(Object, Closure) - インタフェース のメソッドorg.gradle.api.Project
Configures an object via a closure, with the closure's delegate set to the supplied object.
configure(Iterable<?>, Closure) - インタフェース のメソッドorg.gradle.api.Project
Configures a collection of objects via a closure.
configure(Iterable<T>, Action<? super T>) - インタフェース のメソッドorg.gradle.api.Project
Configures a collection of objects via an action.
configure(Closure) - インタフェース のメソッドorg.gradle.api.Task
Applies the statements of the closure against this task object.
configure(T) - クラス のメソッドorg.gradle.plugins.ide.api.PropertiesGeneratorTask
 
configure(T) - クラス のメソッドorg.gradle.plugins.ide.api.XmlGeneratorTask
 
configureCompileTask(AbstractCompile, JavaSourceSet, ClassDirectoryBinarySpec) - クラス のメソッドorg.gradle.api.plugins.LegacyJavaComponentPlugin
Preconfigures the specified compile task based on the specified source set and class directory binary.
configureConfigurations(ConfigurationContainer) - クラス のメソッドorg.gradle.api.plugins.WarPlugin
 
configureCUnitTestSuiteSources(ProjectSourceSet, TestSuiteContainer, File) - クラス のメソッドorg.gradle.nativeplatform.test.cunit.plugins.CUnitPlugin.Rules
 
configureForSourceSet(SourceSet, AbstractCompile) - クラス のメソッドorg.gradle.api.plugins.JavaBasePlugin
 
configureJavaExec(JavaExecSpec) - クラス のメソッドorg.gradle.plugins.javascript.rhino.RhinoExtension
 
configureScanner() - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
configureScanner() - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRun
 
configureScanner() - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRunWar
 
configureWebApplication() - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
Subclasses should invoke this to setup basic info on the webapp.
configureWebApplication() - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRun
 
configureWebApplication() - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRunWar
 
ConflictResolution - org.gradle.api.artifactsのインタフェース
The conflict resolution
connect() - クラス のメソッドorg.gradle.tooling.GradleConnector
Creates a connection to the project in the specified project directory.
consoleScanner - クラス の変数org.gradle.api.plugins.jetty.AbstractJettyRunTask
A scanner to check ENTER hits on the console.
container(Class<T>) - インタフェース のメソッドorg.gradle.api.Project
Creates a container for managing named objects of the specified type.
container(Class<T>, NamedDomainObjectFactory<T>) - インタフェース のメソッドorg.gradle.api.Project
Creates a container for managing named objects of the specified type.
container(Class<T>, Closure) - インタフェース のメソッドorg.gradle.api.Project
Creates a container for managing named objects of the specified type.
containerWithType(Class<U>) - インタフェース のメソッドorg.gradle.api.PolymorphicDomainObjectContainer
Creates a regular container that wraps the polymorphic container presenting all elements of a specified type.
contains(File) - インタフェース のメソッドorg.gradle.api.file.FileCollection
Determines whether this collection contains the given file.
contentEquals(Dependency) - インタフェース のメソッドorg.gradle.api.artifacts.Dependency
Returns whether two dependencies have identical values for their properties.
ContentFilterable - org.gradle.api.fileのインタフェース
Represents some binary resource whose content can be filtered.
contents(Action<? super CopySpec>) - インタフェース のメソッドorg.gradle.api.distribution.Distribution
Configures the contents of the distribution.
contributeCommandLineOptions(ExecSpec) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
contributeCommandLineOptions(ExecSpec) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
Convention - org.gradle.api.pluginsのインタフェース
A Convention manages a set of convention objects.
ConventionProperty - org.gradle.api.dslのクラス
ConventionProperty can be assigned but cannot be mutated (even if the object is mutable!)
ConventionProperty() - クラス のコンストラクタorg.gradle.api.dsl.ConventionProperty
 
ConventionValue - org.gradle.api.tasksのインタフェース
非推奨です。
Use Closure or Callable instead.
convertClosureToSpec(Closure) - クラス のstaticメソッドorg.gradle.api.specs.Specs
 
convertException(RhinoException) - インタフェース のメソッドorg.gradle.plugins.javascript.rhino.worker.RhinoWorker
 
copy() - インタフェース のメソッドorg.gradle.api.artifacts.ClientModule
Creates and returns a new dependency with the property values of this one.
copy() - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Creates a copy of this configuration that only contains the dependencies directly in this configuration (without contributions from superconfigurations).
copy(Spec<? super Dependency>) - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Creates a copy of this configuration ignoring superconfigurations (see Configuration.copy() but filtering the dependencies using the specified dependency spec.
copy(Closure) - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Takes a closure which gets coerced into a Spec.
copy() - インタフェース のメソッドorg.gradle.api.artifacts.Dependency
Creates and returns a new dependency with the property values of this one.
copy() - インタフェース のメソッドorg.gradle.api.artifacts.ExternalDependency
Creates and returns a new dependency with the property values of this one.
copy() - インタフェース のメソッドorg.gradle.api.artifacts.ExternalModuleDependency
Creates and returns a new dependency with the property values of this one.
copy() - インタフェース のメソッドorg.gradle.api.artifacts.ModuleDependency
Creates and returns a new dependency with the property values of this one.
copy() - インタフェース のメソッドorg.gradle.api.artifacts.ProjectDependency
Creates and returns a new dependency with the property values of this one.
copy(Closure) - インタフェース のメソッドorg.gradle.api.Project
Copies the specified files.
copy(Closure) - インタフェース のメソッドorg.gradle.api.Script
Copy the specified files.
copy() - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
 
Copy - org.gradle.api.tasksのクラス
Copies files into a destination directory.
Copy() - クラス のコンストラクタorg.gradle.api.tasks.Copy
 
copy() - クラス のメソッドorg.gradle.language.jvm.tasks.ProcessResources
 
copyFrom(PatternFilterable) - クラス のメソッドorg.gradle.api.tasks.util.PatternSet
 
CopyProcessingSpec - org.gradle.api.fileのインタフェース
Specifies the destination of a copy.
copyRecursive() - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Creates a copy of this configuration that contains the dependencies directly in this configuration and those derived from superconfigurations.
copyRecursive(Spec<? super Dependency>) - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Creates a copy of this configuration with dependencies from superconfigurations (see Configuration.copyRecursive()) but filtering the dependencies using the dependencySpec.
copyRecursive(Closure) - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Takes a closure which gets coerced into a Spec.
CopySourceSpec - org.gradle.api.fileのインタフェース
Specifies sources for a file copy.
CopySpec - org.gradle.api.fileのインタフェース
A set of specifications for copying files.
copySpec(Closure) - インタフェース のメソッドorg.gradle.api.Project
Creates a CopySpec which can later be used to copy files or create an archive.
copySpec(Closure) - インタフェース のメソッドorg.gradle.api.Script
Creates a CopySpec which can later be used to copy files or create an archive.
copyTo(OutputStream) - インタフェース のメソッドorg.gradle.api.file.FileTreeElement
Copies the content of this file to an output stream.
copyTo(File) - インタフェース のメソッドorg.gradle.api.file.FileTreeElement
Copies this file to the given target file.
copyTo(ProcessForkOptions) - クラス のメソッドorg.gradle.api.tasks.AbstractExecTask
Copies these options to the given target options.
copyTo(JavaForkOptions) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Copies these options to the given options.
copyTo(ProcessForkOptions) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Copies these options to the given target options.
copyTo(ProcessForkOptions) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Copies these options to the given target options.
copyTo(JavaForkOptions) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Copies these options to the given options.
copyTo(JavaForkOptions) - インタフェース のメソッドorg.gradle.process.JavaForkOptions
Copies these options to the given options.
copyTo(ProcessForkOptions) - インタフェース のメソッドorg.gradle.process.ProcessForkOptions
Copies these options to the given target options.
CoreJavadocOptions - org.gradle.external.javadocのクラス
Provides the core Javadoc Options.
CoreJavadocOptions() - クラス のコンストラクタorg.gradle.external.javadoc.CoreJavadocOptions
 
CoreJavadocOptions(JavadocOptionFile) - クラス のコンストラクタorg.gradle.external.javadoc.CoreJavadocOptions
 
CPlugin - org.gradle.language.c.pluginsのクラス
A plugin for projects wishing to build native binary components from C sources.
CPlugin() - クラス のコンストラクタorg.gradle.language.c.plugins.CPlugin
 
CppCompile - org.gradle.language.cpp.tasksのクラス
Compiles C++ source files into object files.
CppCompile() - クラス のコンストラクタorg.gradle.language.cpp.tasks.CppCompile
 
CppLangPlugin - org.gradle.language.cpp.pluginsのクラス
Adds core C++ language support.
CppLangPlugin() - クラス のコンストラクタorg.gradle.language.cpp.plugins.CppLangPlugin
 
CppPlugin - org.gradle.language.cpp.pluginsのクラス
A plugin for projects wishing to build native binary components from C++ sources.
CppPlugin() - クラス のコンストラクタorg.gradle.language.cpp.plugins.CppPlugin
 
CppSourceSet - org.gradle.language.cppのインタフェース
A set of C++ source files.
create(Object) - インタフェース のメソッドorg.gradle.api.artifacts.dsl.DependencyHandler
Creates a dependency without adding it to a configuration.
create(Object, Closure) - インタフェース のメソッドorg.gradle.api.artifacts.dsl.DependencyHandler
Creates a dependency without adding it to a configuration, and configures the dependency using the given closure.
create(String) - インタフェース のメソッドorg.gradle.api.NamedDomainObjectContainer
Creates a new item with the given name, adding it to this container.
create(String, Closure) - インタフェース のメソッドorg.gradle.api.NamedDomainObjectContainer
Creates a new item with the given name, adding it to this container, then configuring it with the given closure.
create(String, Action<? super T>) - インタフェース のメソッドorg.gradle.api.NamedDomainObjectContainer
Creates a new item with the given name, adding it to this container, then configuring it with the given action.
create(String) - インタフェース のメソッドorg.gradle.api.NamedDomainObjectFactory
Creates a new object with the given name.
create(String, Class<T>, Object...) - インタフェース のメソッドorg.gradle.api.plugins.ExtensionContainer
Adds a new extension to this container, that itself is dynamically made ExtensionAware.
create(String, Class<U>) - インタフェース のメソッドorg.gradle.api.PolymorphicDomainObjectContainer
Creates a domain object with the specified name and type, and adds it to the container.
create(String, Class<U>, Action<? super U>) - インタフェース のメソッドorg.gradle.api.PolymorphicDomainObjectContainer
Creates a domain object with the specified name and type, adds it to the container, and configures it with the specified action.
create(Map<String, ?>) - インタフェース のメソッドorg.gradle.api.tasks.TaskContainer
Creates a Task and adds it to this container.
create(Map<String, ?>, Closure) - インタフェース のメソッドorg.gradle.api.tasks.TaskContainer
Creates a Task adds it to this container.
create(String, Closure) - インタフェース のメソッドorg.gradle.api.tasks.TaskContainer
Creates a Task with the given name adds it to this container.
create(String) - インタフェース のメソッドorg.gradle.api.tasks.TaskContainer
Creates a Task with the given name and adds it to this container.
create(String, Class<T>) - インタフェース のメソッドorg.gradle.api.tasks.TaskContainer
Creates a Task with the given name and type, and adds it to this container.
create(String, Class<T>, Action<? super T>) - インタフェース のメソッドorg.gradle.api.tasks.TaskContainer
Creates a Task with the given name and type, configures it with the given action, and adds it to this container.
create(Class<T>, BinaryNamingScheme, Instantiator) - クラス のstaticメソッドorg.gradle.platform.base.binary.BaseBinarySpec
 
create(Class<T>, ComponentSpecIdentifier, FunctionalSourceSet, Instantiator) - クラス のstaticメソッドorg.gradle.platform.base.component.BaseComponentSpec
 
create() - クラス のメソッドorg.gradle.plugins.ide.api.PropertiesGeneratorTask
 
create() - クラス のメソッドorg.gradle.plugins.ide.api.XmlGeneratorTask
 
create(Iterable<File>, RhinoWorkerSpec<R, P>, LogLevel, Action<JavaExecSpec>) - インタフェース のメソッドorg.gradle.plugins.javascript.rhino.worker.RhinoWorkerHandleFactory
 
createAntBuilder() - インタフェース のメソッドorg.gradle.api.Project
Creates an additional AntBuilder for this project.
createArtifactResolutionQuery() - インタフェース のメソッドorg.gradle.api.artifacts.dsl.DependencyHandler
Creates an artifact resolution query.
createBinaries(BinaryContainer, BinaryNamingSchemeBuilder, NamedDomainObjectCollection<JvmLibrarySpec>, File, ServiceRegistry) - クラス のメソッドorg.gradle.jvm.plugins.JvmComponentPlugin.Rules
 
createCompileSpec() - クラス のメソッドorg.gradle.language.c.tasks.CCompile
 
createCompileSpec() - クラス のメソッドorg.gradle.language.cpp.tasks.CppCompile
 
createCompileSpec() - クラス のメソッドorg.gradle.language.nativebase.tasks.AbstractNativeCompileTask
 
createCompileSpec() - クラス のメソッドorg.gradle.language.objectivec.tasks.ObjectiveCCompile
 
createCompileSpec() - クラス のメソッドorg.gradle.language.objectivecpp.tasks.ObjectiveCppCompile
 
createCopyAction() - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
 
createCopyAction() - クラス のメソッドorg.gradle.api.tasks.bundling.Tar
 
createCopyAction() - クラス のメソッドorg.gradle.api.tasks.bundling.Zip
 
createCopyAction() - クラス のメソッドorg.gradle.api.tasks.Copy
 
createCopyAction() - クラス のメソッドorg.gradle.api.tasks.Sync
 
createCUnitLauncherTasks(TaskContainer, TestSuiteContainer, ProjectSourceSet) - クラス のメソッドorg.gradle.nativeplatform.test.cunit.plugins.CUnitPlugin.Rules
 
createCUnitTestBinaries(BinaryContainer, TestSuiteContainer, File, ServiceRegistry) - クラス のメソッドorg.gradle.nativeplatform.test.cunit.plugins.CUnitPlugin.Rules
 
createCUnitTestSuitePerComponent(TestSuiteContainer, NamedDomainObjectSet<NativeComponentSpec>, ProjectSourceSet, ServiceRegistry) - クラス のメソッドorg.gradle.nativeplatform.test.cunit.plugins.CUnitPlugin.Rules
 
createDefaultFlavor(FlavorContainer) - クラス のメソッドorg.gradle.nativeplatform.plugins.NativeComponentModelPlugin.Rules
 
createDefaultPlatforms(PlatformContainer) - クラス のメソッドorg.gradle.nativeplatform.plugins.NativeComponentModelPlugin.Rules
 
createDefaultPlatforms(BuildTypeContainer) - クラス のメソッドorg.gradle.nativeplatform.plugins.NativeComponentModelPlugin.Rules
 
createDefaultToolChain(ToolChainRegistryInternal) - クラス のメソッドorg.gradle.nativeplatform.plugins.NativeComponentModelPlugin.Rules
 
createNativeBinaries(BinaryContainer, NamedDomainObjectSet<NativeComponentSpec>, LanguageRegistry, ToolChainRegistryInternal, PlatformContainer, BuildTypeContainer, FlavorContainer, ServiceRegistry, File) - クラス のメソッドorg.gradle.nativeplatform.plugins.NativeComponentModelPlugin.Rules
 
createRootSpec() - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
 
createRootSpec() - クラス のメソッドorg.gradle.api.tasks.Copy
 
createRootSpec() - クラス のメソッドorg.gradle.api.tasks.Sync
 
createServer() - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
create a proxy that wraps a particular jetty version Server object.
createServer() - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRun
 
createServer() - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRunWar
 
createTasks(TaskContainer, BinaryContainer) - クラス のメソッドorg.gradle.jvm.plugins.JvmComponentPlugin.Rules
 
createTasksForVisualStudio(TaskContainer, VisualStudioExtensionInternal) - クラス のstaticメソッドorg.gradle.ide.visualstudio.plugins.VisualStudioPlugin.Rules
 
createTestTasks(TaskContainer, BinaryContainer) - クラス のメソッドorg.gradle.nativeplatform.test.plugins.NativeBinariesTestPlugin.Rules
 
createVisualStudioModelForBinaries(VisualStudioExtensionInternal, BinaryContainer) - クラス のstaticメソッドorg.gradle.ide.visualstudio.plugins.VisualStudioPlugin.Rules
 
credentials(Closure) - インタフェース のメソッドorg.gradle.api.artifacts.repositories.AuthenticationSupported
Configure the credentials for this repository using the supplied Closure.
credentials(Action<? super PasswordCredentials>) - インタフェース のメソッドorg.gradle.api.artifacts.repositories.AuthenticationSupported
Configure the credentials for this repository using the supplied action.
CSourceSet - org.gradle.language.cのインタフェース
A set of C source files.
CUnitPlugin - org.gradle.nativeplatform.test.cunit.pluginsのクラス
A plugin that sets up the infrastructure for testing native binaries with CUnit.
CUnitPlugin() - クラス のコンストラクタorg.gradle.nativeplatform.test.cunit.plugins.CUnitPlugin
 
CUnitPlugin.Rules - org.gradle.nativeplatform.test.cunit.pluginsのクラス
Model rules.
CUnitTestSuiteBinarySpec - org.gradle.nativeplatform.test.cunitのインタフェース
An executable which run a CUnit test suite.
CUnitTestSuiteSpec - org.gradle.nativeplatform.test.cunitのインタフェース
Test suite of CUnit tests.
current() - 列挙型 のstaticメソッドorg.gradle.api.JavaVersion
Returns the version of the current JVM.

D

debug(String, Object...) - インタフェース のメソッドorg.gradle.api.logging.Logger
Multiple-parameters friendly debug method
debug(Map<String, Object>) - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Convenience method to set DebugOptions with named parameter syntax.
debug(Action<TestLogging>) - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLoggingContainer
Configures logging options for debug level.
DebugOptions - org.gradle.api.tasks.compileのクラス
Debug options for Java compilation.
DebugOptions() - クラス のコンストラクタorg.gradle.api.tasks.compile.DebugOptions
 
DEFAULT_ARTIFACT_POM_NAME - インタフェース のstatic変数org.gradle.api.artifacts.maven.PomFilterContainer
 
DEFAULT_BUILD_DIR_NAME - インタフェース のstatic変数org.gradle.api.Project
The default build directory name.
DEFAULT_BUILD_FILE - インタフェース のstatic変数org.gradle.api.Project
The default project build file name.
DEFAULT_CONFIGURATION - インタフェース のstatic変数org.gradle.api.artifacts.Dependency
 
DEFAULT_DEPENDENCY_GROUP - クラス のstatic変数org.gradle.plugins.javascript.envjs.EnvJsExtension
 
DEFAULT_DEPENDENCY_GROUP - クラス のstatic変数org.gradle.plugins.javascript.jshint.JsHintExtension
 
DEFAULT_DEPENDENCY_MODULE - クラス のstatic変数org.gradle.plugins.javascript.envjs.EnvJsExtension
 
DEFAULT_DEPENDENCY_MODULE - クラス のstatic変数org.gradle.plugins.javascript.jshint.JsHintExtension
 
DEFAULT_DEPENDENCY_VERSION - クラス のstatic変数org.gradle.plugins.javascript.envjs.EnvJsExtension
 
DEFAULT_DEPENDENCY_VERSION - クラス のstatic変数org.gradle.plugins.javascript.jshint.JsHintExtension
 
DEFAULT_DISTRIBUTION_PARENT_NAME - クラス のstatic変数org.gradle.api.tasks.wrapper.Wrapper
 
DEFAULT_EXTENSION - クラス のstatic変数org.gradle.api.tasks.bundling.Jar
 
DEFAULT_GRADLE_USER_HOME - クラス のstatic変数org.gradle.StartParameter
The default user home directory.
DEFAULT_JS_DEPENDENCY_GROUP - クラス のstatic変数org.gradle.plugins.javascript.coffeescript.CoffeeScriptExtension
 
DEFAULT_JS_DEPENDENCY_MODULE - クラス のstatic変数org.gradle.plugins.javascript.coffeescript.CoffeeScriptExtension
 
DEFAULT_JS_DEPENDENCY_VERSION - クラス のstatic変数org.gradle.plugins.javascript.coffeescript.CoffeeScriptExtension
 
DEFAULT_MAVEN_CENTRAL_REPO_NAME - インタフェース のstatic変数org.gradle.api.artifacts.ArtifactRepositoryContainer
 
DEFAULT_MAVEN_DEPLOYER_NAME - インタフェース のstatic変数org.gradle.api.plugins.MavenRepositoryHandlerConvention
 
DEFAULT_MAVEN_INSTALLER_NAME - インタフェース のstatic変数org.gradle.api.plugins.MavenRepositoryHandlerConvention
 
DEFAULT_MAVEN_LOCAL_REPO_NAME - インタフェース のstatic変数org.gradle.api.artifacts.ArtifactRepositoryContainer
 
DEFAULT_REPORTS_DIR_NAME - クラス のstatic変数org.gradle.api.reporting.ReportingExtension
The default name of the base directory for all reports, relative to Project.getBuildDir() ("reports").
DEFAULT_RHINO_DEPENDENCY_GROUP - クラス のstatic変数org.gradle.plugins.javascript.rhino.RhinoExtension
 
DEFAULT_RHINO_DEPENDENCY_MODULE - クラス のstatic変数org.gradle.plugins.javascript.rhino.RhinoExtension
 
DEFAULT_RHINO_DEPENDENCY_VERSION - クラス のstatic変数org.gradle.plugins.javascript.rhino.RhinoExtension
 
DEFAULT_SETTINGS_FILE - インタフェース のstatic変数org.gradle.api.initialization.Settings
The default name for the settings file.
DEFAULT_SONAR_RUNNER_VERSION - クラス のstatic変数org.gradle.sonar.runner.SonarRunnerRootExtension
The version of Sonar Runner used if another version was not specified with SonarRunnerRootExtension.setToolVersion(String).
DEFAULT_STATUS - インタフェース のstatic変数org.gradle.api.artifacts.Module
 
DEFAULT_STATUS - インタフェース のstatic変数org.gradle.api.Project
 
DEFAULT_TASKS - クラス のstatic変数org.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
 
DEFAULT_TYPE - インタフェース のstatic変数org.gradle.api.artifacts.DependencyArtifact
 
DEFAULT_VERSION - インタフェース のstatic変数org.gradle.api.Project
 
defaultImplementation(Class<? extends C>) - インタフェース のメソッドorg.gradle.platform.base.TypeBuilder
Allows the plugin to register the implementation type.
DefaultScopeOperation() - クラス のコンストラクタorg.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils.DefaultScopeOperation
 
DefaultTask - org.gradle.apiのクラス
DefaultTask is the standard Task implementation.
DefaultTask() - クラス のコンストラクタorg.gradle.api.DefaultTask
 
defaultTasks(String...) - インタフェース のメソッドorg.gradle.api.Project
Sets the names of the default tasks of this project.
DeferredConfigurable - org.gradle.api.pluginsの注釈型
Indicates that the annotated object is designed to be configured only once, and that changes to configuration inputs made after configuration should not be allowed.
define(Map<String, Object>) - クラス のメソッドorg.gradle.api.tasks.compile.AbstractOptions
 
define(String) - インタフェース のメソッドorg.gradle.language.PreprocessingTool
Defines a named preprocessor macros to use when compiling this binary.
define(String, String) - インタフェース のメソッドorg.gradle.language.PreprocessingTool
Defines a named preprocessor macro with a value, which will be used when compiling this binary.
delete(Object...) - インタフェース のメソッドorg.gradle.api.file.DeleteAction
Deletes files and directories.
delete(Object...) - インタフェース のメソッドorg.gradle.api.Project
Deletes files and directories.
delete(Object...) - インタフェース のメソッドorg.gradle.api.Script
Deletes files and directories.
Delete - org.gradle.api.tasksのクラス
Deletes files or directories.
Delete() - クラス のコンストラクタorg.gradle.api.tasks.Delete
 
delete(Object...) - クラス のメソッドorg.gradle.api.tasks.Delete
Adds some files to be deleted by this task.
DeleteAction - org.gradle.api.fileのインタフェース
Deletes files and directories.
deleteAllActions() - インタフェース のメソッドorg.gradle.api.Task
Removes all the actions of this task.
depend(Map<String, Object>) - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Convenience method to set DependOptions with named parameter syntax.
dependencies(Closure) - インタフェース のメソッドorg.gradle.api.initialization.dsl.ScriptHandler
Configures the dependencies for the script.
dependencies(Closure) - インタフェース のメソッドorg.gradle.api.Project
Configures the dependencies for this project.
DEPENDENCIES_TASK - クラス のstatic変数org.gradle.api.plugins.HelpTasksPlugin
 
Dependency - org.gradle.api.artifactsのインタフェース
A Dependency represents a dependency on the artifacts from a particular source.
Dependency - org.gradle.plugins.ide.idea.modelのインタフェース
Represents a dependency of an IDEA module.
Dependency - org.gradle.tooling.modelのインタフェース
Represents an artifact dependency.
DEPENDENCY_INSIGHT_TASK - クラス のstatic変数org.gradle.api.plugins.HelpTasksPlugin
 
DEPENDENCY_REPORT - クラス のstatic変数org.gradle.api.plugins.ProjectReportsPlugin
 
DependencyArtifact - org.gradle.api.artifactsのインタフェース
An Artifact represents an artifact included in a Dependency.
DependencyHandler - org.gradle.api.artifacts.dslのインタフェース
A DependencyHandler is used to declare dependencies.
DependencyReportContainer - org.gradle.api.reporting.dependenciesのインタフェース
The set of reports that can be generated by the HtmlDependencyReportTask task type.
DependencyReportTask - org.gradle.api.tasks.diagnosticsのクラス
Displays the dependency tree for a project.
DependencyReportTask() - クラス のコンストラクタorg.gradle.api.tasks.diagnostics.DependencyReportTask
 
DependencyResolutionControl - org.gradle.api.artifacts.cacheのインタフェース
Command methods for controlling dependency resolution via the DSL.
DependencyResolutionListener - org.gradle.api.artifactsのインタフェース
A DependencyResolutionListener is notified as dependencies are resolved.
DependencyResolveDetails - org.gradle.api.artifactsのインタフェース
Provides details about a dependency when it is resolved.
DependencyResult - org.gradle.api.artifacts.resultのインタフェース
An edge in the dependency graph.
DependencySet - org.gradle.api.artifactsのインタフェース
A set of artifact dependencies.
DependentSourceSet - org.gradle.nativeplatform.sourcesetのインタフェース
A source set that depends on one or more NativeDependencySets to be built.
DependOptions - org.gradle.api.tasks.compileのクラス
Options for the Ant Depend task.
DependOptions() - クラス のコンストラクタorg.gradle.api.tasks.compile.DependOptions
 
dependsOn(Object...) - インタフェース のメソッドorg.gradle.api.Task
Adds the given dependencies to this task.
dependsOnTaskDidWork() - インタフェース のメソッドorg.gradle.api.Task
Checks if any of the tasks that this task depends on didWork.
DEPLOY_CONFIGURATION_NAME - クラス のstatic変数org.gradle.plugins.ear.EarPlugin
 
DeploymentDescriptor - org.gradle.plugins.ear.descriptorのインタフェース
A deployment descriptor such as application.xml.
depthCompare(Project) - インタフェース のメソッドorg.gradle.api.Project
Compares the nesting level of this project with another project of the multi-project hierarchy.
descriptor(Action<? super IvyModuleDescriptorSpec>) - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyPublication
Configures the descriptor that will be published.
destinationDirectory(File) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
destinationDirectory(File) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
detachedConfiguration(Dependency...) - インタフェース のメソッドorg.gradle.api.artifacts.ConfigurationContainer
Creates a configuration, but does not add it to this container.
determineName(Configuration) - クラス のメソッドorg.gradle.api.artifacts.Configuration.Namer
 
determineName(Named) - クラス のメソッドorg.gradle.api.Named.Namer
 
determineName(T) - インタフェース のメソッドorg.gradle.api.Namer
Determines the name of the given object.
determineName(Task) - クラス のメソッドorg.gradle.api.Task.Namer
 
dir(Object) - インタフェース のメソッドorg.gradle.api.artifacts.repositories.FlatDirectoryArtifactRepository
Adds a directory where this repository will look for artifacts.
dir(Map<String, Object>, Object) - インタフェース のメソッドorg.gradle.api.tasks.SourceSetOutput
Registers an extra output dir and the builtBy information.
dir(Object) - インタフェース のメソッドorg.gradle.api.tasks.SourceSetOutput
Registers an extra output dir.
dir(Object) - インタフェース のメソッドorg.gradle.api.tasks.TaskInputs
Registers an input directory hierarchy.
dir(Object) - インタフェース のメソッドorg.gradle.api.tasks.TaskOutputs
Registers an output directory for this task.
DirectoryReport - org.gradle.api.reportingのインタフェース
A directory based report to be created.
DirectoryTree - org.gradle.api.fileのインタフェース
A directory with some associated include and exclude patterns.
dirs(Object...) - インタフェース のメソッドorg.gradle.api.artifacts.repositories.FlatDirectoryArtifactRepository
Adds some directories where this repository will look for artifacts.
Distribution - org.gradle.api.distributionのインタフェース
A distribution allow to bundle an application or a library including dependencies,sources...
DistributionContainer - org.gradle.api.distributionのインタフェース
A DistributionContainer manages a set of Distribution objects.
docEncoding(String) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
docFilesSubDirs(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
docFilesSubDirs() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
doclet(String) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
doclet(String) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
docletpath(File...) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
docletpath(File...) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
doCompile() - クラス のメソッドorg.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
 
docTitle(String) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
DOCUMENTATION_GROUP - クラス のstatic変数org.gradle.api.plugins.JavaBasePlugin
 
doFirst(Action<? super Task>) - インタフェース のメソッドorg.gradle.api.Task
Adds the given Action to the beginning of this task's action list.
doFirst(Closure) - インタフェース のメソッドorg.gradle.api.Task
Adds the given closure to the beginning of this task's action list.
doGenerate() - クラス のメソッドorg.gradle.api.publish.ivy.tasks.GenerateIvyDescriptor
 
doGenerate() - クラス のメソッドorg.gradle.api.publish.maven.tasks.GenerateMavenPom
 
doJsHint() - クラス のメソッドorg.gradle.plugins.javascript.jshint.JsHint
 
doLast(Action<? super Task>) - インタフェース のメソッドorg.gradle.api.Task
Adds the given Action to the end of this task's action list.
doLast(Closure) - インタフェース のメソッドorg.gradle.api.Task
Adds the given closure to the end of this task's action list.
domainObject - クラス の変数org.gradle.plugins.ide.api.GeneratorTask
 
DomainObjectCollection<T> - org.gradle.apiのインタフェース
A DomainObjectCollection is a specialised Collection that adds the ability to modification notifications and live filtered sub collections.
DomainObjectSet<T> - org.gradle.apiのインタフェース
A DomainObjectSet is a specialisation of DomainObjectCollection that guarantees Set semantics.
DomainObjectSet<T> - org.gradle.tooling.modelのインタフェース
A set of domain objects of type T.
doPublish(MavenPublicationInternal, MavenArtifactRepository) - クラス のメソッドorg.gradle.api.publish.maven.tasks.PublishToMavenLocal
 
doPublish(MavenPublicationInternal, MavenArtifactRepository) - クラス のメソッドorg.gradle.api.publish.maven.tasks.PublishToMavenRepository
 
DuplicateFileCopyingException - org.gradle.api.fileの例外
Thrown when more than one file with the same relative path name is to be copied and the DuplicatesStrategy is set to DuplicatesStrategy.FAIL
DuplicateFileCopyingException(String) - 例外 のコンストラクタorg.gradle.api.file.DuplicateFileCopyingException
 
DuplicatesStrategy - org.gradle.api.fileの列挙型
Strategies for dealing with the potential creation of duplicate files for or archive entries.

E

eachArtifact(Action<? super ArtifactResolutionControl>) - インタフェース のメソッドorg.gradle.api.artifacts.cache.ResolutionRules
Apply a rule to control resolution of artifacts.
eachComponent(Action<? super ComponentMetadataDetails>) - インタフェース のメソッドorg.gradle.api.artifacts.dsl.ComponentMetadataHandler
Adds a rule to modify the metadata of depended-on software components.
eachComponent(Closure<?>) - インタフェース のメソッドorg.gradle.api.artifacts.dsl.ComponentMetadataHandler
Adds a rule to modify the metadata of depended-on software components.
eachDependency(Action<? super DependencyResolutionControl>) - インタフェース のメソッドorg.gradle.api.artifacts.cache.ResolutionRules
Apply a rule to control resolution of dependencies.
eachDependency(Action<? super DependencyResolveDetails>) - インタフェース のメソッドorg.gradle.api.artifacts.ResolutionStrategy
Adds a dependency resolve rule that is triggered for every dependency (including transitive) when the configuration is being resolved.
eachEntry(Action<? super ManifestMergeDetails>) - インタフェース のメソッドorg.gradle.api.java.archives.ManifestMergeSpec
Adds an action to be applied to each key-value tuple in a merge operation.
eachEntry(Closure<?>) - インタフェース のメソッドorg.gradle.api.java.archives.ManifestMergeSpec
Adds an action to be applied to each key-value tuple in a merge operation.
eachFile(Action<? super FileCopyDetails>) - インタフェース のメソッドorg.gradle.api.file.CopyProcessingSpec
Adds an action to be applied to each file as it is about to be copied into its destination.
eachFile(Closure) - インタフェース のメソッドorg.gradle.api.file.CopyProcessingSpec
Adds an action to be applied to each file as it about to be copied into its destination.
eachFile(Action<? super FileCopyDetails>) - インタフェース のメソッドorg.gradle.api.file.CopySpec
Adds an action to be applied to each file as it is about to be copied into its destination.
eachFile(Closure) - インタフェース のメソッドorg.gradle.api.file.CopySpec
Adds an action to be applied to each file as it about to be copied into its destination.
eachFile(Action<? super FileCopyDetails>) - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Adds an action to be applied to each file as it is about to be copied into its destination.
eachFile(Closure) - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Adds an action to be applied to each file as it about to be copied into its destination.
eachModule(Action<? super ModuleResolutionControl>) - インタフェース のメソッドorg.gradle.api.artifacts.cache.ResolutionRules
Apply a rule to control resolution of modules.
eachPlatform(Action<? super GccPlatformToolChain>) - インタフェース のメソッドorg.gradle.nativeplatform.toolchain.GccCompatibleToolChain
Adds an action that can fine-tune the tool configuration for each platform supported by this tool chain.
eachPlatform(Action<? super VisualCppPlatformToolChain>) - インタフェース のメソッドorg.gradle.nativeplatform.toolchain.VisualCpp
Adds an action that can fine-tune the tool configuration for each platform supported by this tool chain.
EAR_TASK_NAME - クラス のstatic変数org.gradle.plugins.ear.EarPlugin
 
EARLIB_CONFIGURATION_NAME - クラス のstatic変数org.gradle.plugins.ear.EarPlugin
 
EarModule - org.gradle.plugins.ear.descriptorのインタフェース
A module element in a deployment descriptor like application.xml.
EarPlugin - org.gradle.plugins.earのクラス
A Plugin with tasks which assemble a web application into a EAR file.
EarPlugin(Instantiator, FileResolver) - クラス のコンストラクタorg.gradle.plugins.ear.EarPlugin
 
EarSecurityRole - org.gradle.plugins.ear.descriptorのインタフェース
A security-role element in a deployment descriptor like application.xml.
EarWebModule - org.gradle.plugins.ear.descriptorのインタフェース
A module element in a deployment descriptor like application.xml that has a web child element.
EclipseLinkedResource - org.gradle.tooling.model.eclipseのインタフェース
Linked resources are files and folders that are stored in locations in the file system outside of the project's location.
EclipseProject - org.gradle.tooling.model.eclipseのインタフェース
The complete model of an Eclipse project.
EclipseProjectDependency - org.gradle.tooling.model.eclipseのインタフェース
Represents a dependency on another Eclipse project.
EclipseSourceDirectory - org.gradle.tooling.model.eclipseのインタフェース
A source directory in an Eclipse project.
Element - org.gradle.tooling.modelのインタフェース
Described model element.
EmptyFileVisitor - org.gradle.api.fileのクラス
The EmptyFileVisitor can be extends by implementations that only require to implement one of the 2 visit methods (dir or file).
EmptyFileVisitor() - クラス のコンストラクタorg.gradle.api.file.EmptyFileVisitor
 
encoding(String) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
encoding(String) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
environment(String, Object) - クラス のメソッドorg.gradle.api.tasks.AbstractExecTask
Adds an environment variable to the environment for this process.
environment(Map<String, ?>) - クラス のメソッドorg.gradle.api.tasks.AbstractExecTask
Adds some environment variables to the environment for this process.
environment(String, Object) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Adds an environment variable to the environment for this process.
environment(Map<String, ?>) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Adds some environment variables to the environment for this process.
environment(Map<String, ?>) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Adds some environment variables to the environment for this process.
environment(String, Object) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Adds an environment variable to the environment for this process.
environment(Map<String, ?>) - インタフェース のメソッドorg.gradle.process.ProcessForkOptions
Adds some environment variables to the environment for this process.
environment(String, Object) - インタフェース のメソッドorg.gradle.process.ProcessForkOptions
Adds an environment variable to the environment for this process.
EnvJsExtension - org.gradle.plugins.javascript.envjsのクラス
 
EnvJsExtension() - クラス のコンストラクタorg.gradle.plugins.javascript.envjs.EnvJsExtension
 
equals(Object) - クラス のメソッドorg.gradle.api.artifacts.maven.Conf2ScopeMapping
 
equals(Object) - クラス のメソッドorg.gradle.api.file.RelativePath
 
equals(Object) - クラス のメソッドorg.gradle.api.Namer.Comparator
 
equals(Object) - クラス のメソッドorg.gradle.api.specs.CompositeSpec
 
equals(Object) - クラス のメソッドorg.gradle.api.tasks.javadoc.Groovydoc.Link
 
equals(Object) - クラス のメソッドorg.gradle.api.tasks.util.PatternSet
 
equals(Object) - クラス のメソッドorg.gradle.StartParameter
 
error(Action<TestLogging>) - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLoggingContainer
Configures logging options for error level.
evaluate(String, Writer) - インタフェース のメソッドorg.gradle.plugins.javascript.envjs.browser.BrowserEvaluator
 
evaluationDependsOn(String) - インタフェース のメソッドorg.gradle.api.Project
Declares that this project has an evaluation dependency on the project with the given path.
evaluationDependsOnChildren() - インタフェース のメソッドorg.gradle.api.Project
Declares that this project has an evaluation dependency on each of its child projects.
events(Object...) - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLogging
Sets the events to be logged.
exclude(Map<String, String>) - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Adds an exclude rule to exclude transitive dependencies for all dependencies of this configuration.
exclude(Map<String, String>) - インタフェース のメソッドorg.gradle.api.artifacts.ModuleDependency
Adds an exclude rule to exclude transitive dependencies of this dependency.
exclude(String...) - インタフェース のメソッドorg.gradle.api.file.CopySpec
Adds an ANT style exclude pattern.
exclude(Iterable<String>) - インタフェース のメソッドorg.gradle.api.file.CopySpec
Adds an ANT style exclude pattern.
exclude(Spec<FileTreeElement>) - インタフェース のメソッドorg.gradle.api.file.CopySpec
Adds an exclude spec.
exclude(Closure) - インタフェース のメソッドorg.gradle.api.file.CopySpec
Adds an exclude spec.
exclude() - インタフェース のメソッドorg.gradle.api.file.FileCopyDetails
Excludes this file from the copy.
exclude() - インタフェース のメソッドorg.gradle.api.java.archives.ManifestMergeDetails
Excludes this key from being in the manifest after the merge.
exclude(String...) - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Adds an ANT style exclude pattern.
exclude(Iterable<String>) - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Adds an ANT style exclude pattern.
exclude(Spec<FileTreeElement>) - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Adds an exclude spec.
exclude(Closure) - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Adds an exclude spec.
exclude(String...) - クラス のメソッドorg.gradle.api.tasks.SourceTask
Adds an ANT style exclude pattern.
exclude(Iterable<String>) - クラス のメソッドorg.gradle.api.tasks.SourceTask
Adds an ANT style exclude pattern.
exclude(Spec<FileTreeElement>) - クラス のメソッドorg.gradle.api.tasks.SourceTask
Adds an exclude spec.
exclude(Closure) - クラス のメソッドorg.gradle.api.tasks.SourceTask
Adds an exclude spec.
exclude(String...) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Adds exclude patterns for the files in the test classes directory (e.g. '**F;*Test.class')).
exclude(Iterable<String>) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Adds exclude patterns for the files in the test classes directory (e.g. '**F;*Test.class')).
exclude(Spec<FileTreeElement>) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Adds an exclude spec.
exclude(Closure) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Adds an exclude spec.
exclude(String...) - インタフェース のメソッドorg.gradle.api.tasks.util.PatternFilterable
Adds an ANT style exclude pattern.
exclude(Iterable<String>) - インタフェース のメソッドorg.gradle.api.tasks.util.PatternFilterable
Adds an ANT style exclude pattern.
exclude(Spec<FileTreeElement>) - インタフェース のメソッドorg.gradle.api.tasks.util.PatternFilterable
Adds an exclude spec.
exclude(Closure) - インタフェース のメソッドorg.gradle.api.tasks.util.PatternFilterable
Adds an exclude spec.
exclude(String...) - クラス のメソッドorg.gradle.api.tasks.util.PatternSet
 
exclude(Iterable) - クラス のメソッドorg.gradle.api.tasks.util.PatternSet
 
exclude(Spec<FileTreeElement>) - クラス のメソッドorg.gradle.api.tasks.util.PatternSet
 
exclude(Closure) - クラス のメソッドorg.gradle.api.tasks.util.PatternSet
 
excludeDocFilesSubDir(List<String>) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
excludeDocFilesSubDir(String...) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
excludeFromAntProperties(String) - クラス のメソッドorg.gradle.api.tasks.compile.AbstractOptions
 
excludeFromAntProperties(String) - クラス のメソッドorg.gradle.api.tasks.compile.BaseForkOptions
 
excludeFromAntProperties(String) - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
 
excludeFromAntProperties(String) - クラス のメソッドorg.gradle.api.tasks.compile.DependOptions
 
excludeFromAntProperties(String) - クラス のメソッドorg.gradle.api.tasks.compile.ForkOptions
 
excludeFromAntProperties(String) - クラス のメソッドorg.gradle.api.tasks.compile.GroovyCompileOptions
 
excludeFromAntProperties(String) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
 
ExcludeRule - org.gradle.api.artifactsのインタフェース
An ExcludeRule is used to describe transitive dependencies that should be excluded when resolving dependencies.
ExcludeRuleContainer - org.gradle.api.artifactsのインタフェース
A container for adding exclude rules for dependencies.
excludeSpecs(Iterable<Spec<FileTreeElement>>) - クラス のメソッドorg.gradle.api.tasks.util.PatternSet
 
exec(Closure) - インタフェース のメソッドorg.gradle.api.Project
Executes an external command.
exec(Action<? super ExecSpec>) - インタフェース のメソッドorg.gradle.api.Project
Executes an external command.
exec(Closure) - インタフェース のメソッドorg.gradle.api.Script
Executes an external command.
exec(Action<? super ExecSpec>) - インタフェース のメソッドorg.gradle.api.Script
Executes an external command.
exec() - クラス のメソッドorg.gradle.api.tasks.AbstractExecTask
 
Exec - org.gradle.api.tasksのクラス
Executes a command line process.
Exec() - クラス のコンストラクタorg.gradle.api.tasks.Exec
 
exec() - クラス のメソッドorg.gradle.api.tasks.JavaExec
 
exec() - クラス のメソッドorg.gradle.plugins.javascript.rhino.RhinoShellExec
 
ExecResult - org.gradle.processのインタフェース
Represents the result of running an external process.
ExecSpec - org.gradle.processのインタフェース
Specified the options for executing some command.
executable(Object) - クラス のメソッドorg.gradle.api.tasks.AbstractExecTask
Sets the name of the executable to use.
executable(Object) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Sets the name of the executable to use.
executable(Object) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Sets the name of the executable to use.
executable(Object) - インタフェース のメソッドorg.gradle.process.ProcessForkOptions
Sets the name of the executable to use.
executables(Action<? super NamedDomainObjectContainer<? super NativeExecutableSpec>>) - インタフェース のメソッドorg.gradle.nativeplatform.NativeComponentExtension
Configure the NativeExecutableSpec components produced by the build.
execute(T) - インタフェース のメソッドorg.gradle.api.Action
Performs this action against the given object.
execute() - インタフェース のメソッドorg.gradle.api.artifacts.query.ArtifactResolutionQuery
Actually execute the query, returning a query result.
execute(FileCollection, File, boolean, String, String, String, String, String, boolean, Set<Groovydoc.Link>, Iterable<File>, Iterable<File>, Project) - クラス のメソッドorg.gradle.api.tasks.javadoc.AntGroovydoc
 
execute(Throwable) - クラス のメソッドorg.gradle.BuildExceptionReporter
 
execute(BuildController) - インタフェース のメソッドorg.gradle.tooling.BuildAction
Executes this action and returns the result.
executeAntTarget() - クラス のメソッドorg.gradle.api.tasks.ant.AntTarget
 
executeTests() - クラス のメソッドorg.gradle.api.tasks.testing.Test
 
expand(Map<String, ?>) - インタフェース のメソッドorg.gradle.api.file.ContentFilterable
Expands property references in each file as it is copied.
expand(Map<String, ?>) - インタフェース のメソッドorg.gradle.api.file.CopySpec
Expands property references in each file as it is copied.
expand(Map<String, ?>) - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Expands property references in each file as it is copied.
exportedHeaders(Action<? super SourceDirectorySet>) - インタフェース のメソッドorg.gradle.nativeplatform.sourceset.HeaderExportingSourceSet
Configure the exported header directories.
extDirs(File...) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
extDirs(File...) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
extend(String) - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyConfiguration
Add the name of a configuration that this configuration extends.
extendsFrom(Configuration...) - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Adds the given configurations to the set of configuration which this configuration extends from.
ExtensiblePolymorphicDomainObjectContainer<T> - org.gradle.apiのインタフェース
A PolymorphicDomainObjectContainer that can be extended at runtime to create elements of new types.
EXTENSION_NAME - インタフェース のstatic変数org.gradle.api.plugins.ExtraPropertiesExtension
The name of this extension in all ExtensnionContainers, "ext".
ExtensionAware - org.gradle.api.pluginsのインタフェース
Objects that can be extended at runtime with other objects.
ExtensionContainer - org.gradle.api.pluginsのインタフェース
Allows adding 'namespaced' DSL extensions to a target object.
ExternalDependency - org.gradle.api.artifactsのインタフェース
An ExternalDependency is a Dependency on a source outside the current project hierarchy.
ExternalDependency - org.gradle.tooling.modelのインタフェース
Represents an external artifact dependency.
ExternalModuleDependency - org.gradle.api.artifactsのインタフェース
A ModuleDependency is a Dependency on a module outside the current project hierarchy.
extraInfo(String, String, String) - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyModuleDescriptorSpec
Adds a new extra info element to the publication
ExtraPropertiesExtension - org.gradle.api.pluginsのインタフェース
Additional, ad-hoc, properties for Gradle domain objects.
ExtraPropertiesExtension.UnknownPropertyException - org.gradle.api.pluginsの例外
The exception that will be thrown when an attempt is made to read a property that is not set.

F

failOnVersionConflict() - インタフェース のメソッドorg.gradle.api.artifacts.ResolutionStrategy
In case of conflict, Gradle by default uses the newest of conflicting versions.
file(Object) - インタフェース のメソッドorg.gradle.api.Project
Resolves a file path relative to the project directory of this project.
file(Object, PathValidation) - インタフェース のメソッドorg.gradle.api.Project
Resolves a file path relative to the project directory of this project and validates it using the given scheme.
file(String) - クラス のメソッドorg.gradle.api.reporting.ReportingExtension
Creates a file object for the given path, relative to ReportingExtension.getBaseDir().
file(Object) - インタフェース のメソッドorg.gradle.api.Script
Resolves a file path relative to the directory containing this script.
file(Object, PathValidation) - インタフェース のメソッドorg.gradle.api.Script
Resolves a file path relative to the directory containing this script and validates it using the given scheme.
file(Object) - インタフェース のメソッドorg.gradle.api.tasks.TaskInputs
Registers some input file for this task.
file(Object) - インタフェース のメソッドorg.gradle.api.tasks.TaskOutputs
Registers some output file for this task.
fileCollection(Spec<? super Dependency>) - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Resolves this configuration lazily.
fileCollection(Closure) - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Takes a closure which gets coerced into a Spec.
fileCollection(Dependency...) - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Resolves this configuration lazily.
FileCollection - org.gradle.api.fileのインタフェース
A FileCollection represents a collection of files which you can query in certain ways.
FileCollection.AntType - org.gradle.api.fileの列挙型
Ant types which a FileCollection can be mapped to.
FileCollectionDependency - org.gradle.api.artifactsのインタフェース
A FileCollectionDependency is a Dependency on a collection of local files which are not stored in a repository.
FileCopyDetails - org.gradle.api.fileのインタフェース
Provides details about a file or directory about to be copied, and allows some aspects of the destination file to be modified.
FileReference - org.gradle.plugins.ide.eclipse.modelのインタフェース
A reference to a file in eclipse.
files(Closure) - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Takes a closure which gets coerced into a Spec.
files(Spec<? super Dependency>) - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Resolves this configuration.
files(Dependency...) - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Resolves this configuration.
files(Object...) - インタフェース のメソッドorg.gradle.api.Project
Returns a ConfigurableFileCollection containing the given files.
files(Object, Closure) - インタフェース のメソッドorg.gradle.api.Project
Creates a new ConfigurableFileCollection using the given paths.
files(Object...) - インタフェース のメソッドorg.gradle.api.Script
Returns a ConfigurableFileCollection containing the given files.
files(Object, Closure) - インタフェース のメソッドorg.gradle.api.Script
Creates a new ConfigurableFileCollection using the given paths.
files(Object...) - インタフェース のメソッドorg.gradle.api.tasks.TaskInputs
Registers some input files for this task.
files(Object...) - インタフェース のメソッドorg.gradle.api.tasks.TaskOutputs
Registers some output files for this task.
filesMatching(String, Action<? super FileCopyDetails>) - インタフェース のメソッドorg.gradle.api.file.CopySpec
Configure the FileCopyDetails for each file whose path matches the specified Ant-style pattern.
filesMatching(String, Action<? super FileCopyDetails>) - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Configure the FileCopyDetails for each file whose path matches the specified Ant-style pattern.
filesNotMatching(String, Action<? super FileCopyDetails>) - インタフェース のメソッドorg.gradle.api.file.CopySpec
Configure the FileCopyDetails for each file whose path does not match the specified Ant-style pattern.
filesNotMatching(String, Action<? super FileCopyDetails>) - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Configure the FileCopyDetails for each file whose path does not match the specified Ant-style pattern.
FileTree - org.gradle.api.fileのインタフェース
A FileTree represents a hierarchy of files.
fileTree(Object) - インタフェース のメソッドorg.gradle.api.Project
Creates a new ConfigurableFileTree using the given base directory.
fileTree(Object, Closure) - インタフェース のメソッドorg.gradle.api.Project
Creates a new ConfigurableFileTree using the given base directory.
fileTree(Map<String, ?>) - インタフェース のメソッドorg.gradle.api.Project
Creates a new ConfigurableFileTree using the provided map of arguments.
fileTree(Object) - インタフェース のメソッドorg.gradle.api.Script
Creates a new ConfigurableFileTree using the given base directory.
fileTree(Map<String, ?>) - インタフェース のメソッドorg.gradle.api.Script
Creates a new ConfigurableFileTree using the provided map of arguments.
fileTree(Object, Closure) - インタフェース のメソッドorg.gradle.api.Script
Creates a new ConfigurableFileTree using the given base directory.
FileTreeElement - org.gradle.api.fileのインタフェース
Information about a file in a FileTree.
FileVisitDetails - org.gradle.api.fileのインタフェース
Provides access to details about a file or directory being visited by a FileVisitor.
FileVisitor - org.gradle.api.fileのインタフェース
A FileVisitor is used to visit each of the files in a FileTree.
filter(String) - インタフェース のメソッドorg.gradle.api.artifacts.maven.PomFilterContainer
filter(Closure) - インタフェース のメソッドorg.gradle.api.artifacts.maven.PomFilterContainer
Sets the default publish filter.
filter(Map<String, ?>, Class<? extends FilterReader>) - インタフェース のメソッドorg.gradle.api.file.ContentFilterable
Adds a content filter to be used during the copy.
filter(Class<? extends FilterReader>) - インタフェース のメソッドorg.gradle.api.file.ContentFilterable
Adds a content filter to be used during the copy.
filter(Closure) - インタフェース のメソッドorg.gradle.api.file.ContentFilterable
Adds a content filter based on the provided closure.
filter(Map<String, ?>, Class<? extends FilterReader>) - インタフェース のメソッドorg.gradle.api.file.CopySpec
Adds a content filter to be used during the copy.
filter(Class<? extends FilterReader>) - インタフェース のメソッドorg.gradle.api.file.CopySpec
Adds a content filter to be used during the copy.
filter(Closure) - インタフェース のメソッドorg.gradle.api.file.CopySpec
Adds a content filter based on the provided closure.
filter(Closure) - インタフェース のメソッドorg.gradle.api.file.FileCollection
Restricts the contents of this collection to those files which match the given criteria.
filter(Spec<? super File>) - インタフェース のメソッドorg.gradle.api.file.FileCollection
Restricts the contents of this collection to those files which match the given criteria.
filter(Map<String, ?>, Class<? extends FilterReader>) - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Adds a content filter to be used during the copy.
filter(Class<? extends FilterReader>) - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Adds a content filter to be used during the copy.
filter(Closure) - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Adds a content filter based on the provided closure.
filter(Action<TestFilter>) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Executes the action against the Test.getFilter().
finalizedBy(Object...) - インタフェース のメソッドorg.gradle.api.Task
Adds the given finalizer tasks for this task.
findAll(Closure) - インタフェース のメソッドorg.gradle.api.DomainObjectCollection
Returns a collection which contains the objects in this collection which meet the given closure specification.
findAll(Closure) - インタフェース のメソッドorg.gradle.api.DomainObjectSet
Returns a collection which contains the objects in this collection which meet the given closure specification.
findAll(Closure) - インタフェース のメソッドorg.gradle.api.NamedDomainObjectList
Returns a collection which contains the objects in this collection which meet the given closure specification.
findAll(Closure) - インタフェース のメソッドorg.gradle.api.NamedDomainObjectSet
Returns a collection which contains the objects in this collection which meet the given closure specification.
FindBugsReports - org.gradle.api.plugins.qualityのインタフェース
The reporting configuration for the FindBugs task.
FindBugsXmlReport - org.gradle.api.plugins.qualityのインタフェース
The single file XML report for FindBugs.
findByName(String) - インタフェース のメソッドorg.gradle.api.NamedDomainObjectCollection
Locates an object by name, returning null if there is no such object.
findByName(String) - インタフェース のメソッドorg.gradle.api.plugins.ExtensionContainer
Looks for the extension of a given name.
findByPath(String) - インタフェース のメソッドorg.gradle.api.tasks.TaskContainer
Locates a task by path.
findByPath(String) - インタフェース のメソッドorg.gradle.tooling.model.GradleProject
Searches all descendants (children, grand-children, etc.), including self, by given path.
findByType(Class<T>) - インタフェース のメソッドorg.gradle.api.plugins.ExtensionContainer
Looks for the extension of a given type (useful to avoid casting).
findJettyWebXmlFile(File) - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
Try and find a jetty-web.xml file, using some historical naming conventions if necessary.
findModel(Class<T>) - インタフェース のメソッドorg.gradle.tooling.BuildController
Fetches a snapshot of the model of the given type, if available.
findModel(Model, Class<T>) - インタフェース のメソッドorg.gradle.tooling.BuildController
Fetches a snapshot of the model of the given type, if available.
findPlugin(Class<T>) - インタフェース のメソッドorg.gradle.api.plugins.Convention
Locates the plugin convention object with the given type.
findPlugin(String) - インタフェース のメソッドorg.gradle.api.plugins.PluginContainer
Returns the plugin for the given id.
findPlugin(Class<T>) - インタフェース のメソッドorg.gradle.api.plugins.PluginContainer
Returns the plugin for the given type.
findProject(String) - インタフェース のメソッドorg.gradle.api.initialization.Settings
Returns the project with the given path.
findProject(File) - インタフェース のメソッドorg.gradle.api.initialization.Settings
Returns the project with the given project directory.
findProject(String) - インタフェース のメソッドorg.gradle.api.Project
Locates a project by path.
findScalaJar(Iterable<File>, String) - クラス のメソッドorg.gradle.api.tasks.ScalaRuntime
Searches the specified class path for a Scala Jar file (scala-compiler, scala-library, scala-jdbc, etc.) with the specified appendix (compiler, library, jdbc, etc.).
finishConfigurationBeforeStart() - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
finishConfigurationBeforeStart() - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRun
 
finishConfigurationBeforeStart() - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRunWar
 
flatDir(Map<String, ?>) - インタフェース のメソッドorg.gradle.api.artifacts.dsl.RepositoryHandler
Adds a resolver that looks into a number of directories for artifacts.
flatDir(Closure) - インタフェース のメソッドorg.gradle.api.artifacts.dsl.RepositoryHandler
Adds an configures a repository which will look for dependencies in a number of local directories.
flatDir(Action<? super FlatDirectoryArtifactRepository>) - インタフェース のメソッドorg.gradle.api.artifacts.dsl.RepositoryHandler
Adds an configures a repository which will look for dependencies in a number of local directories.
FlatDirectoryArtifactRepository - org.gradle.api.artifacts.repositoriesのインタフェース
A repository that looks into a number of directories for artifacts.
Flavor - org.gradle.nativeplatformのインタフェース
Defines a custom variant that differentiate a NativeBinary.
FlavorContainer - org.gradle.nativeplatformのインタフェース
A container of Flavors.
footer(String) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
force(Object...) - インタフェース のメソッドorg.gradle.api.artifacts.ResolutionStrategy
Allows forcing certain versions of dependencies, including transitive dependencies.
forClassVersion(int) - 列挙型 のstaticメソッドorg.gradle.api.JavaVersion
 
forComponents(Iterable<? extends ComponentIdentifier>) - インタフェース のメソッドorg.gradle.api.artifacts.query.ArtifactResolutionQuery
Specifies the set of components to include in the result.
forComponents(ComponentIdentifier...) - インタフェース のメソッドorg.gradle.api.artifacts.query.ArtifactResolutionQuery
Specifies the set of components to include in the result.
fork(Map<String, Object>) - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Convenience method to set ForkOptions with named parameter syntax.
fork(Map<String, Object>) - クラス のメソッドorg.gradle.api.tasks.compile.GroovyCompileOptions
Convenience method to set GroovyForkOptions with named parameter syntax.
ForkOptions - org.gradle.api.tasks.compileのクラス
Fork options for Java compilation.
ForkOptions() - クラス のコンストラクタorg.gradle.api.tasks.compile.ForkOptions
 
forkOptions(Action<? super JavaForkOptions>) - クラス のメソッドorg.gradle.sonar.runner.SonarRunnerRootExtension
forLaunchables(Launchable...) - インタフェース のメソッドorg.gradle.tooling.BuildLauncher
Sets the launchables to execute.
forLaunchables(Iterable<? extends Launchable>) - インタフェース のメソッドorg.gradle.tooling.BuildLauncher
Sets the launchables to execute.
forProjectDirectory(File) - クラス のメソッドorg.gradle.tooling.GradleConnector
Specifies the working directory to use.
forTasks(String...) - インタフェース のメソッドorg.gradle.tooling.BuildLauncher
Sets the tasks to be executed.
forTasks(Task...) - インタフェース のメソッドorg.gradle.tooling.BuildLauncher
Sets the tasks to be executed.
forTasks(Iterable<? extends Task>) - インタフェース のメソッドorg.gradle.tooling.BuildLauncher
Sets the tasks to be executed.
forTasks(String...) - インタフェース のメソッドorg.gradle.tooling.ModelBuilder
Specifies the tasks to execute before building the model.
forType(Class<? extends T>) - クラス のstaticメソッドorg.gradle.api.Named.Namer
 
from(Object...) - インタフェース のメソッドorg.gradle.api.file.ConfigurableFileCollection
Adds a set of source paths to this collection.
from(Object) - インタフェース のメソッドorg.gradle.api.file.ConfigurableFileTree
Specifies base directory for this file tree using the given path.
from(Object...) - インタフェース のメソッドorg.gradle.api.file.CopySourceSpec
Specifies source files or directories for a copy.
from(Object, Closure) - インタフェース のメソッドorg.gradle.api.file.CopySourceSpec
Specifies the source files or directories for a copy and creates a child CopySourceSpec.
from(Object...) - インタフェース のメソッドorg.gradle.api.file.CopySpec
Specifies source files or directories for a copy.
from(Object, Closure) - インタフェース のメソッドorg.gradle.api.file.CopySpec
Specifies the source files or directories for a copy and creates a child CopySourceSpec.
from(Object...) - インタフェース のメソッドorg.gradle.api.java.archives.Manifest
Specifies other manifests to be merged into this manifest.
from(Object, Closure<?>) - インタフェース のメソッドorg.gradle.api.java.archives.Manifest
Specifies other manifests to be merged into this manifest.
from(Object...) - インタフェース のメソッドorg.gradle.api.java.archives.ManifestMergeSpec
Adds a merge path to a manifest that should be merged into the base manifest.
from(Object) - インタフェース のメソッドorg.gradle.api.plugins.ObjectConfigurationAction
Adds a script to use to configure the target objects.
from(SoftwareComponent) - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyPublication
Provides the software component that should be published.
from(SoftwareComponent) - インタフェース のメソッドorg.gradle.api.publish.maven.MavenPublication
Provides the software component that should be published.
from(Object...) - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Specifies source files or directories for a copy.
from(Object, Closure) - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Specifies the source files or directories for a copy and creates a child CopySourceSpec.
FunctionalSourceSet - org.gradle.language.baseのインタフェース
A container holding LanguageSourceSets with a similar function (production code, test code, etc.).

G

Gcc - org.gradle.nativeplatform.toolchainのインタフェース
The GNU GCC tool chain.
GccCommandLineToolConfiguration - org.gradle.nativeplatform.toolchainのインタフェース
An executable tool used for GCC that allows customizing the executable.
GccCompatibleToolChain - org.gradle.nativeplatform.toolchainのインタフェース
A ToolChain that can handle additional platforms simply by configuring the NativeBinary.
GccCompilerPlugin - org.gradle.nativeplatform.toolchain.pluginsのクラス
A Plugin which makes the GNU GCC/G++ compiler available for compiling C/C++ code.
GccCompilerPlugin() - クラス のコンストラクタorg.gradle.nativeplatform.toolchain.plugins.GccCompilerPlugin
 
GccCompilerPlugin.Rules - org.gradle.nativeplatform.toolchain.pluginsのクラス
Model rules.
GccPlatformToolChain - org.gradle.nativeplatform.toolchainのインタフェース
GCC specific settings for the tools used to build for a particular platform.
generate() - クラス のメソッドorg.gradle.api.plugins.antlr.AntlrTask
 
generate() - クラス のメソッドorg.gradle.api.reporting.dependencies.HtmlDependencyReportTask
 
generate() - クラス のメソッドorg.gradle.api.tasks.diagnostics.AbstractReportTask
 
generate(Project) - クラス のメソッドorg.gradle.api.tasks.diagnostics.AbstractReportTask
 
generate(Project) - クラス のメソッドorg.gradle.api.tasks.diagnostics.DependencyReportTask
 
generate(Project) - クラス のメソッドorg.gradle.api.tasks.diagnostics.ProjectReportTask
 
generate(Project) - クラス のメソッドorg.gradle.api.tasks.diagnostics.PropertyReportTask
 
generate(Project) - クラス のメソッドorg.gradle.api.tasks.diagnostics.TaskReportTask
 
generate() - クラス のメソッドorg.gradle.api.tasks.javadoc.Groovydoc
 
generate() - クラス のメソッドorg.gradle.api.tasks.javadoc.Javadoc
 
generate() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDoc
 
generate() - クラス のメソッドorg.gradle.nativeplatform.test.cunit.tasks.GenerateCUnitLauncher
 
GenerateBuildDashboard - org.gradle.api.reportingのクラス
Generates build dashboard report.
GenerateBuildDashboard() - クラス のコンストラクタorg.gradle.api.reporting.GenerateBuildDashboard
 
GenerateCUnitLauncher - org.gradle.nativeplatform.test.cunit.tasksのクラス
Generated the Gradle CUnit launcher: main method and header.
GenerateCUnitLauncher() - クラス のコンストラクタorg.gradle.nativeplatform.test.cunit.tasks.GenerateCUnitLauncher
 
generatedBy(Task) - インタフェース のメソッドorg.gradle.language.base.LanguageSourceSet
 
GenerateIvyDescriptor - org.gradle.api.publish.ivy.tasksのクラス
Generates an Ivy XML Module Descriptor file.
GenerateIvyDescriptor() - クラス のコンストラクタorg.gradle.api.publish.ivy.tasks.GenerateIvyDescriptor
 
GenerateMavenPom - org.gradle.api.publish.maven.tasksのクラス
Generates a Maven module descriptor (POM) file.
GenerateMavenPom() - クラス のコンストラクタorg.gradle.api.publish.maven.tasks.GenerateMavenPom
 
generator - クラス の変数org.gradle.plugins.ide.api.GeneratorTask
 
GeneratorTask<T> - org.gradle.plugins.ide.apiのクラス
A GeneratorTask generates a configuration file based on a domain object of type T.
GeneratorTask() - クラス のコンストラクタorg.gradle.plugins.ide.api.GeneratorTask
 
get(String) - インタフェース のメソッドorg.gradle.api.artifacts.ivy.IvyExtraInfo
Returns the value of the element with the unique element name.
get(String, String) - インタフェース のメソッドorg.gradle.api.artifacts.ivy.IvyExtraInfo
Returns the value of the element with the name and namespace provided.
get(String) - インタフェース のメソッドorg.gradle.api.plugins.ExtraPropertiesExtension
Returns the value for the registered property with the given name.
get(LogLevel) - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLoggingContainer
Returns logging options for the specified level.
get() - インタフェース のメソッドorg.gradle.tooling.ModelBuilder
Fetch the model, blocking until it is available.
get(ResultHandler<? super T>) - インタフェース のメソッドorg.gradle.tooling.ModelBuilder
Starts fetching the model, passing the result to the given handler when complete.
getActions() - インタフェース のメソッドorg.gradle.api.Task
Returns the sequence of Action objects which will be executed by this task, in the order of execution.
getActivePomFilters() - インタフェース のメソッドorg.gradle.api.artifacts.maven.PomFilterContainer
 
getActorFactory() - クラス のメソッドorg.gradle.api.tasks.testing.Test
 
getAdditionalParameters() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
Additional parameters passed to the compiler.
getAdditionalParameters() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDocOptions
Returns the additional parameters passed to the compiler.
getAdditionalRuntimeJars() - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
Returns the classpath to make available to the web application.
getAll() - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Returns all the configurations belonging to the same configuration container as this configuration (including this configuration).
getAll() - インタフェース のメソッドorg.gradle.tooling.model.DomainObjectSet
Returns the elements of this set in the set's iteration order.
getAllArtifacts() - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Returns the artifacts of this configuration including the artifacts of extended configurations.
getAllArtifacts(ResolvedDependency) - インタフェース のメソッドorg.gradle.api.artifacts.ResolvedDependency
Returns the parent artifacts of this dependency and its children.
getAllComponents() - インタフェース のメソッドorg.gradle.api.artifacts.result.ResolutionResult
Retrieves all instances of ResolvedComponentResult from the graph, e.g. all nodes of the dependency graph.
getAllDependencies() - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Gets the complete set of dependencies including those contributed by superconfigurations.
getAllDependencies() - インタフェース のメソッドorg.gradle.api.artifacts.result.ResolutionResult
Retrieves all dependencies, including unresolved dependencies.
getAllGroovy() - インタフェース のメソッドorg.gradle.api.tasks.GroovySourceSet
All Groovy source for this source set.
getAllInitScripts() - クラス のメソッドorg.gradle.StartParameter
Returns all init scripts, including explicit init scripts and implicit init scripts.
getAllJava() - インタフェース のメソッドorg.gradle.api.tasks.SourceSet
All Java source files for this source set.
getAllJvmArgs() - クラス のメソッドorg.gradle.api.tasks.JavaExec
Returns the full set of arguments to use to launch the JVM for the process.
getAllJvmArgs() - クラス のメソッドorg.gradle.api.tasks.testing.Test
Returns the full set of arguments to use to launch the JVM for the process.
getAllJvmArgs() - インタフェース のメソッドorg.gradle.process.JavaForkOptions
Returns the full set of arguments to use to launch the JVM for the process.
getAllModuleArtifacts() - インタフェース のメソッドorg.gradle.api.artifacts.ResolvedDependency
Returns the module artifacts belonging to this ResolvedDependency and recursively to its children.
getAllprojects() - インタフェース のメソッドorg.gradle.api.Project
Returns the set containing this project and its subprojects.
getAllScala() - インタフェース のメソッドorg.gradle.api.tasks.ScalaSourceSet
All Scala source for this source set.
getAllSource() - インタフェース のメソッドorg.gradle.api.tasks.SourceSet
All source files for this source set.
getAllTasks() - インタフェース のメソッドorg.gradle.api.execution.TaskExecutionGraph
Returns the tasks which are included in the execution plan.
getAllTasks(boolean) - インタフェース のメソッドorg.gradle.api.Project
Returns a map of the tasks contained in this project, and optionally its subprojects.
getAltDeployDescriptor() - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.EarModule
The alt-dd element specifies an optional URI to the post-assembly version of the deployment descriptor file for a particular Java EE module.
getAnalysisFile() - クラス のメソッドorg.gradle.api.tasks.scala.IncrementalCompileOptions
Returns the file path where results of code analysis are to be stored.
getAnt() - クラス のメソッドorg.gradle.api.AntBuilder
Returns this AntBuilder.
getAnt() - インタフェース のメソッドorg.gradle.api.Project
Returns the AntBuilder for this project.
getAnt() - インタフェース のメソッドorg.gradle.api.Task
Returns the AntBuilder for this task.
getAntBuilder() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDoc
 
getAntBuilderFactory() - クラス のメソッドorg.gradle.api.tasks.compile.JavaCompile
 
getAntGroovydoc() - クラス のメソッドorg.gradle.api.tasks.javadoc.Groovydoc
 
getAntlr() - インタフェース のメソッドorg.gradle.api.plugins.antlr.AntlrSourceVirtualDirectory
All Antlr source for this source set.
getAntlrClasspath() - クラス のメソッドorg.gradle.api.plugins.antlr.AntlrTask
Returns the classpath containing the Ant ANTLR task implementation.
getAntPropertyName(String) - クラス のメソッドorg.gradle.api.tasks.compile.AbstractOptions
 
getAntPropertyName(String) - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
 
getAntPropertyName(String) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
 
getAntPropertyName(String) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDocOptions
 
getAntPropertyValue(String, Object) - クラス のメソッドorg.gradle.api.tasks.compile.AbstractOptions
 
getAntPropertyValue(String, Object) - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
 
getAntPropertyValue(String, Object) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
 
getAntPropertyValue(String, Object) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDocOptions
 
getApi() - インタフェース のメソッドorg.gradle.nativeplatform.NativeLibrarySpec
Converts this library to a native library requirement that uses the api library linkage.
getApiDocTitle() - クラス のメソッドorg.gradle.api.reporting.ReportingExtension
 
getAppendix() - クラス のメソッドorg.gradle.api.tasks.bundling.AbstractArchiveTask
Returns the appendix part of the archive name, if any.
getApplicationName() - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.DeploymentDescriptor
The application name.
getArchitecture() - インタフェース のメソッドorg.gradle.nativeplatform.platform.NativePlatform
The cpu architecture being targeted.
getArchiveBase() - クラス のメソッドorg.gradle.api.tasks.wrapper.Wrapper
The archive base specifies whether the unpacked wrapper distribution should be stored in the project or in the gradle user home dir.
getArchiveName() - クラス のメソッドorg.gradle.api.tasks.bundling.AbstractArchiveTask
Returns the archive name.
getArchivePath() - クラス のメソッドorg.gradle.api.tasks.bundling.AbstractArchiveTask
The path where the archive is constructed.
getArchivePath() - クラス のメソッドorg.gradle.api.tasks.wrapper.Wrapper
Returns the path where the gradle distributions archive should be saved (i.e. the parent dir).
getArgs() - クラス のメソッドorg.gradle.api.tasks.AbstractExecTask
Returns the arguments for the command to be executed.
getArgs() - クラス のメソッドorg.gradle.api.tasks.JavaExec
Returns the arguments passed to the main class to be executed.
getArgs() - インタフェース のメソッドorg.gradle.nativeplatform.Tool
The arguments passed when executing this tool.
getArgs() - クラス のメソッドorg.gradle.plugins.javascript.rhino.RhinoShellExec
 
getArgs() - インタフェース のメソッドorg.gradle.process.ExecSpec
Returns the arguments for the command to be executed.
getArgs() - インタフェース のメソッドorg.gradle.process.JavaExecSpec
Returns the arguments passed to the main class to be executed.
getArgs() - インタフェース のメソッドorg.gradle.TaskExecutionRequest
The arguments to use to select and optionally configure the tasks, as if provided on the command-line.
getArgument() - 例外 のメソッドorg.gradle.api.InvalidActionClosureException
The argument the action was executed with.
getArguments() - インタフェース のメソッドorg.gradle.api.plugins.buildcomparison.gradle.GradleBuildInvocationSpec
The command line arguments (excluding tasks) to invoke the build with.
getArtifactId() - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenPom
Returns the artifact id for this POM.
getArtifactId() - インタフェース のメソッドorg.gradle.api.publish.maven.MavenDependency
The artifactId value for this dependency.
getArtifactId() - インタフェース のメソッドorg.gradle.api.publish.maven.MavenPublication
Returns the artifactId for this publication.
getArtifacts() - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Returns the artifacts of this configuration excluding the artifacts of extended configurations.
getArtifacts(Spec<? super Dependency>) - インタフェース のメソッドorg.gradle.api.artifacts.LenientConfiguration
Gets successfully resolved artifacts for dependencies that match given dependency spec.
getArtifacts() - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenDeployment
Returns the artifacts which will be deployed.
getArtifacts() - インタフェース のメソッドorg.gradle.api.artifacts.ModuleDependency
Returns the artifacts belonging to this dependency.
getArtifacts(ResolvedDependency) - インタフェース のメソッドorg.gradle.api.artifacts.ResolvedDependency
Returns the parent artifacts of this dependency.
getArtifacts(Class<? extends Artifact>) - インタフェース のメソッドorg.gradle.api.artifacts.result.ComponentArtifactsResult
Returns the component artifacts of the specified type.
getArtifacts() - インタフェース のメソッドorg.gradle.api.Project
Returns a handler for assigning artifacts produced by the project to configurations.
getArtifacts() - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyPublication
The complete set of artifacts for this publication.
getArtifacts() - インタフェース のメソッドorg.gradle.api.publish.maven.MavenPublication
Returns the complete set of artifacts for this publication.
getArtifacts() - クラス のメソッドorg.gradle.api.tasks.Upload
Returns the artifacts which will be uploaded.
getArtifactUrls() - インタフェース のメソッドorg.gradle.api.artifacts.repositories.MavenArtifactRepository
Returns the additional URLs to use to find artifact files.
getAsExcludeSpec() - クラス のメソッドorg.gradle.api.tasks.util.PatternSet
 
getAsFileTree() - インタフェース のメソッドorg.gradle.api.file.FileCollection
Converts this collection to a FileTree.
getAsFileTree() - インタフェース のメソッドorg.gradle.api.file.FileTree
Returns this.
getAsIncludeSpec() - クラス のメソッドorg.gradle.api.tasks.util.PatternSet
 
getAsMap() - インタフェース のメソッドorg.gradle.api.NamedDomainObjectCollection
Returns the objects in this collection, as a map from object name to object instance.
getAsPath() - インタフェース のメソッドorg.gradle.api.file.FileCollection
Returns the contents of this collection as a platform-specific path.
getAssembler() - インタフェース のメソッドorg.gradle.nativeplatform.toolchain.GccPlatformToolChain
Returns the settings to use for the assembler.
getAssembler() - インタフェース のメソッドorg.gradle.nativeplatform.toolchain.VisualCppPlatformToolChain
Returns the settings to use for the assembler.
getAssemblerArgs() - クラス のメソッドorg.gradle.language.assembler.tasks.Assemble
Additional arguments to provide to the assembler.
getAsSpec() - クラス のメソッドorg.gradle.api.tasks.util.PatternSet
 
getAt(String) - インタフェース のメソッドorg.gradle.api.artifacts.ArtifactRepositoryContainer
Locates an object by name, failing if there is no such task.
getAt(String) - インタフェース のメソッドorg.gradle.api.artifacts.ConfigurationContainer
Locates an object by name, failing if there is no such task.
getAt(String) - インタフェース のメソッドorg.gradle.api.NamedDomainObjectCollection
Locates an object by name, failing if there is no such task.
getAt(String) - インタフェース のメソッドorg.gradle.api.plugins.PluginContainer
Returns a plugin with the specified id if this plugin has been used in the project.
getAt(Class<T>) - インタフェース のメソッドorg.gradle.api.plugins.PluginContainer
Returns a plugin with the specified type if this plugin has been used in the project.
getAt(String) - インタフェース のメソッドorg.gradle.api.tasks.TaskCollection
Locates an object by name, failing if there is no such task.
getAt(int) - インタフェース のメソッドorg.gradle.tooling.model.DomainObjectSet
Returns the element at the given index according to the set's iteration order.
getAttachedArtifacts() - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenDeployment
Returns the additional artifacts for this deployment.
getAttempted() - インタフェース のメソッドorg.gradle.api.artifacts.result.UnresolvedDependencyResult
Returns the selector that was attempted to be resolved.
getAttemptedReason() - インタフェース のメソッドorg.gradle.api.artifacts.result.UnresolvedDependencyResult
Returns the reasons why the failed selector was attempted.
getAttributes() - インタフェース のメソッドorg.gradle.api.java.archives.Manifest
Returns the main attributes of the manifest.
getBaseDir() - クラス のメソッドorg.gradle.api.reporting.ReportingExtension
The base directory for all reports This value can be changed, so any files derived from this should be calculated on demand.
getBaseDir() - クラス のメソッドorg.gradle.api.tasks.ant.AntTarget
Returns the Ant project base directory to use when executing the target.
getBaseName() - インタフェース のメソッドorg.gradle.api.distribution.Distribution
The baseName of the distribution, used in naming the distribution archives.
getBaseName() - インタフェース のメソッドorg.gradle.api.resources.Resource
Short name that concisely describes this resource
getBaseName() - クラス のメソッドorg.gradle.api.tasks.bundling.AbstractArchiveTask
Returns the base name of the archive.
getBaseName() - インタフェース のメソッドorg.gradle.nativeplatform.NativeComponentSpec
The name that is used to construct the output file names when building this component.
getBaseRepositoryFactory() - クラス のメソッドorg.gradle.api.publish.maven.tasks.PublishToMavenLocal
 
getBaseValue() - インタフェース のメソッドorg.gradle.api.java.archives.ManifestMergeDetails
Returns the value for the key of the manifest that is the target of the merge.
getBatchScript() - クラス のメソッドorg.gradle.api.tasks.wrapper.Wrapper
Returns the file to write the wrapper batch script to.
getBinaries() - インタフェース のメソッドorg.gradle.jvm.JvmLibrarySpec
The binaries that are built for this component.
getBinaries() - インタフェース のメソッドorg.gradle.nativeplatform.PrebuiltLibrary
The binaries that are built for this component.
getBinaries() - クラス のメソッドorg.gradle.platform.base.component.BaseComponentSpec
 
getBinaries() - インタフェース のメソッドorg.gradle.platform.base.ComponentSpec
The binaries that are built for this component.
getBinResultsDir() - クラス のメソッドorg.gradle.api.tasks.testing.Test
Returns the root folder for the test results in internal binary format.
getBootClasspath() - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Returns the bootstrap classpath to be used for the compiler process.
getBootClasspath() - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
getBootClasspath() - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
getBootstrapClasspath() - クラス のメソッドorg.gradle.api.tasks.JavaExec
Returns the bootstrap classpath to use for the process.
getBootstrapClasspath() - クラス のメソッドorg.gradle.api.tasks.testing.Test
Returns the bootstrap classpath to use for the process.
getBootstrapClasspath() - インタフェース のメソッドorg.gradle.process.JavaForkOptions
Returns the bootstrap classpath to use for the process.
getBottom() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDocOptions
Returns the HTML text to appear in the bottom text for each page.
getBottom() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
getBranch() - インタフェース のメソッドorg.gradle.api.artifacts.ivy.IvyModuleDescriptor
Returns the branch attribute of the info element in this descriptor.
getBranch() - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyModuleDescriptorSpec
Returns the branch for this publication
getBuild() - インタフェース のメソッドorg.gradle.jvm.JvmBinaryTasks
The 'lifecycle' task, that can be used to construct this binary.
getBuild() - インタフェース のメソッドorg.gradle.nativeplatform.NativeBinaryTasks
The 'lifecycle' task, that can be used to construct this native binary.
getBuildDependencies() - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Returns a TaskDependency object containing all required dependencies to build the internal dependencies (e.g.
getBuildDependencies() - インタフェース のメソッドorg.gradle.api.Buildable
Returns a dependency which contains the tasks which build this artifact.
getBuildDependencies() - クラス のメソッドorg.gradle.platform.base.binary.BaseBinarySpec
 
getBuildDir() - インタフェース のメソッドorg.gradle.api.Project
Returns the build directory of this project.
getBuildDirectory() - インタフェース のメソッドorg.gradle.tooling.model.GradleProject
Returns the build directory for this project.
getBuilder(String) - インタフェース のメソッドorg.gradle.tooling.provider.model.ToolingModelBuilderRegistry
 
getBuildFile() - インタフェース のメソッドorg.gradle.api.initialization.ProjectDescriptor
Returns the build file for this project.
getBuildFile() - インタフェース のメソッドorg.gradle.api.Project
Returns the build file Gradle will evaluate against this project object.
getBuildFile() - クラス のメソッドorg.gradle.api.tasks.GradleBuild
Returns the build file that should be used for this build.
getBuildFile() - クラス のメソッドorg.gradle.StartParameter
Returns the build file to use to select the default project.
getBuildFileName() - インタフェース のメソッドorg.gradle.api.initialization.ProjectDescriptor
Returns the name of the build file for this project.
getBuildModel() - インタフェース のメソッドorg.gradle.tooling.BuildController
Returns an overview of the Gradle build, including some basic details of the projects that make up the build.
getBuildscript() - インタフェース のメソッドorg.gradle.api.Project
Returns the build script handler for this project.
getBuildscript() - インタフェース のメソッドorg.gradle.api.Script
Returns the script handler for this script.
getBuildScript() - インタフェース のメソッドorg.gradle.tooling.model.GradleProject
Returns the build script for this project.
getBuildTask() - インタフェース のメソッドorg.gradle.api.BuildableModelElement
Returns the 'lifecycle' task associated with the construction of this element.
getBuildTask() - クラス のメソッドorg.gradle.platform.base.binary.BaseBinarySpec
 
getBuildType() - インタフェース のメソッドorg.gradle.nativeplatform.NativeBinary
Returns the BuildType used to construct this binary.
getBuildType() - インタフェース のメソッドorg.gradle.nativeplatform.NativeBinarySpec
Returns the BuildType used to construct this binary.
getBuiltBy() - インタフェース のメソッドorg.gradle.api.file.ConfigurableFileCollection
Returns the set of tasks which build the files of this collection.
getBuiltBy() - インタフェース のメソッドorg.gradle.api.file.ConfigurableFileTree
Returns the set of tasks which build the files of this collection.
getByName(String) - インタフェース のメソッドorg.gradle.api.artifacts.ArtifactRepositoryContainer
Locates an object by name, failing if there is no such object.
getByName(String, Closure) - インタフェース のメソッドorg.gradle.api.artifacts.ArtifactRepositoryContainer
Locates an object by name, failing if there is no such object.
getByName(String) - インタフェース のメソッドorg.gradle.api.artifacts.ConfigurationContainer
Locates an object by name, failing if there is no such object.
getByName(String, Closure) - インタフェース のメソッドorg.gradle.api.artifacts.ConfigurationContainer
Locates an object by name, failing if there is no such object.
getByName(String) - インタフェース のメソッドorg.gradle.api.NamedDomainObjectCollection
Locates an object by name, failing if there is no such object.
getByName(String, Closure) - インタフェース のメソッドorg.gradle.api.NamedDomainObjectCollection
Locates an object by name, failing if there is no such object.
getByName(String) - インタフェース のメソッドorg.gradle.api.plugins.ExtensionContainer
Looks for the extension of a given name.
getByName(String, Closure) - インタフェース のメソッドorg.gradle.api.tasks.TaskCollection
Locates an object by name, failing if there is no such object.
getByName(String) - インタフェース のメソッドorg.gradle.api.tasks.TaskCollection
Locates an object by name, failing if there is no such object.
getByPath(String) - インタフェース のメソッドorg.gradle.api.tasks.TaskContainer
Locates a task by path.
getByType(Class<T>) - インタフェース のメソッドorg.gradle.api.plugins.ExtensionContainer
Looks for the extension of a given type (useful to avoid casting).
getCachedResult() - インタフェース のメソッドorg.gradle.api.artifacts.cache.ResolutionControl
Returns the cached result file or null if the result has not been cached.
getCacheRepository() - クラス のメソッドorg.gradle.api.tasks.compile.JavaCompile
 
getCandidate() - インタフェース のメソッドorg.gradle.api.artifacts.ComponentSelection
Gets the candidate version of the module.
getCandidateClassFiles() - クラス のメソッドorg.gradle.api.tasks.testing.Test
Returns the classes files to scan for test classes.
getcCompiler() - インタフェース のメソッドorg.gradle.nativeplatform.toolchain.GccPlatformToolChain
Returns the settings to use for the C compiler.
getcCompiler() - インタフェース のメソッドorg.gradle.nativeplatform.toolchain.VisualCppPlatformToolChain
Returns the settings to use for the C compiler.
getCharSet() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
getChildProjects() - インタフェース のメソッドorg.gradle.api.Project
Returns the direct children of this project.
getChildren() - インタフェース のメソッドorg.gradle.api.artifacts.ResolvedDependency
Returns the transitive ResolvedDependency instances of this resolved dependency.
getChildren() - インタフェース のメソッドorg.gradle.api.initialization.ProjectDescriptor
Returns the children of this project, if any.
getChildren() - インタフェース のメソッドorg.gradle.tooling.model.eclipse.EclipseProject
Returns the child elements, or the empty set if there are no child elements.
getChildren() - インタフェース のメソッドorg.gradle.tooling.model.eclipse.HierarchicalEclipseProject
Returns the child elements, or the empty set if there are no child elements.
getChildren() - インタフェース のメソッドorg.gradle.tooling.model.gradle.BasicGradleProject
Returns the child projects of this project, or the empty set if there are no child projects.
getChildren() - インタフェース のメソッドorg.gradle.tooling.model.GradleProject
Returns the child elements, or the empty set if there are no child elements.
getChildren() - インタフェース のメソッドorg.gradle.tooling.model.HierarchicalElement
Returns the child elements, or the empty set if there are no child elements.
getChildren() - インタフェース のメソッドorg.gradle.tooling.model.idea.IdeaProject
Returns the modules of this IDEA project.
getClassesDir() - インタフェース のメソッドorg.gradle.api.plugins.osgi.OsgiManifest
Returns the classes dir.
getClassesDir() - インタフェース のメソッドorg.gradle.api.tasks.SourceSetOutput
Returns the directory to assemble the compiled classes into.
getClassesDir() - インタフェース のメソッドorg.gradle.jvm.JvmBinarySpec
The classes directory for this binary.
getClassesTaskName() - インタフェース のメソッドorg.gradle.api.tasks.SourceSet
Returns the name of the classes task for this source set.
getClassifier() - インタフェース のメソッドorg.gradle.api.artifacts.ArtifactIdentifier
Returns the classifier of this artifact, if any.
getClassifier() - インタフェース のメソッドorg.gradle.api.artifacts.DependencyArtifact
Returns the classifier of this dependency artifact.
getClassifier() - インタフェース のメソッドorg.gradle.api.artifacts.PublishArtifact
Returns the classifier of this published artifact, if any.
getClassifier() - インタフェース のメソッドorg.gradle.api.artifacts.ResolvedArtifact
 
getClassifier() - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyArtifact
The classifier used to publish the artifact file.
getClassifier() - インタフェース のメソッドorg.gradle.api.publish.maven.MavenArtifact
The classifier used to publish the artifact file.
getClassifier() - クラス のメソッドorg.gradle.api.tasks.bundling.AbstractArchiveTask
Returns the classifier part of the archive name, if any.
getClassLoader() - インタフェース のメソッドorg.gradle.api.initialization.dsl.ScriptHandler
Returns the ClassLoader which contains the classpath for this script.
getClassName() - インタフェース のメソッドorg.gradle.api.tasks.testing.TestDescriptor
Returns the test class name for this test, if any.
getClasspath() - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRun
Returns the classpath for the web application.
getClasspath() - インタフェース のメソッドorg.gradle.api.plugins.osgi.OsgiManifest
Returns the classpath.
getClasspath() - クラス のメソッドorg.gradle.api.tasks.compile.AbstractCompile
Returns the classpath to use to compile the source files.
getClasspath() - クラス のメソッドorg.gradle.api.tasks.compile.DependOptions
Returns the compile classpath for which dependencies should also be checked.
getClasspath() - クラス のメソッドorg.gradle.api.tasks.javadoc.Groovydoc
Returns the classpath used to locate classes referenced by the documented sources.
getClasspath() - クラス のメソッドorg.gradle.api.tasks.javadoc.Javadoc
Returns the classpath to use to resolve type references in the source code.
getClasspath() - クラス のメソッドorg.gradle.api.tasks.JavaExec
Returns the classpath for executing the main class.
getClasspath() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDoc
Returns the classpath to use to locate classes referenced by the documented source.
getClasspath() - クラス のメソッドorg.gradle.api.tasks.testing.Test
Returns the classpath to use to execute the tests.
getClasspath() - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
getClasspath() - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
getClasspath() - クラス のメソッドorg.gradle.plugins.javascript.rhino.RhinoExtension
 
getClasspath() - インタフェース のメソッドorg.gradle.process.JavaExecSpec
Returns the classpath for executing the main class.
getClasspath() - インタフェース のメソッドorg.gradle.tooling.model.eclipse.EclipseProject
Returns the external dependencies which make up the classpath of this project.
getClassPathFiles() - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRun
 
getClientMetaData() - クラス のメソッドorg.gradle.api.tasks.diagnostics.ProjectReportTask
 
getClosure() - 例外 のメソッドorg.gradle.api.InvalidActionClosureException
The closure being used as an action.
getCoffeeScriptJs() - クラス のメソッドorg.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
 
getCoffeeScriptJs() - インタフェース のメソッドorg.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileSpec
 
getCommandLine() - クラス のメソッドorg.gradle.api.tasks.AbstractExecTask
Returns the full command line, including the executable plus its arguments.
getCommandLine() - クラス のメソッドorg.gradle.api.tasks.JavaExec
Returns the full command line, including the executable plus its arguments.
getCommandLine() - インタフェース のメソッドorg.gradle.process.BaseExecSpec
Returns the full command line, including the executable plus its arguments.
getCompileClasspath() - インタフェース のメソッドorg.gradle.api.tasks.SourceSet
Returns the classpath used to compile this source.
getCompileClasspath() - インタフェース のメソッドorg.gradle.language.java.JavaSourceSet
 
getCompileConfigurationName() - インタフェース のメソッドorg.gradle.api.tasks.SourceSet
Returns the name of the compile configuration for this source set.
getCompileJavaTaskName() - インタフェース のメソッドorg.gradle.api.tasks.SourceSet
Returns the name of the compile Java task for this source set.
getCompiler() - クラス のメソッドorg.gradle.api.tasks.compile.GroovyCompile
 
getCompilerArgs() - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Returns any additional arguments to be passed to the compiler.
getCompilerArgs() - クラス のメソッドorg.gradle.language.nativebase.tasks.AbstractNativeCompileTask
Additional arguments to provide to the compiler.
getCompilerArgs() - クラス のメソッドorg.gradle.language.rc.tasks.WindowsResourceCompile
Additional arguments to provide to the compiler.
getCompilerOutput() - インタフェース のメソッドorg.gradle.tooling.model.idea.IdeaModule
Returns information about idea compiler output (output dirs, inheritance of output dir, etc.)
getCompileTaskName(String) - インタフェース のメソッドorg.gradle.api.tasks.SourceSet
Returns the name of a compile task for this source set.
getComponent() - インタフェース のメソッドorg.gradle.ide.visualstudio.VisualStudioProject
The component that this project represents.
getComponent() - インタフェース のメソッドorg.gradle.ide.visualstudio.VisualStudioSolution
The component that this solution represents.
getComponent() - インタフェース のメソッドorg.gradle.nativeplatform.NativeBinarySpec
The component that this binary was built from.
getComponents() - インタフェース のメソッドorg.gradle.api.artifacts.dsl.DependencyHandler
Returns the component metadata handler for this project.
getComponents() - インタフェース のメソッドorg.gradle.api.artifacts.result.ArtifactResolutionResult
Return a set of ComponentResults representing all requested components.
getComponents() - インタフェース のメソッドorg.gradle.api.Project
Returns the software components produced by this project.
getComponentSelection() - インタフェース のメソッドorg.gradle.api.artifacts.ResolutionStrategy
Returns the currently configured version selection rules object.
getCompression() - クラス のメソッドorg.gradle.api.tasks.bundling.Tar
Returns the compression that is used for this archive.
getCompressor() - クラス のメソッドorg.gradle.api.tasks.bundling.Zip
 
getConf() - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyArtifact
A comma separated list of public configurations in which this artifact is published.
getConf2ScopeMappings() - クラス のメソッドorg.gradle.api.plugins.MavenPluginConvention
Returns the set of rules for how to map Gradle dependencies to Maven scopes.
getConfiguration() - クラス のメソッドorg.gradle.api.artifacts.maven.Conf2ScopeMapping
Returns the dependency configuration name.
getConfiguration() - インタフェース のメソッドorg.gradle.api.artifacts.ModuleDependency
Returns the configuration of this dependency module (not the configurations this dependency belongs too).
getConfiguration() - インタフェース のメソッドorg.gradle.api.artifacts.ResolvedDependency
Returns the configuration under which this instance was resolved.
getConfiguration() - クラス のメソッドorg.gradle.api.tasks.Upload
Returns the configuration to upload.
getConfigurations() - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenPom
Returns the configuration container used for mapping configurations to Maven scopes.
getConfigurations() - インタフェース のメソッドorg.gradle.api.initialization.dsl.ScriptHandler
Returns the configurations of this handler.
getConfigurations() - インタフェース のメソッドorg.gradle.api.Project
Returns the configurations of this project.
getConfigurations() - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyPublication
Returns the complete set of configurations for this publication.
getConfigurations() - クラス のメソッドorg.gradle.api.tasks.diagnostics.DependencyReportTask
Returns the configurations to generate the report for.
getConfigurationScript() - クラス のメソッドorg.gradle.api.tasks.compile.GroovyCompileOptions
A Groovy script file that configures the compiler, allowing extensive control over how the code is compiled.
getConfiguredContextHandlers() - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRun
 
getConfMapping() - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyDependency
The configuration mapping string that will be output for this dependency.
getConnectors() - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getContent() - クラス のメソッドorg.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
 
getContentRoot() - インタフェース のメソッドorg.gradle.plugins.javascript.envjs.http.HttpFileServer
 
getContentRoot() - クラス のメソッドorg.gradle.plugins.javascript.envjs.http.simple.SimpleHttpFileServer
 
getContentRoots() - インタフェース のメソッドorg.gradle.tooling.model.idea.IdeaModule
All content roots.
getContents() - インタフェース のメソッドorg.gradle.api.distribution.Distribution
The contents of the distribution.
getContextPath() - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
Returns the context path to use to deploy the web application.
getContextRoot() - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.EarWebModule
The context-root element specifies the context root of a web application.
getConvention() - インタフェース のメソッドorg.gradle.api.Project
Returns the Convention for this project.
getConvention() - インタフェース のメソッドorg.gradle.api.Task
Returns the Convention object for this task.
getCppCompiler() - インタフェース のメソッドorg.gradle.nativeplatform.toolchain.GccPlatformToolChain
Returns the settings to use for the C++ compiler.
getCppCompiler() - インタフェース のメソッドorg.gradle.nativeplatform.toolchain.VisualCppPlatformToolChain
Returns the settings to use for the C++ compiler.
getCreateOrLink() - インタフェース のメソッドorg.gradle.nativeplatform.NativeBinaryTasks
The task that builds the binary out of object files: either the link task or create static library task as appropriate.
getCreateStaticLib() - インタフェース のメソッドorg.gradle.nativeplatform.NativeBinaryTasks
The create static library task if present.
getCredentials() - インタフェース のメソッドorg.gradle.api.artifacts.repositories.AuthenticationSupported
Returns the credentials used to authenticate to this repository.
getCsv() - インタフェース のメソッドorg.gradle.testing.jacoco.tasks.JacocoReportsContainer
The JaCoCo (single file) CSV report
getCurrentDir() - クラス のメソッドorg.gradle.StartParameter
Returns the directory to use to select the default project, and to search for the settings file.
getDaemonServer() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
Server (host:port) on which the compile daemon is running.
getDate() - インタフェース のメソッドorg.gradle.api.artifacts.PublishArtifact
Returns the date that should be used when publishing this artifact.
getDebug() - クラス のメソッドorg.gradle.api.tasks.JavaExec
Returns true if debugging is enabled for the process.
getDebug() - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLoggingContainer
Returns logging options for debug level.
getDebug() - クラス のメソッドorg.gradle.api.tasks.testing.Test
Returns true if debugging is enabled for the process.
getDebug() - インタフェース のメソッドorg.gradle.process.JavaForkOptions
Returns true if debugging is enabled for the process.
getDebugLevel() - クラス のメソッドorg.gradle.api.tasks.compile.DebugOptions
Tells which debugging information is to be generated.
getDebugLevel() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
Generate debugging information.
getDebugOptions() - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Returns options for generating debugging information.
getDefaultCharacterEncoding() - クラス のメソッドorg.gradle.api.tasks.JavaExec
Returns the default character encoding to use.
getDefaultCharacterEncoding() - クラス のメソッドorg.gradle.api.tasks.testing.Test
Returns the default character encoding to use.
getDefaultCharacterEncoding() - インタフェース のメソッドorg.gradle.process.JavaForkOptions
Returns the default character encoding to use.
getDefaultExtension() - 列挙型 のメソッドorg.gradle.api.tasks.bundling.Compression
 
getDefaultResourceName() - クラス のメソッドorg.gradle.plugins.ide.eclipse.model.Jdt
 
getDefaultTasks() - インタフェース のメソッドorg.gradle.api.Project
Returns the names of the default tasks of this project.
getDelete() - クラス のメソッドorg.gradle.api.tasks.Delete
Returns the set of files which will be deleted by this task.
getDependencies() - インタフェース のメソッドorg.gradle.api.artifacts.ClientModule
Returns all the dependencies added to the client module.
getDependencies() - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Gets the set of dependencies directly contained in this configuration (ignoring superconfigurations).
getDependencies() - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenPom
Returns the dependencies for this POM.
getDependencies() - インタフェース のメソッドorg.gradle.api.artifacts.ResolvableDependencies
Returns the set of dependencies which will be resolved.
getDependencies() - インタフェース のメソッドorg.gradle.api.artifacts.result.ResolvedComponentResult
Returns the dependencies of this component.
getDependencies() - インタフェース のメソッドorg.gradle.api.initialization.dsl.ScriptHandler
Returns the dependencies of the script.
getDependencies() - インタフェース のメソッドorg.gradle.api.Project
Returns the dependency handler of this project.
getDependencies(Task) - インタフェース のメソッドorg.gradle.api.tasks.TaskDependency
Determines the dependencies for the given Task.
getDependencies() - インタフェース のメソッドorg.gradle.tooling.model.idea.IdeaModule
dependencies of this module (i.e. module dependencies, library dependencies, etc.)
getDependencyCacheDir() - クラス のメソッドorg.gradle.api.tasks.compile.JavaCompile
 
getDependencyModule() - インタフェース のメソッドorg.gradle.tooling.model.idea.IdeaModuleDependency
returns dependency module
getDependencyProject() - インタフェース のメソッドorg.gradle.api.artifacts.ProjectDependency
Returns the project associated with this project dependency.
getDependents() - インタフェース のメソッドorg.gradle.api.artifacts.result.ResolvedComponentResult
Returns the incoming dependencies of this component.
getDependOptions() - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Returns options for using the Ant <depend> task.
getDependsOn() - インタフェース のメソッドorg.gradle.api.Task
Returns the dependencies of this task.
getDepth() - インタフェース のメソッドorg.gradle.api.Project
Returns the nesting level of a project in a multi-project hierarchy.
getDescription() - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Returns the description for this configuration.
getDescription() - インタフェース のメソッドorg.gradle.api.artifacts.result.ComponentSelectionReason
Returns a human-consumable description of this selection reason.
getDescription() - インタフェース のメソッドorg.gradle.api.plugins.osgi.OsgiManifest
Returns the description.
getDescription() - インタフェース のメソッドorg.gradle.api.Project
Returns the description of this project.
getDescription() - インタフェース のメソッドorg.gradle.api.Rule
Returns the description of the rule.
getDescription() - インタフェース のメソッドorg.gradle.api.Task
Returns the description of this task.
getDescription() - クラス のメソッドorg.gradle.api.tasks.ant.AntTarget
Returns the description of this task.
getDescription() - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.DeploymentDescriptor
The application description.
getDescription() - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.EarSecurityRole
A description of the security role.
getDescription() - インタフェース のメソッドorg.gradle.tooling.model.Element
Returns the description of the element, or null if it has no description.
getDescription() - インタフェース のメソッドorg.gradle.tooling.model.Launchable
Returns the description of this launchable, or null if it has no description.
getDescription() - インタフェース のメソッドorg.gradle.tooling.model.Task
Returns the description of this task, or null if it has no description.
getDescription() - インタフェース のメソッドorg.gradle.tooling.ProgressEvent
A description of the current piece of work.
getDescriptor() - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyPublication
The module descriptor that will be published.
getDescriptor() - クラス のメソッドorg.gradle.api.publish.ivy.tasks.GenerateIvyDescriptor
The module descriptor metadata.
getDescriptorDestination() - クラス のメソッドorg.gradle.api.tasks.Upload
Returns the path to generate the dependency descriptor to.
getDestination() - クラス のメソッドorg.gradle.api.publish.ivy.tasks.GenerateIvyDescriptor
The file the descriptor will be written to.
getDestination() - クラス のメソッドorg.gradle.api.publish.maven.tasks.GenerateMavenPom
The file the POM will be written to.
getDestination() - インタフェース のメソッドorg.gradle.api.reporting.Report
The location on the filesystem of the report when it is generated.
getDestination() - インタフェース のメソッドorg.gradle.api.tasks.testing.TestOutputEvent
Destination of the message
getDestinationDir() - クラス のメソッドorg.gradle.api.tasks.bundling.AbstractArchiveTask
Returns the directory where the archive is generated into.
getDestinationDir() - クラス のメソッドorg.gradle.api.tasks.compile.AbstractCompile
Returns the directory to generate the .class files into.
getDestinationDir() - クラス のメソッドorg.gradle.api.tasks.Copy
Returns the directory to copy files into.
getDestinationDir() - クラス のメソッドorg.gradle.api.tasks.javadoc.Groovydoc
Returns the directory to generate the documentation into.
getDestinationDir() - クラス のメソッドorg.gradle.api.tasks.javadoc.Javadoc
Returns the directory to generate the documentation into.
getDestinationDir() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDoc
Returns the directory to generate the API documentation into.
getDestinationDir() - クラス のメソッドorg.gradle.api.tasks.Sync
Returns the directory to copy files into.
getDestinationDir() - クラス のメソッドorg.gradle.api.tasks.testing.TestReport
Returns the directory to write the HTML report to.
getDestinationDir() - クラス のメソッドorg.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
 
getDestinationDir() - インタフェース のメソッドorg.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileSpec
 
getDestinationDirectory() - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
getDestinationDirectory() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
getDidWork() - インタフェース のメソッドorg.gradle.api.Task
Checks if the task actually did any work.
getDidWork() - インタフェース のメソッドorg.gradle.api.tasks.TaskState
Checks if the task actually did any work.
getDidWork() - インタフェース のメソッドorg.gradle.api.tasks.WorkResult
 
getDir() - インタフェース のメソッドorg.gradle.api.file.ConfigurableFileTree
Returns the base directory of this file tree.
getDir() - インタフェース のメソッドorg.gradle.api.file.DirectoryTree
Returns the base directory of this tree.
getDir() - クラス のメソッドorg.gradle.api.tasks.GradleBuild
Returns the project directory for the build.
getDirectory() - クラス のメソッドorg.gradle.api.plugins.jetty.ScanTargetPattern
 
getDirectory() - インタフェース のメソッドorg.gradle.tooling.model.SourceDirectory
Returns the source directory.
getDirMode() - インタフェース のメソッドorg.gradle.api.file.CopyProcessingSpec
Returns the Unix permissions to use for the target directories.
getDirMode() - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Returns the Unix permissions to use for the target directories.
getDirs() - インタフェース のメソッドorg.gradle.api.artifacts.repositories.FlatDirectoryArtifactRepository
Returns the directories where this repository will look for artifacts.
getDirs() - インタフェース のメソッドorg.gradle.api.tasks.SourceSetOutput
Returns all dirs registered with #dir method.
getDisplayGranularity() - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLogging
Returns the display granularity of the events to be logged.
getDisplayName() - インタフェース のメソッドorg.gradle.api.artifacts.component.ComponentIdentifier
Returns a human-consumable display name for this identifier.
getDisplayName() - インタフェース のメソッドorg.gradle.api.artifacts.component.ComponentSelector
Returns a human-consumable display name for this selector.
getDisplayName() - インタフェース のメソッドorg.gradle.api.reporting.Report
A more descriptive name of this report.
getDisplayName() - インタフェース のメソッドorg.gradle.api.resources.Resource
Human readable name of this resource
getDisplayName() - インタフェース のメソッドorg.gradle.jvm.toolchain.JavaToolChain
 
getDisplayName() - インタフェース のメソッドorg.gradle.language.base.LanguageSourceSet
 
getDisplayName() - インタフェース のメソッドorg.gradle.nativeplatform.BuildType
Returns a human-consumable name for this build type.
getDisplayName() - インタフェース のメソッドorg.gradle.nativeplatform.Flavor
Returns a human-consumable display name for this flavor.
getDisplayName() - インタフェース のメソッドorg.gradle.nativeplatform.platform.Architecture
Returns a human-consumable display name for this architecture.
getDisplayName() - インタフェース のメソッドorg.gradle.nativeplatform.platform.NativePlatform
Returns a human-consumable display name for this platform.
getDisplayName() - インタフェース のメソッドorg.gradle.nativeplatform.platform.OperatingSystem
Returns a human-consumable display name for this operating system.
getDisplayName() - インタフェース のメソッドorg.gradle.nativeplatform.toolchain.NativeToolChain
Returns a human consumable name for this tool chain.
getDisplayName() - クラス のメソッドorg.gradle.platform.base.binary.BaseBinarySpec
 
getDisplayName() - インタフェース のメソッドorg.gradle.platform.base.Binary
Returns a human-consumable display name for this binary.
getDisplayName() - インタフェース のメソッドorg.gradle.platform.base.BinarySpec
Returns a human-consumable display name for this binary.
getDisplayName() - クラス のメソッドorg.gradle.platform.base.component.BaseComponentSpec
 
getDisplayName() - インタフェース のメソッドorg.gradle.platform.base.ComponentSpec
Returns a human-consumable display name for this component.
getDisplayName() - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.DeploymentDescriptor
The application display name.
getDisplayName() - インタフェース のメソッドorg.gradle.tooling.model.Launchable
Returns a human-consumable display name for this launchable.
getDistributionBase() - クラス のメソッドorg.gradle.api.tasks.wrapper.Wrapper
The distribution base specifies whether the unpacked wrapper distribution should be stored in the project or in the gradle user home dir.
getDistributionPath() - クラス のメソッドorg.gradle.api.tasks.wrapper.Wrapper
Returns the path where the gradle distributions needed by the wrapper are unzipped.
getDistributionUrl() - クラス のメソッドorg.gradle.api.tasks.wrapper.Wrapper
The URL to download the gradle distribution from.
getDocEncoding() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
getDoclet() - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
getDoclet() - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
getDocletpath() - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
getDocletpath() - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
getDocTitle() - クラス のメソッドorg.gradle.api.tasks.javadoc.Groovydoc
Returns the title for the package index(first) page.
getDocTitle() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDocOptions
Returns the HTML text to appear in the main frame title.
getDocTitle() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
getDocURL() - インタフェース のメソッドorg.gradle.api.plugins.osgi.OsgiManifest
Returns the docURL value.
getDuplicatesStrategy() - インタフェース のメソッドorg.gradle.api.file.CopySpec
Returns the strategy to use when trying to copy more than one file to the same destination.
getDuplicatesStrategy() - インタフェース のメソッドorg.gradle.api.file.FileCopyDetails
The strategy to use if there is already a file at this file's destination.
getDuplicatesStrategy() - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Returns the strategy to use when trying to copy more than one file to the same destination.
getEffectiveManifest() - インタフェース のメソッドorg.gradle.api.java.archives.Manifest
Returns a new manifest instance where all the attribute values are expanded (e.g. their toString method is called).
getEffectivePom() - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenPom
Returns a POM with the generated dependencies and the MavenPom.whenConfigured(org.gradle.api.Action) actions applied.
getEmacs() - インタフェース のメソッドorg.gradle.api.plugins.quality.FindBugsReports
The findbugs Emacs report
getEnableAssertions() - クラス のメソッドorg.gradle.api.tasks.JavaExec
Returns true if assertions are enabled for the process.
getEnableAssertions() - クラス のメソッドorg.gradle.api.tasks.testing.Test
Returns true if assertions are enabled for the process.
getEnableAssertions() - インタフェース のメソッドorg.gradle.process.JavaForkOptions
Returns true if assertions are enabled for the process.
getEnabled() - インタフェース のメソッドorg.gradle.api.reporting.ReportContainer
Returns an immutable collection of all the enabled Report objects in this container.
getEnabled() - インタフェース のメソッドorg.gradle.api.Task
Returns if this task is enabled or not.
getEncoding() - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Returns the character encoding to be used when reading source files.
getEncoding() - クラス のメソッドorg.gradle.api.tasks.compile.GroovyCompileOptions
Tells the source encoding.
getEncoding() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
Encoding of source files.
getEncoding() - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
getEncoding() - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
getEncoding() - クラス のメソッドorg.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileOptions
 
getEncoding() - クラス のメソッドorg.gradle.plugins.javascript.jshint.JsHint
 
getEndTime() - インタフェース のメソッドorg.gradle.api.tasks.testing.TestResult
Returns the time when this test completed execution.
getEntryCompression() - クラス のメソッドorg.gradle.api.tasks.bundling.Zip
Returns the compression level of the entries of the archive.
getEntryPoint() - インタフェース のメソッドorg.gradle.api.reporting.DirectoryReport
Returns the entry point of a directory based Report This can be the index.html file in a html report
getEnvironment() - クラス のメソッドorg.gradle.api.tasks.AbstractExecTask
The environment variables to use for the process.
getEnvironment() - クラス のメソッドorg.gradle.api.tasks.JavaExec
The environment variables to use for the process.
getEnvironment() - クラス のメソッドorg.gradle.api.tasks.testing.Test
The environment variables to use for the process.
getEnvironment() - インタフェース のメソッドorg.gradle.process.ProcessForkOptions
The environment variables to use for the process.
getError() - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLoggingContainer
Returns logging options for error level.
getErrorOutput() - クラス のメソッドorg.gradle.api.tasks.AbstractExecTask
Returns the output stream to consume standard error from the process executing the command.
getErrorOutput() - クラス のメソッドorg.gradle.api.tasks.JavaExec
Returns the output stream to consume standard error from the process executing the command.
getErrorOutput() - インタフェース のメソッドorg.gradle.process.BaseExecSpec
Returns the output stream to consume standard error from the process executing the command.
getEvaluator() - クラス のメソッドorg.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
 
getEvents() - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLogging
Returns the events to be logged.
getException() - インタフェース のメソッドorg.gradle.api.tasks.testing.TestResult
If the test failed with an exception, this will be the exception.
getExceptionFormat() - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLogging
Returns the format to be used for logging test exceptions.
getExceptions() - インタフェース のメソッドorg.gradle.api.tasks.testing.TestResult
If the test failed with any exceptions, this will contain the exceptions.
getExcludeDirectories() - インタフェース のメソッドorg.gradle.tooling.model.idea.IdeaContentRoot
exclude dirs
getExcludeDocFilesSubDir() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
getExcludedTaskNames() - クラス のメソッドorg.gradle.StartParameter
Returns the names of the tasks to be excluded from this build.
getExcludeRules() - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Returns the exclude rules applied for resolving any dependency of this configuration.
getExcludeRules() - インタフェース のメソッドorg.gradle.api.artifacts.ModuleDependency
Returns the exclude rules for this dependency.
getExcludes() - クラス のメソッドorg.gradle.api.plugins.jetty.ScanTargetPattern
 
getExcludes() - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Returns the set of exclude patterns.
getExcludes() - クラス のメソッドorg.gradle.api.tasks.SourceTask
Returns the set of exclude patterns.
getExcludes() - クラス のメソッドorg.gradle.api.tasks.testing.Test
Returns the exclude patterns for test execution.
getExcludes() - インタフェース のメソッドorg.gradle.api.tasks.util.PatternFilterable
Returns the set of exclude patterns.
getExcludes() - クラス のメソッドorg.gradle.api.tasks.util.PatternSet
 
getExcludeSpecs() - クラス のメソッドorg.gradle.api.tasks.util.PatternSet
 
getExecActionFactory() - クラス のメソッドorg.gradle.api.tasks.AbstractExecTask
 
getExecResult() - クラス のメソッドorg.gradle.api.tasks.AbstractExecTask
Returns the result for the command run by this task.
getExecutable() - クラス のメソッドorg.gradle.api.tasks.AbstractExecTask
Returns the name of the executable to use.
getExecutable() - クラス のメソッドorg.gradle.api.tasks.compile.ForkOptions
Returns the compiler executable to be used.
getExecutable() - クラス のメソッドorg.gradle.api.tasks.javadoc.Javadoc
Returns the Javadoc executable to use to generate the Javadoc.
getExecutable() - クラス のメソッドorg.gradle.api.tasks.JavaExec
Returns the name of the executable to use.
getExecutable() - クラス のメソッドorg.gradle.api.tasks.testing.Test
Returns the name of the executable to use.
getExecutable() - インタフェース のメソッドorg.gradle.nativeplatform.toolchain.GccCommandLineToolConfiguration
The name of the executable file for this tool.
getExecutable() - インタフェース のメソッドorg.gradle.process.ProcessForkOptions
Returns the name of the executable to use.
getExecutableFile() - インタフェース のメソッドorg.gradle.nativeplatform.NativeExecutableBinary
The executable file.
getExecutableFile() - インタフェース のメソッドorg.gradle.nativeplatform.NativeExecutableBinarySpec
The executable file.
getExecutableFile() - インタフェース のメソッドorg.gradle.nativeplatform.test.NativeTestSuiteBinarySpec
The executable file.
getExecutables() - インタフェース のメソッドorg.gradle.nativeplatform.NativeComponentExtension
The NativeExecutableSpec components produced by the build.
getExecuted() - インタフェース のメソッドorg.gradle.api.ProjectState
Returns true if this project has been evaluated.
getExecuted() - インタフェース のメソッドorg.gradle.api.tasks.TaskState
Returns true if this task has been executed.
getExitValue() - インタフェース のメソッドorg.gradle.process.ExecResult
Returns the exit value of the process.
getExported() - インタフェース のメソッドorg.gradle.tooling.model.idea.IdeaDependency
Allows to check if current dependency is transitive, i.e.
getExportedHeaders() - インタフェース のメソッドorg.gradle.nativeplatform.sourceset.HeaderExportingSourceSet
The headers as a directory set.
getExtDirs() - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
getExtDirs() - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
getExtDocUrl() - クラス のメソッドorg.gradle.external.javadoc.JavadocOfflineLink
 
getExtends() - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyConfiguration
The set of names of extended configurations, added via IvyConfiguration.extend(String).
getExtendsFrom() - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Returns the names of the configurations which this configuration extends from.
getExtension() - インタフェース のメソッドorg.gradle.api.artifacts.ArtifactIdentifier
Returns the extension of this artifact.
getExtension() - インタフェース のメソッドorg.gradle.api.artifacts.DependencyArtifact
Returns the extension of this dependency artifact.
getExtension() - インタフェース のメソッドorg.gradle.api.artifacts.PublishArtifact
Returns the extension of this published artifact.
getExtension() - インタフェース のメソッドorg.gradle.api.artifacts.ResolvedArtifact
 
getExtension() - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyArtifact
The extension used to publish the artifact file, never null.
getExtension() - インタフェース のメソッドorg.gradle.api.publish.maven.MavenArtifact
The extension used to publish the artifact file, never null.
getExtension() - クラス のメソッドorg.gradle.api.tasks.bundling.AbstractArchiveTask
Returns the extension part of the archive name.
getExtensionDirs() - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Returns the extension dirs to be used for the compiler process.
getExtensions() - インタフェース のメソッドorg.gradle.api.plugins.ExtensionAware
The container of extensions.
getExtensions() - インタフェース のメソッドorg.gradle.api.Project
Allows adding DSL extensions to the project.
getExtensionsAsDynamicObject() - インタフェース のメソッドorg.gradle.api.plugins.Convention
Returns a dynamic object which represents the properties and methods contributed by the extensions and convention objects contained in this convention.
getExtraInfo() - インタフェース のメソッドorg.gradle.api.artifacts.ivy.IvyModuleDescriptor
Returns an IvyExtraInfo representing the "extra" info declared in this descriptor.
getExtraInfo() - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyModuleDescriptorSpec
Returns the extra info element spec for this publication
getExtraProperties() - インタフェース のメソッドorg.gradle.api.plugins.ExtensionContainer
The extra properties extension in this extension container.
getExtraScanTargets() - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRun
 
getFailedTestCount() - インタフェース のメソッドorg.gradle.api.tasks.testing.TestResult
Returns the number of failed atomic tests executed for this test.
getFailure() - インタフェース のメソッドorg.gradle.api.artifacts.result.UnresolvedArtifactResult
The failure that occurred when the artifact was resolved.
getFailure() - インタフェース のメソッドorg.gradle.api.artifacts.result.UnresolvedComponentResult
Returns the failure that occurred when trying to resolve the component.
getFailure() - インタフェース のメソッドorg.gradle.api.artifacts.result.UnresolvedDependencyResult
The failure that occurred.
getFailure() - インタフェース のメソッドorg.gradle.api.ProjectState
Returns the exception describing the project failure, if any.
getFailure() - インタフェース のメソッドorg.gradle.api.tasks.TaskState
Returns the exception describing the task failure, if any.
getFailure() - クラス のメソッドorg.gradle.BuildResult
 
getFile() - インタフェース のメソッドorg.gradle.api.artifacts.PublishArtifact
Returns the file of this artifact.
getFile() - インタフェース のメソッドorg.gradle.api.artifacts.ResolvedArtifact
 
getFile() - インタフェース のメソッドorg.gradle.api.artifacts.result.ResolvedArtifactResult
The file for the artifact.
getFile() - インタフェース のメソッドorg.gradle.api.file.FileTreeElement
Returns the file being visited.
getFile(File) - クラス のメソッドorg.gradle.api.file.RelativePath
 
getFile() - 例外 のメソッドorg.gradle.api.file.UnableToDeleteFileException
 
getFile() - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyArtifact
The actual file contents to publish.
getFile() - インタフェース のメソッドorg.gradle.api.publish.maven.MavenArtifact
The actual file contents to publish.
getFile() - インタフェース のメソッドorg.gradle.api.tasks.incremental.InputFileDetails
The input file, which may no longer exist.
getFile() - インタフェース のメソッドorg.gradle.plugins.ide.eclipse.model.FileReference
Returns the target file.
getFile() - インタフェース のメソッドorg.gradle.tooling.model.ExternalDependency
Returns the file for this dependency.
getFile() - インタフェース のメソッドorg.gradle.tooling.model.idea.IdeaSingleEntryLibraryDependency
Returns the file for this dependency.
getFileExtensions() - クラス のメソッドorg.gradle.api.tasks.compile.GroovyCompileOptions
Returns the list of acceptable source file extensions.
getFileLookup() - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
 
getFileLookup() - クラス のメソッドorg.gradle.api.tasks.wrapper.Wrapper
 
getFileMode() - インタフェース のメソッドorg.gradle.api.file.CopyProcessingSpec
Returns the Unix permissions to use for the target files.
getFileMode() - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Returns the Unix permissions to use for the target files.
getFileName() - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.DeploymentDescriptor
The name of the descriptor file, typically "application.xml"
getFileResolver() - クラス のメソッドorg.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
 
getFileResolver() - クラス のメソッドorg.gradle.api.publish.ivy.tasks.GenerateIvyDescriptor
 
getFileResolver() - クラス のメソッドorg.gradle.api.publish.maven.tasks.GenerateMavenPom
 
getFileResolver() - クラス のメソッドorg.gradle.api.reporting.components.ComponentReport
 
getFileResolver() - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
 
getFileResolver() - クラス のメソッドorg.gradle.api.tasks.JavaExec
 
getFileResolver() - クラス のメソッドorg.gradle.api.tasks.testing.Test
 
getFileResolver() - クラス のメソッドorg.gradle.sonar.runner.tasks.SonarRunner
 
getFiles(Spec<? super Dependency>) - インタフェース のメソッドorg.gradle.api.artifacts.LenientConfiguration
Returns successfully resolved files for successfully resolved dependencies.
getFiles() - インタフェース のメソッドorg.gradle.api.artifacts.PublishArtifactSet
 
getFiles() - インタフェース のメソッドorg.gradle.api.artifacts.ResolvableDependencies
Returns a FileCollection which contains the resolved set of files.
getFiles(Spec<? super Dependency>) - インタフェース のメソッドorg.gradle.api.artifacts.ResolvedConfiguration
Returns the files for the specified subset of configuration dependencies.
getFiles() - インタフェース のメソッドorg.gradle.api.file.FileCollection
Returns the contents of this collection as a Set.
getFiles() - インタフェース のメソッドorg.gradle.api.tasks.TaskInputs
Returns the input files of this task.
getFiles() - インタフェース のメソッドorg.gradle.api.tasks.TaskOutputs
Returns the output files of this task.
getFiles() - インタフェース のメソッドorg.gradle.jvm.Classpath
 
getFileSystem() - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
 
getFilter() - インタフェース のメソッドorg.gradle.api.artifacts.maven.PomFilterContainer
Returns the default filter being used. .
getFilter() - インタフェース のメソッドorg.gradle.api.file.SourceDirectorySet
Returns the filter used to select the source from the source directories.
getFilter() - クラス のメソッドorg.gradle.api.tasks.testing.Test
Allows filtering tests for execution.
getFiltersFile() - インタフェース のメソッドorg.gradle.ide.visualstudio.VisualStudioProject
Configuration for the generated filters file.
getFinalizedBy() - インタフェース のメソッドorg.gradle.api.Task
Returns tasks that finalize this task.
getFirstLevelModuleDependencies(Spec<? super Dependency>) - インタフェース のメソッドorg.gradle.api.artifacts.LenientConfiguration
Returns successfully resolved dependencies.
getFirstLevelModuleDependencies() - インタフェース のメソッドorg.gradle.api.artifacts.ResolvedConfiguration
Returns the ResolvedDependency instances for each direct dependency of the configuration.
getFirstLevelModuleDependencies(Spec<? super Dependency>) - インタフェース のメソッドorg.gradle.api.artifacts.ResolvedConfiguration
Returns the ResolvedDependency instances for each direct dependency of the configuration that matches the given spec.
getFlavor() - インタフェース のメソッドorg.gradle.nativeplatform.NativeBinary
The flavor that this binary was built with.
getFlavor() - インタフェース のメソッドorg.gradle.nativeplatform.NativeBinarySpec
The flavor that this binary was built with.
getFooter() - クラス のメソッドorg.gradle.api.tasks.javadoc.Groovydoc
Returns the HTML footer for each page.
getFooter() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDocOptions
Returns the HTML text to appear in the footer for each page.
getFooter() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
getForce() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
Whether to force the compilation of all files.
getForcedModules() - インタフェース のメソッドorg.gradle.api.artifacts.ResolutionStrategy
Returns currently configured forced modules.
getForkEvery() - クラス のメソッドorg.gradle.api.tasks.testing.Test
Returns the maximum number of test classes to execute in a forked test process.
getForkOptions() - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Returns options for running the compiler in a child process.
getForkOptions() - クラス のメソッドorg.gradle.api.tasks.compile.GroovyCompileOptions
Returns options for running the Groovy compiler in a separate process.
getForkOptions() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
Options for running the Scala compiler in a separate process.
getForkOptions() - クラス のメソッドorg.gradle.sonar.runner.SonarRunnerRootExtension
Options for the Sonar Runner process.
getForkOptions() - クラス のメソッドorg.gradle.sonar.runner.tasks.SonarRunner
Options for the analysis process.
getFrom() - インタフェース のメソッドorg.gradle.api.artifacts.result.DependencyResult
Returns the origin of the dependency.
getFrom() - インタフェース のメソッドorg.gradle.api.file.ConfigurableFileCollection
Returns the set of source paths for this collection.
getGeneralCompileCaches() - クラス のメソッドorg.gradle.api.tasks.compile.JavaCompile
 
getGradle() - インタフェース のメソッドorg.gradle.api.initialization.Settings
Returns the Gradle instance for the current build.
getGradle() - インタフェース のメソッドorg.gradle.api.invocation.Gradle
Returns this Gradle instance.
getGradle() - インタフェース のメソッドorg.gradle.api.Project
Returns the Gradle invocation which this project belongs to.
getGradle() - クラス のメソッドorg.gradle.BuildResult
 
getGradle() - インタフェース のメソッドorg.gradle.tooling.model.build.BuildEnvironment
Returns information about the Gradle environment, for example the Gradle version.
getGradleHomeDir() - インタフェース のメソッドorg.gradle.api.invocation.Gradle
Returns the Gradle home directory, if any.
getGradleModuleVersion() - インタフェース のメソッドorg.gradle.tooling.model.ExternalDependency
Returns the Gradle module information for this dependency, or null if the dependency does not originate from a remote repository.
getGradleProject() - インタフェース のメソッドorg.gradle.tooling.model.eclipse.EclipseProject
The gradle project that is associated with this project.
getGradleProject() - インタフェース のメソッドorg.gradle.tooling.model.HasGradleProject
The associated Gradle project.
getGradleProject() - インタフェース のメソッドorg.gradle.tooling.model.idea.IdeaModule
The gradle project that is associated with this module.
getGradleUserHomeDir() - インタフェース のメソッドorg.gradle.api.invocation.Gradle
Returns the Gradle user home directory.
getGradleUserHomeDir() - クラス のメソッドorg.gradle.StartParameter
Returns the directory to use as the user home directory.
getGradleVersion() - インタフェース のメソッドorg.gradle.api.invocation.Gradle
Returns the current Gradle version.
getGradleVersion() - インタフェース のメソッドorg.gradle.api.plugins.buildcomparison.gradle.GradleBuildInvocationSpec
The Gradle version to run the build with.
getGradleVersion() - クラス のメソッドorg.gradle.api.tasks.wrapper.Wrapper
Returns the gradle version for the wrapper.
getGradleVersion() - インタフェース のメソッドorg.gradle.tooling.model.build.GradleEnvironment
Informs about the Gradle version.
getGroovy() - インタフェース のメソッドorg.gradle.api.tasks.GroovySourceSet
Returns the source to be compiled by the Groovy compiler for this source set.
getGroovyClasspath() - クラス のメソッドorg.gradle.api.tasks.compile.GroovyCompile
Returns the classpath containing the version of Groovy to use for compilation.
getGroovyClasspath() - クラス のメソッドorg.gradle.api.tasks.javadoc.Groovydoc
Returns the classpath containing the Groovy library to be used.
getGroovyOptions() - クラス のメソッドorg.gradle.api.tasks.compile.GroovyCompile
Gets the options for the Groovy compilation.
getGroup() - インタフェース のメソッドorg.gradle.api.artifacts.component.ModuleComponentIdentifier
The module group of the component.
getGroup() - インタフェース のメソッドorg.gradle.api.artifacts.component.ModuleComponentSelector
The group of the module to select the component from.
getGroup() - インタフェース のメソッドorg.gradle.api.artifacts.Dependency
Returns the group of this dependency.
getGroup() - インタフェース のメソッドorg.gradle.api.artifacts.ExcludeRule
The exact name of the organization or group that should be excluded.
getGroup() - インタフェース のメソッドorg.gradle.api.artifacts.Module
 
getGroup() - インタフェース のメソッドorg.gradle.api.artifacts.ModuleIdentifier
The group of the module.
getGroup() - インタフェース のメソッドorg.gradle.api.artifacts.ModuleVersionIdentifier
The group of the module.
getGroup() - インタフェース のメソッドorg.gradle.api.artifacts.ModuleVersionSelector
The group of the module.
getGroup() - インタフェース のメソッドorg.gradle.api.Project
Returns the group of this project.
getGroup() - インタフェース のメソッドorg.gradle.api.Task
Returns the task group which this task belongs to.
getGroup() - インタフェース のメソッドorg.gradle.tooling.model.GradleModuleVersion
The group of the module, for example 'org.gradle'.
getGroupId() - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenPom
Returns the group id for this POM.
getGroupId() - インタフェース のメソッドorg.gradle.api.publish.maven.MavenDependency
The groupId value for this dependency.
getGroupId() - インタフェース のメソッドorg.gradle.api.publish.maven.MavenPublication
Returns the groupId for this publication.
getGroups() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
getHasInputs() - インタフェース のメソッドorg.gradle.api.tasks.TaskInputs
Returns true if this task has declared the inputs that it consumes.
getHasOutput() - インタフェース のメソッドorg.gradle.api.tasks.TaskOutputs
Returns true if this task has declared any outputs.
getHasSourceFiles() - インタフェース のメソッドorg.gradle.api.tasks.TaskInputs
Returns true if this task has declared that it accepts source files.
getHeader() - クラス のメソッドorg.gradle.api.tasks.javadoc.Groovydoc
Returns the HTML header for each page.
getHeader() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDocOptions
Returns the HTML text to appear in the header for each page.
getHeader() - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
getHeader() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
getHeaderDir() - クラス のメソッドorg.gradle.nativeplatform.test.cunit.tasks.GenerateCUnitLauncher
 
getHeaderDirs() - インタフェース のメソッドorg.gradle.nativeplatform.NativeLibraryBinary
 
getHeaders() - インタフェース のメソッドorg.gradle.nativeplatform.PrebuiltLibrary
The headers exported by this library.
getHelpFile() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
getHierarchy() - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Gets a ordered set including this configuration and all superconfigurations recursively.
getHtml() - インタフェース のメソッドorg.gradle.api.plugins.quality.CodeNarcReports
The codenarc HTML report
getHtml() - インタフェース のメソッドorg.gradle.api.plugins.quality.FindBugsReports
The findbugs HTML report
getHtml() - インタフェース のメソッドorg.gradle.api.plugins.quality.PmdReports
The pmd (single file) HTML report
getHtml() - インタフェース のメソッドorg.gradle.api.reporting.BuildDashboardReports
The build dashboard HTML report
getHtml() - インタフェース のメソッドorg.gradle.api.reporting.dependencies.DependencyReportContainer
The dependency HTML report
getHtml() - インタフェース のメソッドorg.gradle.api.tasks.testing.TestTaskReports
A HTML report indicate the results of the test execution.
getHtml() - インタフェース のメソッドorg.gradle.testing.jacoco.tasks.JacocoReportsContainer
The JaCoCo HTML report
getHttpPort() - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
Returns the TCP port for Jetty to listen on for incoming HTTP requests.
getHttpPort() - クラス のメソッドorg.gradle.api.plugins.jetty.JettyPluginConvention
Returns the TCP port for Jetty to listen on for incoming HTTP requests.
getId() - インタフェース のメソッドorg.gradle.api.artifacts.ClientModule
Returns the id of the client module.
getId() - インタフェース のメソッドorg.gradle.api.artifacts.ComponentMetadata
Returns the identifier of the component.
getId() - インタフェース のメソッドorg.gradle.api.artifacts.ComponentModuleMetadata
The identifier of the module.
getId() - インタフェース のメソッドorg.gradle.api.artifacts.ResolvedModuleVersion
The identifier of this resolved module version.
getId() - インタフェース のメソッドorg.gradle.api.artifacts.result.ComponentResult
Returns the ID of the requested component.
getId() - インタフェース のメソッドorg.gradle.api.artifacts.result.ResolvedComponentResult
Returns the identifier of this component.
getId() - インタフェース のメソッドorg.gradle.tooling.model.gradle.GradlePublication
Returns the unique identifier of the publication.
getIgnoreFailures() - クラス のメソッドorg.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
Whether a comparison between non identical builds will fail the task execution.
getIgnoreFailures() - クラス のメソッドorg.gradle.api.tasks.testing.Test
Specifies whether the build should break when the verifications performed by this task fail.
getIgnoreFailures() - インタフェース のメソッドorg.gradle.api.tasks.VerificationTask
Specifies whether the build should break when the verifications performed by this task fail.
getImplicitHeaders() - インタフェース のメソッドorg.gradle.nativeplatform.sourceset.HeaderExportingSourceSet
The headers that are private to this source set and implicitly available.
getIncludeEmptyDirs() - インタフェース のメソッドorg.gradle.api.file.CopySpec
Tells if empty target directories will be included in the copy.
getIncludeEmptyDirs() - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Tells if empty target directories will be included in the copy.
getIncludePatterns() - インタフェース のメソッドorg.gradle.api.tasks.testing.TestFilter
Returns the included test name patterns.
getIncludeRoots() - インタフェース のメソッドorg.gradle.nativeplatform.NativeDependencySet
Returns the header file directories to use at compile time.
getIncludes() - クラス のメソッドorg.gradle.api.plugins.jetty.ScanTargetPattern
 
getIncludes() - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Returns the set of include patterns.
getIncludes() - クラス のメソッドorg.gradle.api.tasks.SourceTask
Returns the set of include patterns.
getIncludes() - クラス のメソッドorg.gradle.api.tasks.testing.Test
Returns the include patterns for test execution.
getIncludes() - インタフェース のメソッドorg.gradle.api.tasks.util.PatternFilterable
Returns the set of include patterns.
getIncludes() - クラス のメソッドorg.gradle.api.tasks.util.PatternSet
 
getIncludes() - クラス のメソッドorg.gradle.language.nativebase.tasks.AbstractNativeCompileTask
Returns the header directories to be used for compilation.
getIncludes() - クラス のメソッドorg.gradle.language.rc.tasks.WindowsResourceCompile
Returns the header directories to be used for compilation.
getIncludeSpecs() - クラス のメソッドorg.gradle.api.tasks.util.PatternSet
 
getIncoming() - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Returns the incoming dependencies of this configuration.
getIncrementalCompilerBuilder() - クラス のメソッドorg.gradle.language.nativebase.tasks.AbstractNativeCompileTask
 
getIncrementalCompilerBuilder() - クラス のメソッドorg.gradle.language.rc.tasks.WindowsResourceCompile
 
getIncrementalOptions() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
 
getInfo() - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLoggingContainer
Gets logging options for info level.
getInheritOutputDirs() - インタフェース のメソッドorg.gradle.tooling.model.idea.IdeaCompilerOutput
whether current module should inherit project's output directory.
getInitializeInOrder() - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.DeploymentDescriptor
Whether to initialize modules in the order they appear in the descriptor, with the exception of client modules.
getInitScripts() - クラス のメソッドorg.gradle.StartParameter
Returns all explicitly added init scripts that will be run before the build starts.
getInputFile() - クラス のメソッドorg.gradle.plugins.ide.api.GeneratorTask
The input file to load the initial configuration from.
getInputReports() - クラス のメソッドorg.gradle.api.reporting.GenerateBuildDashboard
 
getInputs() - インタフェース のメソッドorg.gradle.api.Task
Returns the inputs of this task.
getInstallDir() - インタフェース のメソッドorg.gradle.nativeplatform.toolchain.VisualCpp
The directory where Visual Studio or Visual C++ is installed.
getInstantiator() - クラス のメソッドorg.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
 
getInstantiator() - クラス のメソッドorg.gradle.api.reporting.dependencies.HtmlDependencyReportTask
 
getInstantiator() - クラス のメソッドorg.gradle.api.reporting.GenerateBuildDashboard
 
getInstantiator() - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
 
getInstantiator() - クラス のメソッドorg.gradle.api.tasks.testing.Test
 
getInstantiator() - クラス のメソッドorg.gradle.plugins.ide.api.GeneratorTask
 
getInstructions() - インタフェース のメソッドorg.gradle.api.plugins.osgi.OsgiManifest
Returns all existing instruction.
getIvyPublisher() - クラス のメソッドorg.gradle.api.publish.ivy.tasks.PublishToIvyRepository
 
getIvyStatus() - インタフェース のメソッドorg.gradle.api.artifacts.ivy.IvyModuleDescriptor
Returns the status attribute of the info element in this descriptor.
getJar() - インタフェース のメソッドorg.gradle.jvm.JvmBinaryTasks
The jar task used to create an archive for this binary.
getJarFile() - クラス のメソッドorg.gradle.api.tasks.wrapper.Wrapper
Returns the file to write the wrapper jar file to.
getJarFile() - インタフェース のメソッドorg.gradle.jvm.JarBinarySpec
The jar file output for this binary.
getJarTaskName() - インタフェース のメソッドorg.gradle.api.tasks.SourceSet
Returns the name of the Jar task for this source set.
getJarURL() - インタフェース のメソッドorg.gradle.plugins.ide.eclipse.model.FileReference
Returns the jar URL of the file
getJava() - インタフェース のメソッドorg.gradle.api.tasks.SourceSet
Returns the Java source which is to be compiled by the Java compiler into the class output directory.
getJava() - インタフェース のメソッドorg.gradle.tooling.model.build.BuildEnvironment
Returns information about the Java environment, for example the Java home or the JVM args used.
getJavaConvention(Project) - クラス のメソッドorg.gradle.api.plugins.jetty.JettyPlugin
 
getJavadoc() - インタフェース のメソッドorg.gradle.tooling.model.ExternalDependency
Returns the Javadoc directory or archive for this dependency, or null if no Javadoc is available.
getJavadoc() - インタフェース のメソッドorg.gradle.tooling.model.idea.IdeaSingleEntryLibraryDependency
Returns the Javadoc directory/archive for this dependency.
getJavaHome() - インタフェース のメソッドorg.gradle.tooling.model.build.JavaEnvironment
The Java home used for Gradle operations (for example running tasks or acquiring model information).
getJavaVersion() - インタフェース のメソッドorg.gradle.jvm.toolchain.JavaToolChain
 
getJdkName() - インタフェース のメソッドorg.gradle.tooling.model.idea.IdeaProject
Returns the name of the JDK.
getJettyConfig() - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
Returns the jetty configuration file to use.
getJettyEnvXml() - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRun
 
getJettyEnvXmlFile() - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRun
 
getJFlags() - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
getJFlags() - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
getJs() - クラス のメソッドorg.gradle.plugins.javascript.coffeescript.CoffeeScriptExtension
 
getJs() - クラス のメソッドorg.gradle.plugins.javascript.envjs.EnvJsExtension
 
getJs() - クラス のメソッドorg.gradle.plugins.javascript.jshint.JsHintExtension
 
getJsHint() - クラス のメソッドorg.gradle.plugins.javascript.jshint.JsHint
 
getJsonReport() - クラス のメソッドorg.gradle.plugins.javascript.jshint.JsHint
 
getJunitXml() - インタフェース のメソッドorg.gradle.api.tasks.testing.TestTaskReports
The test results in “JUnit XML” format.
getJvmArgs() - クラス のメソッドorg.gradle.api.tasks.compile.BaseForkOptions
Returns any additional JVM arguments for the compiler process.
getJvmArgs() - クラス のメソッドorg.gradle.api.tasks.JavaExec
Returns the extra arguments to use to launch the JVM for the process.
getJvmArgs() - クラス のメソッドorg.gradle.api.tasks.testing.Test
Returns the extra arguments to use to launch the JVM for the process.
getJvmArgs() - インタフェース のメソッドorg.gradle.process.JavaForkOptions
Returns the extra arguments to use to launch the JVM for the process.
getJvmArguments() - インタフェース のメソッドorg.gradle.tooling.model.build.JavaEnvironment
The JVM arguments used to start the Java process that handles Gradle operations (for example running tasks or acquiring model information).
getKey() - インタフェース のメソッドorg.gradle.api.java.archives.ManifestMergeDetails
Returns the key that is to be merged.
getKind() - インタフェース のメソッドorg.gradle.plugins.ide.eclipse.model.ClasspathEntry
 
getLanguageLevel() - インタフェース のメソッドorg.gradle.tooling.model.idea.IdeaProject
Returns the language level to use within the current project.
getLastModified() - インタフェース のメソッドorg.gradle.api.file.FileTreeElement
Returns the last modified time of this file.
getLastName() - クラス のメソッドorg.gradle.api.file.RelativePath
 
getLenientConfiguration() - インタフェース のメソッドorg.gradle.api.artifacts.ResolvedConfiguration
Provides configuration that does not fail eagerly when some dependencies are not resolved.
getLevel() - インタフェース のメソッドorg.gradle.api.logging.LoggingManager
Returns the current logging level.
getLevel() - インタフェース のメソッドorg.gradle.tooling.model.idea.IdeaLanguageLevel
Gets the level value
getLibraries() - インタフェース のメソッドorg.gradle.jvm.JvmComponentExtension
Provides the set of JVM libraries that can be created by this build.
getLibraries() - インタフェース のメソッドorg.gradle.nativeplatform.NativeComponentExtension
The NativeLibrarySpec components produced by the build.
getLibrary() - インタフェース のメソッドorg.gradle.jvm.JarBinarySpec
The ProjectJvmLibrary that this binary belongs to.
getLibraryDirectory() - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.DeploymentDescriptor
The name of the directory to look for libraries in.
getLibraryName() - インタフェース のメソッドorg.gradle.nativeplatform.NativeLibraryRequirement
The name of the required library.
getLibs() - インタフェース のメソッドorg.gradle.nativeplatform.NativeBinarySpec
The libraries that should be linked into this binary.
getLibs() - インタフェース のメソッドorg.gradle.nativeplatform.sourceset.DependentSourceSet
The libraries that this source set requires.
getLicense() - インタフェース のメソッドorg.gradle.api.plugins.osgi.OsgiManifest
Returns the license.
getLifecycle() - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLoggingContainer
Returns logging options for lifecycle level.
getLink() - インタフェース のメソッドorg.gradle.nativeplatform.NativeBinaryTasks
The link task, if one is present.
getLinkage() - インタフェース のメソッドorg.gradle.nativeplatform.NativeLibraryRequirement
The required linkage.
getLinkedResources() - インタフェース のメソッドorg.gradle.tooling.model.eclipse.HierarchicalEclipseProject
Returns the linked resources for this project.
getLinker() - インタフェース のメソッドorg.gradle.nativeplatform.NativeBinarySpec
The settings used for linking this binary.
getLinker() - インタフェース のメソッドorg.gradle.nativeplatform.toolchain.GccPlatformToolChain
Returns the settings to use for the linker.
getLinker() - インタフェース のメソッドorg.gradle.nativeplatform.toolchain.VisualCppPlatformToolChain
Returns the settings to use for the linker.
getLinkFiles() - インタフェース のメソッドorg.gradle.nativeplatform.NativeDependencySet
Returns the files to use at link time.
getLinkFiles() - インタフェース のメソッドorg.gradle.nativeplatform.NativeLibraryBinary
 
getLinks() - クラス のメソッドorg.gradle.api.tasks.javadoc.Groovydoc
Returns the links to groovydoc/javadoc output at the given URL.
getLinks() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
getLinksOffline() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
getListenerManager() - クラス のメソッドorg.gradle.api.tasks.testing.Test
 
getLocale() - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
getLocale() - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
getLocation() - インタフェース のメソッドorg.gradle.ide.visualstudio.ConfigFile
The location where this file will be generated.
getLocation() - インタフェース のメソッドorg.gradle.tooling.model.eclipse.EclipseLinkedResource
The local file system absolute path of the target of the linked resource.
getLocationUri() - インタフェース のメソッドorg.gradle.tooling.model.eclipse.EclipseLinkedResource
If the file is not in the local file system, this attribute contains the absolute URI of the resource in some backing file system.
getLogger(Class) - クラス のstaticメソッドorg.gradle.api.logging.Logging
Returns the logger for the given class.
getLogger(String) - クラス のstaticメソッドorg.gradle.api.logging.Logging
Returns the logger with the given name.
getLogger() - インタフェース のメソッドorg.gradle.api.Project
Returns the logger for this project.
getLogger() - インタフェース のメソッドorg.gradle.api.Script
Returns the logger for this script.
getLogger() - インタフェース のメソッドorg.gradle.api.Task
Returns the logger for this task.
getLogging() - インタフェース のメソッドorg.gradle.api.Project
Returns the LoggingManager which can be used to control the logging level and standard output/error capture for this project's build script.
getLogging() - インタフェース のメソッドorg.gradle.api.Script
Returns the LoggingManager which can be used to control the logging level and standard output/error capture for this script.
getLogging() - インタフェース のメソッドorg.gradle.api.Task
Returns the LoggingManager which can be used to control the logging level and standard output/error capture for this task.
getLoggingLevel() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
Specifies the amount of logging.
getLoggingManagerFactory() - クラス のメソッドorg.gradle.api.publish.maven.tasks.PublishToMavenRepository
 
getLoggingPhases() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
Phases of the compiler to log.
getMacros() - クラス のメソッドorg.gradle.language.nativebase.tasks.AbstractNativeCompileTask
Macros that should be defined for the compiler.
getMacros() - インタフェース のメソッドorg.gradle.language.PreprocessingTool
The set of preprocessor macros to define when compiling this binary.
getMacros() - クラス のメソッドorg.gradle.language.rc.tasks.WindowsResourceCompile
Macros that should be defined for the compiler.
getMain() - クラス のメソッドorg.gradle.api.tasks.JavaExec
Returns the fully qualified name of the Main class to be executed.
getMain() - インタフェース のメソッドorg.gradle.process.JavaExecSpec
Returns the fully qualified name of the Main class to be executed.
getMainArtifact() - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenDeployment
Returns the main artifact for this deployment.
getMainSource() - クラス のメソッドorg.gradle.platform.base.component.BaseComponentSpec
 
getMainSpec() - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
 
getMajorVersion() - 列挙型 のメソッドorg.gradle.api.JavaVersion
 
getManifest() - クラス のメソッドorg.gradle.api.tasks.bundling.Jar
Returns the manifest for this JAR archive.
getMapping(Collection<Configuration>) - インタフェース のメソッドorg.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
Returns a scope that corresponds to the given configurations.
getMappings() - インタフェース のメソッドorg.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
Returns a map with all the configuration to scope mappings.
getMavenPomDir() - クラス のメソッドorg.gradle.api.plugins.MavenPluginConvention
Returns the directory to generate Maven POMs into.
getMaxGranularity() - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLogging
Returns the maximum granularity of the events to be logged.
getMaxHeapSize() - クラス のメソッドorg.gradle.api.tasks.JavaExec
Returns the maximum heap size for the process, if any.
getMaxHeapSize() - クラス のメソッドorg.gradle.api.tasks.testing.Test
Returns the maximum heap size for the process, if any.
getMaxHeapSize() - インタフェース のメソッドorg.gradle.process.JavaForkOptions
Returns the maximum heap size for the process, if any.
getMaxMemory() - クラス のメソッドorg.gradle.api.tasks.javadoc.Javadoc
Returns the amount of memory allocated to this task.
getMaxParallelForks() - クラス のメソッドorg.gradle.api.tasks.testing.Test
Returns the maximum number of forked test processes to execute in parallel.
getMemberLevel() - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
getMemberLevel() - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
getMemoryInitialSize() - クラス のメソッドorg.gradle.api.tasks.compile.BaseForkOptions
Returns the initial heap size for the compiler process.
getMemoryMaximumSize() - クラス のメソッドorg.gradle.api.tasks.compile.BaseForkOptions
Returns the maximum heap size for the compiler process.
getMergeValue() - インタフェース のメソッドorg.gradle.api.java.archives.ManifestMergeDetails
Returns the value for the key of the manifest that is the source for the merge.
getMessage() - インタフェース のメソッドorg.gradle.api.tasks.testing.TestOutputEvent
Message content
getMetaInf() - クラス のメソッドorg.gradle.api.tasks.bundling.Jar
 
getMinGranularity() - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLogging
Returns the minimum granularity of the events to be logged.
getMinHeapSize() - クラス のメソッドorg.gradle.api.tasks.JavaExec
Returns the minimum heap size for the process, if any.
getMinHeapSize() - クラス のメソッドorg.gradle.api.tasks.testing.Test
Returns the minimum heap size for the process, if any.
getMinHeapSize() - インタフェース のメソッドorg.gradle.process.JavaForkOptions
Returns the minimum heap size for the process, if any.
getMode() - インタフェース のメソッドorg.gradle.api.file.FileTreeElement
Returns the Unix permissions of this file, e.g.
getModel() - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenPom
Returns the underlying native Maven Model object.
getModel(Class<T>) - インタフェース のメソッドorg.gradle.tooling.BuildController
Fetches a snapshot of the model of the given type for the default project.
getModel(Model, Class<T>) - インタフェース のメソッドorg.gradle.tooling.BuildController
Fetches a snapshot of the model of the given type for the given element, usually a Gradle project.
getModel(Class<T>) - インタフェース のメソッドorg.gradle.tooling.ProjectConnection
Fetches a snapshot of the model of the given type for this project.
getModel(Class<T>, ResultHandler<? super T>) - インタフェース のメソッドorg.gradle.tooling.ProjectConnection
Starts fetching a snapshot of the given model, passing the result to the given handler when complete.
getModelRegistry() - クラス のメソッドorg.gradle.api.reporting.components.ComponentReport
 
getModule() - インタフェース のメソッドorg.gradle.api.artifacts.component.ModuleComponentIdentifier
The module name of the component.
getModule() - インタフェース のメソッドorg.gradle.api.artifacts.component.ModuleComponentSelector
The name of the module to select the component from.
getModule() - インタフェース のメソッドorg.gradle.api.artifacts.ExcludeRule
The exact name of the module that should be excluded.
getModule() - インタフェース のメソッドorg.gradle.api.artifacts.ModuleVersionIdentifier
Returns the ModuleIdentifier containing the group and the name of this module.
getModule() - インタフェース のメソッドorg.gradle.api.artifacts.ResolvedDependency
Returns the module which this resolved dependency belongs to.
getModule() - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyDependency
The module value for this dependency.
getModule() - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyPublication
Returns the module for this publication.
getModuleArtifacts() - インタフェース のメソッドorg.gradle.api.artifacts.ResolvedDependency
Returns the module artifacts belonging to this ResolvedDependency.
getModuleGroup() - インタフェース のメソッドorg.gradle.api.artifacts.ResolvedDependency
Returns the module group of the resolved dependency.
getModuleName() - インタフェース のメソッドorg.gradle.api.artifacts.ResolvedDependency
Returns the module name of the resolved dependency.
getModules() - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.DeploymentDescriptor
List of module descriptors.
getModules() - インタフェース のメソッドorg.gradle.tooling.model.idea.IdeaProject
Returns the modules of this IDEA project.
getModuleTypeMappings() - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.DeploymentDescriptor
Mapping of module paths to module types.
getModuleVersion() - インタフェース のメソッドorg.gradle.api.artifacts.ResolvedArtifact
Returns the module which this artifact belongs to.
getModuleVersion() - インタフェース のメソッドorg.gradle.api.artifacts.ResolvedDependency
Returns the module version of the resolved dependency.
getModuleVersion() - インタフェース のメソッドorg.gradle.api.artifacts.result.ResolvedComponentResult
Returns the module version which this component belongs to, if any.
getModuleVersionIdentifier() - インタフェース のメソッドorg.gradle.api.artifacts.ArtifactIdentifier
Returns the identifier of the module that owns this artifact.
getMustRunAfter() - インタフェース のメソッドorg.gradle.api.Task
Returns tasks that this task must run after.
getName() - インタフェース のメソッドorg.gradle.api.artifacts.ArtifactIdentifier
Returns the name of this artifact.
getName() - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Returns the name of this configuration.
getName() - インタフェース のメソッドorg.gradle.api.artifacts.Dependency
Returns the name of this dependency.
getName() - インタフェース のメソッドorg.gradle.api.artifacts.DependencyArtifact
Returns the name of the dependency artifact.
getName() - インタフェース のメソッドorg.gradle.api.artifacts.Module
 
getName() - インタフェース のメソッドorg.gradle.api.artifacts.ModuleIdentifier
The name of the module.
getName() - インタフェース のメソッドorg.gradle.api.artifacts.ModuleVersionIdentifier
The name of the module.
getName() - インタフェース のメソッドorg.gradle.api.artifacts.ModuleVersionSelector
The name of the module.
getName() - インタフェース のメソッドorg.gradle.api.artifacts.PublishArtifact
Returns the name of the artifact.
getName() - インタフェース のメソッドorg.gradle.api.artifacts.repositories.ArtifactRepository
Returns the name for this repository.
getName() - インタフェース のメソッドorg.gradle.api.artifacts.ResolvableDependencies
Returns the name of this set.
getName() - インタフェース のメソッドorg.gradle.api.artifacts.ResolvedArtifact
 
getName() - インタフェース のメソッドorg.gradle.api.artifacts.ResolvedDependency
Returns the name of the resolved dependency.
getName() - インタフェース のメソッドorg.gradle.api.distribution.Distribution
The name of this distribution.
getName() - インタフェース のメソッドorg.gradle.api.file.FileCopyDetails
Returns the base name of this file at the copy destination.
getName() - インタフェース のメソッドorg.gradle.api.file.FileTreeElement
Returns the base name of this file.
getName() - インタフェース のメソッドorg.gradle.api.file.SourceDirectorySet
A concise name for the source directory set (typically used to identify it in a collection).
getName() - インタフェース のメソッドorg.gradle.api.initialization.ProjectDescriptor
Returns the name of this project.
getName() - インタフェース のメソッドorg.gradle.api.Named
The object's name.
getName() - インタフェース のメソッドorg.gradle.api.plugins.osgi.OsgiManifest
Returns the name.
getName() - 列挙型 のメソッドorg.gradle.api.plugins.quality.TargetJdk
 
getName() - インタフェース のメソッドorg.gradle.api.Project
Returns the name of this project.
getName() - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyArtifact
The name used to publish the artifact file, never null.
getName() - インタフェース のメソッドorg.gradle.api.reporting.Report
The symbolic name of this report.
getName() - インタフェース のメソッドorg.gradle.api.Task
Returns the name of this task.
getName() - インタフェース のメソッドorg.gradle.api.tasks.SourceSet
Returns the name of this source set.
getName() - インタフェース のメソッドorg.gradle.api.tasks.testing.TestDescriptor
Returns the name of the test.
getName() - クラス のメソッドorg.gradle.platform.base.binary.BaseBinarySpec
 
getName() - クラス のメソッドorg.gradle.platform.base.component.BaseComponentSpec
 
getName() - インタフェース のメソッドorg.gradle.tooling.model.eclipse.EclipseLinkedResource
The project-relative path of the linked resource as it appears in the workspace.
getName() - インタフェース のメソッドorg.gradle.tooling.model.Element
Returns the name of the element.
getName() - インタフェース のメソッドorg.gradle.tooling.model.gradle.BasicGradleProject
Returns the name of this project.
getName() - インタフェース のメソッドorg.gradle.tooling.model.GradleModuleVersion
The name of the module, for example 'gradle-tooling-api'.
getName() - インタフェース のメソッドorg.gradle.tooling.model.Task
Returns the name of this task.
getName() - インタフェース のメソッドorg.gradle.tooling.model.TaskSelector
Returns the name that will be used to select tasks.
getNamer() - インタフェース のメソッドorg.gradle.api.NamedDomainObjectCollection
An object that represents the naming strategy used to name objects of this collection.
getNames() - インタフェース のメソッドorg.gradle.api.NamedDomainObjectCollection
Returns the names of the objects in this collection as a Set of Strings.
getNamingScheme() - クラス のメソッドorg.gradle.platform.base.binary.BaseBinarySpec
 
getNoQualifiers() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
getObjcCompiler() - インタフェース のメソッドorg.gradle.nativeplatform.toolchain.GccPlatformToolChain
Returns the settings to use for the Objective-C compiler.
getObjcppCompiler() - インタフェース のメソッドorg.gradle.nativeplatform.toolchain.GccPlatformToolChain
Returns the settings to use for the Objective-C++ compiler.
getObjectFileDir() - クラス のメソッドorg.gradle.language.assembler.tasks.Assemble
The directory where object files will be generated.
getObjectFileDir() - クラス のメソッドorg.gradle.language.nativebase.tasks.AbstractNativeCompileTask
The directory where object files will be generated.
getOperatingSystem() - インタフェース のメソッドorg.gradle.nativeplatform.platform.NativePlatform
The operating system being targeted.
getOptimizationOptions() - クラス のメソッドorg.gradle.api.tasks.compile.GroovyCompileOptions
Returns optimization options for the Groovy compiler.
getOption() - インタフェース のメソッドorg.gradle.external.javadoc.JavadocOptionFileOption
 
getOptionFiles() - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
getOptionFiles() - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
getOptions() - クラス のメソッドorg.gradle.api.tasks.compile.GroovyCompile
Returns the options for Java compilation.
getOptions() - クラス のメソッドorg.gradle.api.tasks.compile.JavaCompile
Returns the compilation options.
getOptions() - クラス のメソッドorg.gradle.api.tasks.javadoc.Javadoc
Returns the Javadoc generation options.
getOptions() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompile
Returns the Java compilation options.
getOptions() - クラス のメソッドorg.gradle.api.tasks.testing.Test
Returns test framework specific options.
getOptions() - クラス のメソッドorg.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
 
getOptions() - インタフェース のメソッドorg.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileSpec
 
getOptionsFile() - クラス のメソッドorg.gradle.api.tasks.javadoc.Javadoc
 
getOrganisation() - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyDependency
The organisation value for this dependency.
getOrganisation() - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyPublication
Returns the organisation for this publication.
getOutput() - インタフェース のメソッドorg.gradle.api.tasks.SourceSet
SourceSetOutput is a FileCollection of all output directories (compiled classes, processed resources, etc.)
getOutputDir() - クラス のメソッドorg.gradle.language.rc.tasks.WindowsResourceCompile
The directory where object files will be generated.
getOutputDir() - インタフェース のメソッドorg.gradle.tooling.model.idea.IdeaCompilerOutput
directory to store module's production classes and resources.
getOutputDirectory() - クラス のメソッドorg.gradle.api.plugins.antlr.AntlrTask
Returns the directory to generate the parser source files into.
getOutputFile() - クラス のメソッドorg.gradle.api.tasks.diagnostics.AbstractReportTask
Returns the file which the report will be written to.
getOutputFile() - クラス のメソッドorg.gradle.plugins.ide.api.GeneratorTask
The output file to write the final configuration to.
getOutputLevel() - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
getOutputLevel() - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
getOutputs() - インタフェース のメソッドorg.gradle.api.Task
Returns the outputs of this task.
getOutputType() - インタフェース のメソッドorg.gradle.api.reporting.DirectoryReport
getOutputType() - インタフェース のメソッドorg.gradle.api.reporting.Report
The type of output that the report generates.
getOutputType() - インタフェース のメソッドorg.gradle.api.reporting.SingleFileReport
Always returns Report.OutputType.FILE
getOutputType() - クラス のメソッドorg.gradle.language.assembler.tasks.Assemble
 
getOutputType() - クラス のメソッドorg.gradle.language.nativebase.tasks.AbstractNativeCompileTask
 
getOutputType() - クラス のメソッドorg.gradle.language.rc.tasks.WindowsResourceCompile
 
getOverrideWebXml() - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getOverview() - クラス のメソッドorg.gradle.api.tasks.javadoc.Groovydoc
Returns a HTML file to be used for overview documentation.
getOverview() - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
getOverview() - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
getPackagelistLoc() - クラス のメソッドorg.gradle.external.javadoc.JavadocOfflineLink
 
getPackages() - クラス のメソッドorg.gradle.api.tasks.javadoc.Groovydoc.Link
Returns a list of package prefixes to be linked with an external site.
getPackaging() - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenPom
Returns the packaging for this POM.
getPackaging() - インタフェース のメソッドorg.gradle.api.publish.maven.MavenPom
Returns the packaging for this publication.
getParallelThreadCount() - クラス のメソッドorg.gradle.StartParameter
Returns the number of parallel threads to use for build execution
getParent() - クラス のメソッドorg.gradle.api.file.RelativePath
Returns the parent of this path.
getParent() - インタフェース のメソッドorg.gradle.api.initialization.ProjectDescriptor
Returns the parent of this project, if any.
getParent() - インタフェース のメソッドorg.gradle.api.invocation.Gradle
Returns the parent build of this build, if any.
getParent() - インタフェース のメソッドorg.gradle.api.Project
Returns the parent project of this project, if any.
getParent() - インタフェース のメソッドorg.gradle.api.tasks.testing.TestDescriptor
Returns the parent of this test, if any.
getParent() - インタフェース のメソッドorg.gradle.tooling.model.eclipse.EclipseProject
Returns the parent of this element, or null if there is no parent.
getParent() - インタフェース のメソッドorg.gradle.tooling.model.eclipse.HierarchicalEclipseProject
Returns the parent of this element, or null if there is no parent.
getParent() - インタフェース のメソッドorg.gradle.tooling.model.gradle.BasicGradleProject
Returns the parent of this project, or null if this is the root project.
getParent() - インタフェース のメソッドorg.gradle.tooling.model.GradleProject
Returns the parent of this element, or null if there is no parent.
getParent() - インタフェース のメソッドorg.gradle.tooling.model.HierarchicalElement
Returns the parent of this element, or null if there is no parent.
getParent() - インタフェース のメソッドorg.gradle.tooling.model.idea.IdeaModule
Returns the project of this module.
getParentArtifacts(ResolvedDependency) - インタフェース のメソッドorg.gradle.api.artifacts.ResolvedDependency
Returns the artifacts belonging to this ResolvedDependency which it only has for a particular parent.
getParents() - インタフェース のメソッドorg.gradle.api.artifacts.ResolvedDependency
Returns the ResolvedDependency instances that have this instance as a transitive dependency.
getPassword() - インタフェース のメソッドorg.gradle.api.artifacts.repositories.PasswordCredentials
Returns the password to use when authenticating to this repository.
getPath() - インタフェース のメソッドorg.gradle.api.artifacts.ResolvableDependencies
Returns the path of this set.
getPath() - インタフェース のメソッドorg.gradle.api.file.FileCopyDetails
Returns the path of this file, relative to the root of the copy destination.
getPath() - インタフェース のメソッドorg.gradle.api.file.FileTreeElement
Returns the path of this file, relative to the root of the containing file tree.
getPath() - インタフェース のメソッドorg.gradle.api.initialization.ProjectDescriptor
Returns the path of this project.
getPath() - インタフェース のメソッドorg.gradle.api.Project
Returns the path of this project.
getPath() - インタフェース のメソッドorg.gradle.api.Task
Returns the path of the task, which is a fully qualified name for the task.
getPath() - インタフェース のメソッドorg.gradle.nativeplatform.toolchain.GccCompatibleToolChain
The paths setting required for executing the tool chain.
getPath() - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.EarModule
The connector element specifies the URI of an archive file, relative to the top level of the application package.
getPath() - インタフェース のメソッドorg.gradle.plugins.ide.eclipse.model.FileReference
Returns the logical path for the file.
getPath() - インタフェース のメソッドorg.gradle.tooling.model.eclipse.EclipseProjectDependency
Returns the path to use for this project dependency.
getPath() - インタフェース のメソッドorg.gradle.tooling.model.eclipse.EclipseSourceDirectory
Returns the relative path for this source directory.
getPath() - インタフェース のメソッドorg.gradle.tooling.model.gradle.BasicGradleProject
Returns the path of this project.
getPath() - インタフェース のメソッドorg.gradle.tooling.model.GradleProject
Returns the path of this project.
getPath() - インタフェース のメソッドorg.gradle.tooling.model.Task
Returns the path of this task.
getPathString() - クラス のメソッドorg.gradle.api.file.RelativePath
 
getPatterns() - インタフェース のメソッドorg.gradle.api.file.DirectoryTree
Returns the patterns which select the files under the base directory.
getPayloadType() - クラス のメソッドorg.gradle.plugins.javascript.rhino.worker.RhinoWorkerSpec
 
getPlatform() - インタフェース のメソッドorg.gradle.nativeplatform.toolchain.PlatformToolChain
Returns the platform which this tool chain builds for.
getPlugin(Class<T>) - インタフェース のメソッドorg.gradle.api.plugins.Convention
Locates the plugin convention object with the given type.
getPlugin(String) - インタフェース のメソッドorg.gradle.api.plugins.PluginContainer
Returns a plugin with the specified id if this plugin has been used in the project.
getPlugin(Class<T>) - インタフェース のメソッドorg.gradle.api.plugins.PluginContainer
Returns a plugin with the specified type if this plugin has been used in the project.
getPlugins() - インタフェース のメソッドorg.gradle.api.plugins.Convention
Returns the plugin convention objects contained in this convention.
getPlugins() - インタフェース のメソッドorg.gradle.api.plugins.PluginAware
Returns the plugins container for this object.
getPlugins() - インタフェース のメソッドorg.gradle.api.Project
Returns the plugins container for this project.
getPom() - インタフェース のメソッドorg.gradle.api.artifacts.maven.PomFilterContainer
Returns the POM property of the custom filter.
getPom() - インタフェース のメソッドorg.gradle.api.publish.maven.MavenPublication
The POM that will be published.
getPom() - クラス のメソッドorg.gradle.api.publish.maven.tasks.GenerateMavenPom
The Maven POM.
getPomArtifact() - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenDeployment
Returns the POM for this deployment.
getPort() - インタフェース のメソッドorg.gradle.plugins.javascript.envjs.http.HttpFileServer
 
getPort() - クラス のメソッドorg.gradle.plugins.javascript.envjs.http.simple.SimpleHttpFileServer
 
getPriority() - クラス のメソッドorg.gradle.api.artifacts.maven.Conf2ScopeMapping
Returns the priority.
getProblem() - インタフェース のメソッドorg.gradle.api.artifacts.UnresolvedDependency
the exception that is the cause of unresolved state
getProcessBuilderFactory() - クラス のメソッドorg.gradle.api.tasks.testing.Test
 
getProcessResourcesTaskName() - インタフェース のメソッドorg.gradle.api.tasks.SourceSet
Returns the name of the resource process task for this source set.
getProgressLoggerFactory() - クラス のメソッドorg.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
 
getProgressLoggerFactory() - クラス のメソッドorg.gradle.api.tasks.testing.Test
 
getProject() - インタフェース のメソッドorg.gradle.api.Project
Returns this project.
getProject() - インタフェース のメソッドorg.gradle.api.Task
Returns the Project which this task belongs to.
getProject() - インタフェース のメソッドorg.gradle.tooling.model.GradleTask
Returns the Gradle project this task is defined in.
getProject() - インタフェース のメソッドorg.gradle.tooling.model.idea.IdeaModule
Returns the project of this module.
getProject() - インタフェース のメソッドorg.gradle.tooling.model.Task
非推奨です。
Do not use this method. It is assumed that the caller already has a reference to owning project.
getProjectCacheDir() - クラス のメソッドorg.gradle.StartParameter
Returns the project's cache dir.
getProjectConfiguration() - インタフェース のメソッドorg.gradle.api.artifacts.ProjectDependency
Returns the configuration associated with this project dependency.
getProjectDependencies() - インタフェース のメソッドorg.gradle.tooling.model.eclipse.HierarchicalEclipseProject
Returns the project dependencies for this project.
getProjectDir() - インタフェース のメソッドorg.gradle.api.initialization.ProjectDescriptor
Returns the project directory of this project.
getProjectDir() - インタフェース のメソッドorg.gradle.api.plugins.buildcomparison.gradle.GradleBuildInvocationSpec
The “root” directory of the build.
getProjectDir() - インタフェース のメソッドorg.gradle.api.Project
The directory containing the project build file.
getProjectDir() - クラス のメソッドorg.gradle.StartParameter
Returns the project dir to use to select the default project.
getProjectDirectory() - インタフェース のメソッドorg.gradle.tooling.model.eclipse.HierarchicalEclipseProject
Returns the project directory for this project.
getProjectDirectory() - インタフェース のメソッドorg.gradle.tooling.model.gradle.BasicGradleProject
Returns the project directory for this project.
getProjectFile() - インタフェース のメソッドorg.gradle.ide.visualstudio.VisualStudioProject
Configuration for the generated project file.
getProjectPath() - インタフェース のメソッドorg.gradle.api.artifacts.component.ProjectComponentIdentifier
Returns the path of the project which the component belongs to.
getProjectPath() - インタフェース のメソッドorg.gradle.api.artifacts.component.ProjectComponentSelector
The path of the project to select the component from.
getProjectPath() - インタフェース のメソッドorg.gradle.nativeplatform.NativeLibraryRequirement
The path to the project containing the library.
getProjectPath() - クラス のメソッドorg.gradle.platform.base.component.BaseComponentSpec
 
getProjectPath() - インタフェース のメソッドorg.gradle.platform.base.ComponentSpec
The path the the project containing this component.
getProjectPath() - インタフェース のメソッドorg.gradle.platform.base.ComponentSpecIdentifier
 
getProjectPath() - インタフェース のメソッドorg.gradle.TaskExecutionRequest
Project path associated with this task request if any.
getProjectProperties() - クラス のメソッドorg.gradle.StartParameter
 
getProjects() - クラス のメソッドorg.gradle.api.reporting.dependencies.HtmlDependencyReportTask
Returns the set of projects to generate a report for.
getProjects() - クラス のメソッドorg.gradle.api.tasks.diagnostics.AbstractReportTask
Returns the set of project to generate this report for.
getProjects() - インタフェース のメソッドorg.gradle.ide.visualstudio.VisualStudioExtension
The VisualStudioProjects generated.
getProjects() - インタフェース のメソッドorg.gradle.ide.visualstudio.VisualStudioSolution
The set of projects included in this solution.
getProjects() - インタフェース のメソッドorg.gradle.tooling.model.gradle.GradleBuild
Returns the set of all projects for this build.
getProjectTaskLister() - クラス のメソッドorg.gradle.api.tasks.diagnostics.TaskReportTask
 
getProperties() - クラス のメソッドorg.gradle.api.AntBuilder
Returns the properties of the Ant project.
getProperties() - インタフェース のメソッドorg.gradle.api.plugins.ExtraPropertiesExtension
Returns all of the registered properties and their current values as a map.
getProperties() - インタフェース のメソッドorg.gradle.api.Project
Returns the properties of this project.
getProperties() - インタフェース のメソッドorg.gradle.api.tasks.TaskInputs
Returns the set of input properties for this task.
getProperties() - クラス のメソッドorg.gradle.sonar.runner.SonarProperties
The Sonar properties for the current Gradle project that are to be passed to the Sonar runner.
getPropertiesFile() - クラス のメソッドorg.gradle.api.tasks.wrapper.Wrapper
Returns the file to write the wrapper properties to.
getPublication() - クラス のメソッドorg.gradle.api.publish.ivy.tasks.PublishToIvyRepository
The publication to be published.
getPublication() - クラス のメソッドorg.gradle.api.publish.maven.tasks.PublishToMavenRepository
The publication to be published.
getPublications() - インタフェース のメソッドorg.gradle.api.publish.PublishingExtension
The publications of the project.
getPublications() - インタフェース のメソッドorg.gradle.tooling.model.gradle.ProjectPublications
Returns the publications for this project.
getPublicationServices() - クラス のメソッドorg.gradle.api.tasks.Upload
 
getPublishedCode() - クラス のメソッドorg.gradle.api.tasks.scala.IncrementalCompileOptions
Returns the directory or archive path by which the code produced by this task is published to other ScalaCompile tasks.
getQuiet() - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLoggingContainer
Returns logging options for quiet level.
getRcCompiler() - インタフェース のメソッドorg.gradle.nativeplatform.toolchain.VisualCppPlatformToolChain
Returns the settings to use for the Windows resources compiler.
getReferences() - クラス のメソッドorg.gradle.api.AntBuilder
Returns the references of the Ant project.
getRelativePath() - インタフェース のメソッドorg.gradle.api.file.FileCopyDetails
Returns the path of this file, relative to the root of the copy destination.
getRelativePath() - インタフェース のメソッドorg.gradle.api.file.FileTreeElement
Returns the path of this file, relative to the root of the containing file tree.
getRelativeSourcePath() - インタフェース のメソッドorg.gradle.api.file.FileCopyDetails
Returns the path of this file, relative to the root of the containing file tree.
getReload() - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
Returns the reload mode, which is either "automatic" or "manual".
getRenderer() - クラス のメソッドorg.gradle.api.tasks.diagnostics.AbstractReportTask
 
getRenderer() - クラス のメソッドorg.gradle.api.tasks.diagnostics.DependencyReportTask
 
getRenderer() - クラス のメソッドorg.gradle.api.tasks.diagnostics.ProjectReportTask
 
getRenderer() - クラス のメソッドorg.gradle.api.tasks.diagnostics.PropertyReportTask
 
getRenderer() - クラス のメソッドorg.gradle.api.tasks.diagnostics.TaskReportTask
 
getReplacedBy() - インタフェース のメソッドorg.gradle.api.artifacts.ComponentModuleMetadata
The identifier of module that replaces this module.
getReportDir() - クラス のメソッドorg.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
The directory that will contain the HTML comparison report and any other report files.
getReports() - クラス のメソッドorg.gradle.api.reporting.dependencies.HtmlDependencyReportTask
 
getReports() - クラス のメソッドorg.gradle.api.reporting.GenerateBuildDashboard
The reports to be generated by this task.
getReports() - インタフェース のメソッドorg.gradle.api.reporting.Reporting
A ReportContainer instance.
getReports() - クラス のメソッドorg.gradle.api.tasks.testing.Test
The reports that this task potentially produces.
getRepositories() - インタフェース のメソッドorg.gradle.api.initialization.dsl.ScriptHandler
Returns a handler to create repositories which are used for retrieving dependencies for the script classpath.
getRepositories() - インタフェース のメソッドorg.gradle.api.Project
Returns a handler to create repositories which are used for retrieving dependencies and uploading artifacts produced by the project.
getRepositories() - インタフェース のメソッドorg.gradle.api.publish.PublishingExtension
The container of possible repositories to publish to.
getRepositories() - クラス のメソッドorg.gradle.api.tasks.Upload
Returns the repositories to upload to.
getRepository() - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenDeployer
Returns the repository o be used for uploading artifacts.
getRepository() - クラス のメソッドorg.gradle.api.publish.ivy.tasks.PublishToIvyRepository
The repository to publish to.
getRepository() - クラス のメソッドorg.gradle.api.publish.maven.tasks.PublishToMavenLocal
 
getRepository() - クラス のメソッドorg.gradle.api.publish.maven.tasks.PublishToMavenRepository
The repository to publish to.
getRequest() - インタフェース のメソッドorg.gradle.api.artifacts.cache.ResolutionControl
Returns the query object that was requested in this resolution.
getRequested() - インタフェース のメソッドorg.gradle.api.artifacts.DependencyResolveDetails
The module, before it is resolved.
getRequested() - インタフェース のメソッドorg.gradle.api.artifacts.result.DependencyResult
Returns the requested component.
getRequestLog() - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getResolutionResult() - インタフェース のメソッドorg.gradle.api.artifacts.ResolvableDependencies
Returns an instance of ResolutionResult that gives access to the graph of the resolved dependencies.
getResolutionStrategy() - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Returns the resolution strategy used by this configuration.
getResolve() - インタフェース のメソッドorg.gradle.api.artifacts.repositories.IvyArtifactRepository
Returns the meta-data provider used when resolving artifacts from this repository.
getResolvedArtifacts() - インタフェース のメソッドorg.gradle.api.artifacts.ResolvedConfiguration
Returns the set of artifact meta-data for this configuration.
getResolvedComponents() - インタフェース のメソッドorg.gradle.api.artifacts.result.ArtifactResolutionResult
Return a set of ComponentResults representing all successfully resolved components.
getResolvedConfiguration() - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Resolves this configuration.
getResource() - クラス のメソッドorg.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
 
getResources() - インタフェース のメソッドorg.gradle.api.Project
Provides access to resource-specific utility methods, for example factory methods that create various resources.
getResources() - インタフェース のメソッドorg.gradle.api.Script
Provides access to resource-specific utility methods, for example factory methods that create various resources.
getResources() - インタフェース のメソッドorg.gradle.api.tasks.SourceSet
Returns the non-Java resources which are to be copied into the resources output directory.
getResourcesDir() - インタフェース のメソッドorg.gradle.api.tasks.SourceSetOutput
Returns the output directory for resources See example at SourceSetOutput
getResourcesDir() - インタフェース のメソッドorg.gradle.jvm.JvmBinarySpec
The resources directory for this binary.
getResourceUrl(String) - インタフェース のメソッドorg.gradle.plugins.javascript.envjs.http.HttpFileServer
 
getResourceUrl(String) - クラス のメソッドorg.gradle.plugins.javascript.envjs.http.simple.SimpleHttpFileServer
 
getResult() - クラス のメソッドorg.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
 
getResultType() - インタフェース のメソッドorg.gradle.api.tasks.testing.TestResult
Returns the type of result.
getResultType() - クラス のメソッドorg.gradle.plugins.javascript.rhino.worker.RhinoWorkerSpec
 
getRevision() - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyDependency
The revision value for this dependency.
getRevision() - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyPublication
Returns the revision for this publication.
getRhinoClasspath() - クラス のメソッドorg.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
 
getRhinoClasspath() - クラス のメソッドorg.gradle.plugins.javascript.jshint.JsHint
 
getRhinoOptions() - クラス のメソッドorg.gradle.plugins.javascript.rhino.RhinoShellExec
 
getRoleName() - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.EarSecurityRole
The name of the security role.
getRoot() - インタフェース のメソッドorg.gradle.api.artifacts.result.ResolutionResult
Gives access to the root of resolved dependency graph.
getRootDir() - インタフェース のメソッドorg.gradle.api.initialization.Settings
Returns the root directory of the build.
getRootDir() - インタフェース のメソッドorg.gradle.api.Project
Returns the root directory of this project.
getRootDirectory() - インタフェース のメソッドorg.gradle.tooling.model.idea.IdeaContentRoot
root directory
getRootProject() - インタフェース のメソッドorg.gradle.api.initialization.Settings
Returns the root project of the build.
getRootProject() - インタフェース のメソッドorg.gradle.api.invocation.Gradle
Returns the root project of this build.
getRootProject() - インタフェース のメソッドorg.gradle.api.Project
Returns the root project for the hierarchy that this project belongs to.
getRootProject() - インタフェース のメソッドorg.gradle.tooling.model.gradle.GradleBuild
Returns the root project for this build.
getRootSpec() - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
 
getRootSpec() - クラス のメソッドorg.gradle.api.tasks.Copy
 
getRootSpec() - クラス のメソッドorg.gradle.api.tasks.Sync
 
getRules() - インタフェース のメソッドorg.gradle.api.artifacts.ExcludeRuleContainer
Returns all the exclude rules added to this container.
getRules() - インタフェース のメソッドorg.gradle.api.NamedDomainObjectCollection
Returns the rules used by this collection.
getRuntimeClasspath() - インタフェース のメソッドorg.gradle.api.tasks.SourceSet
Returns the classpath used to execute this source.
getRuntimeConfigurationName() - インタフェース のメソッドorg.gradle.api.tasks.SourceSet
Returns the name of the runtime configuration for this source set.
getRuntimeFiles() - インタフェース のメソッドorg.gradle.nativeplatform.NativeDependencySet
Returns the files to use at runtime.
getRuntimeFiles() - インタフェース のメソッドorg.gradle.nativeplatform.NativeLibraryBinary
 
getScala() - インタフェース のメソッドorg.gradle.api.tasks.ScalaSourceSet
Returns the source to be compiled by the Scala compiler for this source set.
getScalaClasspath() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompile
Returns the classpath to use to load the Scala compiler.
getScalaClasspath() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDoc
Returns the classpath to use to load the ScalaDoc tool.
getScalaCompileOptions() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompile
Returns the Scala compilation options.
getScalaDocOptions() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDoc
Returns the ScalaDoc generation options.
getScalaVersion(File) - クラス のメソッドorg.gradle.api.tasks.ScalaRuntime
Determines the version of a Scala Jar file (scala-compiler, scala-library, scala-jdbc, etc.).
getScanIntervalSeconds() - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
Returns the interval in seconds between scanning the web app for file changes.
getScanner() - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getScannerListeners() - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getScanTargetPatterns() - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRun
 
getScanTargets() - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRun
 
getScope() - クラス のメソッドorg.gradle.api.artifacts.maven.Conf2ScopeMapping
Returns the Maven scope name.
getScope() - インタフェース のメソッドorg.gradle.tooling.model.idea.IdeaDependency
scope of the current dependency.
getScope() - インタフェース のメソッドorg.gradle.tooling.model.idea.IdeaDependencyScope
 
getScopeMappings() - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenPom
Returns the scope mappings used for generating this POM.
getScript() - クラス のメソッドorg.gradle.plugins.javascript.rhino.RhinoShellExec
 
getScriptArgs() - クラス のメソッドorg.gradle.plugins.javascript.rhino.RhinoShellExec
 
getScriptFile() - クラス のメソッドorg.gradle.api.tasks.wrapper.Wrapper
Returns the file to write the wrapper script to.
getSection() - インタフェース のメソッドorg.gradle.api.java.archives.ManifestMergeDetails
Returns the section this merge details belongs to.
getSections() - インタフェース のメソッドorg.gradle.api.java.archives.Manifest
Returns the sections of the manifest (excluding the main section).
getSecurityRoles() - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.DeploymentDescriptor
List of security roles.
getSegments() - クラス のメソッドorg.gradle.api.file.RelativePath
 
getSelected() - インタフェース のメソッドorg.gradle.api.artifacts.result.ResolvedDependencyResult
Returns the selected component.
getSelectionReason() - インタフェース のメソッドorg.gradle.api.artifacts.result.ResolvedComponentResult
Returns the reason why this particular component was selected in the result.
getSelector() - インタフェース のメソッドorg.gradle.api.artifacts.UnresolvedDependency
The module selector of the dependency.
getServer() - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getSettings() - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenResolver
Returns a Maven settings object.
getSettings() - インタフェース のメソッドorg.gradle.api.initialization.Settings
Returns this settings object.
getSettingsDir() - インタフェース のメソッドorg.gradle.api.initialization.Settings
Returns the settings directory of the build.
getSettingsFile() - クラス のメソッドorg.gradle.StartParameter
Returns the explicit settings file to use for the build, or null.
getShared() - インタフェース のメソッドorg.gradle.nativeplatform.NativeLibrarySpec
Converts this library to a native library requirement that uses the shared library variant.
getSharedLibraryFile() - インタフェース のメソッドorg.gradle.nativeplatform.SharedLibraryBinary
The shared library file.
getSharedLibraryFile() - インタフェース のメソッドorg.gradle.nativeplatform.SharedLibraryBinarySpec
The shared library file.
getSharedLibraryLinkFile() - インタフェース のメソッドorg.gradle.nativeplatform.SharedLibraryBinary
The shared library link file.
getSharedLibraryLinkFile() - インタフェース のメソッドorg.gradle.nativeplatform.SharedLibraryBinarySpec
The shared library link file.
getShouldRunAfter() - インタフェース のメソッドorg.gradle.api.Task
Returns tasks that this task should run after.
getShowCauses() - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLogging
Tells whether causes of exceptions that occur during test execution will be logged.
getShowExceptions() - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLogging
Tells whether exceptions that occur during test execution will be logged.
getShowStackTraces() - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLogging
Tells whether stack traces of exceptions that occur during test execution will be logged.
getShowStandardStreams() - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLogging
Tells whether output on standard out and standard error will be logged.
getSingleFile() - インタフェース のメソッドorg.gradle.api.file.FileCollection
Returns the content of this collection, asserting it contains exactly one file.
getSize() - インタフェース のメソッドorg.gradle.api.file.FileTreeElement
Returns the size of this file.
getSkipMessage() - インタフェース のメソッドorg.gradle.api.tasks.TaskState
Returns a message describing why the task was skipped.
getSkipped() - インタフェース のメソッドorg.gradle.api.tasks.TaskState
Returns true if the execution of this task was skipped for some reason.
getSkippedTestCount() - インタフェース のメソッドorg.gradle.api.tasks.testing.TestResult
Returns the number of skipped atomic tests executed for this test.
getSnapshotRepository() - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenDeployer
Returns the repository o be used for uploading snapshot artifacts.
getSolutionFile() - インタフェース のメソッドorg.gradle.ide.visualstudio.VisualStudioSolution
Configuration for the generated solution file.
getSolutions() - インタフェース のメソッドorg.gradle.ide.visualstudio.VisualStudioExtension
The VisualStudioSolutions generated.
getSonarProperties() - クラス のメソッドorg.gradle.sonar.runner.tasks.SonarRunner
The String key/value pairs to be passed to the Sonar Runner.
getSource() - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Returns the source files for this task.
getSource() - クラス のメソッドorg.gradle.api.tasks.SourceTask
Returns the source for this task, after the include and exclude patterns have been applied.
getSource() - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
getSource() - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
getSource() - クラス のメソッドorg.gradle.language.assembler.tasks.Assemble
 
getSource() - インタフェース のメソッドorg.gradle.language.base.LanguageSourceSet
The source files.
getSource() - クラス のメソッドorg.gradle.language.nativebase.tasks.AbstractNativeCompileTask
Returns the source files to be compiled.
getSource() - クラス のメソッドorg.gradle.language.rc.tasks.WindowsResourceCompile
Returns the source files to be compiled.
getSource() - クラス のメソッドorg.gradle.platform.base.binary.BaseBinarySpec
 
getSource() - インタフェース のメソッドorg.gradle.platform.base.BinarySpec
The source sets used to compile this binary.
getSource() - クラス のメソッドorg.gradle.platform.base.component.BaseComponentSpec
 
getSource() - インタフェース のメソッドorg.gradle.platform.base.ComponentSpec
The source sets that are used to build this component.
getSource() - インタフェース のメソッドorg.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileSpec
 
getSource() - インタフェース のメソッドorg.gradle.tooling.model.ExternalDependency
Returns the source directory or archive for this dependency, or null if no source is available.
getSource() - インタフェース のメソッドorg.gradle.tooling.model.idea.IdeaSingleEntryLibraryDependency
Returns the source directory/archive for this dependency.
getSourceBuild() - クラス のメソッドorg.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
The specification of how to invoke the source build.
getSourceCompatibility() - クラス のメソッドorg.gradle.api.tasks.compile.AbstractCompile
Returns the Java language level to use to compile the source files.
getSourceDir() - クラス のメソッドorg.gradle.nativeplatform.test.cunit.tasks.GenerateCUnitLauncher
 
getSourceDirectories() - インタフェース のメソッドorg.gradle.tooling.model.eclipse.HierarchicalEclipseProject
Returns the source directories for this project.
getSourceDirectories() - インタフェース のメソッドorg.gradle.tooling.model.idea.IdeaContentRoot
source dirs.
getSourceFile() - インタフェース のメソッドorg.gradle.api.initialization.dsl.ScriptHandler
Returns the file containing the source for the script, if any.
getSourceFile() - インタフェース のメソッドorg.gradle.tooling.model.gradle.GradleScript
Returns the source file for this script, or null if this script has no associated source file.
getSourceFiles() - インタフェース のメソッドorg.gradle.api.tasks.TaskInputs
Returns the set of source files for this task.
getSourceName() - インタフェース のメソッドorg.gradle.api.file.FileCopyDetails
Returns the base name of this file at the copy source.
getSourceNames() - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
getSourceNames() - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
getSourcePath() - インタフェース のメソッドorg.gradle.api.file.FileCopyDetails
Returns the path of this file, relative to the root of the containing file tree.
getSourceURI() - インタフェース のメソッドorg.gradle.api.initialization.dsl.ScriptHandler
Returns the URI for the script source, if any.
getSpecs() - クラス のメソッドorg.gradle.api.specs.CompositeSpec
 
getSrcDirs() - インタフェース のメソッドorg.gradle.api.file.SourceDirectorySet
Returns the source directories which make up this set.
getSrcDirTrees() - インタフェース のメソッドorg.gradle.api.file.SourceDirectorySet
Returns the source directory trees which make up this set.
getStackTraceFilters() - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLogging
Returns the set of filters to be used for sanitizing test stack traces.
getStandardErrorCaptureLevel() - インタフェース のメソッドorg.gradle.api.logging.LoggingManager
Returns the log level that output written to System.err will be mapped to.
getStandardInput() - クラス のメソッドorg.gradle.api.tasks.AbstractExecTask
Returns the standard input stream for the process executing the command.
getStandardInput() - クラス のメソッドorg.gradle.api.tasks.JavaExec
Returns the standard input stream for the process executing the command.
getStandardInput() - インタフェース のメソッドorg.gradle.process.BaseExecSpec
Returns the standard input stream for the process executing the command.
getStandardOutput() - クラス のメソッドorg.gradle.api.tasks.AbstractExecTask
Returns the output stream to consume standard output from the process executing the command.
getStandardOutput() - クラス のメソッドorg.gradle.api.tasks.JavaExec
Returns the output stream to consume standard output from the process executing the command.
getStandardOutput() - インタフェース のメソッドorg.gradle.process.BaseExecSpec
Returns the output stream to consume standard output from the process executing the command.
getStandardOutputCaptureLevel() - インタフェース のメソッドorg.gradle.api.logging.LoggingManager
Returns the log level that output written to System.out will be mapped to.
getStartParameter() - インタフェース のメソッドorg.gradle.api.initialization.Settings
Returns the set of parameters used to invoke this instance of Gradle.
getStartParameter() - インタフェース のメソッドorg.gradle.api.invocation.Gradle
Returns the StartParameter used to start this build.
getStartParameter() - クラス のメソッドorg.gradle.api.tasks.GradleBuild
Returns the full set of parameters that will be used to execute the build.
getStartTime() - インタフェース のメソッドorg.gradle.api.tasks.testing.TestResult
Returns the time when this test started execution.
getState() - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Returns the state of the configuration.
getState() - インタフェース のメソッドorg.gradle.api.Project
Returns the evaluation state of this project.
getState() - インタフェース のメソッドorg.gradle.api.Task
Returns the execution state of this task.
getStatic() - インタフェース のメソッドorg.gradle.nativeplatform.NativeLibrarySpec
Converts this library to a native library requirement that uses the static library variant.
getStaticLibArchiver() - インタフェース のメソッドorg.gradle.nativeplatform.NativeBinarySpec
The static archiver settings used for creating this binary.
getStaticLibArchiver() - インタフェース のメソッドorg.gradle.nativeplatform.toolchain.GccPlatformToolChain
Returns the settings to use for the archiver.
getStaticLibArchiver() - インタフェース のメソッドorg.gradle.nativeplatform.toolchain.VisualCppPlatformToolChain
Returns the settings to use for the archiver.
getStaticLibraryFile() - インタフェース のメソッドorg.gradle.nativeplatform.StaticLibraryBinary
The static library file.
getStaticLibraryFile() - インタフェース のメソッドorg.gradle.nativeplatform.StaticLibraryBinarySpec
The static library file.
getStatus() - インタフェース のメソッドorg.gradle.api.artifacts.ComponentMetadata
Returns the status of the component.
getStatus() - インタフェース のメソッドorg.gradle.api.artifacts.Module
 
getStatus() - インタフェース のメソッドorg.gradle.api.Project
Returns the status of this project.
getStatus() - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyModuleDescriptorSpec
Returns the status for this publication.
getStatusScheme() - インタフェース のメソッドorg.gradle.api.artifacts.ComponentMetadata
Returns the status scheme of the component.
getStopKey() - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
Returns the key to use to stop Jetty.
getStopKey() - クラス のメソッドorg.gradle.api.plugins.jetty.JettyPluginConvention
Returns the key to use to stop Jetty.
getStopKey() - クラス のメソッドorg.gradle.api.plugins.jetty.JettyStop
Returns the stop key.
getStopPort() - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
Returns the TCP port for Jetty to listen on for stop requests.
getStopPort() - クラス のメソッドorg.gradle.api.plugins.jetty.JettyPluginConvention
Returns the TCP port for Jetty to listen on for stop requests.
getStopPort() - クラス のメソッドorg.gradle.api.plugins.jetty.JettyStop
Returns the TCP port to use to send stop command.
getStubDir() - クラス のメソッドorg.gradle.api.tasks.compile.GroovyCompileOptions
Returns the directory where Java stubs for Groovy classes will be stored during Java/Groovy joint compilation.
getStyleSheet() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDocOptions
Returns the style sheet to override default style.
getStylesheetFile() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
getSubprojects() - インタフェース のメソッドorg.gradle.api.Project
Returns the set containing the subprojects of this project.
getSuccessfulTestCount() - インタフェース のメソッドorg.gradle.api.tasks.testing.TestResult
Returns the number of successful atomic tests executed for this test.
getSupportedExtensions() - 列挙型 のメソッドorg.gradle.api.tasks.bundling.Compression
 
getSymbolicName() - インタフェース のメソッドorg.gradle.api.plugins.osgi.OsgiManifest
Returns the symbolic name.
getSystemProperties() - クラス のメソッドorg.gradle.api.tasks.JavaExec
Returns the system properties which will be used for the process.
getSystemProperties() - クラス のメソッドorg.gradle.api.tasks.testing.Test
Returns the system properties which will be used for the process.
getSystemProperties() - インタフェース のメソッドorg.gradle.process.JavaForkOptions
Returns the system properties which will be used for the process.
getSystemPropertiesArgs() - クラス のメソッドorg.gradle.StartParameter
 
getTagletPath() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
getTaglets() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
getTags() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
getTarget() - インタフェース のメソッドorg.gradle.api.artifacts.DependencyResolveDetails
The target module selector used to resolve the dependency.
getTarget() - クラス のメソッドorg.gradle.api.tasks.ant.AntTarget
Returns the Ant target to execute.
getTargetBuild() - クラス のメソッドorg.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
The specification of how to invoke the target build.
getTargetCompatibility() - インタフェース のメソッドorg.gradle.api.platform.jvm.JvmPlatform
 
getTargetCompatibility() - クラス のメソッドorg.gradle.api.tasks.compile.AbstractCompile
Returns the target JVM to generate the .class files for.
getTargetFiles() - クラス のメソッドorg.gradle.api.tasks.Delete
Returns the resolved set of files which will be deleted by this task.
getTargetPlatform() - インタフェース のメソッドorg.gradle.jvm.JvmLibraryBinarySpec
 
getTargetPlatform() - クラス のメソッドorg.gradle.language.assembler.tasks.Assemble
The platform being targeted.
getTargetPlatform() - クラス のメソッドorg.gradle.language.nativebase.tasks.AbstractNativeCompileTask
The platform being targeted.
getTargetPlatform() - クラス のメソッドorg.gradle.language.rc.tasks.WindowsResourceCompile
The platform being targeted.
getTargetPlatform() - インタフェース のメソッドorg.gradle.nativeplatform.NativeBinary
Returns the NativePlatform that this binary is targeted to run on.
getTargetPlatform() - インタフェース のメソッドorg.gradle.nativeplatform.NativeBinarySpec
Returns the NativePlatform that this binary is targeted to run on.
getTargetProject() - インタフェース のメソッドorg.gradle.tooling.model.eclipse.EclipseProjectDependency
Returns the target of this dependency.
getTargets() - インタフェース のメソッドorg.gradle.jvm.JvmLibrarySpec
 
getTask() - 例外 のメソッドorg.gradle.api.tasks.TaskExecutionException
 
getTaskDependencies() - インタフェース のメソッドorg.gradle.api.Task
Returns a TaskDependency which contains all the tasks that this task depends on.
getTaskDependencyFromProjectDependency(boolean, String) - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Returns a TaskDependency object containing dependencies on all tasks with the specified name from project dependencies related to this configuration or one of its super configurations.
getTaskGraph() - インタフェース のメソッドorg.gradle.api.invocation.Gradle
Returns the TaskExecutionGraph for this build.
getTaskName(String, String) - インタフェース のメソッドorg.gradle.api.tasks.SourceSet
Returns the name of a task for this source set.
getTaskNames() - クラス のメソッドorg.gradle.StartParameter
Returns the names of the tasks to execute in this build.
getTaskRequests() - クラス のメソッドorg.gradle.StartParameter
Returns the tasks to execute in this build.
getTasks() - インタフェース のメソッドorg.gradle.api.plugins.buildcomparison.gradle.GradleBuildInvocationSpec
The tasks to execute.
getTasks() - インタフェース のメソッドorg.gradle.api.Project
Returns the tasks of this project.
getTasks() - クラス のメソッドorg.gradle.api.tasks.GradleBuild
Returns the tasks that should be executed for this build.
getTasks() - インタフェース のメソッドorg.gradle.jvm.JvmBinarySpec
The set of tasks associated with this binary.
getTasks() - インタフェース のメソッドorg.gradle.nativeplatform.NativeBinarySpec
The set of tasks associated with this binary.
getTasks() - クラス のメソッドorg.gradle.platform.base.binary.BaseBinarySpec
 
getTasks() - インタフェース のメソッドorg.gradle.platform.base.BinarySpec
The set of tasks associated with this binary.
getTasks() - インタフェース のメソッドorg.gradle.tooling.model.BuildableElement
Returns the tasks of this project.
getTasks() - インタフェース のメソッドorg.gradle.tooling.model.gradle.BuildInvocations
 
getTasks() - インタフェース のメソッドorg.gradle.tooling.model.GradleProject
Returns the tasks of this project.
getTasksByName(String, boolean) - インタフェース のメソッドorg.gradle.api.Project
Returns the set of tasks with the given name contained in this project, and optionally its subprojects.
getTaskSelectors() - インタフェース のメソッドorg.gradle.tooling.model.gradle.BuildInvocations
 
getTempDir() - クラス のメソッドorg.gradle.api.tasks.compile.ForkOptions
Returns the directory used for temporary files that may be created to pass command line arguments to the compiler process.
getTemporaryDir() - インタフェース のメソッドorg.gradle.api.Task
Returns a directory which this task can use to write temporary files to.
getTestClassesDir() - クラス のメソッドorg.gradle.api.tasks.testing.Test
Returns the root folder for the compiled test sources.
getTestCount() - インタフェース のメソッドorg.gradle.api.tasks.testing.TestResult
Returns the total number of atomic tests executed for this test.
getTestDirectories() - インタフェース のメソッドorg.gradle.tooling.model.idea.IdeaContentRoot
test dirs.
getTestedBinary() - インタフェース のメソッドorg.gradle.nativeplatform.test.NativeTestSuiteBinarySpec
The tested binary.
getTestedComponent() - インタフェース のメソッドorg.gradle.nativeplatform.test.NativeTestSuiteSpec
The tested component.
getTestedComponent() - インタフェース のメソッドorg.gradle.platform.base.test.TestSuiteSpec
The tested component.
getTestFramework() - クラス のメソッドorg.gradle.api.tasks.testing.Test
 
getTestLogging() - クラス のメソッドorg.gradle.api.tasks.testing.Test
Allows to set options related to which test events are logged to the console, and on which detail level.
getTestOutputDir() - インタフェース のメソッドorg.gradle.tooling.model.idea.IdeaCompilerOutput
directory to store module's test classes and resources.
getTestResultDirs() - クラス のメソッドorg.gradle.api.tasks.testing.TestReport
Returns the set of binary test results to include in the report.
getTestSrcDirs() - クラス のメソッドorg.gradle.api.tasks.testing.Test
Returns the directories containing the test source.
getText() - インタフェース のメソッドorg.gradle.api.plugins.quality.CodeNarcReports
The codenarc text report
getText() - インタフェース のメソッドorg.gradle.api.plugins.quality.FindBugsReports
The findbugs Text report
getText() - インタフェース のメソッドorg.gradle.api.plugins.quality.JDependReports
The jdepend text report
getText() - インタフェース のメソッドorg.gradle.ide.visualstudio.TextProvider
The text content.
getTextOutputFactory() - クラス のメソッドorg.gradle.api.reporting.components.ComponentReport
 
getTextOutputFactory() - クラス のメソッドorg.gradle.api.tasks.diagnostics.AbstractReportTask
 
getTextOutputFactory() - クラス のメソッドorg.gradle.api.tasks.testing.Test
 
getTitle() - クラス のメソッドorg.gradle.api.tasks.javadoc.Javadoc
Returns the title for the generated documentation.
getTitle() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDoc
Returns the documentation title.
getToolChain() - クラス のメソッドorg.gradle.api.tasks.compile.JavaCompile
Returns the tool chain that will be used to compile the Java source.
getToolChain() - クラス のメソッドorg.gradle.api.tasks.javadoc.Javadoc
Returns the tool chain that will be used to generate the Javadoc.
getToolChain() - インタフェース のメソッドorg.gradle.jvm.JvmBinarySpec
Returns the JavaToolChain that will be used to build this binary.
getToolChain() - クラス のメソッドorg.gradle.language.assembler.tasks.Assemble
The tool chain being used to build.
getToolChain() - クラス のメソッドorg.gradle.language.nativebase.tasks.AbstractNativeCompileTask
The tool chain used for compilation.
getToolChain() - クラス のメソッドorg.gradle.language.rc.tasks.WindowsResourceCompile
The tool chain used for compilation.
getToolChain() - インタフェース のメソッドorg.gradle.nativeplatform.NativeBinarySpec
Returns the NativeToolChain that will be used to build this binary.
getToolVersion() - クラス のメソッドorg.gradle.sonar.runner.SonarRunnerRootExtension
Version of Sonar Runner JARs to use.
getTop() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDocOptions
Returns the HTML text to appear in the top text for each page.
getTransformer() - クラス のメソッドorg.gradle.plugins.ide.api.PropertiesGeneratorTask
 
getType() - インタフェース のメソッドorg.gradle.api.artifacts.ArtifactIdentifier
Returns the type of this artifact.
getType() - インタフェース のメソッドorg.gradle.api.artifacts.DependencyArtifact
Returns the type of the dependency artifact.
getType() - インタフェース のメソッドorg.gradle.api.artifacts.PublishArtifact
Returns the type of the published artifact.
getType() - インタフェース のメソッドorg.gradle.api.artifacts.ResolvedArtifact
 
getType() - インタフェース のメソッドorg.gradle.api.artifacts.result.ArtifactResult
 
getType() - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyArtifact
The type used to publish the artifact file, never null.
getType() - インタフェース のメソッドorg.gradle.tooling.model.eclipse.EclipseLinkedResource
The resource type.
getUnresolvedModuleDependencies() - インタフェース のメソッドorg.gradle.api.artifacts.LenientConfiguration
returns dependencies that were attempted to resolve but failed.
getUploadTaskName() - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Returns the name of the task that upload the artifacts of this configuration to repositories declared by the user.
getURI() - インタフェース のメソッドorg.gradle.api.resources.Resource
Uniform resource identifier that uniquely describes this resource
getUrl() - インタフェース のメソッドorg.gradle.api.artifacts.DependencyArtifact
Returns an URL under which this dependency artifact can be retrieved.
getUrl() - インタフェース のメソッドorg.gradle.api.artifacts.repositories.IvyArtifactRepository
The base URL of this repository.
getUrl() - インタフェース のメソッドorg.gradle.api.artifacts.repositories.MavenArtifactRepository
The base URL of this repository.
getUrl() - クラス のメソッドorg.gradle.api.tasks.javadoc.Groovydoc.Link
Returns the base url for the external site.
getUsername() - インタフェース のメソッドorg.gradle.api.artifacts.repositories.PasswordCredentials
Returns the user name to use when authenticating to this repository.
getUserRealms() - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getValue() - インタフェース のメソッドorg.gradle.api.java.archives.ManifestMergeDetails
Returns the value for the key of the manifest after the merge takes place.
getValue(Convention, IConventionAware) - インタフェース のメソッドorg.gradle.api.tasks.ConventionValue
非推奨です。
Returns some object.
getValue() - インタフェース のメソッドorg.gradle.external.javadoc.OptionLessJavadocOptionFileOption
 
getVendor() - インタフェース のメソッドorg.gradle.api.plugins.osgi.OsgiManifest
Returns the vendor.
getVersion() - インタフェース のメソッドorg.gradle.api.artifacts.component.ModuleComponentIdentifier
The module version of the component.
getVersion() - インタフェース のメソッドorg.gradle.api.artifacts.component.ModuleComponentSelector
The version of the module to select the component from.
getVersion() - インタフェース のメソッドorg.gradle.api.artifacts.Dependency
Returns the version of this dependency.
getVersion() - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenPom
Returns the version for this POM.
getVersion() - インタフェース のメソッドorg.gradle.api.artifacts.Module
 
getVersion() - インタフェース のメソッドorg.gradle.api.artifacts.ModuleVersionIdentifier
The version of the module
getVersion() - インタフェース のメソッドorg.gradle.api.artifacts.ModuleVersionSelector
The version of the module
getVersion() - インタフェース のメソッドorg.gradle.api.plugins.osgi.OsgiManifest
Returns the version.
getVersion() - インタフェース のメソッドorg.gradle.api.Project
Returns the version of this project.
getVersion() - インタフェース のメソッドorg.gradle.api.publish.maven.MavenDependency
The version value for this dependency.
getVersion() - インタフェース のメソッドorg.gradle.api.publish.maven.MavenPublication
Returns the version for this publication.
getVersion() - クラス のメソッドorg.gradle.api.tasks.bundling.AbstractArchiveTask
Returns the version part of the archive name, if any.
getVersion() - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.DeploymentDescriptor
The version of application.xml.
getVersion() - クラス のメソッドorg.gradle.plugins.javascript.coffeescript.CoffeeScriptExtension
 
getVersion() - クラス のメソッドorg.gradle.plugins.javascript.envjs.EnvJsExtension
 
getVersion() - クラス のメソッドorg.gradle.plugins.javascript.jshint.JsHintExtension
 
getVersion() - クラス のメソッドorg.gradle.plugins.javascript.rhino.RhinoExtension
 
getVersion() - インタフェース のメソッドorg.gradle.tooling.model.GradleModuleVersion
The version, for example '1.0'.
getVersionMatcher() - クラス のメソッドorg.gradle.api.reporting.dependencies.HtmlDependencyReportTask
 
getWarConvention(Project) - クラス のメソッドorg.gradle.api.plugins.jetty.JettyPlugin
 
getWarn() - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLoggingContainer
Gets logging options for warn level.
getWebApp() - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRunWar
Returns the web application to deploy.
getWebAppConfig() - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getWebAppSourceDirectory() - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRun
Returns the directory containing the web application source files.
getWebDefaultXml() - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
getWebXml() - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRun
Returns the web.xml file to use.
getWindowsSdkDir() - インタフェース のメソッドorg.gradle.nativeplatform.toolchain.VisualCpp
The directory where Windows SDK is installed.
getWindowTitle() - クラス のメソッドorg.gradle.api.tasks.javadoc.Groovydoc
Returns the browser window title for the documentation.
getWindowTitle() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDocOptions
Returns the text to appear in the window title.
getWindowTitle() - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
getWindowTitle() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
getWorkerProcessBuilderFactory() - クラス のメソッドorg.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
 
getWorkerProcessBuilderFactory() - クラス のメソッドorg.gradle.plugins.javascript.jshint.JsHint
 
getWorkerType() - クラス のメソッドorg.gradle.plugins.javascript.rhino.worker.RhinoWorkerSpec
 
getWorkingDir() - クラス のメソッドorg.gradle.api.tasks.AbstractExecTask
Returns the working directory for the process.
getWorkingDir() - クラス のメソッドorg.gradle.api.tasks.JavaExec
Returns the working directory for the process.
getWorkingDir() - クラス のメソッドorg.gradle.api.tasks.testing.Test
Returns the working directory for the process.
getWorkingDir() - インタフェース のメソッドorg.gradle.process.ProcessForkOptions
Returns the working directory for the process.
getXml() - インタフェース のメソッドorg.gradle.api.plugins.quality.CheckstyleReports
The checkstyle XML report
getXml() - インタフェース のメソッドorg.gradle.api.plugins.quality.CodeNarcReports
The codenarc XML report
getXml() - インタフェース のメソッドorg.gradle.api.plugins.quality.FindBugsReports
The findbugs XML report
getXml() - インタフェース のメソッドorg.gradle.api.plugins.quality.JDependReports
The jdepend XML report
getXml() - インタフェース のメソッドorg.gradle.api.plugins.quality.PmdReports
The pmd (single file) XML report
getXml() - インタフェース のメソッドorg.gradle.testing.jacoco.tasks.JacocoReportsContainer
The JaCoCo (single file) XML report
getXmlTransformer() - クラス のメソッドorg.gradle.plugins.ide.api.XmlGeneratorTask
 
getZincClasspath() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompile
Returns the classpath to use to load the Zinc incremental compiler.
GOOGLE_APIS_REPO_URL - クラス のstatic変数org.gradle.plugins.javascript.base.JavaScriptRepositoriesExtension
 
googleApis() - クラス のメソッドorg.gradle.plugins.javascript.base.JavaScriptRepositoriesExtension
 
googleApis(Action<? super IvyArtifactRepository>) - クラス のメソッドorg.gradle.plugins.javascript.base.JavaScriptRepositoriesExtension
 
Gradle - org.gradle.api.invocationのインタフェース
Represents an invocation of Gradle.
gradle() - クラス のメソッドorg.gradle.plugins.javascript.base.JavaScriptRepositoriesExtension
 
gradle(Action<? super MavenArtifactRepository>) - クラス のメソッドorg.gradle.plugins.javascript.base.JavaScriptRepositoriesExtension
 
GRADLE_ARTIFACT_PATTERN - インタフェース のstatic変数org.gradle.api.artifacts.repositories.IvyArtifactRepository
 
GRADLE_IVY_PATTERN - インタフェース のstatic変数org.gradle.api.artifacts.repositories.IvyArtifactRepository
 
GRADLE_PROPERTIES - インタフェース のstatic変数org.gradle.api.Project
 
GRADLE_PUBLIC_JAVASCRIPT_REPO_URL - クラス のstatic変数org.gradle.plugins.javascript.base.JavaScriptRepositoriesExtension
 
GRADLE_USER_HOME_PROPERTY_KEY - クラス のstatic変数org.gradle.StartParameter
 
gradleApi() - インタフェース のメソッドorg.gradle.api.artifacts.dsl.DependencyHandler
Creates a dependency on the API of the current version of Gradle.
GradleBuild - org.gradle.api.tasksのクラス
Executes a Gradle build.
GradleBuild() - クラス のコンストラクタorg.gradle.api.tasks.GradleBuild
 
GradleBuild - org.gradle.tooling.model.gradleのインタフェース
Provides information about the structure of a Gradle build.
GradleBuildInvocationSpec - org.gradle.api.plugins.buildcomparison.gradleのインタフェース
A specification for launching a Gradle build with a specified Gradle version.
GradleConnectionException - org.gradle.toolingの例外
Thrown when there is some problem using a Gradle connection.
GradleConnectionException(String) - 例外 のコンストラクタorg.gradle.tooling.GradleConnectionException
 
GradleConnectionException(String, Throwable) - 例外 のコンストラクタorg.gradle.tooling.GradleConnectionException
 
GradleConnector - org.gradle.toolingのクラス
A GradleConnector is the main entry point to the Gradle tooling API.
GradleConnector() - クラス のコンストラクタorg.gradle.tooling.GradleConnector
 
GradleEnvironment - org.gradle.tooling.model.buildのインタフェース
Informs about the Gradle environment, for example the Gradle version.
GradleException - org.gradle.apiの例外
GradleException is the base class of all exceptions thrown by Gradle.
GradleException() - 例外 のコンストラクタorg.gradle.api.GradleException
 
GradleException(String) - 例外 のコンストラクタorg.gradle.api.GradleException
 
GradleException(String, Throwable) - 例外 のコンストラクタorg.gradle.api.GradleException
 
GradleModuleVersion - org.gradle.tooling.modelのインタフェース
Informs about a module version, i.e. group, name, version.
GradleProject - org.gradle.tooling.modelのインタフェース
Represents a Gradle project.
GradlePublication - org.gradle.tooling.model.gradleのインタフェース
Represents some publication produced by a Gradle project, typically to a Maven or Ivy repository.
GradleScript - org.gradle.tooling.model.gradleのインタフェース
Represents a Gradle script.
GradleScriptException - org.gradle.apiの例外
A GradleScriptException is thrown when an exception occurs in the compilation or execution of a script.
GradleScriptException(String, Throwable) - 例外 のコンストラクタorg.gradle.api.GradleScriptException
 
GradleTask - org.gradle.tooling.modelのインタフェース
Represents a task which is executable by Gradle.
graphPopulated(TaskExecutionGraph) - インタフェース のメソッドorg.gradle.api.execution.TaskExecutionGraphListener
This method is called when the TaskExecutionGraph has been populated, and before any tasks are executed.
graphPopulated(TaskExecutionGraph) - クラス のメソッドorg.gradle.BuildLogger
 
groovy(Closure) - インタフェース のメソッドorg.gradle.api.tasks.GroovySourceSet
Configures the Groovy source for this set.
GROOVY_RUNTIME_EXTENSION_NAME - クラス のstatic変数org.gradle.api.plugins.GroovyBasePlugin
 
GroovyBasePlugin - org.gradle.api.pluginsのクラス
Extends JavaBasePlugin to provide support for compiling and documenting Groovy source files.
GroovyBasePlugin(FileResolver) - クラス のコンストラクタorg.gradle.api.plugins.GroovyBasePlugin
 
GroovyCompile - org.gradle.api.tasks.compileのクラス
Compiles Groovy source files, and optionally, Java source files.
GroovyCompile() - クラス のコンストラクタorg.gradle.api.tasks.compile.GroovyCompile
 
GroovyCompileOptions - org.gradle.api.tasks.compileのクラス
Compilation options to be passed to the Groovy compiler.
GroovyCompileOptions() - クラス のコンストラクタorg.gradle.api.tasks.compile.GroovyCompileOptions
 
Groovydoc - org.gradle.api.tasks.javadocのクラス
Generates HTML API documentation for Groovy source, and optionally, Java source.
Groovydoc() - クラス のコンストラクタorg.gradle.api.tasks.javadoc.Groovydoc
 
Groovydoc.Link - org.gradle.api.tasks.javadocのクラス
A Link class represent a link between groovydoc/javadoc output and url.
GROOVYDOC_TASK_NAME - クラス のstatic変数org.gradle.api.plugins.GroovyPlugin
 
GroovyForkOptions - org.gradle.api.tasks.compileのクラス
Fork options for Groovy compilation.
GroovyForkOptions() - クラス のコンストラクタorg.gradle.api.tasks.compile.GroovyForkOptions
 
GroovyMavenDeployer - org.gradle.api.artifacts.mavenのインタフェース
Adds Groovy configuration convenience methods on top of the MavenDeployer.
GroovyPlugin - org.gradle.api.pluginsのクラス
A Plugin which extends the JavaPlugin to provide support for compiling and documenting Groovy source files.
GroovyPlugin() - クラス のコンストラクタorg.gradle.api.plugins.GroovyPlugin
 
GroovyRuntime - org.gradle.api.tasksのクラス
Provides information related to the Groovy runtime(s) used in a project.
GroovyRuntime(Project) - クラス のコンストラクタorg.gradle.api.tasks.GroovyRuntime
 
GroovySourceSet - org.gradle.api.tasksのインタフェース
A GroovySourceSetConvention defines the properties and methods added to a SourceSet by the GroovyPlugin.
group(Map<String, List<String>>) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
group(String, List<String>) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
group(String, String...) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
GROUP_KEY - インタフェース のstatic変数org.gradle.api.artifacts.ExcludeRule
 
groupsFile(File) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
gzip(Object) - インタフェース のメソッドorg.gradle.api.resources.ResourceHandler
Creates resource that points to a gzip compressed file at the given path.

H

has(String) - インタフェース のメソッドorg.gradle.api.plugins.ExtraPropertiesExtension
Returns whether or not the extension has a property registered via the given name.
hasBuildDependencies() - インタフェース のメソッドorg.gradle.api.BuildableModelElement
 
hasBuildDependencies() - クラス のメソッドorg.gradle.platform.base.binary.BaseBinarySpec
 
hasError() - インタフェース のメソッドorg.gradle.api.artifacts.ResolvedConfiguration
Returns whether all dependencies were successfully retrieved or not.
HasGradleProject - org.gradle.tooling.modelのインタフェース
An element that is associated with a Gradle project.
hashCode() - クラス のメソッドorg.gradle.api.artifacts.maven.Conf2ScopeMapping
 
hashCode() - クラス のメソッドorg.gradle.api.file.RelativePath
 
hashCode() - クラス のメソッドorg.gradle.api.Namer.Comparator
 
hashCode() - クラス のメソッドorg.gradle.api.specs.CompositeSpec
 
hashCode() - クラス のメソッドorg.gradle.api.tasks.javadoc.Groovydoc.Link
 
hashCode() - クラス のメソッドorg.gradle.api.tasks.util.PatternSet
 
hashCode() - クラス のメソッドorg.gradle.StartParameter
 
hasPlugin(String) - インタフェース のメソッドorg.gradle.api.plugins.PluginContainer
Returns true if the container has a plugin with the given id, false otherwise.
hasPlugin(Class<? extends Plugin>) - インタフェース のメソッドorg.gradle.api.plugins.PluginContainer
Returns true if the container has a plugin with the given type, false otherwise.
hasProperty(String) - インタフェース のメソッドorg.gradle.api.Project
Determines if this project has the given property.
hasProperty(String) - インタフェース のメソッドorg.gradle.api.Task
Determines if this task has the given property.
hasTask(String) - インタフェース のメソッドorg.gradle.api.execution.TaskExecutionGraph
Determines whether the given task is included in the execution plan.
hasTask(Task) - インタフェース のメソッドorg.gradle.api.execution.TaskExecutionGraph
Determines whether the given task is included in the execution plan.
header(String) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
header(String) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
HeaderExportingSourceSet - org.gradle.nativeplatform.sourcesetのインタフェース
A source set that exposes headers
HELP_GROUP - クラス のstatic変数org.gradle.api.plugins.HelpTasksPlugin
 
helpFile(File) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
HelpTasksPlugin - org.gradle.api.pluginsのクラス
Adds various reporting tasks that provide information about the project.
HelpTasksPlugin() - クラス のコンストラクタorg.gradle.api.plugins.HelpTasksPlugin
 
HierarchicalEclipseProject - org.gradle.tooling.model.eclipseのインタフェース
Represents the basic information about an Eclipse project.
HierarchicalElement - org.gradle.tooling.modelのインタフェース
Represents an element which belongs to some hierarchy.
HTML_DEPENDENCY_REPORT - クラス のstatic変数org.gradle.api.plugins.ProjectReportsPlugin
 
HtmlDependencyReportTask - org.gradle.api.reporting.dependenciesのクラス
Generates an HTML dependency report.
HtmlDependencyReportTask() - クラス のコンストラクタorg.gradle.api.reporting.dependencies.HtmlDependencyReportTask
 
HttpFileServer - org.gradle.plugins.javascript.envjs.httpのインタフェース
 
HttpFileServerFactory - org.gradle.plugins.javascript.envjs.httpのインタフェース
 

I

id(String) - インタフェース のメソッドorg.gradle.plugin.use.PluginDependenciesSpec
Add a dependency on the plugin with the given id.
IdeaCompilerOutput - org.gradle.tooling.model.ideaのインタフェース
IDEA compiler output settings.
IdeaContentRoot - org.gradle.tooling.model.ideaのインタフェース
Contains content root information.
IdeaDependency - org.gradle.tooling.model.ideaのインタフェース
IDEA dependency.
IdeaDependencyScope - org.gradle.tooling.model.ideaのインタフェース
The scope of the IDEA dependency.
IdeaLanguageLevel - org.gradle.tooling.model.ideaのインタフェース
Language level setting for IDEA.
IdeaModule - org.gradle.tooling.model.ideaのインタフェース
Represents information about the IDEA module.
IdeaModuleDependency - org.gradle.tooling.model.ideaのインタフェース
Dependency on a module in a project.
IdeaProject - org.gradle.tooling.model.ideaのインタフェース
Represents the information about the IDEA project.
IdeaSingleEntryLibraryDependency - org.gradle.tooling.model.ideaのインタフェース
"Single-Entry Module Library" as IDEA calls it.
IdeaSourceDirectory - org.gradle.tooling.model.ideaのインタフェース
IDEA source directory.
IllegalDependencyNotation - org.gradle.apiの例外
This exceptions is thrown, if a dependency is declared with a illegal notation.
IllegalDependencyNotation() - 例外 のコンストラクタorg.gradle.api.IllegalDependencyNotation
 
IllegalDependencyNotation(String) - 例外 のコンストラクタorg.gradle.api.IllegalDependencyNotation
 
IllegalDependencyNotation(String, Throwable) - 例外 のコンストラクタorg.gradle.api.IllegalDependencyNotation
 
ImmutableViolationException() - 例外 のコンストラクタorg.gradle.api.reporting.ReportContainer.ImmutableViolationException
 
importBuild(Object) - クラス のメソッドorg.gradle.api.AntBuilder
Imports an Ant build into the associated Gradle project.
importBuild(Object, Transformer<? extends String, ? super String>) - クラス のメソッドorg.gradle.api.AntBuilder
Imports an Ant build into the associated Gradle project, potentially providing alternative names for Gradle tasks that correspond to Ant targets.
include(String...) - インタフェース のメソッドorg.gradle.api.file.CopySpec
Adds an ANT style include pattern.
include(Iterable<String>) - インタフェース のメソッドorg.gradle.api.file.CopySpec
Adds an ANT style include pattern.
include(Spec<FileTreeElement>) - インタフェース のメソッドorg.gradle.api.file.CopySpec
Adds an include spec.
include(Closure) - インタフェース のメソッドorg.gradle.api.file.CopySpec
Adds an include spec.
include(String[]) - インタフェース のメソッドorg.gradle.api.initialization.Settings
Adds the given projects to the build.
include(String...) - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Adds an ANT style include pattern.
include(Iterable<String>) - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Adds an ANT style include pattern.
include(Spec<FileTreeElement>) - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Adds an include spec.
include(Closure) - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Adds an include spec.
include(String...) - クラス のメソッドorg.gradle.api.tasks.SourceTask
Adds an ANT style include pattern.
include(Iterable<String>) - クラス のメソッドorg.gradle.api.tasks.SourceTask
Adds an ANT style include pattern.
include(Spec<FileTreeElement>) - クラス のメソッドorg.gradle.api.tasks.SourceTask
Adds an include spec.
include(Closure) - クラス のメソッドorg.gradle.api.tasks.SourceTask
Adds an include spec.
include(String...) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Adds include patterns for the files in the test classes directory (e.g. '**F;*Test.class')).
include(Iterable<String>) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Adds include patterns for the files in the test classes directory (e.g. '**F;*Test.class')).
include(Spec<FileTreeElement>) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Adds an include spec.
include(Closure) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Adds an include spec.
include(String...) - インタフェース のメソッドorg.gradle.api.tasks.util.PatternFilterable
Adds an ANT style include pattern.
include(Iterable<String>) - インタフェース のメソッドorg.gradle.api.tasks.util.PatternFilterable
Adds an ANT style include pattern.
include(Spec<FileTreeElement>) - インタフェース のメソッドorg.gradle.api.tasks.util.PatternFilterable
Adds an include spec.
include(Closure) - インタフェース のメソッドorg.gradle.api.tasks.util.PatternFilterable
Adds an include spec.
include(String...) - クラス のメソッドorg.gradle.api.tasks.util.PatternSet
 
include(Iterable) - クラス のメソッドorg.gradle.api.tasks.util.PatternSet
 
include(Spec<FileTreeElement>) - クラス のメソッドorg.gradle.api.tasks.util.PatternSet
 
include(Closure) - クラス のメソッドorg.gradle.api.tasks.util.PatternSet
 
includeBuildFileInProject(VisualStudioExtensionInternal, ProjectIdentifier) - クラス のstaticメソッドorg.gradle.ide.visualstudio.plugins.VisualStudioPlugin.Rules
 
includeFlat(String[]) - インタフェース のメソッドorg.gradle.api.initialization.Settings
Adds the given projects to the build.
includes(Object) - クラス のメソッドorg.gradle.language.nativebase.tasks.AbstractNativeCompileTask
Add directories where the compiler should search for header files.
includes(Object) - クラス のメソッドorg.gradle.language.rc.tasks.WindowsResourceCompile
Add directories where the compiler should search for header files.
includeSpecs(Iterable<Spec<FileTreeElement>>) - クラス のメソッドorg.gradle.api.tasks.util.PatternSet
 
includeTestsMatching(String) - インタフェース のメソッドorg.gradle.api.tasks.testing.TestFilter
Appends a test name pattern to the filter.
IncrementalCompileOptions - org.gradle.api.tasks.scalaのクラス
Options for incremental compilation of Scala code.
IncrementalCompileOptions() - クラス のコンストラクタorg.gradle.api.tasks.scala.IncrementalCompileOptions
 
IncrementalTaskInputs - org.gradle.api.tasks.incrementalのインタフェース
Provides access to any input files that need to be processed by an incremental task.
Incubating - org.gradle.apiの注釈型
Indicates that a feature is incubating.
inferGroovyClasspath(Iterable<File>) - クラス のメソッドorg.gradle.api.tasks.GroovyRuntime
Searches the specified class path for Groovy Jars (groovy(-indy), groovy-all(-indy)) and returns a corresponding class path for executing Groovy tools such as the Groovy compiler and Groovydoc tool.
inferScalaClasspath(Iterable<File>) - クラス のメソッドorg.gradle.api.tasks.ScalaRuntime
Searches the specified class path for a 'scala-library' Jar, and returns a class path containing a corresponding (same version) 'scala-compiler' Jar and its dependencies.
info(String, Object...) - インタフェース のメソッドorg.gradle.api.logging.Logger
Logs the given message at info log level.
info(Action<TestLogging>) - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLoggingContainer
Configures logging options for info level.
initContext(Context) - クラス のメソッドorg.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils.DefaultScopeOperation
 
initContext(Context) - インタフェース のメソッドorg.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils.ScopeOperation
 
Input - org.gradle.api.tasksの注釈型
Attached to a task property to indicate that the property specifies some input value for the task.
InputDirectory - org.gradle.api.tasksの注釈型
Marks a property as specifying an input directory for a task.
InputFile - org.gradle.api.tasksの注釈型
Marks a property as specifying an input file for a task.
InputFileDetails - org.gradle.api.tasks.incrementalのインタフェース
A change to an input file.
InputFiles - org.gradle.api.tasksの注釈型
Marks a property as specifying the input files for a task.
INSTALL_TASK_NAME - クラス のstatic変数org.gradle.api.plugins.MavenPlugin
 
instruction(String, String...) - インタフェース のメソッドorg.gradle.api.plugins.osgi.OsgiManifest
Adds arguments to an instruction.
instructionFirst(String, String...) - インタフェース のメソッドorg.gradle.api.plugins.osgi.OsgiManifest
Adds arguments to an instruction.
instructionReplace(String, String...) - インタフェース のメソッドorg.gradle.api.plugins.osgi.OsgiManifest
Sets the values for an instruction.
instructionValue(String) - インタフェース のメソッドorg.gradle.api.plugins.osgi.OsgiManifest
Returns the list of arguments for a particular instruction.
intersect() - クラス のメソッドorg.gradle.api.tasks.util.PatternSet
 
into(Object) - インタフェース のメソッドorg.gradle.api.file.CopyProcessingSpec
Specifies the destination directory for a copy.
into(Object) - インタフェース のメソッドorg.gradle.api.file.CopySpec
Specifies the destination directory for a copy.
into(Object, Closure) - インタフェース のメソッドorg.gradle.api.file.CopySpec
Creates and configures a child CopySpec with the given destination path.
into(Object) - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Specifies the destination directory for a copy.
into(Object, Closure) - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Creates and configures a child CopySpec with the given destination path.
into(Object) - クラス のメソッドorg.gradle.api.tasks.bundling.AbstractArchiveTask
Specifies the destination directory *inside* the archive for the files.
into(Object, Closure) - クラス のメソッドorg.gradle.api.tasks.bundling.AbstractArchiveTask
Creates and configures a child CopySpec with a destination directory *inside* the archive for the files.
InvalidActionClosureException - org.gradle.apiの例外
Thrown when a Closure is given as an Action implementation, but has the wrong signature.
InvalidActionClosureException(Closure<?>, Object) - 例外 のコンストラクタorg.gradle.api.InvalidActionClosureException
 
InvalidComponentModelException - org.gradle.platform.baseの例外
Thrown when a component model is declared in an invalid way.
InvalidComponentModelException(String) - 例外 のコンストラクタorg.gradle.platform.base.InvalidComponentModelException
 
InvalidComponentModelException(String, Exception) - 例外 のコンストラクタorg.gradle.platform.base.InvalidComponentModelException
 
InvalidIvyPublicationException - org.gradle.api.publish.ivyの例外
Thrown when attempting to publish with an invalid IvyPublication.
InvalidIvyPublicationException(String, String) - 例外 のコンストラクタorg.gradle.api.publish.ivy.InvalidIvyPublicationException
 
InvalidIvyPublicationException(String, String, Throwable) - 例外 のコンストラクタorg.gradle.api.publish.ivy.InvalidIvyPublicationException
 
InvalidMavenPublicationException - org.gradle.api.publish.mavenの例外
Thrown when attempting to publish with an invalid MavenPublication.
InvalidMavenPublicationException(String, String) - 例外 のコンストラクタorg.gradle.api.publish.maven.InvalidMavenPublicationException
 
InvalidMavenPublicationException(String, String, Throwable) - 例外 のコンストラクタorg.gradle.api.publish.maven.InvalidMavenPublicationException
 
InvalidPluginException - org.gradle.api.pluginsの例外
Thrown when a plugin is found to be invalid when it is loaded.
InvalidPluginException(String, Throwable) - 例外 のコンストラクタorg.gradle.api.plugins.InvalidPluginException
 
InvalidUserCodeException - org.gradle.apiの例外
A InvalidUserCodeException is thrown when user-provided code cannot be executed.
InvalidUserCodeException() - 例外 のコンストラクタorg.gradle.api.InvalidUserCodeException
 
InvalidUserCodeException(String) - 例外 のコンストラクタorg.gradle.api.InvalidUserCodeException
 
InvalidUserCodeException(String, Throwable) - 例外 のコンストラクタorg.gradle.api.InvalidUserCodeException
 
InvalidUserDataException - org.gradle.apiの例外
A InvalidUserDataException is thrown, if a user is providing illegal data for the build.
InvalidUserDataException() - 例外 のコンストラクタorg.gradle.api.InvalidUserDataException
 
InvalidUserDataException(String) - 例外 のコンストラクタorg.gradle.api.InvalidUserDataException
 
InvalidUserDataException(String, Throwable) - 例外 のコンストラクタorg.gradle.api.InvalidUserDataException
 
isAdded() - インタフェース のメソッドorg.gradle.api.tasks.incremental.InputFileDetails
Was the file added?
isAuthor() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
isBreakIterator() - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
isBreakIterator() - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
isBuildable() - クラス のメソッドorg.gradle.platform.base.binary.BaseBinarySpec
 
isBuildable() - インタフェース のメソッドorg.gradle.platform.base.BinarySpec
Can this binary be built in the current environment?
isBuildProjectDependencies() - クラス のメソッドorg.gradle.StartParameter
Returns true if project dependencies are to be built, false if they should not be.
isCancellationRequested() - インタフェース のメソッドorg.gradle.tooling.CancellationToken
Gets whether cancellation has been requested for this token.
isCaseSensitive() - インタフェース のメソッドorg.gradle.api.file.CopySpec
Specifies whether case-sensitive pattern matching should be used.
isCaseSensitive() - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Specifies whether case-sensitive pattern matching should be used.
isCaseSensitive() - クラス のメソッドorg.gradle.api.tasks.util.PatternSet
 
isChanging() - インタフェース のメソッドorg.gradle.api.artifacts.cache.ModuleResolutionControl
Does the module change content over time?
isChanging() - インタフェース のメソッドorg.gradle.api.artifacts.ComponentMetadata
Tells whether the component is changing or immutable.
isChanging() - インタフェース のメソッドorg.gradle.api.artifacts.ExternalModuleDependency
Returns whether or nor Gradle should always check for a change in the remote repository.
isClosure() - クラス のメソッドorg.gradle.api.tasks.compile.DependOptions
Tells whether to delete the transitive closure of outdated files or only their direct dependencies.
isComposite() - インタフェース のメソッドorg.gradle.api.tasks.testing.TestDescriptor
Is this test a composite test?
isConfigureOnDemand() - クラス のメソッドorg.gradle.StartParameter
If the configure-on-demand mode is active
isConflictResolution() - インタフェース のメソッドorg.gradle.api.artifacts.result.ComponentSelectionReason
Informs whether the component was selected by conflict resolution.
isContinueOnFailure() - クラス のメソッドorg.gradle.StartParameter
Specifies whether the build should continue on task failure.
isCurrent() - インタフェース のメソッドorg.gradle.nativeplatform.platform.OperatingSystem
Is this the current OS?
isDaemon() - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
Specifies whether the Jetty server should run in the background.
isDebug() - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Tells whether to include debugging information in the generated class files.
isDeprecation() - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Tells whether to log details of usage of deprecated members or classes.
isDeprecation() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
Generate deprecation information.
isDeprecation() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDocOptions
Tells whether to generate deprecation information.
isDetail() - クラス のメソッドorg.gradle.api.tasks.diagnostics.TaskReportTask
 
isDirectory() - インタフェース のメソッドorg.gradle.api.file.FileTreeElement
Returns true if this element is a directory, or false if this element is a regular file.
isDocFilesSubDirs() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
isDryRun() - クラス のメソッドorg.gradle.StartParameter
 
isDump() - クラス のメソッドorg.gradle.api.tasks.compile.DependOptions
Tells whether to log dependency information.
isDynamicMode() - インタフェース のメソッドorg.gradle.api.artifacts.repositories.IvyArtifactRepositoryMetaDataProvider
Returns true if dynamic resolve mode should be used for Ivy modules.
isEmpty() - インタフェース のメソッドorg.gradle.api.file.FileCollection
Returns true if this collection is empty.
isEnabled(LogLevel) - インタフェース のメソッドorg.gradle.api.logging.Logger
Returns true if the given log level is enabled for this logger.
isEnabled() - インタフェース のメソッドorg.gradle.api.reporting.Report
Whether or not this report should be generated by whatever generates it.
isExpected() - インタフェース のメソッドorg.gradle.api.artifacts.result.ComponentSelectionReason
Informs whether the component is the requested selection of all dependency declarations, and was not replaced for some reason, such as conflict resolution.
isFailOnError() - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Tells whether to fail the build when compilation fails.
isFailOnError() - クラス のメソッドorg.gradle.api.tasks.compile.GroovyCompileOptions
Tells whether the compilation task should fail if compile errors occurred.
isFailOnError() - クラス のメソッドorg.gradle.api.tasks.javadoc.Javadoc
Specifies whether this task should fail when errors are encountered during Javadoc generation.
isFailOnError() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
Fail the build on compilation errors.
isFile() - クラス のメソッドorg.gradle.api.file.RelativePath
 
isForce() - インタフェース のメソッドorg.gradle.api.artifacts.ExternalDependency
Returns whether or not the version of this dependency should be enforced in the case of version conflicts.
isForced() - インタフェース のメソッドorg.gradle.api.artifacts.result.ComponentSelectionReason
Informs whether the component was forced.
isFork() - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Tells whether to run the compiler in its own process.
isFork() - クラス のメソッドorg.gradle.api.tasks.compile.GroovyCompileOptions
Tells whether to run the Groovy compiler in a separate process.
isFork() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
Whether to run the Scala compiler in a separate process.
isFreeBSD() - インタフェース のメソッドorg.gradle.nativeplatform.platform.OperatingSystem
Is it FreeBSD?
isIgnoreExitValue() - クラス のメソッドorg.gradle.api.tasks.AbstractExecTask
Tells whether a non-zero exit value is ignored, or an exception thrown.
isIgnoreExitValue() - クラス のメソッドorg.gradle.api.tasks.JavaExec
Tells whether a non-zero exit value is ignored, or an exception thrown.
isIgnoreExitValue() - インタフェース のメソッドorg.gradle.process.BaseExecSpec
Tells whether a non-zero exit value is ignored, or an exception thrown.
isIncludePrivate() - クラス のメソッドorg.gradle.api.tasks.javadoc.Groovydoc
Returns whether to include all classes and members (i.e. including private ones).
isIncremental() - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
informs whether to use experimental incremental compilation feature.
isIncremental() - インタフェース のメソッドorg.gradle.api.tasks.incremental.IncrementalTaskInputs
Indicates if it was possible for Gradle to determine which exactly which input files were out of date compared to a previous execution.
isJava5() - 列挙型 のメソッドorg.gradle.api.JavaVersion
 
isJava5Compatible() - 列挙型 のメソッドorg.gradle.api.JavaVersion
 
isJava6() - 列挙型 のメソッドorg.gradle.api.JavaVersion
 
isJava6Compatible() - 列挙型 のメソッドorg.gradle.api.JavaVersion
 
isJava7() - 列挙型 のメソッドorg.gradle.api.JavaVersion
 
isJava7Compatible() - 列挙型 のメソッドorg.gradle.api.JavaVersion
 
isJava8Compatible() - 列挙型 のメソッドorg.gradle.api.JavaVersion
 
isJava9Compatible() - 列挙型 のメソッドorg.gradle.api.JavaVersion
 
isKeepStubs() - クラス のメソッドorg.gradle.api.tasks.compile.GroovyCompileOptions
Tells whether Java stubs for Groovy classes generated during Java/Groovy joint compilation should be kept after compilation has completed.
isKeyWords() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
isLegacyBinary() - クラス のメソッドorg.gradle.platform.base.binary.BaseBinarySpec
 
isLifecycleEnabled() - インタフェース のメソッドorg.gradle.api.logging.Logger
Returns true if lifecycle log level is enabled for this logger.
isLinkSource() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
isLinux() - インタフェース のメソッドorg.gradle.nativeplatform.platform.OperatingSystem
Is it Linux?
isListFiles() - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Tells whether to log the files to be compiled.
isListFiles() - クラス のメソッドorg.gradle.api.tasks.compile.GroovyCompileOptions
Tells whether to print which source files are to be compiled.
isListFiles() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
List files to be compiled.
isMacOsX() - インタフェース のメソッドorg.gradle.nativeplatform.platform.OperatingSystem
Is it Mac OS X?
isModified() - インタフェース のメソッドorg.gradle.api.tasks.incremental.InputFileDetails
Was the file modified?
isNoComment() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
isNoDeprecated() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
isNoDeprecatedList() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
isNoHelp() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
isNoIndex() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
isNoNavBar() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
isNoSince() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
isNoTimestamp() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
isNoTree() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
isOffline() - クラス のメソッドorg.gradle.StartParameter
Specifies whether the build should be performed offline (ie without network access).
isOptimize() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
Run optimizations.
isOutputPerTestCase() - インタフェース のメソッドorg.gradle.api.tasks.testing.JUnitXmlReport
Should the output be associated with individual test cases instead of at the suite level.
isPositionIndependentCode() - クラス のメソッドorg.gradle.language.nativebase.tasks.AbstractNativeCompileTask
Should the compiler generate position independent code?
isProfile() - クラス のメソッドorg.gradle.StartParameter
Returns true if a profile report will be generated.
isPublic() - インタフェース のメソッドorg.gradle.tooling.model.Launchable
Returns whether launchable is public or not.
isQuietEnabled() - インタフェース のメソッドorg.gradle.api.logging.Logger
Returns true if quiet log level is enabled for this logger.
isRecompileScripts() - クラス のメソッドorg.gradle.StartParameter
Specifies whether the build scripts should be recompiled.
isRefreshDependencies() - クラス のメソッドorg.gradle.StartParameter
Specifies whether the dependencies should be refreshed..
isRelativeToPathVariable() - インタフェース のメソッドorg.gradle.plugins.ide.eclipse.model.FileReference
Returns true if this reference is relative to a path variable.
isRemoved() - インタフェース のメソッドorg.gradle.api.tasks.incremental.InputFileDetails
Was the file removed?
isRerunTasks() - クラス のメソッドorg.gradle.StartParameter
Specifies whether the cached task results should be ignored and each task should be forced to be executed.
isSatisfiedBy(T) - クラス のメソッドorg.gradle.api.specs.AndSpec
 
isSatisfiedBy(T) - クラス のメソッドorg.gradle.api.specs.NotSpec
 
isSatisfiedBy(T) - クラス のメソッドorg.gradle.api.specs.OrSpec
 
isSatisfiedBy(T) - インタフェース のメソッドorg.gradle.api.specs.Spec
 
isScanForTestClasses() - クラス のメソッドorg.gradle.api.tasks.testing.Test
Specifies whether test classes should be detected.
isSearchUpwards() - クラス のメソッドorg.gradle.StartParameter
 
isSelectedByRule() - インタフェース のメソッドorg.gradle.api.artifacts.result.ComponentSelectionReason
Informs whether the component was selected by the dependency resolve rule.
isSerialWarn() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
isSkipProject() - クラス のメソッドorg.gradle.sonar.runner.SonarRunnerExtension
If the project should be excluded from analysis.
isSkipUnmappedConfs() - インタフェース のメソッドorg.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
Returns whether unmapped configuration should be skipped or not.
isSolaris() - インタフェース のメソッドorg.gradle.nativeplatform.platform.OperatingSystem
Is it Solaris?
isSplitIndex() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
isTrace() - クラス のメソッドorg.gradle.api.plugins.antlr.AntlrTask
Specifies that all rules call traceIn/traceOut.
isTraceLexer() - クラス のメソッドorg.gradle.api.plugins.antlr.AntlrTask
Specifies that all lexer rules call traceIn/traceOut.
isTraceParser() - クラス のメソッドorg.gradle.api.plugins.antlr.AntlrTask
Specifies that all parser rules call traceIn/traceOut.
isTraceTreeWalker() - クラス のメソッドorg.gradle.api.plugins.antlr.AntlrTask
Specifies that all tree walker rules call traceIn/traceOut.
isTransitive() - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Returns the transitivity of this configuration.
isTransitive() - インタフェース のメソッドorg.gradle.api.artifacts.ModuleDependency
Returns whether this dependency should be resolved including or excluding its transitive dependencies.
isUnchecked() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
Generate unchecked information.
isUnchecked() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDocOptions
Tells whether to generate unchecked information.
isUniqueVersion() - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenDeployer
Returns whether to assign snapshots a unique version comprised of the timestamp and build number, or to use the same version each time.
isUploadDescriptor() - クラス のメソッドorg.gradle.api.tasks.Upload
Specifies whether the dependency descriptor should be uploaded.
isUse() - クラス のメソッドorg.gradle.api.tasks.javadoc.Groovydoc
Returns whether to create class and package usage pages.
isUse() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
isUseAnt() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
Tells whether to use Ant for compilation.
isUseCache() - クラス のメソッドorg.gradle.api.tasks.compile.DependOptions
Tells whether to cache dependency information.
isUseCompileDaemon() - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
Whether to use the fsc compile daemon.
isUseDepend() - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Tells whether to use the Ant <depend> task.
isUseEmptySettings() - クラス のメソッドorg.gradle.StartParameter
Returns whether an empty settings script will be used regardless of whether one exists in the default location.
isVerbose() - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Tells whether to produce verbose output.
isVerbose() - クラス のメソッドorg.gradle.api.tasks.compile.GroovyCompileOptions
Tells whether to turn on verbose output.
isVerbose() - クラス のメソッドorg.gradle.api.tasks.javadoc.Javadoc
Returns whether Javadoc generation is accompanied by verbose output.
isVerbose() - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
isVerbose() - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
isVersion() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
isVisible() - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Returns true if this is a visible configuration.
isWarnings() - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Tells whether to log warning messages.
isWarnOnRmiStubs() - クラス のメソッドorg.gradle.api.tasks.compile.DependOptions
Tells whether to warn on RMI stubs without source.
isWindows() - インタフェース のメソッドorg.gradle.nativeplatform.platform.OperatingSystem
Is it Windows?
isWithMessages() - インタフェース のメソッドorg.gradle.api.plugins.quality.FindBugsXmlReport
Whether or not FindBugs should generate XML augmented with human-readable messages.
isZip64() - クラス のメソッドorg.gradle.api.tasks.bundling.Zip
Whether the zip can contain more than 65535 files and/or support files greater than 4GB in size.
ivy(Closure) - インタフェース のメソッドorg.gradle.api.artifacts.dsl.RepositoryHandler
Adds and configures an Ivy repository.
ivy(Action<? super IvyArtifactRepository>) - インタフェース のメソッドorg.gradle.api.artifacts.dsl.RepositoryHandler
Adds and configures an Ivy repository.
IVY_ARTIFACT_PATTERN - インタフェース のstatic変数org.gradle.api.artifacts.repositories.IvyArtifactRepository
 
IvyArtifact - org.gradle.api.publish.ivyのインタフェース
An artifact published as part of a IvyPublication.
IvyArtifactRepository - org.gradle.api.artifacts.repositoriesのインタフェース
An artifact repository which uses an Ivy format to store artifacts and meta-data.
IvyArtifactRepositoryMetaDataProvider - org.gradle.api.artifacts.repositoriesのインタフェース
The meta-data provider for an Ivy repository.
IvyArtifactSet - org.gradle.api.publish.ivyのインタフェース
A Collection of IvyArtifacts to be included in an IvyPublication.
IvyConfiguration - org.gradle.api.publish.ivyのインタフェース
A configuration included in an IvyPublication, which will be published in the ivy descriptor file generated.
IvyConfigurationContainer - org.gradle.api.publish.ivyのインタフェース
The set of IvyConfigurations that will be included in the IvyPublication.
IvyDependency - org.gradle.api.publish.ivyのインタフェース
A module dependency declared in an ivy dependency descriptor published as part of an IvyPublication.
IvyExtraInfo - org.gradle.api.artifacts.ivyのインタフェース
Represents the set of "extra" info elements in the Ivy descriptor.
IvyExtraInfoSpec - org.gradle.api.publish.ivyのインタフェース
Represents a modifiable form of IvyExtraInfo so that "extra" info elements can be configured on an Ivy publication.
IvyModuleDescriptor - org.gradle.api.artifacts.ivyのインタフェース
The metadata about an Ivy module that acts as an input to a component metadata rule.
IvyModuleDescriptorSpec - org.gradle.api.publish.ivyのインタフェース
The descriptor of any Ivy publication.
ivyPattern(String) - インタフェース のメソッドorg.gradle.api.artifacts.repositories.IvyArtifactRepository
Adds an independent pattern that will be used to locate ivy files in this repository.
IvyPublication - org.gradle.api.publish.ivyのインタフェース
A IvyPublication is the representation/configuration of how Gradle should publish something in Ivy format, to an Ivy repository.
IvyPublishPlugin - org.gradle.api.publish.ivy.pluginsのクラス
Adds the ability to publish in the Ivy format to Ivy repositories.
IvyPublishPlugin(Instantiator, DependencyMetaDataProvider, FileResolver, ProjectDependencyPublicationResolver) - クラス のコンストラクタorg.gradle.api.publish.ivy.plugins.IvyPublishPlugin
 

J

JacocoReportsContainer - org.gradle.testing.jacoco.tasksのインタフェース
The reporting configuration for the JacocoReport task.
Jar - org.gradle.api.tasks.bundlingのクラス
Assembles a JAR archive.
Jar() - クラス のコンストラクタorg.gradle.api.tasks.bundling.Jar
 
JAR_TASK_NAME - クラス のstatic変数org.gradle.api.plugins.JavaPlugin
 
JarBinarySpec - org.gradle.jvmのインタフェース
Definition of a Jar file binary that is to be built by Gradle.
java(Closure) - インタフェース のメソッドorg.gradle.api.tasks.SourceSet
Configures the Java source for this set.
JavaBasePlugin - org.gradle.api.pluginsのクラス
A Plugin which compiles and tests Java source, and assembles it into a JAR file.
JavaBasePlugin(Instantiator) - クラス のコンストラクタorg.gradle.api.plugins.JavaBasePlugin
 
JavaCompile - org.gradle.api.tasks.compileのクラス
Compiles Java source files.
JavaCompile() - クラス のコンストラクタorg.gradle.api.tasks.compile.JavaCompile
 
Javadoc - org.gradle.api.tasks.javadocのクラス
Generates HTML API documentation for Java classes.
Javadoc() - クラス のコンストラクタorg.gradle.api.tasks.javadoc.Javadoc
 
JAVADOC_TASK_NAME - クラス のstatic変数org.gradle.api.plugins.JavaPlugin
 
JavadocArtifact - org.gradle.language.java.artifactのインタフェース
An artifact containing Javadoc documentation.
JavadocMemberLevel - org.gradle.external.javadocの列挙型
This enum maps to the -public, -protected, -package and -private options of the javadoc executable.
JavadocOfflineLink - org.gradle.external.javadocのクラス
This class is used to hold the information that can be provided to the javadoc executable via the -linkoffline option.
JavadocOfflineLink(String, String) - クラス のコンストラクタorg.gradle.external.javadoc.JavadocOfflineLink
 
JavadocOptionFileOption<T> - org.gradle.external.javadocのインタフェース
Represents a Javadoc command-line option.
JavadocOutputLevel - org.gradle.external.javadocの列挙型
This enum maps to the -verbose and -quiet options of the javadoc executable.
JavaEnvironment - org.gradle.tooling.model.buildのインタフェース
Informs about the Java environment, for example the Java home or the JVM args used.
javaexec(Closure) - インタフェース のメソッドorg.gradle.api.Project
Executes a Java main class.
javaexec(Action<? super JavaExecSpec>) - インタフェース のメソッドorg.gradle.api.Project
Executes an external Java process.
javaexec(Closure) - インタフェース のメソッドorg.gradle.api.Script
Executes a Java main class.
javaexec(Action<? super JavaExecSpec>) - インタフェース のメソッドorg.gradle.api.Script
Executes a Java main class.
JavaExec - org.gradle.api.tasksのクラス
Executes a Java application in a child process.
JavaExec() - クラス のコンストラクタorg.gradle.api.tasks.JavaExec
 
JavaExecSpec - org.gradle.processのインタフェース
Specifies the options for executing a Java application.
JavaForkOptions - org.gradle.processのインタフェース
Specifies the options to use to fork a Java process.
JavaLanguagePlugin - org.gradle.language.java.pluginsのクラス
Plugin for compiling Java code.
JavaLanguagePlugin() - クラス のコンストラクタorg.gradle.language.java.plugins.JavaLanguagePlugin
 
JavaPlugin - org.gradle.api.pluginsのクラス
A Plugin which compiles and tests Java source, and assembles it into a JAR file.
JavaPlugin() - クラス のコンストラクタorg.gradle.api.plugins.JavaPlugin
 
JavaScriptExtension - org.gradle.plugins.javascript.baseのクラス
 
JavaScriptExtension() - クラス のコンストラクタorg.gradle.plugins.javascript.base.JavaScriptExtension
 
JavaScriptRepositoriesExtension - org.gradle.plugins.javascript.baseのクラス
 
JavaScriptRepositoriesExtension(RepositoryHandler) - クラス のコンストラクタorg.gradle.plugins.javascript.base.JavaScriptRepositoriesExtension
 
JavaSourceSet - org.gradle.language.javaのインタフェース
A set of sources passed to the Java compiler.
JavaToolChain - org.gradle.jvm.toolchainのインタフェース
A set of tools for building from Java source.
JavaVersion - org.gradle.apiの列挙型
An enumeration of Java versions.
jcenter(Action<? super MavenArtifactRepository>) - インタフェース のメソッドorg.gradle.api.artifacts.dsl.RepositoryHandler
Adds a repository which looks in Bintray's JCenter repository for dependencies.
jcenter() - インタフェース のメソッドorg.gradle.api.artifacts.dsl.RepositoryHandler
Adds a repository which looks in Bintray's JCenter repository for dependencies.
JDependReports - org.gradle.api.plugins.qualityのインタフェース
The reporting configuration for the JDepend task.
Jdt - org.gradle.plugins.ide.eclipse.modelのクラス
Represents the Eclipse JDT settings.
Jdt(PropertiesTransformer) - クラス のコンストラクタorg.gradle.plugins.ide.eclipse.model.Jdt
 
JETTY_RUN - クラス のstatic変数org.gradle.api.plugins.jetty.JettyPlugin
 
JETTY_RUN_WAR - クラス のstatic変数org.gradle.api.plugins.jetty.JettyPlugin
 
JETTY_STOP - クラス のstatic変数org.gradle.api.plugins.jetty.JettyPlugin
 
JettyPlugin - org.gradle.api.plugins.jettyのクラス
A Plugin which extends the WarPlugin to add tasks which run the web application using an embedded Jetty web container.
JettyPlugin() - クラス のコンストラクタorg.gradle.api.plugins.jetty.JettyPlugin
 
JettyPluginConvention - org.gradle.api.plugins.jettyのクラス
Convention properties and methods added by the JettyPlugin.
JettyPluginConvention() - クラス のコンストラクタorg.gradle.api.plugins.jetty.JettyPluginConvention
 
JettyRun - org.gradle.api.plugins.jettyのクラス
Deploys an exploded web application to an embedded Jetty web container.
JettyRun() - クラス のコンストラクタorg.gradle.api.plugins.jetty.JettyRun
 
JettyRunWar - org.gradle.api.plugins.jettyのクラス
Deploys a WAR to an embedded Jetty web container.
JettyRunWar() - クラス のコンストラクタorg.gradle.api.plugins.jetty.JettyRunWar
 
JettyStop - org.gradle.api.plugins.jettyのクラス
Stops the embedded Jetty web container, if it is running.
JettyStop() - クラス のコンストラクタorg.gradle.api.plugins.jetty.JettyStop
 
jFlags(String...) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
jFlags(String...) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
JS_CONFIGURATION_NAME - クラス のstatic変数org.gradle.plugins.javascript.coffeescript.CoffeeScriptExtension
 
JsHint - org.gradle.plugins.javascript.jshintのクラス
 
JsHint() - クラス のコンストラクタorg.gradle.plugins.javascript.jshint.JsHint
 
JsHintExtension - org.gradle.plugins.javascript.jshintのクラス
 
JsHintExtension() - クラス のコンストラクタorg.gradle.plugins.javascript.jshint.JsHintExtension
 
JUnitXmlReport - org.gradle.api.tasks.testingのインタフェース
The JUnit XML files, commonly used to communicate results to CI servers.
jvmArgs(Iterable<?>) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Adds some arguments to use to launch the JVM for the process.
jvmArgs(Object...) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Adds some arguments to use to launch the JVM for the process.
jvmArgs(Iterable<?>) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Adds some arguments to use to launch the JVM for the process.
jvmArgs(Object...) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Adds some arguments to use to launch the JVM for the process.
jvmArgs(Iterable<?>) - インタフェース のメソッドorg.gradle.process.JavaForkOptions
Adds some arguments to use to launch the JVM for the process.
jvmArgs(Object...) - インタフェース のメソッドorg.gradle.process.JavaForkOptions
Adds some arguments to use to launch the JVM for the process.
JvmBinarySpec - org.gradle.jvmのインタフェース
Represents a binary artifact that is the result of building a jvm component.
JvmBinaryTasks - org.gradle.jvmのインタフェース
Provides access to key tasks used for building the binary.
JvmByteCode - org.gradle.jvmのクラス
LanguageOutputType marking Jvm byte code.
JvmByteCode() - クラス のコンストラクタorg.gradle.jvm.JvmByteCode
 
JvmComponentExtension - org.gradle.jvmのインタフェース
The configuration for jvm components created by this build.
JvmComponentPlugin - org.gradle.jvm.pluginsのクラス
Base plugin for JVM component support.
JvmComponentPlugin() - クラス のコンストラクタorg.gradle.jvm.plugins.JvmComponentPlugin
 
JvmComponentPlugin.Rules - org.gradle.jvm.pluginsのクラス
Model rules.
JvmLibrary - org.gradle.jvmのインタフェース
A Library component that runs on the Java Virtual Machine.
JvmLibraryBinarySpec - org.gradle.jvmのインタフェース
Definition of a JVM binary build for a JvmLibrary.
JvmLibrarySpec - org.gradle.jvmのインタフェース
Definition of a JVM library component that is to be built by Gradle.
JvmPlatform - org.gradle.api.platform.jvmのインタフェース
Defines and configures a JVM platform.
JvmResources - org.gradle.jvmのクラス
LanguageOutputType marking Jvm Resource Output
JvmResources() - クラス のコンストラクタorg.gradle.jvm.JvmResources
 
JvmResourcesPlugin - org.gradle.language.jvm.pluginsのクラス
Plugin for packaging JVM resources.
JvmResourcesPlugin() - クラス のコンストラクタorg.gradle.language.jvm.plugins.JvmResourcesPlugin
 

K

keyWords(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
keyWords() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 

L

LanguageBasePlugin - org.gradle.language.base.pluginsのクラス
Base plugin for language support.
LanguageBasePlugin(Instantiator, ModelRegistry) - クラス のコンストラクタorg.gradle.language.base.plugins.LanguageBasePlugin
 
LanguageSourceSet - org.gradle.language.baseのインタフェース
A set of sources for a programming language.
Launchable - org.gradle.tooling.modelのインタフェース
Represents an object that can be used to launch a Gradle build, such as a task.
layout(String) - インタフェース のメソッドorg.gradle.api.artifacts.repositories.IvyArtifactRepository
Specifies the layout to use with this repository, based on the root url.
layout(String, Closure) - インタフェース のメソッドorg.gradle.api.artifacts.repositories.IvyArtifactRepository
Specifies how the items of the repository are organized.
leftShift(Closure) - インタフェース のメソッドorg.gradle.api.Task
Adds the given closure to the end of this task's action list.
LegacyJavaComponentPlugin - org.gradle.api.pluginsのクラス
Plugin for compiling Java code.
LegacyJavaComponentPlugin(Instantiator, JavaToolChain) - クラス のコンストラクタorg.gradle.api.plugins.LegacyJavaComponentPlugin
 
LenientConfiguration - org.gradle.api.artifactsのインタフェース
Resolved configuration that does not fail eagerly when some dependencies are not resolved, or some artifacts do not exist.
lib(Object) - インタフェース のメソッドorg.gradle.nativeplatform.NativeBinarySpec
Adds a library as input to this binary.
lib(Object) - インタフェース のメソッドorg.gradle.nativeplatform.sourceset.DependentSourceSet
Adds a library that this source set requires.
libraries(Action<? super NamedDomainObjectContainer<? super JvmLibrarySpec>>) - インタフェース のメソッドorg.gradle.jvm.JvmComponentExtension
Configures the set of JVM libraries.
libraries(Action<? super NamedDomainObjectContainer<? super NativeLibrarySpec>>) - インタフェース のメソッドorg.gradle.nativeplatform.NativeComponentExtension
Configure the NativeLibrarySpec components produced by the build.
Library - org.gradle.platform.baseのインタフェース
A library that can be linked into or depended on by another software element.
LibraryBinarySpec - org.gradle.platform.baseのインタフェース
A binary produced from a `LibrarySpec`.
LibrarySpec<T extends BinarySpec> - org.gradle.platform.baseのインタフェース
A specification of a Library.
lifecycle(String) - インタフェース のメソッドorg.gradle.api.logging.Logger
Logs the given message at lifecycle log level.
lifecycle(String, Object...) - インタフェース のメソッドorg.gradle.api.logging.Logger
Logs the given message at lifecycle log level.
lifecycle(String, Throwable) - インタフェース のメソッドorg.gradle.api.logging.Logger
Logs the given message at lifecycle log level.
LIFECYCLE - クラス のstatic変数org.gradle.api.logging.Logging
 
lifecycle(Action<TestLogging>) - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLoggingContainer
Configures logging options for lifecycle level.
LifecycleBasePlugin - org.gradle.language.base.pluginsのクラス
A Plugin which defines a basic project lifecycle.
LifecycleBasePlugin() - クラス のコンストラクタorg.gradle.language.base.plugins.LifecycleBasePlugin
 
link(String, String...) - クラス のメソッドorg.gradle.api.tasks.javadoc.Groovydoc
Add links to groovydoc/javadoc output at the given URL.
Link(String, String...) - クラス のコンストラクタorg.gradle.api.tasks.javadoc.Groovydoc.Link
Constructs a Link.
links(String...) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
linksFile(File) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
linksOffline(String, String) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
linksOfflineFile(File) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
linkSource(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
linkSource() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
load(Properties) - クラス のメソッドorg.gradle.plugins.ide.eclipse.model.Jdt
 
locale(String) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
locale(String) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
localGroovy() - インタフェース のメソッドorg.gradle.api.artifacts.dsl.DependencyHandler
Creates a dependency on the Groovy that is distributed with the current version of Gradle.
log(LogLevel, String) - インタフェース のメソッドorg.gradle.api.logging.Logger
Logs the given message at the given log level.
log(LogLevel, String, Object...) - インタフェース のメソッドorg.gradle.api.logging.Logger
Logs the given message at the given log level.
log(LogLevel, String, Throwable) - インタフェース のメソッドorg.gradle.api.logging.Logger
Logs the given message at the given log level.
Logger - org.gradle.api.loggingのインタフェース
An extension to the SLF4J Logger interface, which adds the quiet and lifecycle log levels.
Logging - org.gradle.api.loggingのクラス
The main entry point for Gradle's logging system.
Logging() - クラス のコンストラクタorg.gradle.api.logging.Logging
 
LoggingManager - org.gradle.api.loggingのインタフェース
A LoggingManager provides access to and control over the Gradle logging system.
LoggingOutput - org.gradle.api.loggingのインタフェース
Provides access to the output of the Gradle logging system.
LogLevel - org.gradle.api.loggingの列挙型
The log levels supported by Gradle.
LongRunningOperation - org.gradle.toolingのインタフェース
Offers ways to communicate both ways with a Gradle operation, be it building a model or running tasks.

M

MAIN_SOURCE_SET_NAME - インタフェース のstatic変数org.gradle.api.tasks.SourceSet
The name of the main source set.
Manifest - org.gradle.api.java.archivesのインタフェース
Represents the manifest file of a JAR file.
manifest(Closure<?>) - クラス のメソッドorg.gradle.api.tasks.bundling.Jar
Configures the manifest for this JAR archive.
ManifestException - org.gradle.api.java.archivesの例外
Is thrown in the case an operation is applied against a Manifest that violates the Manifest specification.
ManifestException(String) - 例外 のコンストラクタorg.gradle.api.java.archives.ManifestException
 
ManifestException(String, Throwable) - 例外 のコンストラクタorg.gradle.api.java.archives.ManifestException
 
ManifestMergeDetails - org.gradle.api.java.archivesのインタフェース
Details of a value being merged from two different manifests.
ManifestMergeSpec - org.gradle.api.java.archivesのインタフェース
Specifies how the entries of multiple manifests should be merged together.
matchesStrictly(ComponentIdentifier) - インタフェース のメソッドorg.gradle.api.artifacts.component.ComponentSelector
Checks if selector matches component identifier.
matchesStrictly(ModuleVersionIdentifier) - インタフェース のメソッドorg.gradle.api.artifacts.ModuleVersionSelector
To match strictly means that the given identifier needs to have equal group, module name and version.
matching(Spec<? super T>) - インタフェース のメソッドorg.gradle.api.DomainObjectCollection
Returns a collection which contains the objects in this collection which meet the given specification.
matching(Closure) - インタフェース のメソッドorg.gradle.api.DomainObjectCollection
Returns a collection which contains the objects in this collection which meet the given closure specification.
matching(Spec<? super T>) - インタフェース のメソッドorg.gradle.api.DomainObjectSet
Returns a collection which contains the objects in this collection which meet the given specification.
matching(Closure) - インタフェース のメソッドorg.gradle.api.DomainObjectSet
Returns a collection which contains the objects in this collection which meet the given closure specification.
matching(Closure) - インタフェース のメソッドorg.gradle.api.file.FileTree
Restricts the contents of this tree to those files matching the given filter.
matching(PatternFilterable) - インタフェース のメソッドorg.gradle.api.file.FileTree
Restricts the contents of this tree to those files matching the given filter.
matching(Spec<? super T>) - インタフェース のメソッドorg.gradle.api.NamedDomainObjectCollection
Returns a collection which contains the objects in this collection which meet the given specification.
matching(Closure) - インタフェース のメソッドorg.gradle.api.NamedDomainObjectCollection
Returns a collection which contains the objects in this collection which meet the given closure specification.
matching(Spec<? super T>) - インタフェース のメソッドorg.gradle.api.NamedDomainObjectList
Returns a collection which contains the objects in this collection which meet the given specification.
matching(Closure) - インタフェース のメソッドorg.gradle.api.NamedDomainObjectList
Returns a collection which contains the objects in this collection which meet the given closure specification.
matching(Spec<? super T>) - インタフェース のメソッドorg.gradle.api.NamedDomainObjectSet
Returns a collection which contains the objects in this collection which meet the given specification.
matching(Closure) - インタフェース のメソッドorg.gradle.api.NamedDomainObjectSet
Returns a collection which contains the objects in this collection which meet the given closure specification.
matching(Spec<? super T>) - インタフェース のメソッドorg.gradle.api.plugins.PluginCollection
Returns a collection which contains the objects in this collection which meet the given specification.
matching(Closure) - インタフェース のメソッドorg.gradle.api.plugins.PluginCollection
Returns a collection which contains the objects in this collection which meet the given closure specification.
matching(Spec<? super T>) - インタフェース のメソッドorg.gradle.api.tasks.TaskCollection
Returns a collection which contains the objects in this collection which meet the given specification.
matching(Closure) - インタフェース のメソッドorg.gradle.api.tasks.TaskCollection
Returns a collection which contains the objects in this collection which meet the given closure specification.
maven(Closure) - インタフェース のメソッドorg.gradle.api.artifacts.dsl.RepositoryHandler
Adds and configures a Maven repository.
maven(Action<? super MavenArtifactRepository>) - インタフェース のメソッドorg.gradle.api.artifacts.dsl.RepositoryHandler
Adds and configures a Maven repository.
MAVEN_ARTIFACT_PATTERN - インタフェース のstatic変数org.gradle.api.artifacts.repositories.IvyArtifactRepository
 
MAVEN_CENTRAL_URL - インタフェース のstatic変数org.gradle.api.artifacts.ArtifactRepositoryContainer
 
MAVEN_IVY_PATTERN - インタフェース のstatic変数org.gradle.api.artifacts.repositories.IvyArtifactRepository
 
MavenArtifact - org.gradle.api.publish.mavenのインタフェース
An artifact published as part of a MavenPublication.
MavenArtifactRepository - org.gradle.api.artifacts.repositoriesのインタフェース
An artifact repository which uses a Maven format to store artifacts and meta-data.
MavenArtifactSet - org.gradle.api.publish.mavenのインタフェース
A Collection of MavenArtifacts to be included in a MavenPublication.
mavenCentral(Map<String, ?>) - インタフェース のメソッドorg.gradle.api.artifacts.dsl.RepositoryHandler
Adds a repository which looks in the Maven central repository for dependencies.
mavenCentral() - インタフェース のメソッドorg.gradle.api.artifacts.dsl.RepositoryHandler
Adds a repository which looks in the Maven central repository for dependencies.
MavenDependency - org.gradle.api.publish.mavenのインタフェース
A dependency declared as part of an MavenPublication.
MavenDeployer - org.gradle.api.artifacts.mavenのインタフェース
A resolver that can only be used for uploading artifacts to a Maven repository.
mavenDeployer() - インタフェース のメソッドorg.gradle.api.plugins.MavenRepositoryHandlerConvention
Adds a repository for publishing to a Maven repository.
mavenDeployer(Closure) - インタフェース のメソッドorg.gradle.api.plugins.MavenRepositoryHandlerConvention
Adds a repository for publishing to a Maven repository.
mavenDeployer(Map<String, ?>) - インタフェース のメソッドorg.gradle.api.plugins.MavenRepositoryHandlerConvention
Adds a repository for publishing to a Maven repository.
mavenDeployer(Map<String, ?>, Closure) - インタフェース のメソッドorg.gradle.api.plugins.MavenRepositoryHandlerConvention
Adds a repository for publishing to a Maven repository.
MavenDeployment - org.gradle.api.artifacts.mavenのインタフェース
Represents the artifacts which will be deployed to a Maven repository.
mavenInstaller() - インタフェース のメソッドorg.gradle.api.plugins.MavenRepositoryHandlerConvention
Adds a repository for installing to a local Maven cache.
mavenInstaller(Closure) - インタフェース のメソッドorg.gradle.api.plugins.MavenRepositoryHandlerConvention
Adds a repository for installing to a local Maven cache.
mavenInstaller(Map<String, ?>) - インタフェース のメソッドorg.gradle.api.plugins.MavenRepositoryHandlerConvention
Adds a repository for installing to a local Maven cache.
mavenInstaller(Map<String, ?>, Closure) - インタフェース のメソッドorg.gradle.api.plugins.MavenRepositoryHandlerConvention
Adds a repository for installing to a local Maven cache.
mavenLocal() - インタフェース のメソッドorg.gradle.api.artifacts.dsl.RepositoryHandler
Adds a repository which looks in the local Maven cache for dependencies.
MavenPlugin - org.gradle.api.pluginsのクラス
A Plugin which allows project artifacts to be deployed to a Maven repository, or installed to the local Maven cache.
MavenPlugin(Factory<LoggingManagerInternal>, FileResolver, ProjectPublicationRegistry, ProjectConfigurationActionContainer) - クラス のコンストラクタorg.gradle.api.plugins.MavenPlugin
 
MavenPluginConvention - org.gradle.api.pluginsのクラス
Properties and methods added by the MavenPlugin.
MavenPluginConvention(ProjectInternal, MavenFactory) - クラス のコンストラクタorg.gradle.api.plugins.MavenPluginConvention
 
MavenPom - org.gradle.api.artifacts.mavenのインタフェース
Is used for generating a Maven POM file and customizing the generation.
MavenPom - org.gradle.api.publish.mavenのインタフェース
The POM for a Maven publication.
MavenPublication - org.gradle.api.publish.mavenのインタフェース
A MavenPublication is the representation/configuration of how Gradle should publish something in Maven format.
MavenPublishPlugin - org.gradle.api.publish.maven.pluginsのクラス
Adds the ability to publish in the Maven format to Maven repositories.
MavenPublishPlugin(Instantiator, DependencyMetaDataProvider, FileResolver, ProjectDependencyPublicationResolver) - クラス のコンストラクタorg.gradle.api.publish.maven.plugins.MavenPublishPlugin
 
MavenRepositoryHandlerConvention - org.gradle.api.pluginsのインタフェース
Allows Maven repositories for publishing artifacts to be defined.
MavenResolver - org.gradle.api.artifacts.mavenのインタフェース
An ArtifactRepository which can be used to publish artifacts to Maven repositories.
maybeCreate(String) - インタフェース のメソッドorg.gradle.api.NamedDomainObjectContainer
Looks for an item with the given name, creating and adding it to this container if it does not exist.
maybeCreate(String, Class<U>) - インタフェース のメソッドorg.gradle.api.PolymorphicDomainObjectContainer
Looks for an item with the given name and type, creating and adding it to this container if it does not exist.
metaInf(Closure<?>) - クラス のメソッドorg.gradle.api.tasks.bundling.Jar
Adds content to this JAR archive's META-INF directory.
MicrosoftVisualCppPlugin - org.gradle.nativeplatform.toolchain.pluginsのクラス
A Plugin which makes the Microsoft Visual C++ compiler available to compile C/C++ code.
MicrosoftVisualCppPlugin() - クラス のコンストラクタorg.gradle.nativeplatform.toolchain.plugins.MicrosoftVisualCppPlugin
 
MicrosoftVisualCppPlugin.Rules - org.gradle.nativeplatform.toolchain.pluginsのクラス
Model rules.
MinimalJavadocOptions - org.gradle.external.javadocのインタフェース
Provides the core Javadoc options.
minus(FileCollection) - インタフェース のメソッドorg.gradle.api.file.FileCollection
Returns a FileCollection which contains the intersection of this collection and the given collection.
MissingResourceException - org.gradle.api.resourcesの例外
Exception thrown when the resource does not exist
MissingResourceException(String) - 例外 のコンストラクタorg.gradle.api.resources.MissingResourceException
 
mkdir(Object) - インタフェース のメソッドorg.gradle.api.Project
Creates a directory and returns a file pointing to it.
mkdir(Object) - インタフェース のメソッドorg.gradle.api.Script
Creates a directory and returns a file pointing to it.
Model - org.gradle.tooling.modelのインタフェース
A model that is buildable by the Tooling API.
model(Class<T>) - インタフェース のメソッドorg.gradle.tooling.ProjectConnection
Creates a builder which can be used to query the model of the given type.
ModelBuilder<T> - org.gradle.toolingのインタフェース
A ModelBuilder allows you to fetch a snapshot of some model for a project or a build.
ModelInstantiationException - org.gradle.platform.baseの例外
Thrown when a model element cannot be instantiated for some reason.
ModelInstantiationException(String) - 例外 のコンストラクタorg.gradle.platform.base.ModelInstantiationException
 
ModelInstantiationException(String, Throwable) - 例外 のコンストラクタorg.gradle.platform.base.ModelInstantiationException
 
module(Object, Action<? super ComponentSelection>) - インタフェース のメソッドorg.gradle.api.artifacts.ComponentSelectionRules
Adds a component selection rule that will apply to the specified module.
module(Object, Closure<?>) - インタフェース のメソッドorg.gradle.api.artifacts.ComponentSelectionRules
Adds a component selection rule that will apply to the specified module.
module(Object) - インタフェース のメソッドorg.gradle.api.artifacts.dsl.ComponentMetadataHandler
Enables configuring component module metadata.
module(Object) - インタフェース のメソッドorg.gradle.api.artifacts.dsl.DependencyHandler
Creates a dependency on a client module.
module(Object, Closure) - インタフェース のメソッドorg.gradle.api.artifacts.dsl.DependencyHandler
Creates a dependency on a client module.
Module - org.gradle.api.artifactsのインタフェース
A Module represents the meta-information about a project which should be used when publishing the module.
module(EarModule, String) - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.DeploymentDescriptor
Add a module to the deployment descriptor.
module(String, String) - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.DeploymentDescriptor
Add a module to the deployment descriptor.
MODULE_KEY - インタフェース のstatic変数org.gradle.api.artifacts.ExcludeRule
 
ModuleComponentIdentifier - org.gradle.api.artifacts.componentのインタフェース
An identifier for a component instance which is available as a module version.
ModuleComponentSelector - org.gradle.api.artifacts.componentのインタフェース
Criteria for selecting a component instance that is available as a module version.
ModuleDependency - org.gradle.api.artifactsのインタフェース
A ModuleDependency is a Dependency on a module outside the current project.
ModuleIdentifier - org.gradle.api.artifactsのインタフェース
The identifier of a module.
ModuleResolutionControl - org.gradle.api.artifacts.cacheのインタフェース
Command methods for controlling module resolution via the DSL.
ModuleVersionIdentifier - org.gradle.api.artifactsのインタフェース
The identifier of a module version.
ModuleVersionSelector - org.gradle.api.artifactsのインタフェース
Selects a module version
mustRunAfter(Object...) - インタフェース のメソッドorg.gradle.api.Task
Specifies that this task must run after all of the supplied tasks.

N

NAME - インタフェース のstatic変数org.gradle.api.plugins.antlr.AntlrSourceVirtualDirectory
 
NAME - インタフェース のstatic変数org.gradle.api.publish.PublishingExtension
The name of this extension when installed by the PublishingPlugin ("publishing").
NAME - クラス のstatic変数org.gradle.api.reporting.ReportingExtension
The name of this extension (""reporting"")
NAME - クラス のstatic変数org.gradle.plugins.javascript.base.JavaScriptExtension
 
NAME - クラス のstatic変数org.gradle.plugins.javascript.base.JavaScriptRepositoriesExtension
 
NAME - クラス のstatic変数org.gradle.plugins.javascript.coffeescript.CoffeeScriptExtension
 
NAME - クラス のstatic変数org.gradle.plugins.javascript.envjs.EnvJsExtension
 
NAME - クラス のstatic変数org.gradle.plugins.javascript.jshint.JsHintExtension
 
NAME - クラス のstatic変数org.gradle.plugins.javascript.rhino.RhinoExtension
 
Named - org.gradle.apiのインタフェース
Types can implement this interface and use the embedded Named.Namer implementation, to satisfy API that calls for a namer.
Named.Namer - org.gradle.apiのクラス
An implementation of the namer interface for objects implementing the named interface.
NamedDomainObjectCollection<T> - org.gradle.apiのインタフェース
A NamedDomainObjectCollection represents a collection of domain objects that have an inherent, constant, name.
NamedDomainObjectContainer<T> - org.gradle.apiのインタフェース
A named domain object container is a specialisation of NamedDomainObjectSet that adds the ability to create instances of the element type.
NamedDomainObjectFactory<T> - org.gradle.apiのインタフェース
A factory for named objects of type T.
NamedDomainObjectList<T> - org.gradle.apiのインタフェース
A specialisation of NamedDomainObjectCollection that also implements List.
NamedDomainObjectSet<T> - org.gradle.apiのインタフェース
A specialisation of NamedDomainObjectCollection that also implements Set and orders objects by their inherent name.
Namer() - クラス のコンストラクタorg.gradle.api.artifacts.Configuration.Namer
 
Namer() - クラス のコンストラクタorg.gradle.api.Named.Namer
 
Namer<T> - org.gradle.apiのインタフェース
A namer is capable of providing a name based on some inherent characteristic of an object.
NAMER - インタフェース のstatic変数org.gradle.api.reporting.Report
 
Namer() - クラス のコンストラクタorg.gradle.api.Task.Namer
 
Namer.Comparator<T> - org.gradle.apiのクラス
A comparator implementation based on the names returned by the given namer.
NativeBinariesTestPlugin - org.gradle.nativeplatform.test.pluginsのクラス
A plugin that sets up the infrastructure for testing native binaries with CUnit.
NativeBinariesTestPlugin() - クラス のコンストラクタorg.gradle.nativeplatform.test.plugins.NativeBinariesTestPlugin
 
NativeBinariesTestPlugin.Rules - org.gradle.nativeplatform.test.pluginsのクラス
Model rules.
NativeBinary - org.gradle.nativeplatformのインタフェース
Represents a particular binary artifact.
NativeBinarySpec - org.gradle.nativeplatformのインタフェース
Represents a binary artifact that is the result of building a native component.
NativeBinaryTasks - org.gradle.nativeplatformのインタフェース
Provides access to key tasks used for building the binary.
NativeComponentExtension - org.gradle.nativeplatformのインタフェース
The configuration for native components generated by this build.
NativeComponentModelPlugin - org.gradle.nativeplatform.pluginsのクラス
A plugin that sets up the infrastructure for defining native binaries.
NativeComponentModelPlugin(Instantiator, FileResolver) - クラス のコンストラクタorg.gradle.nativeplatform.plugins.NativeComponentModelPlugin
 
NativeComponentModelPlugin.Rules - org.gradle.nativeplatform.pluginsのクラス
Model rules.
NativeComponentSpec - org.gradle.nativeplatformのインタフェース
Represents a logical software component, which may be built in a number of variant binaries.
NativeDependencySet - org.gradle.nativeplatformのインタフェース
Models a collection of native type dependencies.
NativeExecutable - org.gradle.nativeplatformのインタフェース
An executable native component that is built by Gradle.
NativeExecutableBinary - org.gradle.nativeplatformのインタフェース
A binary artifact for a NativeExecutable, targeted at a particular platform with specific configuration.
NativeExecutableBinarySpec - org.gradle.nativeplatformのインタフェース
An binary built by Gradle for a native application.
NativeExecutableSpec - org.gradle.nativeplatformのインタフェース
An executable native component that is built by Gradle.
NativeLibrary - org.gradle.nativeplatformのインタフェース
A library component that is built by a gradle project.
NativeLibraryBinary - org.gradle.nativeplatformのインタフェース
A physical representation of a NativeLibrary component.
NativeLibraryBinarySpec - org.gradle.nativeplatformのインタフェース
Represents a binary artifact that is the result of building a native library component.
NativeLibraryRequirement - org.gradle.nativeplatformのインタフェース
A dependency on a native library within the build.
NativeLibrarySpec - org.gradle.nativeplatformのインタフェース
A library component that is built by a gradle project.
NativePlatform - org.gradle.nativeplatform.platformのインタフェース
A target platform for building native binaries.
NativeResourceSet - org.gradle.nativeplatform.sourcesetのインタフェース
A source set that provides resources.
NativeTestSuiteBinarySpec - org.gradle.nativeplatform.testのインタフェース
An executable which runs a suite of tests.
NativeTestSuiteSpec - org.gradle.nativeplatform.testのインタフェース
A component representing a suite of tests that will be executed together.
NativeToolChain - org.gradle.nativeplatform.toolchainのインタフェース
A set of compilers and linkers that are used together to construct a native binary.
Nested - org.gradle.api.tasksの注釈型
Marks a property as specifying a nested bean, whose properties should be checked for annotations.
newBuild() - クラス のメソッドorg.gradle.StartParameter
Creates the parameters for a new build, using these parameters as a template.
newBuild() - インタフェース のメソッドorg.gradle.tooling.ProjectConnection
Creates a launcher which can be used to execute a build.
newCancellationTokenSource() - クラス のstaticメソッドorg.gradle.tooling.GradleConnector
Creates a new CancellationTokenSource that can be used to cancel one or more LongRunningOperation executions.
newConnector() - クラス のstaticメソッドorg.gradle.tooling.GradleConnector
Creates a new connector instance.
newInstance() - クラス のメソッドorg.gradle.StartParameter
Duplicates this StartParameter instance.
noComment(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
noComment() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
noDeprecated(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
noDeprecated() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
noDeprecatedList(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
noDeprecatedList() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
noHelp(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
noHelp() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
noIndex(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
noIndex() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
noNavBar(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
noNavBar() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
NonExtensible - org.gradle.apiの注釈型
Indicates that the type, when DSL enhanced, does not support extensibility.
noQualifier(List<String>) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
noQualifiers(String...) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
noSince(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
noSince() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
not(Spec<? super T>) - クラス のstaticメソッドorg.gradle.api.specs.Specs
 
noTimestamp - クラス の変数org.gradle.external.javadoc.StandardJavadocDocletOptions
 
noTimestamp(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
noTimestamp() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
noTree(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
noTree() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
NotSpec<T> - org.gradle.api.specsのクラス
A Spec implementation which negates another Spec.
NotSpec(Spec<? super T>) - クラス のコンストラクタorg.gradle.api.specs.NotSpec
 
Nullable - org.gradle.apiの注釈型
Indicates that the value of an element can be null.

O

ObjectConfigurationAction - org.gradle.api.pluginsのインタフェース
An ObjectConfigurationAction allows you to apply Plugins and scripts to an object or objects.
ObjectFile - org.gradle.nativeplatformのクラス
LanguageOutputType marking object file output type.
ObjectFile() - クラス のコンストラクタorg.gradle.nativeplatform.ObjectFile
 
ObjectFilesToBinary - org.gradle.nativeplatform.tasksのインタフェース
A task that combines a set of object files into a single binary.
ObjectiveCCompile - org.gradle.language.objectivec.tasksのクラス
Compiles Objective-C source files into object files.
ObjectiveCCompile() - クラス のコンストラクタorg.gradle.language.objectivec.tasks.ObjectiveCCompile
 
ObjectiveCLangPlugin - org.gradle.language.objectivec.pluginsのクラス
Adds core Objective-C language support.
ObjectiveCLangPlugin() - クラス のコンストラクタorg.gradle.language.objectivec.plugins.ObjectiveCLangPlugin
 
ObjectiveCPlugin - org.gradle.language.objectivec.pluginsのクラス
A plugin for projects wishing to build native binary components from Objective-C sources.
ObjectiveCPlugin() - クラス のコンストラクタorg.gradle.language.objectivec.plugins.ObjectiveCPlugin
 
ObjectiveCppCompile - org.gradle.language.objectivecpp.tasksのクラス
Compiles Objective-C++ source files into object files.
ObjectiveCppCompile() - クラス のコンストラクタorg.gradle.language.objectivecpp.tasks.ObjectiveCppCompile
 
ObjectiveCppLangPlugin - org.gradle.language.objectivecpp.pluginsのクラス
Adds core Objective-Cpp language support.
ObjectiveCppLangPlugin() - クラス のコンストラクタorg.gradle.language.objectivecpp.plugins.ObjectiveCppLangPlugin
 
ObjectiveCppPlugin - org.gradle.language.objectivecpp.pluginsのクラス
A plugin for projects wishing to build native binary components from Objective-C++ sources.
ObjectiveCppPlugin() - クラス のコンストラクタorg.gradle.language.objectivecpp.plugins.ObjectiveCppPlugin
 
ObjectiveCppSourceSet - org.gradle.language.objectivecppのインタフェース
A set of Objective-C++ source files.
ObjectiveCSourceSet - org.gradle.language.objectivecのインタフェース
A set of Objective-C source files.
onComplete(T) - インタフェース のメソッドorg.gradle.tooling.ResultHandler
Handles successful completion of the operation.
onFailure(GradleConnectionException) - インタフェース のメソッドorg.gradle.tooling.ResultHandler
Handles a failed operation.
onlyIf(Closure) - インタフェース のメソッドorg.gradle.api.Task
Execute the task only if the given closure returns true.
onlyIf(Spec<? super Task>) - インタフェース のメソッドorg.gradle.api.Task
Execute the task only if the given spec is satisfied.
onOutput(CharSequence) - インタフェース のメソッドorg.gradle.api.logging.StandardOutputListener
Called when some output is written by the logging system.
onOutput(Closure) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Adds a closure to be notified when output from the test received.
onOutput(TestDescriptor, TestOutputEvent) - インタフェース のメソッドorg.gradle.api.tasks.testing.TestOutputListener
Fired when during test execution anything is printed to standard output or error
open() - インタフェース のメソッドorg.gradle.api.file.FileTreeElement
Opens this file as an input stream.
operatingSystem(Object) - インタフェース のメソッドorg.gradle.nativeplatform.platform.NativePlatform
Sets the operating system being targeted.
OperatingSystem - org.gradle.nativeplatform.platformのインタフェース
A machine operating system.
Optional - org.gradle.api.tasksの注釈型
Marks a task property as optional.
optionFiles(File...) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
optionFiles(File...) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
OptionLessJavadocOptionFileOption<T> - org.gradle.external.javadocのインタフェース
Represents a Javadoc option.
optionMap() - クラス のメソッドorg.gradle.api.tasks.compile.AbstractOptions
 
optionMap() - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Internal method.
optionMap() - クラス のメソッドorg.gradle.api.tasks.compile.GroovyCompileOptions
Internal method.
options(Closure<?>) - クラス のメソッドorg.gradle.api.tasks.javadoc.Javadoc
Convenience method for configuring Javadoc generation options.
options(Closure) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Configures test framework specific options.
options(Action<CoffeeScriptCompileOptions>) - クラス のメソッドorg.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
 
options(Closure<?>) - クラス のメソッドorg.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
 
or(Spec<? super T>...) - クラス のstaticメソッドorg.gradle.api.specs.Specs
 
or(boolean, List<? extends Spec<? super T>>) - クラス のstaticメソッドorg.gradle.api.specs.Specs
 
org.gradle - パッケージ org.gradle
Classes for embedding Gradle.
org.gradle.api - パッケージ org.gradle.api
Start Here: Gradle's Project API, which is available from your build files.
org.gradle.api.artifacts - パッケージ org.gradle.api.artifacts
Classes for declaring and using artifacts and artifact dependencies.
org.gradle.api.artifacts.cache - パッケージ org.gradle.api.artifacts.cache
Classes for controlling dependency resolution.
org.gradle.api.artifacts.component - パッケージ org.gradle.api.artifacts.component
Classes that provide meta-data about software components.
org.gradle.api.artifacts.dsl - パッケージ org.gradle.api.artifacts.dsl
Classes used in the artifact DSL.
org.gradle.api.artifacts.ivy - パッケージ org.gradle.api.artifacts.ivy
Classes for declaring and using Ivy modules.
org.gradle.api.artifacts.maven - パッケージ org.gradle.api.artifacts.maven
Maven specific classes for dependency management.
org.gradle.api.artifacts.query - パッケージ org.gradle.api.artifacts.query
Classes used for querying the artifacts.
org.gradle.api.artifacts.repositories - パッケージ org.gradle.api.artifacts.repositories
Classes for declaring and using artifact repositories.
org.gradle.api.artifacts.result - パッケージ org.gradle.api.artifacts.result
Classes that compose the resolution result
org.gradle.api.component - パッケージ org.gradle.api.component
Types for declaring and using Software Components.
org.gradle.api.distribution - パッケージ org.gradle.api.distribution
The main interfaces and classes of the distribution plugin.
org.gradle.api.dsl - パッケージ org.gradle.api.dsl
dsl related classes.
org.gradle.api.execution - パッケージ org.gradle.api.execution
Classes for managing and monitoring build execution.
org.gradle.api.file - パッケージ org.gradle.api.file
Classes for working with files.
org.gradle.api.initialization - パッケージ org.gradle.api.initialization
Classes for managing and monitoring build initialization.
org.gradle.api.initialization.dsl - パッケージ org.gradle.api.initialization.dsl
Classes used in the initialization DSL.
org.gradle.api.invocation - パッケージ org.gradle.api.invocation
Classes for invoking and monitoring gradle builds.
org.gradle.api.java.archives - パッケージ org.gradle.api.java.archives
Classes for working with JAR manifests.
org.gradle.api.jvm - パッケージ org.gradle.api.jvm
Classes for adapting the legacy plugins to the new component model.
org.gradle.api.logging - パッケージ org.gradle.api.logging
Classes for managing logging in Gradle.
org.gradle.api.platform.jvm - パッケージ org.gradle.api.platform.jvm
Classes for managing platform variance
org.gradle.api.plugins - パッケージ org.gradle.api.plugins
The standard Plugin implementations.
org.gradle.api.plugins.announce - パッケージ org.gradle.api.plugins.announce
A Plugin for generating announcements from your build.
org.gradle.api.plugins.antlr - パッケージ org.gradle.api.plugins.antlr
A Plugin for generating parsers from Antlr grammars.
org.gradle.api.plugins.buildcomparison.gradle - パッケージ org.gradle.api.plugins.buildcomparison.gradle
Build comparision classes that are specific to Gradle, including comparing Gradle upgrades.
org.gradle.api.plugins.jetty - パッケージ org.gradle.api.plugins.jetty
The Jetty Plugin implementation.
org.gradle.api.plugins.osgi - パッケージ org.gradle.api.plugins.osgi
The OSGi Plugin implementation.
org.gradle.api.plugins.quality - パッケージ org.gradle.api.plugins.quality
Plugins which measure and enforce code quality.
org.gradle.api.publish - パッケージ org.gradle.api.publish
Classes that deal with publishing artifacts.
org.gradle.api.publish.ivy - パッケージ org.gradle.api.publish.ivy
Types that deal with publishing in the Ivy format.
org.gradle.api.publish.ivy.plugins - パッケージ org.gradle.api.publish.ivy.plugins
Plugins for Ivy publishing.
org.gradle.api.publish.ivy.tasks - パッケージ org.gradle.api.publish.ivy.tasks
Tasks for Ivy publishing.
org.gradle.api.publish.maven - パッケージ org.gradle.api.publish.maven
Types that deal with publishing in the Maven format.
org.gradle.api.publish.maven.plugins - パッケージ org.gradle.api.publish.maven.plugins
Plugins for publishing in the Maven format.
org.gradle.api.publish.maven.tasks - パッケージ org.gradle.api.publish.maven.tasks
Tasks for publishing in the Maven format.
org.gradle.api.publish.plugins - パッケージ org.gradle.api.publish.plugins
Publishing plugins.
org.gradle.api.reporting - パッケージ org.gradle.api.reporting
Classes for reporting
org.gradle.api.reporting.components - パッケージ org.gradle.api.reporting.components
Component reporting tasks.
org.gradle.api.reporting.dependencies - パッケージ org.gradle.api.reporting.dependencies
Types responsible for generating dependency reports.
org.gradle.api.reporting.plugins - パッケージ org.gradle.api.reporting.plugins
Plugins for reporting
org.gradle.api.resources - パッケージ org.gradle.api.resources
Interfaces and API for the 'Resources' concept.
org.gradle.api.specs - パッケージ org.gradle.api.specs
Classes for defining general purpose criteria.
org.gradle.api.tasks - パッケージ org.gradle.api.tasks
The standard Task implementations.
org.gradle.api.tasks.ant - パッケージ org.gradle.api.tasks.ant
The Ant integration Task implementations.
org.gradle.api.tasks.bundling - パッケージ org.gradle.api.tasks.bundling
Tasks for bundling JVM components into JAR files.
org.gradle.api.tasks.compile - パッケージ org.gradle.api.tasks.compile
The compilation Task implementations.
org.gradle.api.tasks.diagnostics - パッケージ org.gradle.api.tasks.diagnostics
The diagnostic Task implementations.
org.gradle.api.tasks.incremental - パッケージ org.gradle.api.tasks.incremental
API classes for implementing incremental tasks.
org.gradle.api.tasks.javadoc - パッケージ org.gradle.api.tasks.javadoc
The documentation generation Task implementations.
org.gradle.api.tasks.scala - パッケージ org.gradle.api.tasks.scala
Scala Task implementations.
org.gradle.api.tasks.testing - パッケージ org.gradle.api.tasks.testing
The unit testing Task implementations.
org.gradle.api.tasks.testing.logging - パッケージ org.gradle.api.tasks.testing.logging
Types related to logging of test related information to the console.
org.gradle.api.tasks.util - パッケージ org.gradle.api.tasks.util
Utility classes used by the standard task implementations.
org.gradle.api.tasks.wrapper - パッケージ org.gradle.api.tasks.wrapper
The Gradle wrapper Task.
org.gradle.external.javadoc - パッケージ org.gradle.external.javadoc
Classes to run Javadoc.
org.gradle.ide.visualstudio - パッケージ org.gradle.ide.visualstudio
Model classes for visual studio.
org.gradle.ide.visualstudio.plugins - パッケージ org.gradle.ide.visualstudio.plugins
Plugins for Visual Studio integration.
org.gradle.jvm - パッケージ org.gradle.jvm
Types for support of JVM runtime.
org.gradle.jvm.plugins - パッケージ org.gradle.jvm.plugins
Base plugins that add support for JVM runtime.
org.gradle.jvm.toolchain - パッケージ org.gradle.jvm.toolchain
Defines tools that can build things that run on the JVM.
org.gradle.language - パッケージ org.gradle.language
Model classes for managing language sources.
org.gradle.language.assembler - パッケージ org.gradle.language.assembler
Model classes for building from Assembler language sources.
org.gradle.language.assembler.plugins - パッケージ org.gradle.language.assembler.plugins
Plugins for building from Assembler language sources.
org.gradle.language.assembler.tasks - パッケージ org.gradle.language.assembler.tasks
Tasks for assembling Assembler sources for a native runtime.
org.gradle.language.base - パッケージ org.gradle.language.base
General purpose types for language support.
org.gradle.language.base.artifact - パッケージ org.gradle.language.base.artifact
Classes representing artifacts relevant to languages in general.
org.gradle.language.base.plugins - パッケージ org.gradle.language.base.plugins
Base plugins for language support.
org.gradle.language.c - パッケージ org.gradle.language.c
Model classes for building from C language sources.
org.gradle.language.c.plugins - パッケージ org.gradle.language.c.plugins
Plugins for building from C language sources.
org.gradle.language.c.tasks - パッケージ org.gradle.language.c.tasks
Tasks for compiling C sources for a native runtime.
org.gradle.language.cpp - パッケージ org.gradle.language.cpp
Model classes for building from C++ language sources.
org.gradle.language.cpp.plugins - パッケージ org.gradle.language.cpp.plugins
Plugins for building from C++ language sources.
org.gradle.language.cpp.tasks - パッケージ org.gradle.language.cpp.tasks
Tasks for compiling C++ sources for a native runtime.
org.gradle.language.java - パッケージ org.gradle.language.java
Types for Java language support.
org.gradle.language.java.artifact - パッケージ org.gradle.language.java.artifact
Classes representing artifacts relevant to the Java language.
org.gradle.language.java.plugins - パッケージ org.gradle.language.java.plugins
Base plugins that add support for Java language.
org.gradle.language.jvm - パッケージ org.gradle.language.jvm
Types for support for JVM languages.
org.gradle.language.jvm.plugins - パッケージ org.gradle.language.jvm.plugins
Base plugins that add language support for JVM resources.
org.gradle.language.jvm.tasks - パッケージ org.gradle.language.jvm.tasks
Tasks for support for JVM languages.
org.gradle.language.nativebase.tasks - パッケージ org.gradle.language.nativebase.tasks
Base classes for native language compile tasks.
org.gradle.language.objectivec - パッケージ org.gradle.language.objectivec
Model classes for building from Objective-C language sources.
org.gradle.language.objectivec.plugins - パッケージ org.gradle.language.objectivec.plugins
Plugins for building from Objective-C language sources.
org.gradle.language.objectivec.tasks - パッケージ org.gradle.language.objectivec.tasks
Tasks for compiling Objective-C sources for a native runtime.
org.gradle.language.objectivecpp - パッケージ org.gradle.language.objectivecpp
Model classes for building from Objective-C++ language sources.
org.gradle.language.objectivecpp.plugins - パッケージ org.gradle.language.objectivecpp.plugins
Plugins for building from Objective-C++ language sources.
org.gradle.language.objectivecpp.tasks - パッケージ org.gradle.language.objectivecpp.tasks
Tasks for compiling Objective-C++ sources for a native runtime.
org.gradle.language.rc - パッケージ org.gradle.language.rc
Model classes for building from Windows Resource scripts.
org.gradle.language.rc.plugins - パッケージ org.gradle.language.rc.plugins
Plugins for building from Windows Resource scripts.
org.gradle.language.rc.tasks - パッケージ org.gradle.language.rc.tasks
Tasks for compiling Windows resources for a native runtime.
org.gradle.nativeplatform - パッケージ org.gradle.nativeplatform
Classes that model aspects of native component projects.
org.gradle.nativeplatform.platform - パッケージ org.gradle.nativeplatform.platform
Classes that allow defining a native binary platform.
org.gradle.nativeplatform.plugins - パッケージ org.gradle.nativeplatform.plugins
Plugins for building native component projects.
org.gradle.nativeplatform.sourceset - パッケージ org.gradle.nativeplatform.sourceset
Model classes for managing language sources.
org.gradle.nativeplatform.tasks - パッケージ org.gradle.nativeplatform.tasks
Tasks for building native component projects.
org.gradle.nativeplatform.test - パッケージ org.gradle.nativeplatform.test
API classes for testing native binaries.
org.gradle.nativeplatform.test.cunit - パッケージ org.gradle.nativeplatform.test.cunit
API classes for cunit integration.
org.gradle.nativeplatform.test.cunit.plugins - パッケージ org.gradle.nativeplatform.test.cunit.plugins
Plugins for cunit testing.
org.gradle.nativeplatform.test.cunit.tasks - パッケージ org.gradle.nativeplatform.test.cunit.tasks
Tasks for cunit integration.
org.gradle.nativeplatform.test.plugins - パッケージ org.gradle.nativeplatform.test.plugins
Plugin classes for generic support for testing native binaries.
org.gradle.nativeplatform.toolchain - パッケージ org.gradle.nativeplatform.toolchain
Classes that allow C++ tool chains to be configured.
org.gradle.nativeplatform.toolchain.plugins - パッケージ org.gradle.nativeplatform.toolchain.plugins
Built-in tool chain support.
org.gradle.platform.base - パッケージ org.gradle.platform.base
General purpose types for runtime support.
org.gradle.platform.base.binary - パッケージ org.gradle.platform.base.binary
General purpose types for binary support.
org.gradle.platform.base.component - パッケージ org.gradle.platform.base.component
General purpose types for library support.
org.gradle.platform.base.test - パッケージ org.gradle.platform.base.test
General purpose types for test suite support.
org.gradle.plugin.use - パッケージ org.gradle.plugin.use
Classes for managing plugin resolution and use.
org.gradle.plugins.ear - パッケージ org.gradle.plugins.ear
Support for generating EAR archives in a Gradle build
org.gradle.plugins.ear.descriptor - パッケージ org.gradle.plugins.ear.descriptor
Classes for working with EAR deployment descriptors.
org.gradle.plugins.ide.api - パッケージ org.gradle.plugins.ide.api
General ide plugin api.
org.gradle.plugins.ide.eclipse.model - パッケージ org.gradle.plugins.ide.eclipse.model
Classes for the model used by the EclipsePlugin.
org.gradle.plugins.ide.idea.model - パッケージ org.gradle.plugins.ide.idea.model
Classes for the model used by the IdeaPlugin.
org.gradle.plugins.javascript.base - パッケージ org.gradle.plugins.javascript.base
 
org.gradle.plugins.javascript.coffeescript - パッケージ org.gradle.plugins.javascript.coffeescript
 
org.gradle.plugins.javascript.envjs - パッケージ org.gradle.plugins.javascript.envjs
 
org.gradle.plugins.javascript.envjs.browser - パッケージ org.gradle.plugins.javascript.envjs.browser
 
org.gradle.plugins.javascript.envjs.http - パッケージ org.gradle.plugins.javascript.envjs.http
 
org.gradle.plugins.javascript.envjs.http.simple - パッケージ org.gradle.plugins.javascript.envjs.http.simple
 
org.gradle.plugins.javascript.jshint - パッケージ org.gradle.plugins.javascript.jshint
 
org.gradle.plugins.javascript.rhino - パッケージ org.gradle.plugins.javascript.rhino
 
org.gradle.plugins.javascript.rhino.worker - パッケージ org.gradle.plugins.javascript.rhino.worker
 
org.gradle.process - パッケージ org.gradle.process
Classes for executing system and Java processes.
org.gradle.sonar.runner - パッケージ org.gradle.sonar.runner
Integration with Sonar.
org.gradle.sonar.runner.plugins - パッケージ org.gradle.sonar.runner.plugins
Plugins for Sonar Runner integration.
org.gradle.sonar.runner.tasks - パッケージ org.gradle.sonar.runner.tasks
Tasks for the Sonar Runner integration.
org.gradle.testfixtures - パッケージ org.gradle.testfixtures
Classes and interfaces for testing custom task and plugin implementations.
org.gradle.testing.jacoco.tasks - パッケージ org.gradle.testing.jacoco.tasks
Tasks to work with the JaCoCo code coverage library.
org.gradle.tooling - パッケージ org.gradle.tooling
The main interfaces and classes of the Gradle tooling API.
org.gradle.tooling.exceptions - パッケージ org.gradle.tooling.exceptions
Exceptions thrown when using the tooling API.
org.gradle.tooling.model - パッケージ org.gradle.tooling.model
The general-purpose tooling model types, provided by the tooling API.
org.gradle.tooling.model.build - パッケージ org.gradle.tooling.model.build
Tooling models for the build environment, which includes information such as Gradle or Java versions.
org.gradle.tooling.model.eclipse - パッケージ org.gradle.tooling.model.eclipse
Eclipse-centric tooling models.
org.gradle.tooling.model.gradle - パッケージ org.gradle.tooling.model.gradle
The tooling models for Gradle builds and projects.
org.gradle.tooling.model.idea - パッケージ org.gradle.tooling.model.idea
IntelliJ IDEA centric tooling models.
org.gradle.tooling.provider.model - パッケージ org.gradle.tooling.provider.model
Interfaces and classes that allow tooling models to be made available to the tooling API client.
OrSpec<T> - org.gradle.api.specsのクラス
A CompositeSpec which requires any one of its specs to be true in order to evaluate to true.
OrSpec(Spec<? super T>...) - クラス のコンストラクタorg.gradle.api.specs.OrSpec
 
OrSpec(Iterable<? extends Spec<? super T>>) - クラス のコンストラクタorg.gradle.api.specs.OrSpec
 
OsgiManifest - org.gradle.api.plugins.osgiのインタフェース
Represents a manifest file for a JAR containing an OSGi bundle.
osgiManifest() - クラス のメソッドorg.gradle.api.plugins.osgi.OsgiPluginConvention
Creates a new instance of OsgiManifest.
osgiManifest(Closure) - クラス のメソッドorg.gradle.api.plugins.osgi.OsgiPluginConvention
Creates and configures a new instance of an OsgiManifest .
OsgiPluginConvention - org.gradle.api.plugins.osgiのクラス
Is mixed in into the project when applying the OsgiPlugin .
OsgiPluginConvention(ProjectInternal) - クラス のコンストラクタorg.gradle.api.plugins.osgi.OsgiPluginConvention
 
outOfDate(Action<? super InputFileDetails>) - インタフェース のメソッドorg.gradle.api.tasks.incremental.IncrementalTaskInputs
Executes the action for all of the input files that are out-of-date since the previous task execution.
OutputDirectories - org.gradle.api.tasksの注釈型
Marks a property as specifying one or more output directories for a task.
OutputDirectory - org.gradle.api.tasksの注釈型
Marks a property as specifying an output directory for a task.
OutputFile - org.gradle.api.tasksの注釈型
Marks a property as specifying an output file for a task.
OutputFiles - org.gradle.api.tasksの注釈型
Marks a property as specifying one or more output files for a task.
overview(String) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
Fluent setter for the overview option.
overview(String) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 

P

parse(boolean, String) - クラス のstaticメソッドorg.gradle.api.file.RelativePath
 
parse(boolean, RelativePath, String) - クラス のstaticメソッドorg.gradle.api.file.RelativePath
 
parse(File, String) - クラス のstaticメソッドorg.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils
 
parse(File, String, Action<Context>) - クラス のstaticメソッドorg.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils
 
parseRhino(File, RhinoWorkerUtils.ScopeOperation<T>) - クラス のstaticメソッドorg.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils
 
PasswordCredentials - org.gradle.api.artifacts.repositoriesのインタフェース
A username/password credentials that can be used to login to password-protected remote repository.
path(Object...) - インタフェース のメソッドorg.gradle.nativeplatform.toolchain.GccCompatibleToolChain
Append an entry or entries to the tool chain path.
PATH_SEPARATOR - インタフェース のstatic変数org.gradle.api.Project
The hierarchy separator for project and task path names.
PathValidation - org.gradle.apiの列挙型
An enumeration for describing validation policies for file paths.
PatternFilterable - org.gradle.api.tasks.utilのインタフェース
A PatternFilterable represents some file container which Ant-style include and exclude patterns or specs can be applied to.
PatternSet - org.gradle.api.tasks.utilのクラス
Standalone implementation of PatternFilterable.
PatternSet() - クラス のコンストラクタorg.gradle.api.tasks.util.PatternSet
 
Platform - org.gradle.platform.baseのインタフェース
Platform defines the variants a component can produce.
PlatformContainer - org.gradle.nativeplatform.platformのインタフェース
A container of NativePlatforms.
PlatformToolChain - org.gradle.nativeplatform.toolchainのインタフェース
A platform specific configurable tool chain.
Plugin<T> - org.gradle.apiのインタフェース
A Plugin represents an extension to Gradle.
plugin(Class<? extends Plugin>) - インタフェース のメソッドorg.gradle.api.plugins.ObjectConfigurationAction
Adds a Plugin to use to configure the target objects.
plugin(String) - インタフェース のメソッドorg.gradle.api.plugins.ObjectConfigurationAction
Adds a Plugin to use to configure the target objects.
PluginAware - org.gradle.api.pluginsのインタフェース
Objects a Plugin can be applied to.
PluginCollection<T extends Plugin> - org.gradle.api.pluginsのインタフェース
A PluginCollection represents a collection of Plugin instances.
PluginContainer - org.gradle.api.pluginsのインタフェース
A PluginContainer is used to manage a set of Plugin instances applied to a particular project.
PluginDependenciesSpec - org.gradle.plugin.useのインタフェース
The DSL for declaring plugins to use in a script.
PluginDependencySpec - org.gradle.plugin.useのインタフェース
A mutable specification of a dependency on a plugin.
PluginInstantiationException - org.gradle.api.pluginsの例外
A PluginInstantiationException is thrown when a plugin cannot be instantiated.
PluginInstantiationException(String) - 例外 のコンストラクタorg.gradle.api.plugins.PluginInstantiationException
 
PluginInstantiationException(String, Throwable) - 例外 のコンストラクタorg.gradle.api.plugins.PluginInstantiationException
 
plus(FileCollection) - インタフェース のメソッドorg.gradle.api.file.FileCollection
Returns a FileCollection which contains the union of this collection and the given collection.
plus(FileTree) - インタフェース のメソッドorg.gradle.api.file.FileTree
Returns a FileTree which contains the union of this tree and the given tree.
plus(RelativePath) - クラス のメソッドorg.gradle.api.file.RelativePath
Appends the given path to the end of this path.
PmdReports - org.gradle.api.plugins.qualityのインタフェース
The reporting configuration for the Pmd task.
PolymorphicDomainObjectContainer<T> - org.gradle.apiのインタフェース
A NamedDomainObjectContainer that allows to create domain objects with different types.
pom(String) - インタフェース のメソッドorg.gradle.api.artifacts.maven.PomFilterContainer
pom(String, Closure) - インタフェース のメソッドorg.gradle.api.artifacts.maven.PomFilterContainer
Configures a POM by a closure.
pom(Closure) - インタフェース のメソッドorg.gradle.api.artifacts.maven.PomFilterContainer
Configures the default POM by a closure.
pom() - クラス のメソッドorg.gradle.api.plugins.MavenPluginConvention
Creates a new MavenPom.
pom(Closure) - クラス のメソッドorg.gradle.api.plugins.MavenPluginConvention
Creates and configures a new MavenPom.
pom(Action<? super MavenPom>) - インタフェース のメソッドorg.gradle.api.publish.maven.MavenPublication
Configures the POM that will be published.
POM_FILE_ENCODING - インタフェース のstatic変数org.gradle.api.artifacts.maven.MavenPom
 
PomFilterContainer - org.gradle.api.artifacts.mavenのインタフェース
Manages a set of MavenPom instances and their associated PublishFilter instances.
PORT_SYSPROPERTY - クラス のstatic変数org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
PrebuiltLibraries - org.gradle.nativeplatformのインタフェース
A container of PrebuiltLibrary instances.
PrebuiltLibrary - org.gradle.nativeplatformのインタフェース
A library component that is not built by gradle.
PrebuiltSharedLibraryBinary - org.gradle.nativeplatformのインタフェース
A shared library that exists at a known location on the filesystem.
PrebuiltStaticLibraryBinary - org.gradle.nativeplatformのインタフェース
A static library that exists at a known location on the filesystem.
prepareNewBuild(StartParameter) - クラス のメソッドorg.gradle.StartParameter
 
prepareNewInstance(StartParameter) - クラス のメソッドorg.gradle.StartParameter
 
prepend(String...) - クラス のメソッドorg.gradle.api.file.RelativePath
Prepends the given names to the start of this path.
PreprocessingTool - org.gradle.languageのインタフェース
A tool that permits configuration of the C preprocessor.
process(P) - インタフェース のメソッドorg.gradle.plugins.javascript.rhino.worker.RhinoWorker
 
process(P) - インタフェース のメソッドorg.gradle.plugins.javascript.rhino.worker.RhinoWorkerHandle
 
PROCESS_RESOURCES_TASK_NAME - クラス のstatic変数org.gradle.api.plugins.JavaPlugin
 
PROCESS_TEST_RESOURCES_TASK_NAME - クラス のstatic変数org.gradle.api.plugins.JavaPlugin
 
ProcessForkOptions - org.gradle.processのインタフェース
Specifies the options to use to fork a process.
ProcessResources - org.gradle.language.jvm.tasksのクラス
Copies resources from their source to their target directory, potentially processing them.
ProcessResources() - クラス のコンストラクタorg.gradle.language.jvm.tasks.ProcessResources
 
ProgressEvent - org.gradle.toolingのインタフェース
Some information about a piece of work of a long running operation.
ProgressListener - org.gradle.toolingのインタフェース
A listener which is notified as some long running operation makes progress.
project(Map<String, ?>) - インタフェース のメソッドorg.gradle.api.artifacts.dsl.DependencyHandler
Creates a dependency on a project.
project(Closure) - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenPom
Provides a builder for the Maven POM for adding or modifying properties of the Maven MavenPom.getModel().
project(String) - インタフェース のメソッドorg.gradle.api.initialization.Settings
Returns the project with the given path.
project(File) - インタフェース のメソッドorg.gradle.api.initialization.Settings
Returns the project with the given project directory.
Project - org.gradle.apiのインタフェース
This interface is the main API you use to interact with Gradle from your build file.
project(String) - インタフェース のメソッドorg.gradle.api.Project
Locates a project by path.
project(String, Closure) - インタフェース のメソッドorg.gradle.api.Project
Locates a project by path and configures it using the given closure.
PROJECT_REPORT - クラス のstatic変数org.gradle.api.plugins.ProjectReportsPlugin
 
ProjectBuilder - org.gradle.testfixturesのクラス
Creates dummy instances of Project which you can use in testing custom task and plugin implementations.
ProjectBuilder() - クラス のコンストラクタorg.gradle.testfixtures.ProjectBuilder
 
ProjectComponentIdentifier - org.gradle.api.artifacts.componentのインタフェース
An identifier for a component instance that is built as part of the current build.
ProjectComponentSelector - org.gradle.api.artifacts.componentのインタフェース
Criteria for selecting a component instance that is built as part of the current build.
ProjectConfigurationException - org.gradle.apiの例外
Indicates a problem that occurs during project configuration (evaluation) phase.
ProjectConfigurationException(String, Throwable) - 例外 のコンストラクタorg.gradle.api.ProjectConfigurationException
 
ProjectConnection - org.gradle.toolingのインタフェース
Represents a long-lived connection to a Gradle project.
ProjectDependency - org.gradle.api.artifactsのインタフェース
A ProjectDependency is a Dependency on another project in the current project hierarchy.
ProjectDependency - org.gradle.tooling.modelのインタフェース
Represents a dependency on another project.
ProjectDescriptor - org.gradle.api.initializationのインタフェース
A ProjectDescriptor declares the configuration required to create and evaluate a Project.
ProjectEvaluationListener - org.gradle.apiのインタフェース
An ProjectEvaluationListener is notified when a project is evaluated.
ProjectPublications - org.gradle.tooling.model.gradleのインタフェース
A model providing information about the publications of a Gradle project.
ProjectReportsPlugin - org.gradle.api.pluginsのクラス
A Plugin which adds some project visualization report tasks to a project.
ProjectReportsPlugin() - クラス のコンストラクタorg.gradle.api.plugins.ProjectReportsPlugin
 
ProjectReportTask - org.gradle.api.tasks.diagnosticsのクラス
Displays a list of projects in the build.
ProjectReportTask() - クラス のコンストラクタorg.gradle.api.tasks.diagnostics.ProjectReportTask
 
projectsEvaluated(Closure) - インタフェース のメソッドorg.gradle.api.invocation.Gradle
Adds a closure to be called when all projects for the build have been evaluated.
projectsEvaluated(Gradle) - クラス のメソッドorg.gradle.BuildAdapter
 
projectsEvaluated(Gradle) - インタフェース のメソッドorg.gradle.BuildListener
Called when all projects for the build have been evaluated.
projectsEvaluated(Gradle) - クラス のメソッドorg.gradle.BuildLogger
 
projectsLoaded(Closure) - インタフェース のメソッドorg.gradle.api.invocation.Gradle
Adds a closure to be called when the projects for the build have been created from the settings.
projectsLoaded(Gradle) - クラス のメソッドorg.gradle.BuildAdapter
 
projectsLoaded(Gradle) - インタフェース のメソッドorg.gradle.BuildListener
Called when the projects for the build have been created from the settings.
projectsLoaded(Gradle) - クラス のメソッドorg.gradle.BuildLogger
 
ProjectSourceSet - org.gradle.language.baseのインタフェース
A container of FunctionalSourceSets.
ProjectState - org.gradle.apiのインタフェース
ProjectState provides information about the execution state of a project.
properties(Map<String, ?>) - インタフェース のメソッドorg.gradle.api.tasks.TaskInputs
Registers a set of input properties for this task.
properties(Map<String, ?>) - クラス のメソッドorg.gradle.sonar.runner.SonarProperties
Convenience method for setting multiple properties.
PROPERTIES_TASK - クラス のstatic変数org.gradle.api.plugins.HelpTasksPlugin
 
PropertiesGeneratorTask<T extends org.gradle.plugins.ide.internal.generator.generator.PersistableConfigurationObject> - org.gradle.plugins.ide.apiのクラス
A convenience superclass for those tasks which generate Properties configuration files from a domain object of type T.
PropertiesGeneratorTask() - クラス のコンストラクタorg.gradle.plugins.ide.api.PropertiesGeneratorTask
 
property(String) - インタフェース のメソッドorg.gradle.api.Project
Returns the value of the given property.
property(String) - インタフェース のメソッドorg.gradle.api.Task
Returns the value of the given property of this task.
property(String, Object) - インタフェース のメソッドorg.gradle.api.tasks.TaskInputs
Registers an input property for this task.
property(String, Object) - クラス のメソッドorg.gradle.sonar.runner.SonarProperties
Convenience method for setting a single property.
PROPERTY_REPORT - クラス のstatic変数org.gradle.api.plugins.ProjectReportsPlugin
 
PropertyReportTask - org.gradle.api.tasks.diagnosticsのクラス
Displays the properties of a project.
PropertyReportTask() - クラス のコンストラクタorg.gradle.api.tasks.diagnostics.PropertyReportTask
 
PROVIDED - インタフェース のstatic変数org.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
 
PROVIDED_COMPILE_CONFIGURATION_NAME - クラス のstatic変数org.gradle.api.plugins.WarPlugin
 
PROVIDED_COMPILE_PRIORITY - クラス のstatic変数org.gradle.api.plugins.MavenPlugin
 
PROVIDED_RUNTIME_CONFIGURATION_NAME - クラス のstatic変数org.gradle.api.plugins.WarPlugin
 
PROVIDED_RUNTIME_PRIORITY - クラス のstatic変数org.gradle.api.plugins.MavenPlugin
 
Publication - org.gradle.api.publishのインタフェース
A publication is a description of a consumable representation of one or more artifacts, and possibly associated metadata.
PublicationContainer - org.gradle.api.publishのインタフェース
A PublicationContainer is responsible for creating and managing Publication instances.
publications(Action<? super PublicationContainer>) - インタフェース のメソッドorg.gradle.api.publish.PublishingExtension
Configures the publications of this project.
publish() - クラス のメソッドorg.gradle.api.publish.ivy.tasks.PublishToIvyRepository
 
publish() - クラス のメソッドorg.gradle.api.publish.maven.tasks.PublishToMavenRepository
 
PUBLISH_LIFECYCLE_TASK_NAME - クラス のstatic変数org.gradle.api.publish.plugins.PublishingPlugin
 
PUBLISH_LOCAL_LIFECYCLE_TASK_NAME - クラス のstatic変数org.gradle.api.publish.maven.plugins.MavenPublishPlugin
 
PUBLISH_TASK_GROUP - クラス のstatic変数org.gradle.api.publish.plugins.PublishingPlugin
 
PublishArtifact - org.gradle.api.artifactsのインタフェース
A PublishArtifact is an artifact produced by a project.
PublishArtifactSet - org.gradle.api.artifactsのインタフェース
A set of artifacts to be published.
PublishException - org.gradle.api.artifactsの例外
A PublishException is thrown when a dependency configuration cannot be published for some reason.
PublishException(String, Throwable) - 例外 のコンストラクタorg.gradle.api.artifacts.PublishException
 
PublishException(String) - 例外 のコンストラクタorg.gradle.api.artifacts.PublishException
 
PublishFilter - org.gradle.api.artifacts.mavenのインタフェース
A filter for artifacts to be published.
PublishingExtension - org.gradle.api.publishのインタフェース
The configuration of how to “publish” the different components of a project.
PublishingPlugin - org.gradle.api.publish.pluginsのクラス
Installs a PublishingExtension with name "publishing".
PublishingPlugin(ArtifactPublicationServices, Instantiator) - クラス のコンストラクタorg.gradle.api.publish.plugins.PublishingPlugin
 
PublishToIvyRepository - org.gradle.api.publish.ivy.tasksのクラス
Publishes an IvyPublication to an IvyArtifactRepository.
PublishToIvyRepository() - クラス のコンストラクタorg.gradle.api.publish.ivy.tasks.PublishToIvyRepository
 
PublishToMavenLocal - org.gradle.api.publish.maven.tasksのクラス
Publishes a MavenPublication to the Maven Local repository.
PublishToMavenLocal() - クラス のコンストラクタorg.gradle.api.publish.maven.tasks.PublishToMavenLocal
 
PublishToMavenRepository - org.gradle.api.publish.maven.tasksのクラス
PublishToMavenRepository() - クラス のコンストラクタorg.gradle.api.publish.maven.tasks.PublishToMavenRepository
 

Q

quiet(String) - インタフェース のメソッドorg.gradle.api.logging.Logger
Logs the given message at quiet log level.
quiet(String, Object...) - インタフェース のメソッドorg.gradle.api.logging.Logger
Logs the given message at quiet log level.
quiet(String, Throwable) - インタフェース のメソッドorg.gradle.api.logging.Logger
Logs the given message at quiet log level.
QUIET - クラス のstatic変数org.gradle.api.logging.Logging
 
quiet(Action<TestLogging>) - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLoggingContainer
Configures logging options for quiet level.
quiet() - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
quiet() - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 

R

read() - インタフェース のメソッドorg.gradle.api.resources.ReadableResource
Returns an input stream that provides means to read the resource
ReadableResource - org.gradle.api.resourcesのインタフェース
A resource that can be read.
readFile(File, String) - クラス のstaticメソッドorg.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils
 
readFrom(Reader) - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.DeploymentDescriptor
Reads the deployment descriptor from a reader.
readFrom(Object) - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.DeploymentDescriptor
Reads the deployment descriptor from a file.
refresh() - インタフェース のメソッドorg.gradle.api.artifacts.cache.ResolutionControl
States that any cached value should be ignored, forcing a fresh resolve.
register(ToolingModelBuilder) - インタフェース のメソッドorg.gradle.tooling.provider.model.ToolingModelBuilderRegistry
 
registerBinding(Class<U>, Class<? extends U>) - インタフェース のメソッドorg.gradle.api.ExtensiblePolymorphicDomainObjectContainer
Registers a binding from the specified "public" domain object type to the specified implementation type.
registerExtensions(ExtensionContainer, PlatformContainer, BuildTypeContainer, FlavorContainer) - クラス のメソッドorg.gradle.nativeplatform.plugins.NativeComponentModelPlugin.Rules
 
registerFactory(Class<U>, NamedDomainObjectFactory<? extends U>) - インタフェース のメソッドorg.gradle.api.ExtensiblePolymorphicDomainObjectContainer
Registers a factory for creating elements of the specified type.
registerFactory(Class<U>, Closure<? extends U>) - インタフェース のメソッドorg.gradle.api.ExtensiblePolymorphicDomainObjectContainer
Registers a factory for creating elements of the specified type.
reject(String) - インタフェース のメソッドorg.gradle.api.artifacts.ComponentSelection
Rejects the candidate for the resolution.
RelativePath - org.gradle.api.fileのクラス
Represents a relative path from some base directory to a file.
RelativePath(boolean, String...) - クラス のコンストラクタorg.gradle.api.file.RelativePath
Creates a RelativePath.
relativePath(Object) - インタフェース のメソッドorg.gradle.api.Project
Returns the relative path from the project directory to the given path.
relativePath(Object) - インタフェース のメソッドorg.gradle.api.Script
Returns the relative path from the directory containing this script to the given path.
relativeProjectPath(String) - インタフェース のメソッドorg.gradle.api.Project
Converts a name to a project path relative to this project.
reload - クラス の変数org.gradle.api.plugins.jetty.AbstractJettyRunTask
 
RELOAD_AUTOMATIC - クラス のstatic変数org.gradle.api.plugins.jetty.JettyPlugin
 
RELOAD_MANUAL - クラス のstatic変数org.gradle.api.plugins.jetty.JettyPlugin
 
removed(Action<? super InputFileDetails>) - インタフェース のメソッドorg.gradle.api.tasks.incremental.IncrementalTaskInputs
Executes the action for all of the input files that were removed since the previous task execution.
removeListener(Object) - インタフェース のメソッドorg.gradle.api.invocation.Gradle
Removes the given listener from this build.
removeProjectEvaluationListener(ProjectEvaluationListener) - インタフェース のメソッドorg.gradle.api.invocation.Gradle
Removes the given listener from this build.
removeStandardErrorListener(StandardOutputListener) - インタフェース のメソッドorg.gradle.api.logging.LoggingOutput
Removes a listener from standard error.
removeStandardOutputListener(StandardOutputListener) - インタフェース のメソッドorg.gradle.api.logging.LoggingOutput
Removes a listener from standard output.
removeTaskExecutionGraphListener(TaskExecutionGraphListener) - インタフェース のメソッドorg.gradle.api.execution.TaskExecutionGraph
Remove a listener from this graph.
removeTaskExecutionListener(TaskExecutionListener) - インタフェース のメソッドorg.gradle.api.execution.TaskExecutionGraph
Remove a listener from this graph.
removeTestListener(TestListener) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Unregisters a test listener with this task.
removeTestOutputListener(TestOutputListener) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Unregisters a test output listener with this task.
rename(Closure) - インタフェース のメソッドorg.gradle.api.file.CopyProcessingSpec
Renames a source file to a different relative location under the target directory.
rename(String, String) - インタフェース のメソッドorg.gradle.api.file.CopyProcessingSpec
Renames files based on a regular expression.
rename(Pattern, String) - インタフェース のメソッドorg.gradle.api.file.CopyProcessingSpec
Renames files based on a regular expression.
rename(Closure) - インタフェース のメソッドorg.gradle.api.file.CopySpec
Renames a source file to a different relative location under the target directory.
rename(String, String) - インタフェース のメソッドorg.gradle.api.file.CopySpec
Renames files based on a regular expression.
rename(Pattern, String) - インタフェース のメソッドorg.gradle.api.file.CopySpec
Renames files based on a regular expression.
rename(Closure) - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Renames a source file to a different relative location under the target directory.
rename(String, String) - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Renames files based on a regular expression.
rename(Pattern, String) - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Renames files based on a regular expression.
replace(String) - インタフェース のメソッドorg.gradle.api.tasks.TaskContainer
Creates a Task with the given name and adds it to this container, replacing any existing task with the same name.
replace(String, Class<T>) - インタフェース のメソッドorg.gradle.api.tasks.TaskContainer
Creates a Task with the given name and type, and adds it to this container, replacing any existing task of the same name.
replacedBy(Object) - インタフェース のメソッドorg.gradle.api.artifacts.ComponentModuleMetadataDetails
Configures a replacement module for this module.
replaceLastName(String) - クラス のメソッドorg.gradle.api.file.RelativePath
Returns a copy of this path, with the last name replaced with the given name.
report() - クラス のメソッドorg.gradle.api.reporting.components.ComponentReport
 
Report - org.gradle.api.reportingのインタフェース
A file based report to be created.
Report.OutputType - org.gradle.api.reportingの列挙型
The type of output the report produces
ReportContainer<T extends Report> - org.gradle.api.reportingのインタフェース
A container of Report objects, that represent potential reports.
ReportContainer.ImmutableViolationException - org.gradle.api.reportingの例外
The exception thrown when any of this container's mutation methods are called.
Reporting<T extends ReportContainer> - org.gradle.api.reportingのインタフェース
An object that provides reporting options.
ReportingBasePlugin - org.gradle.api.pluginsのクラス
A Plugin which provides the basic skeleton for reporting.
ReportingBasePlugin() - クラス のコンストラクタorg.gradle.api.plugins.ReportingBasePlugin
 
ReportingExtension - org.gradle.api.reportingのクラス
A project extension named "reporting" that provides basic reporting settings and utilities.
ReportingExtension(Project) - クラス のコンストラクタorg.gradle.api.reporting.ReportingExtension
 
reportOn(Object...) - クラス のメソッドorg.gradle.api.tasks.testing.TestReport
Adds some results to include in the report.
reports(Closure) - クラス のメソッドorg.gradle.api.reporting.dependencies.HtmlDependencyReportTask
 
reports(Closure) - クラス のメソッドorg.gradle.api.reporting.GenerateBuildDashboard
Configures the reports to be generated by this task.
reports(Closure) - インタフェース のメソッドorg.gradle.api.reporting.Reporting
Allow configuration of the report container by closure.
reports(Closure) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Configures the reports that this task potentially produces.
repositories(Closure) - インタフェース のメソッドorg.gradle.api.initialization.dsl.ScriptHandler
Configures the repositories for the script dependencies.
repositories(Closure) - インタフェース のメソッドorg.gradle.api.Project
Configures the repositories for this project.
repositories(Action<? super RepositoryHandler>) - インタフェース のメソッドorg.gradle.api.publish.PublishingExtension
Configures the container of possible repositories to publish to.
repositories(Closure) - クラス のメソッドorg.gradle.api.tasks.Upload
Configures the set of repositories to upload to.
Repositories - org.gradle.nativeplatformのインタフェース
The repositories that Gradle will search for prebuilt libraries.
RepositoryHandler - org.gradle.api.artifacts.dslのインタフェース
A RepositoryHandler manages a set of repositories, allowing repositories to be defined and queried.
ResolutionControl<A,B> - org.gradle.api.artifacts.cacheのインタフェース
Command methods for controlling dependency resolution via the DSL.
ResolutionResult - org.gradle.api.artifacts.resultのインタフェース
Contains the information about the result of dependency resolution.
ResolutionRules - org.gradle.api.artifacts.cacheのインタフェース
Represents a set of rules/actions that can be applied during dependency resolution.
resolutionStrategy(Closure) - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
The resolution strategy provides extra details on how to resolve this configuration.
ResolutionStrategy - org.gradle.api.artifactsのインタフェース
Defines the strategies around dependency resolution.
ResolvableDependencies - org.gradle.api.artifactsのインタフェース
A set of Dependency objects which can be resolved to a set of File instances.
resolve() - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Resolves this configuration.
resolve() - インタフェース のメソッドorg.gradle.api.artifacts.SelfResolvingDependency
Resolves this dependency.
resolve(boolean) - インタフェース のメソッドorg.gradle.api.artifacts.SelfResolvingDependency
Resolves this dependency by specifying the transitive mode.
ResolvedArtifact - org.gradle.api.artifactsのインタフェース
Information about a resolved artifact.
ResolvedArtifactResult - org.gradle.api.artifacts.resultのインタフェース
The result of successfully downloading an artifact.
ResolvedComponentResult - org.gradle.api.artifacts.resultのインタフェース
Represents a component instance in the resolved dependency graph.
ResolvedConfiguration - org.gradle.api.artifactsのインタフェース
A ResolvedConfiguration represents the result of resolving a Configuration, and provides access to both the artifacts and the meta-data of the result.
ResolvedDependency - org.gradle.api.artifactsのインタフェース
Information about a resolved dependency.
ResolvedDependencyResult - org.gradle.api.artifacts.resultのインタフェース
A dependency that was resolved successfully.
ResolvedModuleVersion - org.gradle.api.artifactsのインタフェース
Represents meta-data about a resolved module version.
ResolveException - org.gradle.api.artifactsの例外
A ResolveException is thrown when a dependency configuration cannot be resolved for some reason.
ResolveException(Configuration, Throwable) - 例外 のコンストラクタorg.gradle.api.artifacts.ResolveException
 
ResolveException(Configuration, Iterable<? extends Throwable>) - 例外 のコンストラクタorg.gradle.api.artifacts.ResolveException
 
resolveLibrary(String) - インタフェース のメソッドorg.gradle.nativeplatform.PrebuiltLibraries
 
Resource - org.gradle.api.resourcesのインタフェース
A generic resource of some kind.
ResourceException - org.gradle.api.resourcesの例外
Generic resource exception that all other resource-related exceptions inherit from.
ResourceException() - 例外 のコンストラクタorg.gradle.api.resources.ResourceException
 
ResourceException(String) - 例外 のコンストラクタorg.gradle.api.resources.ResourceException
 
ResourceException(String, Throwable) - 例外 のコンストラクタorg.gradle.api.resources.ResourceException
 
ResourceHandler - org.gradle.api.resourcesのインタフェース
Provides access to resource-specific utility methods, for example factory methods that create various resources.
resources(Closure) - インタフェース のメソッドorg.gradle.api.tasks.SourceSet
Configures the non-Java resources for this set.
ResourceSet - org.gradle.language.jvmのインタフェース
A set of resource files.
restartWebApp(boolean) - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
restartWebApp(boolean) - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRun
 
restartWebApp(boolean) - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRunWar
 
ResultHandler<T> - org.gradle.toolingのインタフェース
A handler for an asynchronous operation which returns an object of type T.
rethrowFailure() - インタフェース のメソッドorg.gradle.api.artifacts.ResolvedConfiguration
A resolve of a configuration that is not successful does not automatically throws an exception.
rethrowFailure() - インタフェース のメソッドorg.gradle.api.ProjectState
Throws the project failure, if any.
rethrowFailure() - インタフェース のメソッドorg.gradle.api.tasks.TaskState
Throws the task failure, if any.
rethrowFailure() - クラス のメソッドorg.gradle.BuildResult
Rethrows the build failure.
rethrowFailure() - インタフェース のメソッドorg.gradle.process.ExecResult
Re-throws any failure executing this process.
RHINO_SHELL_MAIN - クラス のstatic変数org.gradle.plugins.javascript.rhino.RhinoExtension
 
RhinoExtension - org.gradle.plugins.javascript.rhinoのクラス
 
RhinoExtension() - クラス のコンストラクタorg.gradle.plugins.javascript.rhino.RhinoExtension
 
rhinoOptions(Object...) - クラス のメソッドorg.gradle.plugins.javascript.rhino.RhinoShellExec
 
RhinoShellExec - org.gradle.plugins.javascript.rhinoのクラス
 
RhinoShellExec() - クラス のコンストラクタorg.gradle.plugins.javascript.rhino.RhinoShellExec
 
RhinoWorker<R extends Serializable,P extends Serializable> - org.gradle.plugins.javascript.rhino.workerのインタフェース
 
RhinoWorkerHandle<R extends Serializable,P extends Serializable> - org.gradle.plugins.javascript.rhino.workerのインタフェース
 
RhinoWorkerHandleFactory - org.gradle.plugins.javascript.rhino.workerのインタフェース
 
RhinoWorkerSpec<R extends Serializable,P extends Serializable> - org.gradle.plugins.javascript.rhino.workerのクラス
 
RhinoWorkerSpec(Class<R>, Class<P>, Class<? extends RhinoWorker<R, P>>) - クラス のコンストラクタorg.gradle.plugins.javascript.rhino.worker.RhinoWorkerSpec
 
RhinoWorkerUtils - org.gradle.plugins.javascript.rhino.workerのクラス
 
RhinoWorkerUtils() - クラス のコンストラクタorg.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils
 
RhinoWorkerUtils.DefaultScopeOperation<T> - org.gradle.plugins.javascript.rhino.workerのクラス
 
RhinoWorkerUtils.ScopeOperation<T> - org.gradle.plugins.javascript.rhino.workerのインタフェース
 
rootProject(Action<? super Project>) - インタフェース のメソッドorg.gradle.api.invocation.Gradle
Adds an action to execute against the root project of this build.
Rule - org.gradle.apiのインタフェース
A Rule represents some action to perform when an unknown domain object is referenced.
Rules() - クラス のコンストラクタorg.gradle.ide.visualstudio.plugins.VisualStudioPlugin.Rules
 
Rules() - クラス のコンストラクタorg.gradle.jvm.plugins.JvmComponentPlugin.Rules
 
Rules() - クラス のコンストラクタorg.gradle.nativeplatform.plugins.NativeComponentModelPlugin.Rules
 
Rules() - クラス のコンストラクタorg.gradle.nativeplatform.test.cunit.plugins.CUnitPlugin.Rules
 
Rules() - クラス のコンストラクタorg.gradle.nativeplatform.test.plugins.NativeBinariesTestPlugin.Rules
 
Rules() - クラス のコンストラクタorg.gradle.nativeplatform.toolchain.plugins.ClangCompilerPlugin.Rules
 
Rules() - クラス のコンストラクタorg.gradle.nativeplatform.toolchain.plugins.GccCompilerPlugin.Rules
 
Rules() - クラス のコンストラクタorg.gradle.nativeplatform.toolchain.plugins.MicrosoftVisualCppPlugin.Rules
 
run() - クラス のメソッドorg.gradle.sonar.runner.tasks.SonarRunner
 
run() - インタフェース のメソッドorg.gradle.tooling.BuildActionExecuter
Runs the action, blocking until its result is available.
run(ResultHandler<? super T>) - インタフェース のメソッドorg.gradle.tooling.BuildActionExecuter
Starts executing the action, passing the result to the given handler when complete.
run() - インタフェース のメソッドorg.gradle.tooling.BuildLauncher
Executes the build, blocking until it is complete.
run(ResultHandler<? super Void>) - インタフェース のメソッドorg.gradle.tooling.BuildLauncher
Launches the build.
RUNTIME - インタフェース のstatic変数org.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
 
RUNTIME_CONFIGURATION_NAME - クラス のstatic変数org.gradle.api.plugins.JavaPlugin
 
RUNTIME_PRIORITY - クラス のstatic変数org.gradle.api.plugins.MavenPlugin
 

S

SATISFIES_ALL - クラス のstatic変数org.gradle.api.specs.Specs
 
SATISFIES_NONE - クラス のstatic変数org.gradle.api.specs.Specs
 
satisfyAll() - クラス のstaticメソッドorg.gradle.api.specs.Specs
 
satisfyNone() - クラス のstaticメソッドorg.gradle.api.specs.Specs
 
scala(Closure) - インタフェース のメソッドorg.gradle.api.tasks.ScalaSourceSet
Configures the Scala source for this set.
ScalaCompile - org.gradle.api.tasks.scalaのクラス
Compiles Scala source files, and optionally, Java source files.
ScalaCompile() - クラス のコンストラクタorg.gradle.api.tasks.scala.ScalaCompile
 
ScalaCompileOptions - org.gradle.api.tasks.scalaのクラス
Options for Scala compilation.
ScalaCompileOptions() - クラス のコンストラクタorg.gradle.api.tasks.scala.ScalaCompileOptions
 
ScalaDoc - org.gradle.api.tasks.scalaのクラス
Generates HTML API documentation for Scala source files.
ScalaDoc() - クラス のコンストラクタorg.gradle.api.tasks.scala.ScalaDoc
 
ScalaDocOptions - org.gradle.api.tasks.scalaのクラス
Options for the ScalaDoc tool.
ScalaDocOptions() - クラス のコンストラクタorg.gradle.api.tasks.scala.ScalaDocOptions
 
ScalaForkOptions - org.gradle.api.tasks.scalaのクラス
Fork options for Scala compilation.
ScalaForkOptions() - クラス のコンストラクタorg.gradle.api.tasks.scala.ScalaForkOptions
 
ScalaRuntime - org.gradle.api.tasksのクラス
Provides information related to the Scala runtime(s) used in a project.
ScalaRuntime(Project) - クラス のコンストラクタorg.gradle.api.tasks.ScalaRuntime
 
ScalaSourceSet - org.gradle.api.tasksのインタフェース
A ScalaSourceSetConvention defines the properties and methods added to a SourceSet by the ScalaPlugin.
scannerListeners - クラス の変数org.gradle.api.plugins.jetty.AbstractJettyRunTask
List of Listeners for the scanner.
ScanTargetPattern - org.gradle.api.plugins.jettyのクラス
Patterns for scanning for file changes.
ScanTargetPattern() - クラス のコンストラクタorg.gradle.api.plugins.jetty.ScanTargetPattern
 
Script - org.gradle.apiのインタフェース
This interface is implemented by all Gradle scripts to add in some Gradle-specific methods.
scriptArgs(Object...) - クラス のメソッドorg.gradle.plugins.javascript.rhino.RhinoShellExec
 
ScriptHandler - org.gradle.api.initialization.dslのインタフェース
A ScriptHandler allows you to manage the compilation and execution of a build script.
securityRole(EarSecurityRole) - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.DeploymentDescriptor
Add a security role to the deployment descriptor.
securityRole(String) - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.DeploymentDescriptor
Add a security role to the deployment descriptor.
securityRole(Action<? extends EarSecurityRole>) - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.DeploymentDescriptor
Add a security role to the deployment descriptor after configuring it with the given action.
segmentIterator() - クラス のメソッドorg.gradle.api.file.RelativePath
 
SelfResolvingDependency - org.gradle.api.artifactsのインタフェース
A SelfResolvingDependency is a Dependency which is able to resolve itself, independent of a repository.
send(String, String) - インタフェース のメソッドorg.gradle.api.plugins.announce.Announcer
 
serialWarn(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
serialWarn() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
set(String, Object) - インタフェース のメソッドorg.gradle.api.plugins.ExtraPropertiesExtension
Updates the value for, or creates, the registered property with the given name to the given value.
setActions(List<Action<? super Task>>) - インタフェース のメソッドorg.gradle.api.Task
Sets the sequence of Action objects which will be executed by this task.
setAdditionalParameters(List<String>) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
 
setAdditionalParameters(List<String>) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDocOptions
Sets the additional parameters passed to the compiler.
setAdditionalRuntimeJars(Iterable<File>) - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setAllJvmArgs(Iterable<?>) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Sets the full set of arguments to use to launch the JVM for the process.
setAllJvmArgs(Iterable<?>) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Sets the full set of arguments to use to launch the JVM for the process.
setAllJvmArgs(Iterable<?>) - インタフェース のメソッドorg.gradle.process.JavaForkOptions
Sets the full set of arguments to use to launch the JVM for the process.
setAltDeployDescriptor(String) - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.EarModule
 
setAnalysisFile(File) - クラス のメソッドorg.gradle.api.tasks.scala.IncrementalCompileOptions
Sets the file path where results of code analysis are to be stored.
setAntGroovydoc(AntGroovydoc) - クラス のメソッドorg.gradle.api.tasks.javadoc.Groovydoc
 
setAntlrClasspath(FileCollection) - クラス のメソッドorg.gradle.api.plugins.antlr.AntlrTask
Specifies the classpath containing the Ant ANTLR task implementation.
setAppendix(String) - クラス のメソッドorg.gradle.api.tasks.bundling.AbstractArchiveTask
 
setApplicationName(String) - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.DeploymentDescriptor
 
setArchiveBase(Wrapper.PathBase) - クラス のメソッドorg.gradle.api.tasks.wrapper.Wrapper
The archive base specifies whether the unpacked wrapper distribution should be stored in the project or in the gradle user home dir.
setArchiveName(String) - クラス のメソッドorg.gradle.api.tasks.bundling.AbstractArchiveTask
Sets the archive name.
setArchivePath(String) - クラス のメソッドorg.gradle.api.tasks.wrapper.Wrapper
Set's the path where the gradle distributions archive should be saved (i.e. the parent dir).
setArgs(Iterable<?>) - クラス のメソッドorg.gradle.api.tasks.AbstractExecTask
Sets the arguments for the command to be executed.
setArgs(Iterable<?>) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Sets the args for the main class to be executed.
setArgs(Iterable<?>) - クラス のメソッドorg.gradle.plugins.javascript.rhino.RhinoShellExec
 
setArgs(Iterable<?>) - インタフェース のメソッドorg.gradle.process.ExecSpec
Sets the arguments for the command to be executed.
setArgs(Iterable<?>) - インタフェース のメソッドorg.gradle.process.JavaExecSpec
Sets the args for the main class to be executed.
setArguments(Iterable<String>) - インタフェース のメソッドorg.gradle.api.plugins.buildcomparison.gradle.GradleBuildInvocationSpec
Sets the command line arguments (excluding tasks) to invoke the build with.
setArtifactId(String) - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenPom
Sets the artifact id for this POM.
setArtifactId(String) - インタフェース のメソッドorg.gradle.api.publish.maven.MavenPublication
Sets the artifactId for this publication.
setArtifacts(Iterable<?>) - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyPublication
Sets the artifacts for this publication.
setArtifacts(Iterable<?>) - インタフェース のメソッドorg.gradle.api.publish.maven.MavenPublication
Clears any previously added artifacts from MavenPublication.getArtifacts() and creates artifacts from the specified sources.
setArtifactUrls(Iterable<?>) - インタフェース のメソッドorg.gradle.api.artifacts.repositories.MavenArtifactRepository
Sets the additional URLs to use to find artifact files.
setAssemblerArgs(List<String>) - クラス のメソッドorg.gradle.language.assembler.tasks.Assemble
 
setAuthor(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setBaseDir(Object) - クラス のメソッドorg.gradle.api.reporting.ReportingExtension
Sets the base directory to use for all reports The value will be converted to a File on demand via Project.file(Object).
setBaseDir(File) - クラス のメソッドorg.gradle.api.tasks.ant.AntTarget
Sets the Ant project base directory to use when executing the target.
setBaseName(String) - インタフェース のメソッドorg.gradle.api.distribution.Distribution
The baseName of the distribution.
setBaseName(String) - クラス のメソッドorg.gradle.api.tasks.bundling.AbstractArchiveTask
 
setBaseName(String) - インタフェース のメソッドorg.gradle.nativeplatform.NativeComponentSpec
Sets the name that is used to construct the output file names when building this component.
setBinResultsDir(File) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Sets the root folder for the test results in internal binary format.
setBootClasspath(String) - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Sets the bootstrap classpath to be used for the compiler process.
setBootClasspath(List<File>) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
setBootClasspath(List<File>) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
setBootstrapClasspath(FileCollection) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Sets the bootstrap classpath to use for the process.
setBootstrapClasspath(FileCollection) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Sets the bootstrap classpath to use for the process.
setBootstrapClasspath(FileCollection) - インタフェース のメソッドorg.gradle.process.JavaForkOptions
Sets the bootstrap classpath to use for the process.
setBottom(String) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDocOptions
Sets the HTML text to appear in the bottom text for each page.
setBottom(String) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setBranch(String) - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyModuleDescriptorSpec
Sets the branch for this publication
setBreakIterator(boolean) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
setBreakIterator(boolean) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
setBuildDir(Object) - インタフェース のメソッドorg.gradle.api.Project
Sets the build directory of this project.
setBuildFile(Object) - クラス のメソッドorg.gradle.api.tasks.GradleBuild
Sets the build file that should be used for this build.
setBuildFile(File) - クラス のメソッドorg.gradle.StartParameter
Sets the build file to use to select the default project.
setBuildFileName(String) - インタフェース のメソッドorg.gradle.api.initialization.ProjectDescriptor
Sets the name of the build file.
setBuildProjectDependencies(boolean) - クラス のメソッドorg.gradle.StartParameter
Specifies whether project dependencies should be built.
setBuildTask(Task) - インタフェース のメソッドorg.gradle.api.BuildableModelElement
Associates a 'lifecycle' task with the construction of this element.
setBuildTask(Task) - クラス のメソッドorg.gradle.platform.base.binary.BaseBinarySpec
 
setBuiltBy(Iterable<?>) - インタフェース のメソッドorg.gradle.api.file.ConfigurableFileCollection
Sets the tasks which build the files of this collection.
setBuiltBy(Iterable<?>) - インタフェース のメソッドorg.gradle.api.file.ConfigurableFileTree
Sets the tasks which build the files of this collection.
setCaseSensitive(boolean) - インタフェース のメソッドorg.gradle.api.file.CopySpec
Specifies whether case-sensitive pattern matching should be used for this CopySpec.
setCaseSensitive(boolean) - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Specifies whether case-sensitive pattern matching should be used for this CopySpec.
setCaseSensitive(boolean) - クラス のメソッドorg.gradle.api.tasks.util.PatternSet
 
setChanging(boolean) - インタフェース のメソッドorg.gradle.api.artifacts.ComponentMetadataDetails
Sets whether the component is changing or immutable.
setChanging(boolean) - インタフェース のメソッドorg.gradle.api.artifacts.ExternalModuleDependency
Sets whether or nor Gradle should always check for a change in the remote repository.
setCharSet(String) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setClassesDir(File) - インタフェース のメソッドorg.gradle.api.plugins.osgi.OsgiManifest
Sets the classes dir.
setClassesDir(Object) - インタフェース のメソッドorg.gradle.api.tasks.SourceSetOutput
Sets the directory to assemble the compiled classes into.
setClassesDir(File) - インタフェース のメソッドorg.gradle.jvm.JvmBinarySpec
Sets the classes directory for this binary.
setClassifier(String) - インタフェース のメソッドorg.gradle.api.artifacts.ConfigurablePublishArtifact
Sets the classifier of this artifact.
setClassifier(String) - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyArtifact
Sets the classifier used to publish the artifact file.
setClassifier(String) - インタフェース のメソッドorg.gradle.api.publish.maven.MavenArtifact
Sets the classifier used to publish the artifact file.
setClassifier(String) - クラス のメソッドorg.gradle.api.tasks.bundling.AbstractArchiveTask
 
setClasspath(FileCollection) - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRun
Set the classpath for the web application.
setClasspath(FileCollection) - インタフェース のメソッドorg.gradle.api.plugins.osgi.OsgiManifest
A convenient method for setting a Bundle-Classpath instruction.
setClasspath(FileCollection) - クラス のメソッドorg.gradle.api.tasks.compile.AbstractCompile
Sets the classpath to use to compile the source files.
setClasspath(String) - クラス のメソッドorg.gradle.api.tasks.compile.DependOptions
Sets the compile classpath for which dependencies should also be checked.
setClasspath(FileCollection) - クラス のメソッドorg.gradle.api.tasks.javadoc.Groovydoc
Sets the classpath used to locate classes referenced by the documented sources.
setClasspath(FileCollection) - クラス のメソッドorg.gradle.api.tasks.javadoc.Javadoc
Sets the classpath to use to resolve type references in this source code.
setClasspath(FileCollection) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Sets the classpath for executing the main class.
setClasspath(FileCollection) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDoc
 
setClasspath(FileCollection) - クラス のメソッドorg.gradle.api.tasks.testing.Test
 
setClasspath(List<File>) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
setClasspath(List<File>) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
setClasspath(FileCollection) - クラス のメソッドorg.gradle.plugins.javascript.rhino.RhinoExtension
 
setClasspath(FileCollection) - インタフェース のメソッドorg.gradle.process.JavaExecSpec
Sets the classpath for executing the main class.
setClassPathFiles(List<File>) - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRun
 
setClosure(boolean) - クラス のメソッドorg.gradle.api.tasks.compile.DependOptions
Sets whether to delete the transitive closure of outdated files or only their direct dependencies.
setCoffeeScriptJs(Object) - クラス のメソッドorg.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
 
setCoffeeScriptJs(File) - インタフェース のメソッドorg.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileSpec
 
setCommandLine(Iterable<?>) - クラス のメソッドorg.gradle.api.tasks.AbstractExecTask
Sets the full command line, including the executable to be executed plus its arguments.
setCommandLine(Object...) - クラス のメソッドorg.gradle.api.tasks.AbstractExecTask
Sets the full command line, including the executable to be executed plus its arguments.
setCommandLine(Object...) - インタフェース のメソッドorg.gradle.process.ExecSpec
Sets the full command line, including the executable to be executed plus its arguments.
setCommandLine(Iterable<?>) - インタフェース のメソッドorg.gradle.process.ExecSpec
Sets the full command line, including the executable to be executed plus its arguments.
setCompileClasspath(FileCollection) - インタフェース のメソッドorg.gradle.api.tasks.SourceSet
Sets the classpath used to compile this source.
setCompiler(Compiler<GroovyJavaJointCompileSpec>) - クラス のメソッドorg.gradle.api.tasks.compile.GroovyCompile
 
setCompilerArgs(List<String>) - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Sets any additional arguments to be passed to the compiler.
setCompilerArgs(List<String>) - クラス のメソッドorg.gradle.language.nativebase.tasks.AbstractNativeCompileTask
 
setCompilerArgs(List<String>) - クラス のメソッドorg.gradle.language.rc.tasks.WindowsResourceCompile
 
setCompression(Compression) - クラス のメソッドorg.gradle.api.tasks.bundling.Tar
Configures the compressor based on passed in compression.
setConf(String) - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyArtifact
Sets a comma separated list of public configurations in which this artifact is published.
setConf2ScopeMappings(Conf2ScopeMappingContainer) - クラス のメソッドorg.gradle.api.plugins.MavenPluginConvention
 
setConfiguration(String) - クラス のメソッドorg.gradle.api.tasks.diagnostics.DependencyReportTask
Sets the single configuration (by name) to generate the report for.
setConfiguration(Configuration) - クラス のメソッドorg.gradle.api.tasks.Upload
 
setConfigurations(ConfigurationContainer) - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenPom
Sets the configuration container used for mapping configurations to Maven scopes.
setConfigurations(Set<Configuration>) - クラス のメソッドorg.gradle.api.tasks.diagnostics.DependencyReportTask
Sets the configurations to generate the report for.
setConfigurationScript(File) - クラス のメソッドorg.gradle.api.tasks.compile.GroovyCompileOptions
Sets the path to the groovy configuration file.
setConfigureOnDemand(boolean) - クラス のメソッドorg.gradle.StartParameter
 
setConnectors(Connector[]) - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setContent(Object) - クラス のメソッドorg.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
 
setContextHandlers(ContextHandler[]) - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRun
 
setContextPath(String) - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setContextRoot(String) - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.EarWebModule
 
setContinueOnFailure(boolean) - クラス のメソッドorg.gradle.StartParameter
Specifies whether the build should continue on task failure.
setCurrentDir(File) - クラス のメソッドorg.gradle.StartParameter
Sets the directory to use to select the default project, and to search for the settings file.
setDaemon(boolean) - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setDaemonServer(String) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
 
setDebug(boolean) - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Sets whether to include debugging information in the generated class files.
setDebug(boolean) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Enable or disable debugging for the process.
setDebug(TestLogging) - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLoggingContainer
Sets logging options for debug level.
setDebug(boolean) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Enable or disable debugging for the process.
setDebug(boolean) - インタフェース のメソッドorg.gradle.process.JavaForkOptions
Enable or disable debugging for the process.
setDebugLevel(String) - クラス のメソッドorg.gradle.api.tasks.compile.DebugOptions
Sets which debug information is to be generated.
setDebugLevel(String) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
 
setDebugOptions(DebugOptions) - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Sets options for generating debugging information.
setDefaultCharacterEncoding(String) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Sets the default character encoding to use.
setDefaultCharacterEncoding(String) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Sets the default character encoding to use.
setDefaultCharacterEncoding(String) - インタフェース のメソッドorg.gradle.process.JavaForkOptions
Sets the default character encoding to use.
setDefaultTasks(List<String>) - インタフェース のメソッドorg.gradle.api.Project
Sets the names of the default tasks of this project.
setDelete(Object) - クラス のメソッドorg.gradle.api.tasks.Delete
Sets the files to be deleted by this task.
setDependencies(List<?>) - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenPom
Sets the dependencies for this POM.
setDependencyCacheDir(File) - クラス のメソッドorg.gradle.api.tasks.compile.JavaCompile
 
setDependOptions(DependOptions) - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Sets options for using the Ant <depend> task.
setDependsOn(Iterable<?>) - インタフェース のメソッドorg.gradle.api.Task
Sets the dependencies of this task.
setDeprecation(boolean) - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Sets whether to log details of usage of deprecated members or classes.
setDeprecation(boolean) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
 
setDeprecation(boolean) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDocOptions
Sets whether to generate deprecation information.
setDescription(String) - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Sets the description for this configuration.
setDescription(String) - インタフェース のメソッドorg.gradle.api.plugins.osgi.OsgiManifest
A convenient method for setting a Bundle-Description instruction.
setDescription(String) - インタフェース のメソッドorg.gradle.api.Project
Sets a description for this project.
setDescription(String) - インタフェース のメソッドorg.gradle.api.Task
Sets a description for this task.
setDescription(String) - クラス のメソッドorg.gradle.api.tasks.ant.AntTarget
Sets a description for this task.
setDescription(String) - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.DeploymentDescriptor
 
setDescription(String) - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.EarSecurityRole
 
setDescriptor(IvyModuleDescriptorSpec) - クラス のメソッドorg.gradle.api.publish.ivy.tasks.GenerateIvyDescriptor
 
setDescriptorDestination(File) - クラス のメソッドorg.gradle.api.tasks.Upload
 
setDestination(Object) - クラス のメソッドorg.gradle.api.publish.ivy.tasks.GenerateIvyDescriptor
Sets the destination the descriptor will be written to.
setDestination(Object) - クラス のメソッドorg.gradle.api.publish.maven.tasks.GenerateMavenPom
Sets the destination the descriptor will be written to.
setDestination(Object) - インタフェース のメソッドorg.gradle.api.reporting.ConfigurableReport
Sets the destination for the report.
setDestinationDir(File) - クラス のメソッドorg.gradle.api.tasks.bundling.AbstractArchiveTask
 
setDestinationDir(File) - クラス のメソッドorg.gradle.api.tasks.compile.AbstractCompile
Sets the directory to generate the .class files into.
setDestinationDir(File) - クラス のメソッドorg.gradle.api.tasks.Copy
Sets the directory to copy files into.
setDestinationDir(File) - クラス のメソッドorg.gradle.api.tasks.javadoc.Groovydoc
Sets the directory to generate the documentation into.
setDestinationDir(File) - クラス のメソッドorg.gradle.api.tasks.javadoc.Javadoc
Sets the directory to generate the documentation into.
setDestinationDir(File) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDoc
 
setDestinationDir(File) - クラス のメソッドorg.gradle.api.tasks.Sync
Sets the directory to copy files into.
setDestinationDir(File) - クラス のメソッドorg.gradle.api.tasks.testing.TestReport
Sets the directory to write the HTML report to.
setDestinationDir(Object) - クラス のメソッドorg.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
 
setDestinationDir(File) - インタフェース のメソッドorg.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileSpec
 
setDestinationDirectory(File) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
setDestinationDirectory(File) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setDidWork(boolean) - インタフェース のメソッドorg.gradle.api.Task
Sets whether the task actually did any work.
setDir(Object) - インタフェース のメソッドorg.gradle.api.file.ConfigurableFileTree
Specifies base directory for this file tree using the given path.
setDir(Object) - クラス のメソッドorg.gradle.api.tasks.GradleBuild
Sets the project directory for the build.
setDirectory(File) - クラス のメソッドorg.gradle.api.plugins.jetty.ScanTargetPattern
 
setDirMode(Integer) - インタフェース のメソッドorg.gradle.api.file.CopyProcessingSpec
Sets the Unix permissions to use for the target directories.
setDirMode(Integer) - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Sets the Unix permissions to use for the target directories.
setDirs(Iterable<?>) - インタフェース のメソッドorg.gradle.api.artifacts.repositories.FlatDirectoryArtifactRepository
Sets the directories where this repository will look for artifacts.
setDisplayGranularity(int) - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLogging
Sets the display granularity of the events to be logged.
setDisplayName(String) - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.DeploymentDescriptor
 
setDistributionBase(Wrapper.PathBase) - クラス のメソッドorg.gradle.api.tasks.wrapper.Wrapper
The distribution base specifies whether the unpacked wrapper distribution should be stored in the project or in the gradle user home dir.
setDistributionPath(String) - クラス のメソッドorg.gradle.api.tasks.wrapper.Wrapper
Sets the path where the gradle distributions needed by the wrapper are unzipped.
setDistributionUrl(String) - クラス のメソッドorg.gradle.api.tasks.wrapper.Wrapper
 
setDocEncoding(String) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setDocFilesSubDirs(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setDoclet(String) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
setDoclet(String) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
setDocletpath(List<File>) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
setDocletpath(List<File>) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
setDocTitle(String) - クラス のメソッドorg.gradle.api.tasks.javadoc.Groovydoc
Sets title for the package index(first) page (optional).
setDocTitle(String) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDocOptions
Sets the HTML text to appear in the main frame title.
setDocTitle(String) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setDocURL(String) - インタフェース のメソッドorg.gradle.api.plugins.osgi.OsgiManifest
A convenient method for setting a Bundle-DocURL instruction.
setDryRun(boolean) - クラス のメソッドorg.gradle.StartParameter
 
setDump(boolean) - クラス のメソッドorg.gradle.api.tasks.compile.DependOptions
Sets whether to log dependency information.
setDuplicatesStrategy(DuplicatesStrategy) - インタフェース のメソッドorg.gradle.api.file.CopySpec
The strategy to use when trying to copy more than one file to the same destination.
setDuplicatesStrategy(DuplicatesStrategy) - インタフェース のメソッドorg.gradle.api.file.FileCopyDetails
The strategy to use if there is already a file at this file's destination.
setDuplicatesStrategy(DuplicatesStrategy) - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
The strategy to use when trying to copy more than one file to the same destination.
setDynamicMode(boolean) - インタフェース のメソッドorg.gradle.api.artifacts.repositories.IvyArtifactRepositoryMetaDataProvider
Specifies whether dynamic resolve mode should be used for Ivy modules.
setEnableAssertions(boolean) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Enable or disable assertions for the process.
setEnableAssertions(boolean) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Enable or disable assertions for the process.
setEnableAssertions(boolean) - インタフェース のメソッドorg.gradle.process.JavaForkOptions
Enable or disable assertions for the process.
setEnabled(boolean) - インタフェース のメソッドorg.gradle.api.reporting.Report
Whether or not this report should be generated by whatever generates it.
setEnabled(boolean) - インタフェース のメソッドorg.gradle.api.Task
Set the enabled state of a task.
setEncoding(String) - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Sets the character encoding to be used when reading source files.
setEncoding(String) - クラス のメソッドorg.gradle.api.tasks.compile.GroovyCompileOptions
Sets the source encoding.
setEncoding(String) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
 
setEncoding(String) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
setEncoding(String) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
setEncoding(String) - クラス のメソッドorg.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileOptions
 
setEncoding(String) - クラス のメソッドorg.gradle.plugins.javascript.jshint.JsHint
 
setEntryCompression(ZipEntryCompression) - クラス のメソッドorg.gradle.api.tasks.bundling.Zip
Sets the compression level of the entries of the archive.
setEnvironment(Map<String, ?>) - クラス のメソッドorg.gradle.api.tasks.AbstractExecTask
Sets the environment variable to use for the process.
setEnvironment(Map<String, ?>) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Sets the environment variable to use for the process.
setEnvironment(Map<String, ?>) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Sets the environment variable to use for the process.
setEnvironment(Map<String, ?>) - インタフェース のメソッドorg.gradle.process.ProcessForkOptions
Sets the environment variable to use for the process.
setError(TestLogging) - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLoggingContainer
Sets logging options for error level.
setErrorOutput(OutputStream) - クラス のメソッドorg.gradle.api.tasks.AbstractExecTask
Sets the output stream to consume standard error from the process executing the command.
setErrorOutput(OutputStream) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Sets the output stream to consume standard error from the process executing the command.
setErrorOutput(OutputStream) - インタフェース のメソッドorg.gradle.process.BaseExecSpec
Sets the output stream to consume standard error from the process executing the command.
setEvaluator(BrowserEvaluator) - クラス のメソッドorg.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
 
setEvents(Iterable<?>) - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLogging
Sets the events to be logged.
setExceptionFormat(Object) - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLogging
Sets the format to be used for logging test exceptions.
setExcludeDocFilesSubDir(List<String>) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setExcludedTaskNames(Iterable<String>) - クラス のメソッドorg.gradle.StartParameter
Sets the tasks to exclude from this build.
setExcludes(Iterable<String>) - インタフェース のメソッドorg.gradle.api.file.CopySpec
Set the allowable exclude patterns.
setExcludes(List<String>) - クラス のメソッドorg.gradle.api.plugins.jetty.ScanTargetPattern
 
setExcludes(Iterable<String>) - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Set the allowable exclude patterns.
setExcludes(Iterable<String>) - クラス のメソッドorg.gradle.api.tasks.SourceTask
Set the allowable exclude patterns.
setExcludes(Iterable<String>) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Sets the exclude patterns for test execution.
setExcludes(Iterable<String>) - インタフェース のメソッドorg.gradle.api.tasks.util.PatternFilterable
Set the allowable exclude patterns.
setExcludes(Iterable<String>) - クラス のメソッドorg.gradle.api.tasks.util.PatternSet
 
setExecutable(Object) - クラス のメソッドorg.gradle.api.tasks.AbstractExecTask
Sets the name of the executable to use.
setExecutable(String) - クラス のメソッドorg.gradle.api.tasks.compile.ForkOptions
Sets the compiler executable to be used.
setExecutable(String) - クラス のメソッドorg.gradle.api.tasks.javadoc.Javadoc
 
setExecutable(Object) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Sets the name of the executable to use.
setExecutable(Object) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Sets the name of the executable to use.
setExecutable(String) - インタフェース のメソッドorg.gradle.nativeplatform.toolchain.GccCommandLineToolConfiguration
Set the name of the executable file for this tool.
setExecutable(Object) - インタフェース のメソッドorg.gradle.process.ProcessForkOptions
Sets the name of the executable to use.
setExecutableFile(File) - インタフェース のメソッドorg.gradle.nativeplatform.NativeExecutableBinarySpec
The executable file.
setExecutableFile(File) - インタフェース のメソッドorg.gradle.nativeplatform.test.NativeTestSuiteBinarySpec
The executable file.
setExtDirs(List<File>) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
setExtDirs(List<File>) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
setExtendsFrom(Iterable<Configuration>) - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Sets the configurations which this configuration extends from.
setExtension(String) - インタフェース のメソッドorg.gradle.api.artifacts.ConfigurablePublishArtifact
Sets the extension of this artifact.
setExtension(String) - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyArtifact
Sets the extension used to publish the artifact file.
setExtension(String) - インタフェース のメソッドorg.gradle.api.publish.maven.MavenArtifact
Sets the extension used to publish the artifact file.
setExtension(String) - クラス のメソッドorg.gradle.api.tasks.bundling.AbstractArchiveTask
 
setExtensionDirs(String) - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Sets the extension dirs to be used for the compiler process.
setExtraScanTargets(Iterable<File>) - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRun
 
setFailOnError(boolean) - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Sets whether to fail the build when compilation fails.
setFailOnError(boolean) - クラス のメソッドorg.gradle.api.tasks.compile.GroovyCompileOptions
Sets whether the compilation task should fail if compile errors occurred.
setFailOnError(boolean) - クラス のメソッドorg.gradle.api.tasks.javadoc.Javadoc
 
setFailOnError(boolean) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
 
setFileExtensions(List<String>) - クラス のメソッドorg.gradle.api.tasks.compile.GroovyCompileOptions
Sets the list of acceptable source file extensions.
setFileMode(Integer) - インタフェース のメソッドorg.gradle.api.file.CopyProcessingSpec
Sets the Unix permissions to use for the target files.
setFileMode(Integer) - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Sets the Unix permissions to use for the target files.
setFileName(String) - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.DeploymentDescriptor
 
setFilter(PublishFilter) - インタフェース のメソッドorg.gradle.api.artifacts.maven.PomFilterContainer
Sets the default filter to be used.
setFinalizedBy(Iterable<?>) - インタフェース のメソッドorg.gradle.api.Task
Specifies the set of finalizer tasks for this task.
setFooter(String) - クラス のメソッドorg.gradle.api.tasks.javadoc.Groovydoc
Sets footer text for each page (optional).
setFooter(String) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDocOptions
Sets the HTML text to appear in the footer for each page.
setFooter(String) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setForce(boolean) - インタフェース のメソッドorg.gradle.api.artifacts.ExternalDependency
Sets whether or not the version of this dependency should be enforced in the case of version conflicts.
setForce(String) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
 
setForcedModules(Object...) - インタフェース のメソッドorg.gradle.api.artifacts.ResolutionStrategy
Allows forcing certain versions of dependencies, including transitive dependencies.
setFork(boolean) - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Sets whether to run the compiler in its own process.
setFork(boolean) - クラス のメソッドorg.gradle.api.tasks.compile.GroovyCompileOptions
Sets whether to run the Groovy compiler in a separate process.
setFork(boolean) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
 
setForkEvery(Long) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Sets the maximum number of test classes to execute in a forked test process.
setForkOptions(ForkOptions) - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Sets options for running the compiler in a child process.
setForkOptions(GroovyForkOptions) - クラス のメソッドorg.gradle.api.tasks.compile.GroovyCompileOptions
Sets options for running the Groovy compiler in a separate process.
setForkOptions(ScalaForkOptions) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
 
setForkOptions(JavaForkOptions) - クラス のメソッドorg.gradle.sonar.runner.SonarRunnerRootExtension
 
setFrom(Iterable<?>) - インタフェース のメソッドorg.gradle.api.file.ConfigurableFileCollection
Sets the source paths for this collection.
setFrom(Object...) - インタフェース のメソッドorg.gradle.api.file.ConfigurableFileCollection
Sets the source paths for this collection.
setGradleUserHomeDir(File) - クラス のメソッドorg.gradle.StartParameter
Sets the directory to use as the user home directory.
setGradleVersion(String) - インタフェース のメソッドorg.gradle.api.plugins.buildcomparison.gradle.GradleBuildInvocationSpec
Sets the Gradle version to run the build with.
setGradleVersion(String) - クラス のメソッドorg.gradle.api.tasks.wrapper.Wrapper
The version of the gradle distribution required by the wrapper.
setGroovyClasspath(FileCollection) - クラス のメソッドorg.gradle.api.tasks.compile.GroovyCompile
Sets the classpath containing the version of Groovy to use for compilation.
setGroovyClasspath(FileCollection) - クラス のメソッドorg.gradle.api.tasks.javadoc.Groovydoc
Sets the classpath containing the Groovy library to be used.
setGroup(Object) - インタフェース のメソッドorg.gradle.api.Project
Sets the group of this project.
setGroup(String) - インタフェース のメソッドorg.gradle.api.Task
Sets the task group which this task belongs to.
setGroupId(String) - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenPom
Sets the group id for this POM.
setGroupId(String) - インタフェース のメソッドorg.gradle.api.publish.maven.MavenPublication
Sets the groupId for this publication.
setGroups(Map<String, List<String>>) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setHeader(String) - クラス のメソッドorg.gradle.api.tasks.javadoc.Groovydoc
Sets header text for each page (optional).
setHeader(String) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDocOptions
Sets the HTML text to appear in the header for each page.
setHeader(String) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
setHeader(String) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setHeaderDir(File) - クラス のメソッドorg.gradle.nativeplatform.test.cunit.tasks.GenerateCUnitLauncher
 
setHelpFile(File) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setHttpPort(Integer) - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setHttpPort(Integer) - クラス のメソッドorg.gradle.api.plugins.jetty.JettyPluginConvention
 
setIgnoreExitValue(boolean) - クラス のメソッドorg.gradle.api.tasks.AbstractExecTask
Sets whether a non-zero exit value is ignored, or an exception thrown.
setIgnoreExitValue(boolean) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Sets whether a non-zero exit value is ignored, or an exception thrown.
setIgnoreExitValue(boolean) - インタフェース のメソッドorg.gradle.process.BaseExecSpec
Sets whether a non-zero exit value is ignored, or an exception thrown.
setIgnoreFailures(boolean) - クラス のメソッドorg.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
Sets whether a comparison between non identical builds will fail the task execution.
setIgnoreFailures(boolean) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Specifies whether the build should break when the verifications performed by this task fail.
setIgnoreFailures(boolean) - インタフェース のメソッドorg.gradle.api.tasks.VerificationTask
Specifies whether the build should break when the verifications performed by this task fail.
setIncludeEmptyDirs(boolean) - インタフェース のメソッドorg.gradle.api.file.CopySpec
Controls if empty target directories should be included in the copy.
setIncludeEmptyDirs(boolean) - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Controls if empty target directories should be included in the copy.
setIncludePatterns(String...) - インタフェース のメソッドorg.gradle.api.tasks.testing.TestFilter
Sets the test name patterns to be included in the filter.
setIncludePrivate(boolean) - クラス のメソッドorg.gradle.api.tasks.javadoc.Groovydoc
Sets whether to include all classes and members (i.e. including private ones) if set to true.
setIncludes(Iterable<String>) - インタフェース のメソッドorg.gradle.api.file.CopySpec
Set the allowable include patterns.
setIncludes(List<String>) - クラス のメソッドorg.gradle.api.plugins.jetty.ScanTargetPattern
 
setIncludes(Iterable<String>) - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Set the allowable include patterns.
setIncludes(Iterable<String>) - クラス のメソッドorg.gradle.api.tasks.SourceTask
Set the allowable include patterns.
setIncludes(Iterable<String>) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Sets the include patterns for test execution.
setIncludes(Iterable<String>) - インタフェース のメソッドorg.gradle.api.tasks.util.PatternFilterable
Set the allowable include patterns.
setIncludes(Iterable<String>) - クラス のメソッドorg.gradle.api.tasks.util.PatternSet
 
setIncremental(boolean) - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
 
setIncrementalOptions(IncrementalCompileOptions) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
 
setInfo(TestLogging) - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLoggingContainer
Sets logging options for info level.
setInitializeInOrder(Boolean) - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.DeploymentDescriptor
 
setInitScripts(List<File>) - クラス のメソッドorg.gradle.StartParameter
Sets the list of init scripts to be run before the build starts.
setInputFile(File) - クラス のメソッドorg.gradle.plugins.ide.api.GeneratorTask
Sets the input file to load the initial configuration from.
setInstallDir(Object) - インタフェース のメソッドorg.gradle.nativeplatform.toolchain.VisualCpp
The directory where Visual Studio or Visual C++ is installed.
setJarFile(Object) - クラス のメソッドorg.gradle.api.tasks.wrapper.Wrapper
 
setJarFile(File) - インタフェース のメソッドorg.gradle.jvm.JarBinarySpec
Sets the jar file output for this binary.
setJavaHome(File) - インタフェース のメソッドorg.gradle.tooling.BuildLauncher
Specifies the Java home directory to use for this operation.
setJavaHome(File) - インタフェース のメソッドorg.gradle.tooling.LongRunningOperation
Specifies the Java home directory to use for this operation.
setJavaHome(File) - インタフェース のメソッドorg.gradle.tooling.ModelBuilder
Specifies the Java home directory to use for this operation.
setJettyConfig(File) - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setJettyEnvXml(File) - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRun
 
setJettyEnvXmlFile(File) - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRun
 
setJFlags(List<String>) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
setJFlags(List<String>) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
setJs(FileCollection) - クラス のメソッドorg.gradle.plugins.javascript.coffeescript.CoffeeScriptExtension
 
setJs(FileCollection) - クラス のメソッドorg.gradle.plugins.javascript.envjs.EnvJsExtension
 
setJs(FileCollection) - クラス のメソッドorg.gradle.plugins.javascript.jshint.JsHintExtension
 
setJsHint(Object) - クラス のメソッドorg.gradle.plugins.javascript.jshint.JsHint
 
setJsonReport(Object) - クラス のメソッドorg.gradle.plugins.javascript.jshint.JsHint
 
setJvmArgs(List<String>) - クラス のメソッドorg.gradle.api.tasks.compile.BaseForkOptions
Sets any additional JVM arguments for the compiler process.
setJvmArgs(Iterable<?>) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Sets the extra arguments to use to launch the JVM for the process.
setJvmArgs(Iterable<?>) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Sets the extra arguments to use to launch the JVM for the process.
setJvmArgs(Iterable<?>) - インタフェース のメソッドorg.gradle.process.JavaForkOptions
Sets the extra arguments to use to launch the JVM for the process.
setJvmArguments(String...) - インタフェース のメソッドorg.gradle.tooling.BuildLauncher
Specifies the Java VM arguments to use for this operation.
setJvmArguments(String...) - インタフェース のメソッドorg.gradle.tooling.LongRunningOperation
Specifies the Java VM arguments to use for this operation.
setJvmArguments(String...) - インタフェース のメソッドorg.gradle.tooling.ModelBuilder
Specifies the Java VM arguments to use for this operation.
setKeepStubs(boolean) - クラス のメソッドorg.gradle.api.tasks.compile.GroovyCompileOptions
Sets whether Java stubs for Groovy classes generated during Java/Groovy joint compilation should be kept after compilation has completed.
setKeyWords(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setLevel(LogLevel) - インタフェース のメソッドorg.gradle.api.logging.LoggingManager
Sets the minimum logging level.
setLibraryDirectory(String) - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.DeploymentDescriptor
 
setLicense(String) - インタフェース のメソッドorg.gradle.api.plugins.osgi.OsgiManifest
A convenient method for setting a Bundle-License instruction.
setLifecycle(TestLogging) - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLoggingContainer
Sets logging options for lifecycle level.
setLinks(Set<Groovydoc.Link>) - クラス のメソッドorg.gradle.api.tasks.javadoc.Groovydoc
Sets links to groovydoc/javadoc output at the given URL.
setLinks(List<String>) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setLinksOffline(List<JavadocOfflineLink>) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setLinkSource(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setListFiles(boolean) - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Sets whether to log the files to be compiled.
setListFiles(boolean) - クラス のメソッドorg.gradle.api.tasks.compile.GroovyCompileOptions
Sets whether to print which source files are to be compiled.
setListFiles(boolean) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
 
setLocale(String) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
setLocale(String) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
setLocation(Object) - インタフェース のメソッドorg.gradle.ide.visualstudio.ConfigFile
Specify the location where this file will be generated.
setLoggingLevel(String) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
 
setLoggingPhases(List<String>) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
 
setMacros(Map<String, String>) - クラス のメソッドorg.gradle.language.nativebase.tasks.AbstractNativeCompileTask
 
setMacros(Map<String, String>) - クラス のメソッドorg.gradle.language.rc.tasks.WindowsResourceCompile
 
setMain(String) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Sets the fully qualified name of the main class to be executed.
setMain(String) - インタフェース のメソッドorg.gradle.process.JavaExecSpec
Sets the fully qualified name of the main class to be executed.
setManifest(Manifest) - クラス のメソッドorg.gradle.api.tasks.bundling.Jar
Sets the manifest for this JAR archive.
setMavenPomDir(Object) - クラス のメソッドorg.gradle.api.plugins.MavenPluginConvention
Sets the directory to generate Maven POMs into.
setMaxGranularity(int) - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLogging
Returns the maximum granularity of the events to be logged.
setMaxHeapSize(String) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Sets the maximum heap size for the process.
setMaxHeapSize(String) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Sets the maximum heap size for the process.
setMaxHeapSize(String) - インタフェース のメソッドorg.gradle.process.JavaForkOptions
Sets the maximum heap size for the process.
setMaxMemory(String) - クラス のメソッドorg.gradle.api.tasks.javadoc.Javadoc
Sets the amount of memory allocated to this task.
setMaxParallelForks(int) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Sets the maximum number of forked test processes to execute in parallel.
setMemberLevel(JavadocMemberLevel) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
setMemberLevel(JavadocMemberLevel) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
setMemoryInitialSize(String) - クラス のメソッドorg.gradle.api.tasks.compile.BaseForkOptions
Sets the initial heap size for the compiler process.
setMemoryMaximumSize(String) - クラス のメソッドorg.gradle.api.tasks.compile.BaseForkOptions
Sets the maximum heap size for the compiler process.
setMinGranularity(int) - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLogging
Sets the minimum granularity of the events to be logged.
setMinHeapSize(String) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Sets the minimum heap size for the process.
setMinHeapSize(String) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Sets the minimum heap size for the process.
setMinHeapSize(String) - インタフェース のメソッドorg.gradle.process.JavaForkOptions
Sets the minimum heap size for the process.
setMode(int) - インタフェース のメソッドorg.gradle.api.file.FileCopyDetails
Sets the Unix permissions of this file.
setModel(Object) - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenPom
Sets the underlying native Maven Model object.
setModule(String) - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyPublication
Sets the module for this publication.
setModules(Set<? extends EarModule>) - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.DeploymentDescriptor
 
setModuleTypeMappings(Map<String, String>) - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.DeploymentDescriptor
 
setMustRunAfter(Iterable<?>) - インタフェース のメソッドorg.gradle.api.Task
Specifies the set of tasks that this task must run after.
setName(String) - インタフェース のメソッドorg.gradle.api.artifacts.ConfigurablePublishArtifact
Sets the name of this artifact.
setName(String) - インタフェース のメソッドorg.gradle.api.artifacts.repositories.ArtifactRepository
Sets the name for this repository.
setName(String) - インタフェース のメソッドorg.gradle.api.file.FileCopyDetails
Sets the destination name of this file.
setName(String) - インタフェース のメソッドorg.gradle.api.initialization.ProjectDescriptor
Sets the name of this project.
setName(String) - インタフェース のメソッドorg.gradle.api.plugins.osgi.OsgiManifest
A convenient method for setting a Bundle-Name instruction.
setName(String) - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyArtifact
Sets the name used to publish the artifact file.
setNoComment(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setNoDeprecated(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setNoDeprecatedList(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setNoHelp(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setNoIndex(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setNoNavBar(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setNoQualifiers(List<String>) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setNoSince(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setNoTimestamp(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setNoTree(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setObjectFileDir(File) - クラス のメソッドorg.gradle.language.assembler.tasks.Assemble
 
setObjectFileDir(File) - クラス のメソッドorg.gradle.language.nativebase.tasks.AbstractNativeCompileTask
 
setOffline(boolean) - クラス のメソッドorg.gradle.StartParameter
Specifies whether the build should be performed offline (ie without network access).
setOnlyIf(Closure) - インタフェース のメソッドorg.gradle.api.Task
Execute the task only if the given closure returns true.
setOnlyIf(Spec<? super Task>) - インタフェース のメソッドorg.gradle.api.Task
Execute the task only if the given spec is satisfied.
setOptimizationOptions(Map<String, Boolean>) - クラス のメソッドorg.gradle.api.tasks.compile.GroovyCompileOptions
Sets optimization options for the Groovy compiler.
setOptimize(boolean) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
 
setOptionFiles(List<File>) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
setOptionFiles(List<File>) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
setOptions(MinimalJavadocOptions) - クラス のメソッドorg.gradle.api.tasks.javadoc.Javadoc
Sets the Javadoc generation options.
setOptions(CoffeeScriptCompileOptions) - インタフェース のメソッドorg.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileSpec
 
setOrganisation(String) - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyPublication
Sets the organisation for this publication.
setOutputDir(File) - クラス のメソッドorg.gradle.language.rc.tasks.WindowsResourceCompile
 
setOutputDirectory(File) - クラス のメソッドorg.gradle.api.plugins.antlr.AntlrTask
Specifies the directory to generate the parser source files into.
setOutputFile(File) - クラス のメソッドorg.gradle.api.tasks.diagnostics.AbstractReportTask
Sets the file which the report will be written to.
setOutputFile(File) - クラス のメソッドorg.gradle.plugins.ide.api.GeneratorTask
Sets the output file to write the final configuration to.
setOutputLevel(JavadocOutputLevel) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
setOutputLevel(JavadocOutputLevel) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
setOutputPerTestCase(boolean) - インタフェース のメソッドorg.gradle.api.tasks.testing.JUnitXmlReport
Should the output be associated with individual test cases instead of at the suite level.
setOverrideWebXml(File) - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setOverview(String) - クラス のメソッドorg.gradle.api.tasks.javadoc.Groovydoc
Sets a HTML file to be used for overview documentation (optional).
setOverview(String) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
setOverview(String) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
setPackaging(String) - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenPom
Sets the packaging for this POM.
setPackaging(String) - インタフェース のメソッドorg.gradle.api.publish.maven.MavenPom
Sets the packaging for this publication.
setParallelThreadCount(int) - クラス のメソッドorg.gradle.StartParameter
Specifies the number of parallel threads to use for build execution.
setPassword(String) - インタフェース のメソッドorg.gradle.api.artifacts.repositories.PasswordCredentials
Sets the password to use when authenticating to this repository.
setPath(String) - インタフェース のメソッドorg.gradle.api.file.FileCopyDetails
Sets the destination path of this file.
setPath(String) - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.EarModule
 
setPom(MavenPom) - インタフェース のメソッドorg.gradle.api.artifacts.maven.PomFilterContainer
Sets the default POM to be used.
setPom(MavenPom) - クラス のメソッドorg.gradle.api.publish.maven.tasks.GenerateMavenPom
 
setPositionIndependentCode(boolean) - クラス のメソッドorg.gradle.language.nativebase.tasks.AbstractNativeCompileTask
 
setProfile(boolean) - クラス のメソッドorg.gradle.StartParameter
Specifies if a profile report should be generated.
setProjectCacheDir(File) - クラス のメソッドorg.gradle.StartParameter
Sets the project's cache location.
setProjectDir(File) - インタフェース のメソッドorg.gradle.api.initialization.ProjectDescriptor
Sets the project directory of this project.
setProjectDir(Object) - インタフェース のメソッドorg.gradle.api.plugins.buildcomparison.gradle.GradleBuildInvocationSpec
Sets the “root” directory of the build.
setProjectDir(File) - クラス のメソッドorg.gradle.StartParameter
Sets the project directory to use to select the default project.
setProjectProperties(Map<String, String>) - クラス のメソッドorg.gradle.StartParameter
 
setProjects(Set<Project>) - クラス のメソッドorg.gradle.api.reporting.dependencies.HtmlDependencyReportTask
Specifies the set of projects to generate this report for.
setProjects(Set<Project>) - クラス のメソッドorg.gradle.api.tasks.diagnostics.AbstractReportTask
Specifies the set of projects to generate this report for.
setProperty(String, Object) - インタフェース のメソッドorg.gradle.api.Project
Sets a property of this project.
setProperty(String, Object) - インタフェース のメソッドorg.gradle.api.Task
Sets a property of this task.
setPublication(IvyPublication) - クラス のメソッドorg.gradle.api.publish.ivy.tasks.PublishToIvyRepository
Sets the publication to be published.
setPublication(MavenPublication) - クラス のメソッドorg.gradle.api.publish.maven.tasks.PublishToMavenRepository
Sets the publication to be published.
setPublishedCode(File) - クラス のメソッドorg.gradle.api.tasks.scala.IncrementalCompileOptions
Sets the directory or archive path by which the code produced by this task is published to other ScalaCompile tasks.
setQuiet(TestLogging) - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLoggingContainer
Sets logging options for quiet level.
setRecompileScripts(boolean) - クラス のメソッドorg.gradle.StartParameter
Specifies whether the build scripts should be recompiled.
setRefreshDependencies(boolean) - クラス のメソッドorg.gradle.StartParameter
Specifies whether the dependencies should be refreshed..
setRelativePath(RelativePath) - インタフェース のメソッドorg.gradle.api.file.FileCopyDetails
Sets the destination path of this file.
setReload(String) - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
Sets the reload mode, which is either "automatic" or "manual".
setRenderer(DependencyReportRenderer) - クラス のメソッドorg.gradle.api.tasks.diagnostics.DependencyReportTask
Set the renderer to use to build a report.
setRenderer(PropertyReportRenderer) - クラス のメソッドorg.gradle.api.tasks.diagnostics.PropertyReportTask
 
setRenderer(TaskReportRenderer) - クラス のメソッドorg.gradle.api.tasks.diagnostics.TaskReportTask
 
setReportDir(Object) - クラス のメソッドorg.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
Sets the directory that will contain the HTML comparison report and any other report files.
setRepository(Object) - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenDeployer
Sets the repository to be used for uploading artifacts.
setRepository(IvyArtifactRepository) - クラス のメソッドorg.gradle.api.publish.ivy.tasks.PublishToIvyRepository
Sets the repository to publish to.
setRepository(MavenArtifactRepository) - クラス のメソッドorg.gradle.api.publish.maven.tasks.PublishToMavenRepository
Sets the repository to publish to.
setRequestLog(RequestLog) - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setRerunTasks(boolean) - クラス のメソッドorg.gradle.StartParameter
Specifies whether the cached task results should be ignored and each task should be forced to be executed.
setResource(Object) - クラス のメソッドorg.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
 
setResourcesDir(Object) - インタフェース のメソッドorg.gradle.api.tasks.SourceSetOutput
Sets the output directory for resources See example at SourceSetOutput
setResourcesDir(File) - インタフェース のメソッドorg.gradle.jvm.JvmBinarySpec
Sets the resources directory for this binary.
setResult(Object) - クラス のメソッドorg.gradle.plugins.javascript.envjs.browser.BrowserEvaluate
 
setRevision(String) - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyPublication
Sets the revision for this publication.
setRhinoClasspath(Object) - クラス のメソッドorg.gradle.plugins.javascript.coffeescript.CoffeeScriptCompile
 
setRhinoClasspath(Object) - クラス のメソッドorg.gradle.plugins.javascript.jshint.JsHint
 
setRhinoOptions(Object...) - クラス のメソッドorg.gradle.plugins.javascript.rhino.RhinoShellExec
 
setRoleName(String) - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.EarSecurityRole
 
setRuntimeClasspath(FileCollection) - インタフェース のメソッドorg.gradle.api.tasks.SourceSet
Sets the classpath used to execute this source.
setScalaClasspath(FileCollection) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompile
 
setScalaClasspath(FileCollection) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDoc
 
setScalaDocOptions(ScalaDocOptions) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDoc
 
setScanForTestClasses(boolean) - クラス のメソッドorg.gradle.api.tasks.testing.Test
 
setScanIntervalSeconds(int) - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
Sets the interval in seconds between scanning the web app for file changes.
setScannerListeners(List<Scanner.Listener>) - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setScanTargetPatterns(ScanTargetPattern[]) - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRun
 
setScanTargets(File[]) - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRun
 
setScript(Object) - クラス のメソッドorg.gradle.plugins.javascript.rhino.RhinoShellExec
 
setScriptArgs(Object...) - クラス のメソッドorg.gradle.plugins.javascript.rhino.RhinoShellExec
 
setScriptFile(Object) - クラス のメソッドorg.gradle.api.tasks.wrapper.Wrapper
 
setSearchUpwards(boolean) - クラス のメソッドorg.gradle.StartParameter
 
setSecurityRoles(Set<? extends EarSecurityRole>) - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.DeploymentDescriptor
 
setSerialWarn(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setServer(JettyPluginServer) - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setSettingsFile(File) - クラス のメソッドorg.gradle.StartParameter
Sets the settings file to use for the build.
setSharedLibraryFile(File) - インタフェース のメソッドorg.gradle.nativeplatform.PrebuiltSharedLibraryBinary
The shared library file.
setSharedLibraryFile(File) - インタフェース のメソッドorg.gradle.nativeplatform.SharedLibraryBinarySpec
The shared library file.
setSharedLibraryLinkFile(File) - インタフェース のメソッドorg.gradle.nativeplatform.PrebuiltSharedLibraryBinary
The shared library link file.
setSharedLibraryLinkFile(File) - インタフェース のメソッドorg.gradle.nativeplatform.SharedLibraryBinarySpec
The shared library link file.
setShouldRunAfter(Iterable<?>) - インタフェース のメソッドorg.gradle.api.Task
Specifies the set of tasks that this task should run after.
setShowCauses(boolean) - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLogging
Sets whether causes of exceptions that occur during test execution will be logged.
setShowDetail(boolean) - クラス のメソッドorg.gradle.api.tasks.diagnostics.TaskReportTask
 
setShowExceptions(boolean) - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLogging
Sets whether exceptions that occur during test execution will be logged.
setShowStackTraces(boolean) - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLogging
Sets whether stack traces of exceptions that occur during test execution will be logged.
setShowStandardStreams(boolean) - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLogging
Sets whether output on standard out and standard error will be logged.
setSkipProject(boolean) - クラス のメソッドorg.gradle.sonar.runner.SonarRunnerExtension
 
setSkipUnmappedConfs(boolean) - インタフェース のメソッドorg.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
Sets, whether unmapped configuration should be skipped or not.
setSnapshotRepository(Object) - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenDeployer
Sets the repository to be used for uploading snapshot artifacts.
setSource(Object) - クラス のメソッドorg.gradle.api.tasks.SourceTask
Sets the source for this task.
setSource(String) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
setSource(String) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
setSource(FileCollection) - インタフェース のメソッドorg.gradle.plugins.javascript.coffeescript.CoffeeScriptCompileSpec
 
setSourceCompatibility(String) - クラス のメソッドorg.gradle.api.tasks.compile.AbstractCompile
Sets the Java language level to use to compile the source files.
setSourceCompatibility(JavaVersion) - クラス のメソッドorg.gradle.plugins.ide.eclipse.model.Jdt
Sets the source compatibility for the compiler.
setSourceDir(File) - クラス のメソッドorg.gradle.nativeplatform.test.cunit.tasks.GenerateCUnitLauncher
 
setSourceNames(List<String>) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
setSourceNames(List<String>) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
setSplitIndex(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setSrcDirs(Iterable<?>) - インタフェース のメソッドorg.gradle.api.file.SourceDirectorySet
Sets the source directories for this set.
setStackTraceFilters(Iterable<?>) - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLogging
Sets the set of filters to be used for sanitizing test stack traces.
setStandardError(OutputStream) - インタフェース のメソッドorg.gradle.tooling.BuildLauncher
Sets the OutputStream which should receive standard error logging generated while running the operation.
setStandardError(OutputStream) - インタフェース のメソッドorg.gradle.tooling.LongRunningOperation
Sets the OutputStream which should receive standard error logging generated while running the operation.
setStandardError(OutputStream) - インタフェース のメソッドorg.gradle.tooling.ModelBuilder
Sets the OutputStream which should receive standard error logging generated while running the operation.
setStandardInput(InputStream) - クラス のメソッドorg.gradle.api.tasks.AbstractExecTask
Sets the standard input stream for the process executing the command.
setStandardInput(InputStream) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Sets the standard input stream for the process executing the command.
setStandardInput(InputStream) - インタフェース のメソッドorg.gradle.process.BaseExecSpec
Sets the standard input stream for the process executing the command.
setStandardInput(InputStream) - インタフェース のメソッドorg.gradle.tooling.BuildLauncher
Sets the InputStream that will be used as standard input for this operation.
setStandardInput(InputStream) - インタフェース のメソッドorg.gradle.tooling.LongRunningOperation
Sets the InputStream that will be used as standard input for this operation.
setStandardInput(InputStream) - インタフェース のメソッドorg.gradle.tooling.ModelBuilder
Sets the InputStream that will be used as standard input for this operation.
setStandardOutput(OutputStream) - クラス のメソッドorg.gradle.api.tasks.AbstractExecTask
Sets the output stream to consume standard output from the process executing the command.
setStandardOutput(OutputStream) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Sets the output stream to consume standard output from the process executing the command.
setStandardOutput(OutputStream) - インタフェース のメソッドorg.gradle.process.BaseExecSpec
Sets the output stream to consume standard output from the process executing the command.
setStandardOutput(OutputStream) - インタフェース のメソッドorg.gradle.tooling.BuildLauncher
Sets the OutputStream which should receive standard output logging generated while running the operation.
setStandardOutput(OutputStream) - インタフェース のメソッドorg.gradle.tooling.LongRunningOperation
Sets the OutputStream which should receive standard output logging generated while running the operation.
setStandardOutput(OutputStream) - インタフェース のメソッドorg.gradle.tooling.ModelBuilder
Sets the OutputStream which should receive standard output logging generated while running the operation.
setStartParameter(StartParameter) - クラス のメソッドorg.gradle.api.tasks.GradleBuild
Sets the full set of parameters that will be used to execute the build.
setStaticLibraryFile(File) - インタフェース のメソッドorg.gradle.nativeplatform.PrebuiltStaticLibraryBinary
The static library binary file.
setStaticLibraryFile(File) - インタフェース のメソッドorg.gradle.nativeplatform.StaticLibraryBinarySpec
The static library binary file.
setStatus(String) - インタフェース のメソッドorg.gradle.api.artifacts.ComponentMetadataDetails
Sets the status of the component.
setStatus(Object) - インタフェース のメソッドorg.gradle.api.Project
Sets the status of this project.
setStatus(String) - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyModuleDescriptorSpec
Sets the status for this publication.
setStatusScheme(List<String>) - インタフェース のメソッドorg.gradle.api.artifacts.ComponentMetadataDetails
Sets the status scheme of the component.
setStopKey(String) - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setStopKey(String) - クラス のメソッドorg.gradle.api.plugins.jetty.JettyPluginConvention
 
setStopKey(String) - クラス のメソッドorg.gradle.api.plugins.jetty.JettyStop
Sets key to provide when stopping jetty.
setStopPort(Integer) - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setStopPort(Integer) - クラス のメソッドorg.gradle.api.plugins.jetty.JettyPluginConvention
 
setStopPort(Integer) - クラス のメソッドorg.gradle.api.plugins.jetty.JettyStop
Sets the TCP port to use to send stop command.
setStubDir(File) - クラス のメソッドorg.gradle.api.tasks.compile.GroovyCompileOptions
Sets the directory where Java stubs for Groovy classes will be stored during Java/Groovy joint compilation.
setStyleSheet(File) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDocOptions
Sets the style sheet to override default style.
setStylesheetFile(File) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setSymbolicName(String) - インタフェース のメソッドorg.gradle.api.plugins.osgi.OsgiManifest
A convenient method for setting a Bundle-SymbolicName instruction.
setSystemProperties(Map<String, ?>) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Sets the system properties to use for the process.
setSystemProperties(Map<String, ?>) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Sets the system properties to use for the process.
setSystemProperties(Map<String, ?>) - インタフェース のメソッドorg.gradle.process.JavaForkOptions
Sets the system properties to use for the process.
setSystemPropertiesArgs(Map<String, String>) - クラス のメソッドorg.gradle.StartParameter
 
setTagletPath(List<File>) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setTaglets(List<String>) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setTags(List<String>) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setTarget(Target) - クラス のメソッドorg.gradle.api.tasks.ant.AntTarget
Sets the Ant target to execute.
setTargetCompatibility(String) - クラス のメソッドorg.gradle.api.tasks.compile.AbstractCompile
Sets the target JVM to generate the .class files for.
setTargetCompatibility(JavaVersion) - クラス のメソッドorg.gradle.plugins.ide.eclipse.model.Jdt
Sets the target compatibility for the compiler.
setTargetPlatform(NativePlatform) - クラス のメソッドorg.gradle.language.assembler.tasks.Assemble
 
setTargetPlatform(NativePlatform) - クラス のメソッドorg.gradle.language.nativebase.tasks.AbstractNativeCompileTask
 
setTargetPlatform(NativePlatform) - クラス のメソッドorg.gradle.language.rc.tasks.WindowsResourceCompile
 
setTaskNames(Iterable<String>) - クラス のメソッドorg.gradle.StartParameter
Sets the tasks to execute in this build.
setTaskRequests(Iterable<? extends TaskExecutionRequest>) - クラス のメソッドorg.gradle.StartParameter
Sets the task parameters to execute in this build.
setTasks(Iterable<String>) - インタフェース のメソッドorg.gradle.api.plugins.buildcomparison.gradle.GradleBuildInvocationSpec
Sets the tasks to execute.
setTasks(Collection<String>) - クラス のメソッドorg.gradle.api.tasks.GradleBuild
Sets the tasks that should be executed for this build.
setTempDir(String) - クラス のメソッドorg.gradle.api.tasks.compile.ForkOptions
Sets the directory used for temporary files that may be created to pass command line arguments to the compiler process.
setTestClassesDir(File) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Sets the root folder for the compiled test sources.
setTestNameIncludePattern(String) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Sets the test name patterns to be included in execution.
setTestResultDirs(Iterable<File>) - クラス のメソッドorg.gradle.api.tasks.testing.TestReport
Sets the binary test results to use to include in the report.
setTestSrcDirs(List<File>) - クラス のメソッドorg.gradle.api.tasks.testing.Test
 
setText(String) - インタフェース のメソッドorg.gradle.ide.visualstudio.TextProvider
Replace the content.
Settings - org.gradle.api.initializationのインタフェース
Declares the configuration required to instantiate and configure the hierarchy of Project instances which are to participate in a build.
settingsEvaluated(Closure) - インタフェース のメソッドorg.gradle.api.invocation.Gradle
Adds a closure to be called when the build settings have been loaded and evaluated.
settingsEvaluated(Settings) - クラス のメソッドorg.gradle.BuildAdapter
 
settingsEvaluated(Settings) - インタフェース のメソッドorg.gradle.BuildListener
Called when the build settings have been loaded and evaluated.
settingsEvaluated(Settings) - クラス のメソッドorg.gradle.BuildLogger
 
setTitle(String) - クラス のメソッドorg.gradle.api.tasks.javadoc.Javadoc
Sets the title for the generated documentation.
setTitle(String) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDoc
 
setToolChain(JavaToolChain) - クラス のメソッドorg.gradle.api.tasks.compile.JavaCompile
Sets the tool chain that should be used to compile the Java source.
setToolChain(JavaToolChain) - クラス のメソッドorg.gradle.api.tasks.javadoc.Javadoc
Sets the tool chain to use to generate the Javadoc.
setToolChain(NativeToolChain) - クラス のメソッドorg.gradle.language.assembler.tasks.Assemble
 
setToolChain(NativeToolChain) - クラス のメソッドorg.gradle.language.nativebase.tasks.AbstractNativeCompileTask
 
setToolChain(NativeToolChain) - クラス のメソッドorg.gradle.language.rc.tasks.WindowsResourceCompile
 
setToolVersion(String) - クラス のメソッドorg.gradle.sonar.runner.SonarRunnerRootExtension
 
setTop(String) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDocOptions
Sets the HTML text to appear in the top text for each page.
setTrace(boolean) - クラス のメソッドorg.gradle.api.plugins.antlr.AntlrTask
 
setTraceLexer(boolean) - クラス のメソッドorg.gradle.api.plugins.antlr.AntlrTask
 
setTraceParser(boolean) - クラス のメソッドorg.gradle.api.plugins.antlr.AntlrTask
 
setTraceTreeWalker(boolean) - クラス のメソッドorg.gradle.api.plugins.antlr.AntlrTask
 
setTransitive(boolean) - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Sets the transitivity of this configuration.
setTransitive(boolean) - インタフェース のメソッドorg.gradle.api.artifacts.ModuleDependency
Sets whether this dependency should be resolved including or excluding its transitive dependencies.
setType(String) - インタフェース のメソッドorg.gradle.api.artifacts.ConfigurablePublishArtifact
Sets the type of this artifact.
setType(String) - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyArtifact
Sets the type used to publish the artifact file.
setUnchecked(boolean) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
 
setUnchecked(boolean) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDocOptions
Sets whether to generate unchecked information.
setUniqueVersion(boolean) - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenDeployer
Sets whether to assign snapshots a unique version comprised of the timestamp and build number, or to use the same version each time.
setUploadDescriptor(boolean) - クラス のメソッドorg.gradle.api.tasks.Upload
 
setUrl(Object) - インタフェース のメソッドorg.gradle.api.artifacts.repositories.IvyArtifactRepository
Sets the base URL of this repository.
setUrl(Object) - インタフェース のメソッドorg.gradle.api.artifacts.repositories.MavenArtifactRepository
Sets the base URL of this repository.
setUse(boolean) - クラス のメソッドorg.gradle.api.tasks.javadoc.Groovydoc
Sets whether to create class and package usage pages.
setUse(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setUseAnt(boolean) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
 
setUseCache(boolean) - クラス のメソッドorg.gradle.api.tasks.compile.DependOptions
Sets whether to cache dependency information.
setUseCompileDaemon(boolean) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompileOptions
 
setUseDepend(boolean) - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Sets whether to use the Ant <depend> task.
setUsername(String) - インタフェース のメソッドorg.gradle.api.artifacts.repositories.PasswordCredentials
Sets the user name to use when authenticating to this repository.
setUserRealms(UserRealm[]) - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setValue(String) - インタフェース のメソッドorg.gradle.api.java.archives.ManifestMergeDetails
Set's the value for the key of the manifest after the merge takes place.
setValue(T) - インタフェース のメソッドorg.gradle.external.javadoc.OptionLessJavadocOptionFileOption
 
setVendor(String) - インタフェース のメソッドorg.gradle.api.plugins.osgi.OsgiManifest
A convenient method for setting a Bundle-Vendor instruction.
setVerbose(boolean) - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Sets whether to produce verbose output.
setVerbose(boolean) - クラス のメソッドorg.gradle.api.tasks.compile.GroovyCompileOptions
Sets whether to turn on verbose output.
setVerbose(boolean) - クラス のメソッドorg.gradle.api.tasks.javadoc.Javadoc
Sets whether Javadoc generation is accompanied by verbose output or not.
setVersion(String) - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenPom
Sets the version for this POM.
setVersion(String) - インタフェース のメソッドorg.gradle.api.plugins.osgi.OsgiManifest
A convenient method for setting a Bundle-Version instruction.
setVersion(Object) - インタフェース のメソッドorg.gradle.api.Project
Sets the version of this project.
setVersion(String) - インタフェース のメソッドorg.gradle.api.publish.maven.MavenPublication
Sets the version for this publication.
setVersion(String) - クラス のメソッドorg.gradle.api.tasks.bundling.AbstractArchiveTask
 
setVersion(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setVersion(String) - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.DeploymentDescriptor
 
setVersion(String) - クラス のメソッドorg.gradle.plugins.javascript.coffeescript.CoffeeScriptExtension
 
setVersion(String) - クラス のメソッドorg.gradle.plugins.javascript.envjs.EnvJsExtension
 
setVersion(String) - クラス のメソッドorg.gradle.plugins.javascript.jshint.JsHintExtension
 
setVersion(String) - クラス のメソッドorg.gradle.plugins.javascript.rhino.RhinoExtension
 
setVisible(boolean) - インタフェース のメソッドorg.gradle.api.artifacts.Configuration
Sets the visibility of this configuration.
setWarn(TestLogging) - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLoggingContainer
Sets logging options for warn level.
setWarnings(boolean) - クラス のメソッドorg.gradle.api.tasks.compile.CompileOptions
Sets whether to log warning messages.
setWarnOnRmiStubs(boolean) - クラス のメソッドorg.gradle.api.tasks.compile.DependOptions
Sets whether to warn on RMI stubs without source.
setWebApp(File) - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRunWar
 
setWebAppConfig(JettyPluginWebAppContext) - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setWebAppSourceDirectory(File) - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRun
 
setWebDefaultXml(File) - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
setWebXml(File) - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRun
 
setWindowsSdkDir(Object) - インタフェース のメソッドorg.gradle.nativeplatform.toolchain.VisualCpp
The directory where Windows SDK is installed.
setWindowTitle(String) - クラス のメソッドorg.gradle.api.tasks.javadoc.Groovydoc
Sets the browser window title for the documentation.
setWindowTitle(String) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaDocOptions
Sets the text to appear in the window title.
setWindowTitle(String) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
setWindowTitle(String) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
setWithMessages(boolean) - インタフェース のメソッドorg.gradle.api.plugins.quality.FindBugsXmlReport
Whether or not FindBugs should generate XML augmented with human-readable messages.
setWorkingDir(Object) - クラス のメソッドorg.gradle.api.tasks.AbstractExecTask
Sets the working directory for the process.
setWorkingDir(Object) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Sets the working directory for the process.
setWorkingDir(Object) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Sets the working directory for the process.
setWorkingDir(Object) - インタフェース のメソッドorg.gradle.process.ProcessForkOptions
Sets the working directory for the process.
setZincClasspath(FileCollection) - クラス のメソッドorg.gradle.api.tasks.scala.ScalaCompile
 
setZip64(boolean) - クラス のメソッドorg.gradle.api.tasks.bundling.Zip
Enables building zips with more than 65535 files or bigger than 4GB.
SharedLibraryBinary - org.gradle.nativeplatformのインタフェース
A NativeLibrary that has been compiled and linked as a shared library.
SharedLibraryBinarySpec - org.gradle.nativeplatformのインタフェース
A shared library binary built by Gradle for a native library.
shouldRunAfter(Object...) - インタフェース のメソッドorg.gradle.api.Task
Specifies that this task should run after all of the supplied tasks.
showAll() - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
showAll() - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
showFromPackage() - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
showFromPackage() - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
showFromPrivate() - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
showFromPrivate() - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
showFromProtected() - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
showFromProtected() - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
showFromPublic() - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
showFromPublic() - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
SimpleHttpFileServer - org.gradle.plugins.javascript.envjs.http.simpleのクラス
 
SimpleHttpFileServer(File, int, Stoppable) - クラス のコンストラクタorg.gradle.plugins.javascript.envjs.http.simple.SimpleHttpFileServer
 
SimpleHttpFileServerFactory - org.gradle.plugins.javascript.envjs.http.simpleのクラス
 
SimpleHttpFileServerFactory() - クラス のコンストラクタorg.gradle.plugins.javascript.envjs.http.simple.SimpleHttpFileServerFactory
 
SingleFileReport - org.gradle.api.reportingのインタフェース
A report that is a single file.
SkipWhenEmpty - org.gradle.api.tasksの注釈型
Attached to a task property to indicate that the task should be skipped when the value of the property is an empty FileCollection or directory.
SoftwareComponent - org.gradle.api.componentのインタフェース
A software component produced by a Gradle software project.
SoftwareComponentContainer - org.gradle.api.componentのインタフェース
A Container that contains all of the Software Components produced by a Project.
SONAR_RUNNER_CONFIGURATION_NAME - クラス のstatic変数org.gradle.sonar.runner.SonarRunnerExtension
 
SONAR_RUNNER_EXTENSION_NAME - クラス のstatic変数org.gradle.sonar.runner.SonarRunnerExtension
 
SONAR_RUNNER_TASK_NAME - クラス のstatic変数org.gradle.sonar.runner.SonarRunnerExtension
 
SonarProperties - org.gradle.sonar.runnerのクラス
The Sonar properties for the current Gradle project that are to be passed to the Sonar Runner.
SonarProperties(Map<String, Object>) - クラス のコンストラクタorg.gradle.sonar.runner.SonarProperties
 
sonarProperties(Action<? super SonarProperties>) - クラス のメソッドorg.gradle.sonar.runner.SonarRunnerExtension
Adds an action that configures Sonar properties for the associated Gradle project.
SonarRunner - org.gradle.sonar.runner.tasksのクラス
Analyses one or more projects with the Sonar Runner.
SonarRunner() - クラス のコンストラクタorg.gradle.sonar.runner.tasks.SonarRunner
 
SonarRunnerExtension - org.gradle.sonar.runnerのクラス
An extension for configuring the Sonar Runner integration.
SonarRunnerExtension(ActionBroadcast<SonarProperties>) - クラス のコンストラクタorg.gradle.sonar.runner.SonarRunnerExtension
 
SonarRunnerPlugin - org.gradle.sonar.runner.pluginsのクラス
A plugin for analyzing projects with the Sonar Runner.
SonarRunnerPlugin() - クラス のコンストラクタorg.gradle.sonar.runner.plugins.SonarRunnerPlugin
 
SonarRunnerRootExtension - org.gradle.sonar.runnerのクラス
Specialization of SonarRunnerExtension that is used for the root of the project tree being analyzed.
SonarRunnerRootExtension(ActionBroadcast<SonarProperties>) - クラス のコンストラクタorg.gradle.sonar.runner.SonarRunnerRootExtension
 
source(SourceDirectorySet) - インタフェース のメソッドorg.gradle.api.file.SourceDirectorySet
Adds the given source to this set.
source - クラス の変数org.gradle.api.tasks.SourceTask
 
source(Object...) - クラス のメソッドorg.gradle.api.tasks.SourceTask
Adds some source to this task.
source(Object...) - インタフェース のメソッドorg.gradle.api.tasks.TaskInputs
Registers some source files for this task.
source(Object) - インタフェース のメソッドorg.gradle.api.tasks.TaskInputs
Registers some source files for this task.
source(String) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
source(String) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
source(Object) - クラス のメソッドorg.gradle.language.assembler.tasks.Assemble
Adds a set of assembler sources files to be translated.
source(Action<? super SourceDirectorySet>) - インタフェース のメソッドorg.gradle.language.base.LanguageSourceSet
Configure the sources
source(Object) - クラス のメソッドorg.gradle.language.nativebase.tasks.AbstractNativeCompileTask
Adds a set of source files to be compiled.
source(Object) - クラス のメソッドorg.gradle.language.rc.tasks.WindowsResourceCompile
Adds a set of source files to be compiled.
source(Object) - インタフェース のメソッドorg.gradle.nativeplatform.tasks.ObjectFilesToBinary
Adds a set of object files to be combined into the file binary.
source(Object) - クラス のメソッドorg.gradle.platform.base.binary.BaseBinarySpec
 
source(Object) - インタフェース のメソッドorg.gradle.platform.base.BinarySpec
Adds one or more LanguageSourceSets that are used to compile this binary.
source(Object) - クラス のメソッドorg.gradle.platform.base.component.BaseComponentSpec
 
source(Object) - インタフェース のメソッドorg.gradle.platform.base.ComponentSpec
Adds one or more LanguageSourceSets that are used to compile this binary.
sourceBuild(Action<GradleBuildInvocationSpec>) - クラス のメソッドorg.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
Configures the source build.
sourceDir(Object) - インタフェース のメソッドorg.gradle.api.tasks.TaskInputs
Registers a source directory for this task.
SourceDirectory - org.gradle.tooling.modelのインタフェース
Represents a source directory.
SourceDirectorySet - org.gradle.api.fileのインタフェース
A SourceDirectorySet represents a set of source files composed from a set of source directories, along with associated include and exclude patterns.
sourceNames(String...) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
sourceNames(String...) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
SourcesArtifact - org.gradle.language.base.artifactのインタフェース
An artifact containing sources for a software component.
SourceSet - org.gradle.api.tasksのインタフェース
A SourceSet represents a logical group of Java source and resources.
SourceSetContainer - org.gradle.api.tasksのインタフェース
A SourceSetContainer manages a set of SourceSet objects.
SourceSetOutput - org.gradle.api.tasksのインタフェース
A collection of all output directories (compiled classes, processed resources, etc.) - notice that SourceSetOutput extends FileCollection.
SourceTask - org.gradle.api.tasksのクラス
A SourceTask performs some operation on source files.
SourceTask() - クラス のコンストラクタorg.gradle.api.tasks.SourceTask
 
Spec<T> - org.gradle.api.specsのインタフェース
Represents some predicate against objects of type T.
Specs - org.gradle.api.specsのクラス
Provides a number of Spec implementations.
Specs() - クラス のコンストラクタorg.gradle.api.specs.Specs
 
splitIndex(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
splitIndex() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
srcDir(Object) - インタフェース のメソッドorg.gradle.api.file.SourceDirectorySet
Adds the given source directory to this set.
srcDirs(Object...) - インタフェース のメソッドorg.gradle.api.file.SourceDirectorySet
Adds the given source directories to this set.
stackTraceFilters(Object...) - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLogging
StandardJavadocDocletOptions - org.gradle.external.javadocのクラス
Provides the options for the standard Javadoc doclet.
StandardJavadocDocletOptions() - クラス のコンストラクタorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
StandardJavadocDocletOptions(JavadocOptionFile) - クラス のコンストラクタorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
StandardOutputListener - org.gradle.api.loggingのインタフェース
A StandardOutputListener receives text written by Gradle's logging system to standard output or error.
start() - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
start(File, int) - インタフェース のメソッドorg.gradle.plugins.javascript.envjs.http.HttpFileServerFactory
 
start(File, int) - クラス のメソッドorg.gradle.plugins.javascript.envjs.http.simple.SimpleHttpFileServerFactory
 
startConsoleScanner() - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
Run a thread that monitors the console input to detect ENTER hits.
startJetty() - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
startJettyInternal() - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
StartParameter - org.gradleのクラス
StartParameter defines the configuration used by a Gradle instance to execute a build.
StartParameter() - クラス のコンストラクタorg.gradle.StartParameter
Creates a StartParameter with default values.
StaticLibraryBinary - org.gradle.nativeplatformのインタフェース
A NativeLibrary that has been compiled and archived into a static library.
StaticLibraryBinarySpec - org.gradle.nativeplatformのインタフェース
A static library binary built by Gradle for a native library.
statusChanged(ProgressEvent) - インタフェース のメソッドorg.gradle.tooling.ProgressListener
Called when the progress status changes.
stop() - クラス のメソッドorg.gradle.api.plugins.jetty.JettyStop
 
stop() - インタフェース のメソッドorg.gradle.plugins.javascript.envjs.http.HttpFileServer
 
stop() - クラス のメソッドorg.gradle.plugins.javascript.envjs.http.simple.SimpleHttpFileServer
 
StopActionException - org.gradle.api.tasksの例外
A StopActionException is be thrown by a task Action or task action closure to stop its own execution and to start execution of the task's next action.
StopActionException() - 例外 のコンストラクタorg.gradle.api.tasks.StopActionException
 
StopActionException(String) - 例外 のコンストラクタorg.gradle.api.tasks.StopActionException
 
StopExecutionException - org.gradle.api.tasksの例外
A StopExecutionException is thrown by a Action or task action closure to stop execution of the current task and start execution of the next task.
StopExecutionException() - 例外 のコンストラクタorg.gradle.api.tasks.StopExecutionException
 
StopExecutionException(String) - 例外 のコンストラクタorg.gradle.api.tasks.StopExecutionException
 
stopExecutionIfEmpty() - インタフェース のメソッドorg.gradle.api.file.FileCollection
Throws a StopExecutionException if this collection is empty.
stopVisiting() - インタフェース のメソッドorg.gradle.api.file.FileVisitDetails
Requests that file visiting terminate after the current file.
store(Properties) - クラス のメソッドorg.gradle.plugins.ide.eclipse.model.Jdt
 
stylesheetFile(File) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
subprojects(Action<? super Project>) - インタフェース のメソッドorg.gradle.api.Project
Configures the sub-projects of this project This method executes the given Action against the sub-projects of this project.
subprojects(Closure) - インタフェース のメソッドorg.gradle.api.Project
Configures the sub-projects of this project.
Sync - org.gradle.api.tasksのクラス
Synchronises the contents of a destination directory with some source directories and files.
Sync() - クラス のコンストラクタorg.gradle.api.tasks.Sync
 
SYSTEM_PROP_PREFIX - インタフェース のstatic変数org.gradle.api.Project
 
systemProperties(Map<String, ?>) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Adds some system properties to use for the process.
systemProperties(Map<String, ?>) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Adds some system properties to use for the process.
systemProperties(Map<String, ?>) - インタフェース のメソッドorg.gradle.process.JavaForkOptions
Adds some system properties to use for the process.
systemProperty(String, Object) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Adds a system property to use for the process.
systemProperty(String, Object) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Adds a system property to use for the process.
systemProperty(String, Object) - インタフェース のメソッドorg.gradle.process.JavaForkOptions
Adds a system property to use for the process.

T

tagletPath(List<File>) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
tagletPath(File...) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
taglets(List<String>) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
taglets(String...) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
tags(List<String>) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
tags(String...) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
tagsFile(File) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
Tar - org.gradle.api.tasks.bundlingのクラス
Assembles a TAR archive.
Tar() - クラス のコンストラクタorg.gradle.api.tasks.bundling.Tar
 
target(String) - インタフェース のメソッドorg.gradle.nativeplatform.toolchain.GccCompatibleToolChain
Add support for target platform specified by name.
target(String, Action<? super GccPlatformToolChain>) - インタフェース のメソッドorg.gradle.nativeplatform.toolchain.GccCompatibleToolChain
Add configuration for a target platform specified by name with additional configuration action.
targetBuild(Action<GradleBuildInvocationSpec>) - クラス のメソッドorg.gradle.api.plugins.buildcomparison.gradle.CompareGradleBuilds
Configures the target build.
targetBuildTypes(String...) - インタフェース のメソッドorg.gradle.nativeplatform.TargetedNativeComponent
Specifies the names of one or more BuildTypes that this component should be built for.
TargetedNativeComponent - org.gradle.nativeplatformのインタフェース
A native component that can be configured to target certain variant dimensions.
targetFlavors(String...) - インタフェース のメソッドorg.gradle.nativeplatform.TargetedNativeComponent
Specifies the names of one or more Flavors that this component should be built for.
TargetJdk - org.gradle.api.plugins.qualityの列挙型
Represents the PMD targetjdk property available for PMD < 5.0
targetPlatforms(String...) - インタフェース のメソッドorg.gradle.nativeplatform.TargetedNativeComponent
Specifies the names of one or more NativePlatforms that this component should be built for.
tarTree(Object) - インタフェース のメソッドorg.gradle.api.Project
Creates a new FileTree which contains the contents of the given TAR file.
tarTree(Object) - インタフェース のメソッドorg.gradle.api.Script
Creates a new FileTree which contains the contents of the given TAR file.
task(String) - インタフェース のメソッドorg.gradle.api.Project
Creates a Task with the given name and adds it to this project.
task(Map<String, ?>, String) - インタフェース のメソッドorg.gradle.api.Project
Creates a Task with the given name and adds it to this project.
task(Map<String, ?>, String, Closure) - インタフェース のメソッドorg.gradle.api.Project
Creates a Task with the given name and adds it to this project.
task(String, Closure) - インタフェース のメソッドorg.gradle.api.Project
Creates a Task with the given name and adds it to this project.
Task - org.gradle.apiのインタフェース
Taskはクラスのコンパイルやjavadocの生成など、ビルドに対する単一のアトミックな断片を表します。
Task - org.gradle.tooling.modelのインタフェース
Represents a task which is executable by Gradle.
Task.Namer - org.gradle.apiのクラス
A Namer namer for tasks that returns Task.getName().
TASK_ACTION - インタフェース のstatic変数org.gradle.api.Task
 
TASK_DEPENDS_ON - インタフェース のstatic変数org.gradle.api.Task
 
TASK_DESCRIPTION - インタフェース のstatic変数org.gradle.api.Task
 
TASK_GROUP - インタフェース のstatic変数org.gradle.api.Task
 
TASK_NAME - インタフェース のstatic変数org.gradle.api.Task
 
TASK_OVERWRITE - インタフェース のstatic変数org.gradle.api.Task
 
TASK_REPORT - クラス のstatic変数org.gradle.api.plugins.ProjectReportsPlugin
 
TASK_TYPE - インタフェース のstatic変数org.gradle.api.Task
 
TaskAction - org.gradle.api.tasksの注釈型
Marks a method as the action to run when the task is executed.
TaskActionListener - org.gradle.api.executionのインタフェース
A TaskWorkListener is notified of the actions that a task performs.
TaskCollection<T extends Task> - org.gradle.api.tasksのインタフェース
A TaskCollection contains a set of Task instances, and provides a number of query methods.
TaskContainer - org.gradle.api.tasksのインタフェース
A TaskContainer is responsible for managing a set of Task instances.
TaskDependency - org.gradle.api.tasksのインタフェース
A TaskDependency represents an unordered set of tasks which a Task depends on.
TaskExecutionAdapter - org.gradle.api.executionのクラス
A TaskExecutionListener adapter class for receiving task execution events.
TaskExecutionAdapter() - クラス のコンストラクタorg.gradle.api.execution.TaskExecutionAdapter
 
TaskExecutionException - org.gradle.api.tasksの例外
A TaskExecutionException is thrown when a task fails to execute successfully.
TaskExecutionException(Task, Throwable) - 例外 のコンストラクタorg.gradle.api.tasks.TaskExecutionException
 
TaskExecutionGraph - org.gradle.api.executionのインタフェース
A TaskExecutionGraph is responsible for managing the execution of the Task instances which are part of the build.
TaskExecutionGraphListener - org.gradle.api.executionのインタフェース
A TaskExecutionGraphListener is notified when the TaskExecutionGraph has been populated.
TaskExecutionListener - org.gradle.api.executionのインタフェース
A TaskExecutionListener is notified of the execution of the tasks in a build.
TaskExecutionLogger - org.gradleのクラス
A listener which logs the execution of tasks.
TaskExecutionLogger(ProgressLoggerFactory, LoggerProvider) - クラス のコンストラクタorg.gradle.TaskExecutionLogger
 
TaskExecutionRequest - org.gradleのインタフェース
A request to execute some tasks, along with an optional project path context to provide information necessary to select the tasks
TaskInputs - org.gradle.api.tasksのインタフェース
A TaskInputs represents the inputs for a task.
TaskInstantiationException - org.gradle.api.tasksの例外
A TaskInstantiationException is thrown when a task cannot be instantiated for some reason.
TaskInstantiationException(String) - 例外 のコンストラクタorg.gradle.api.tasks.TaskInstantiationException
 
TaskInstantiationException(String, Throwable) - 例外 のコンストラクタorg.gradle.api.tasks.TaskInstantiationException
 
TaskOutputs - org.gradle.api.tasksのインタフェース
A TaskOutputs represents the outputs of a task.
TaskReportTask - org.gradle.api.tasks.diagnosticsのクラス
Displays a list of tasks in the project.
TaskReportTask() - クラス のコンストラクタorg.gradle.api.tasks.diagnostics.TaskReportTask
 
TaskSelector - org.gradle.tooling.modelのインタフェース
Represents a Launchable that uses task name to select tasks executed from a given project and its sub-projects.
TaskState - org.gradle.api.tasksのインタフェース
TaskState provides information about the execution state of a Task.
TaskValidationException - org.gradle.api.tasksの例外
A TaskValidationException is thrown when there is some validation problem with a task.
TaskValidationException(String, List<InvalidUserDataException>) - 例外 のコンストラクタorg.gradle.api.tasks.TaskValidationException
 
TEST - インタフェース のstatic変数org.gradle.api.artifacts.maven.Conf2ScopeMappingContainer
 
Test - org.gradle.api.tasks.testingのクラス
Executes JUnit (3.8.x or 4.x) or TestNG tests.
Test() - クラス のコンストラクタorg.gradle.api.tasks.testing.Test
 
TEST_CLASSES_TASK_NAME - クラス のstatic変数org.gradle.api.plugins.JavaPlugin
 
TEST_COMPILE_CONFIGURATION_NAME - クラス のstatic変数org.gradle.api.plugins.JavaPlugin
 
TEST_COMPILE_PRIORITY - クラス のstatic変数org.gradle.api.plugins.MavenPlugin
 
TEST_RUNTIME_CONFIGURATION_NAME - クラス のstatic変数org.gradle.api.plugins.JavaPlugin
 
TEST_RUNTIME_PRIORITY - クラス のstatic変数org.gradle.api.plugins.MavenPlugin
 
TEST_SOURCE_SET_NAME - インタフェース のstatic変数org.gradle.api.tasks.SourceSet
The name of the test source set.
TEST_TASK_NAME - クラス のstatic変数org.gradle.api.plugins.JavaPlugin
 
TestDescriptor - org.gradle.api.tasks.testingのインタフェース
Describes a test.
TestExceptionFormat - org.gradle.api.tasks.testing.loggingの列挙型
Determines how exceptions are formatted in test logging.
TestFilter - org.gradle.api.tasks.testingのインタフェース
Allows filtering tests for execution.
testFramework(Closure) - クラス のメソッドorg.gradle.api.tasks.testing.Test
 
TestFrameworkOptions - org.gradle.api.tasks.testingのクラス
The base class for any test framework specific options.
TestFrameworkOptions() - クラス のコンストラクタorg.gradle.api.tasks.testing.TestFrameworkOptions
 
TestListener - org.gradle.api.tasks.testingのインタフェース
Interface for listening to test execution.
TestLogEvent - org.gradle.api.tasks.testing.loggingの列挙型
Test events that can be logged.
TestLogging - org.gradle.api.tasks.testing.loggingのインタフェース
Options that determine which test events get logged, and at which detail.
testLogging(Closure) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Allows configuring the logging of the test execution, for example log eagerly the standard output, etc.
TestLoggingContainer - org.gradle.api.tasks.testing.loggingのインタフェース
Container for all test logging related options.
TestOutputEvent - org.gradle.api.tasks.testingのインタフェース
Standard output or standard error message logged during the execution of the test
TestOutputEvent.Destination - org.gradle.api.tasks.testingの列挙型
Destination of the message
TestOutputListener - org.gradle.api.tasks.testingのインタフェース
Listens to the output events like printing to standard output or error
TestReport - org.gradle.api.tasks.testingのクラス
Generates an HTML test report from the results of one or more Test tasks.
TestReport() - クラス のコンストラクタorg.gradle.api.tasks.testing.TestReport
 
TestResult - org.gradle.api.tasks.testingのインタフェース
Describes a test result.
TestResult.ResultType - org.gradle.api.tasks.testingの列挙型
The final status of a test.
TestStackTraceFilter - org.gradle.api.tasks.testing.loggingの列挙型
Stack trace filters for test logging.
TestSuiteBinarySpec - org.gradle.platform.base.testのインタフェース
A binary which runs a suite of tests.
TestSuiteContainer - org.gradle.nativeplatform.testのインタフェース
A polymorphic container of NativeTestSuiteSpec instances.
TestSuiteSpec<T extends BinarySpec> - org.gradle.platform.base.testのインタフェース
A component representing a suite of tests that will be executed together.
TestTaskReports - org.gradle.api.tasks.testingのインタフェース
The reports produced by the Test task.
TextConfigFile - org.gradle.ide.visualstudioのインタフェース
A plain text config file generated for Visual Studio.
TextProvider - org.gradle.ide.visualstudioのインタフェース
Provides access to the content of a generated text file.
to(Object...) - インタフェース のメソッドorg.gradle.api.plugins.ObjectConfigurationAction
Specifies some target objects to be configured.
toJavaValue(Object) - クラス のstaticメソッドorg.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils
 
token() - インタフェース のメソッドorg.gradle.tooling.CancellationTokenSource
Returns a token associated with this CancellationTokenSource.
toMap(Scriptable) - クラス のstaticメソッドorg.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils
 
Tool - org.gradle.nativeplatformのインタフェース
Configuration of the arguments of a ToolChain executable.
ToolChain - org.gradle.platform.baseのインタフェース
A set of compilers that are used together to construct binaries.
ToolChainRegistry - org.gradle.nativeplatform.toolchainのインタフェース
A container for NativeToolChains.
ToolingModelBuilder - org.gradle.tooling.provider.modelのインタフェース
Responsible for building tooling models.
ToolingModelBuilderRegistry - org.gradle.tooling.provider.modelのインタフェース
A registry of tooling model builders.
toString() - クラス のメソッドorg.gradle.api.file.RelativePath
 
toString() - 列挙型 のメソッドorg.gradle.api.JavaVersion
 
toString() - 列挙型 のメソッドorg.gradle.api.plugins.quality.TargetJdk
 
toString() - クラス のメソッドorg.gradle.external.javadoc.JavadocOfflineLink
 
toString() - クラス のメソッドorg.gradle.platform.base.binary.BaseBinarySpec
 
toString() - クラス のメソッドorg.gradle.platform.base.component.BaseComponentSpec
 
toString() - クラス のメソッドorg.gradle.StartParameter
 
toVersion(Object) - 列挙型 のstaticメソッドorg.gradle.api.JavaVersion
Converts the given object into a JavaVersion.
toVersion(Object) - 列挙型 のstaticメソッドorg.gradle.api.plugins.quality.TargetJdk
Converts the given object into a TargetJdk.
toXmlNode(Node, Object) - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.EarModule
Convert this object to an XML Node (or two nodes if altDeployDescriptor is not null).
transform(IN) - インタフェース のメソッドorg.gradle.api.Transformer
Transforms the given object, and returns the transformed value.
TransformationFileType - org.gradle.platform.baseのインタフェース
The type of a file of a transformation
Transformer<OUT,IN> - org.gradle.apiのインタフェース
A Transformer transforms objects of type.
TypeBuilder<C> - org.gradle.platform.baseのインタフェース
A TypeBuilder to configure read the implementation class of a type.

U

UnableToDeleteFileException - org.gradle.api.fileの例外
Thrown by Gradle when it is unable to delete a file.
UnableToDeleteFileException(File) - 例外 のコンストラクタorg.gradle.api.file.UnableToDeleteFileException
 
UncheckedIOException - org.gradle.apiの例外
UncheckedIOException is used to wrap an IOException into an unchecked exception.
UncheckedIOException() - 例外 のコンストラクタorg.gradle.api.UncheckedIOException
 
UncheckedIOException(String) - 例外 のコンストラクタorg.gradle.api.UncheckedIOException
 
UncheckedIOException(String, Throwable) - 例外 のコンストラクタorg.gradle.api.UncheckedIOException
 
UncheckedIOException(Throwable) - 例外 のコンストラクタorg.gradle.api.UncheckedIOException
 
UnknownConfigurationException - org.gradle.api.artifactsの例外
An UnknownConfigurationException is thrown when a configuration referenced by name cannot be found.
UnknownConfigurationException(String) - 例外 のコンストラクタorg.gradle.api.artifacts.UnknownConfigurationException
 
UnknownDomainObjectException - org.gradle.apiの例外
A UnknownDomainObjectException is the super class of all exceptions thrown when a given domain object cannot be located.
UnknownDomainObjectException(String) - 例外 のコンストラクタorg.gradle.api.UnknownDomainObjectException
 
UnknownDomainObjectException(String, Throwable) - 例外 のコンストラクタorg.gradle.api.UnknownDomainObjectException
 
UnknownModelException - org.gradle.tooling.provider.modelの例外
Thrown when an unknown tooling model is requested.
UnknownModelException(String) - 例外 のコンストラクタorg.gradle.tooling.provider.model.UnknownModelException
 
UnknownModelException - org.gradle.toolingの例外
Thrown when the client is trying to acquire a model that is unknown to the Tooling API.
UnknownModelException(String) - 例外 のコンストラクタorg.gradle.tooling.UnknownModelException
 
UnknownModelException(String, Throwable) - 例外 のコンストラクタorg.gradle.tooling.UnknownModelException
 
UnknownPluginException - org.gradle.api.pluginsの例外
A UnknownPluginException is thrown when an unknown plugin id is provided.
UnknownPluginException(String) - 例外 のコンストラクタorg.gradle.api.plugins.UnknownPluginException
 
UnknownProjectException - org.gradle.apiの例外
An UnknownProjectException is thrown when a project referenced by path cannot be found.
UnknownProjectException(String) - 例外 のコンストラクタorg.gradle.api.UnknownProjectException
 
UnknownProjectException(String, Throwable) - 例外 のコンストラクタorg.gradle.api.UnknownProjectException
 
UnknownPropertyException(ExtraPropertiesExtension, String) - 例外 のコンストラクタorg.gradle.api.plugins.ExtraPropertiesExtension.UnknownPropertyException
 
UnknownRepositoryException - org.gradle.api.artifactsの例外
An UnknownRepositoryException is thrown when a repository referenced by name cannot be found.
UnknownRepositoryException(String) - 例外 のコンストラクタorg.gradle.api.artifacts.UnknownRepositoryException
 
UnknownTaskException - org.gradle.apiの例外
An UnknownTaskException is thrown when a task referenced by path cannot be found.
UnknownTaskException(String) - 例外 のコンストラクタorg.gradle.api.UnknownTaskException
 
UnknownTaskException(String, Throwable) - 例外 のコンストラクタorg.gradle.api.UnknownTaskException
 
UnresolvedArtifactResult - org.gradle.api.artifacts.resultのインタフェース
An artifact the could not be resolved.
UnresolvedComponentResult - org.gradle.api.artifacts.resultのインタフェース
A component that could not be resolved.
UnresolvedDependency - org.gradle.api.artifactsのインタフェース
Unsuccessfully resolved dependency.
UnresolvedDependencyResult - org.gradle.api.artifacts.resultのインタフェース
A dependency that could not be resolved.
UnsupportedBuildArgumentException - org.gradle.tooling.exceptionsの例外
Thrown when the LongRunningOperation has been configured with unsupported build arguments.
UnsupportedBuildArgumentException(String) - 例外 のコンストラクタorg.gradle.tooling.exceptions.UnsupportedBuildArgumentException
 
UnsupportedBuildArgumentException(String, Throwable) - 例外 のコンストラクタorg.gradle.tooling.exceptions.UnsupportedBuildArgumentException
 
UnsupportedMethodException - org.gradle.tooling.modelの例外
Thrown when the tooling API client attempts to use a method that does not exist in the version of Gradle that the tooling API is connected to.
UnsupportedMethodException(String) - 例外 のコンストラクタorg.gradle.tooling.model.UnsupportedMethodException
 
UnsupportedMethodException(String, Throwable) - 例外 のコンストラクタorg.gradle.tooling.model.UnsupportedMethodException
 
UnsupportedOperationConfigurationException - org.gradle.tooling.exceptionsの例外
Thrown when a LongRunningOperation has been configured with unsupported settings.
UnsupportedOperationConfigurationException(String) - 例外 のコンストラクタorg.gradle.tooling.exceptions.UnsupportedOperationConfigurationException
 
UnsupportedOperationConfigurationException(String, Throwable) - 例外 のコンストラクタorg.gradle.tooling.exceptions.UnsupportedOperationConfigurationException
 
UnsupportedVersionException - org.gradle.toolingの例外
Thrown when the target Gradle version does not support a particular feature.
UnsupportedVersionException(String) - 例外 のコンストラクタorg.gradle.tooling.UnsupportedVersionException
 
UnsupportedVersionException(String, Throwable) - 例外 のコンストラクタorg.gradle.tooling.UnsupportedVersionException
 
Upload - org.gradle.api.tasksのクラス
Uploads the artifacts of a Configuration to a set of repositories.
Upload() - クラス のコンストラクタorg.gradle.api.tasks.Upload
 
upload() - クラス のメソッドorg.gradle.api.tasks.Upload
 
UPLOAD_ARCHIVES_TASK_NAME - クラス のstatic変数org.gradle.api.plugins.BasePlugin
 
UPLOAD_GROUP - クラス のstatic変数org.gradle.api.plugins.BasePlugin
 
upToDateWhen(Closure) - インタフェース のメソッドorg.gradle.api.tasks.TaskOutputs
Adds a predicate to determine whether the outputs of this task are up-to-date.
upToDateWhen(Spec<? super Task>) - インタフェース のメソッドorg.gradle.api.tasks.TaskOutputs
Adds a predicate to determine whether the outputs of this task are up-to-date.
uri(Object) - インタフェース のメソッドorg.gradle.api.Project
Resolves a file path to a URI, relative to the project directory of this project.
uri(Object) - インタフェース のメソッドorg.gradle.api.Script
Resolves a file path to a URI, relative to the directory containing this script.
use(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
use() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
useCachedResult() - インタフェース のメソッドorg.gradle.api.artifacts.cache.ResolutionControl
States that the cached value should be used regardless of age.
useDistribution(URI) - クラス のメソッドorg.gradle.tooling.GradleConnector
Specifies which Gradle distribution to use.
useEmptySettings() - クラス のメソッドorg.gradle.StartParameter
Specifies that an empty settings script should be used.
useGradleUserHomeDir(File) - クラス のメソッドorg.gradle.tooling.GradleConnector
Specifies the user's Gradle home directory to use.
useGradleVersion(String) - クラス のメソッドorg.gradle.tooling.GradleConnector
Specifies which Gradle version to use.
useInstallation(File) - クラス のメソッドorg.gradle.tooling.GradleConnector
Specifies which Gradle installation to use.
useJUnit() - クラス のメソッドorg.gradle.api.tasks.testing.Test
Specifies that JUnit should be used to execute the tests.
useJUnit(Closure) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Specifies that JUnit should be used to execute the tests, configuring JUnit specific options.
useLogger(Object) - インタフェース のメソッドorg.gradle.api.invocation.Gradle
Uses the given object as a logger.
useTarget(Object) - インタフェース のメソッドorg.gradle.api.artifacts.DependencyResolveDetails
Allows to override the details of the dependency (see DependencyResolveDetails.getTarget()) when it is resolved (see DependencyResolveDetails.getRequested()).
useTestNG() - クラス のメソッドorg.gradle.api.tasks.testing.Test
Specifies that TestNG should be used to execute the tests.
useTestNG(Closure) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Specifies that TestNG should be used to execute the tests, configuring TestNG specific options.
useVersion(String) - インタフェース のメソッドorg.gradle.api.artifacts.DependencyResolveDetails
Allows to override the version when the dependency DependencyResolveDetails.getRequested() is resolved.

V

validateConfiguration() - クラス のメソッドorg.gradle.api.plugins.jetty.AbstractJettyRunTask
 
validateConfiguration() - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRun
 
validateConfiguration() - クラス のメソッドorg.gradle.api.plugins.jetty.JettyRunWar
 
valueOf(String) - 列挙型 のstaticメソッドorg.gradle.api.artifacts.Configuration.State
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙型 のstaticメソッドorg.gradle.api.file.DuplicatesStrategy
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙型 のstaticメソッドorg.gradle.api.file.FileCollection.AntType
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙型 のstaticメソッドorg.gradle.api.JavaVersion
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙型 のstaticメソッドorg.gradle.api.logging.LogLevel
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙型 のstaticメソッドorg.gradle.api.PathValidation
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙型 のstaticメソッドorg.gradle.api.plugins.quality.TargetJdk
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙型 のstaticメソッドorg.gradle.api.reporting.Report.OutputType
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙型 のstaticメソッドorg.gradle.api.tasks.bundling.Compression
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙型 のstaticメソッドorg.gradle.api.tasks.bundling.ZipEntryCompression
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙型 のstaticメソッドorg.gradle.api.tasks.testing.logging.TestExceptionFormat
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙型 のstaticメソッドorg.gradle.api.tasks.testing.logging.TestLogEvent
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙型 のstaticメソッドorg.gradle.api.tasks.testing.logging.TestStackTraceFilter
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙型 のstaticメソッドorg.gradle.api.tasks.testing.TestOutputEvent.Destination
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙型 のstaticメソッドorg.gradle.api.tasks.testing.TestResult.ResultType
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙型 のstaticメソッドorg.gradle.api.tasks.wrapper.Wrapper.PathBase
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙型 のstaticメソッドorg.gradle.external.javadoc.JavadocMemberLevel
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙型 のstaticメソッドorg.gradle.external.javadoc.JavadocOutputLevel
指定した名前を持つこの型の列挙型定数を返します。
values() - 列挙型 のstaticメソッドorg.gradle.api.artifacts.Configuration.State
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙型 のstaticメソッドorg.gradle.api.file.DuplicatesStrategy
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙型 のstaticメソッドorg.gradle.api.file.FileCollection.AntType
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙型 のstaticメソッドorg.gradle.api.JavaVersion
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙型 のstaticメソッドorg.gradle.api.logging.LogLevel
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙型 のstaticメソッドorg.gradle.api.PathValidation
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙型 のstaticメソッドorg.gradle.api.plugins.quality.TargetJdk
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙型 のstaticメソッドorg.gradle.api.reporting.Report.OutputType
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙型 のstaticメソッドorg.gradle.api.tasks.bundling.Compression
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙型 のstaticメソッドorg.gradle.api.tasks.bundling.ZipEntryCompression
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙型 のstaticメソッドorg.gradle.api.tasks.testing.logging.TestExceptionFormat
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙型 のstaticメソッドorg.gradle.api.tasks.testing.logging.TestLogEvent
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙型 のstaticメソッドorg.gradle.api.tasks.testing.logging.TestStackTraceFilter
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙型 のstaticメソッドorg.gradle.api.tasks.testing.TestOutputEvent.Destination
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙型 のstaticメソッドorg.gradle.api.tasks.testing.TestResult.ResultType
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙型 のstaticメソッドorg.gradle.api.tasks.wrapper.Wrapper.PathBase
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙型 のstaticメソッドorg.gradle.external.javadoc.JavadocMemberLevel
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙型 のstaticメソッドorg.gradle.external.javadoc.JavadocOutputLevel
この列挙型の定数を含む配列を宣言されている順序で返します。
verbose() - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
verbose() - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
VERIFICATION_GROUP - クラス のstatic変数org.gradle.api.plugins.JavaBasePlugin
 
VerificationTask - org.gradle.api.tasksのインタフェース
A VerificationTask is a task which performs some verification of the artifacts produced by a build.
version(boolean) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
version() - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
version(String) - インタフェース のメソッドorg.gradle.plugin.use.PluginDependencySpec
Specify the version of the plugin to depend on.
visit(FileVisitor) - インタフェース のメソッドorg.gradle.api.file.FileTree
Visits the files and directories in this file tree.
visit(Closure) - インタフェース のメソッドorg.gradle.api.file.FileTree
Visits the files and directories in this file tree.
visitDir(FileVisitDetails) - クラス のメソッドorg.gradle.api.file.EmptyFileVisitor
 
visitDir(FileVisitDetails) - インタフェース のメソッドorg.gradle.api.file.FileVisitor
Visits a directory.
visitFile(FileVisitDetails) - クラス のメソッドorg.gradle.api.file.EmptyFileVisitor
 
visitFile(FileVisitDetails) - インタフェース のメソッドorg.gradle.api.file.FileVisitor
Visits a file.
VisualCpp - org.gradle.nativeplatform.toolchainのインタフェース
The Visual C++ tool chain.
VisualCppPlatformToolChain - org.gradle.nativeplatform.toolchainのインタフェース
Visual C++ specific settings for the tools used to build for a particular platform.
visualStudio(ServiceRegistry) - クラス のstaticメソッドorg.gradle.ide.visualstudio.plugins.VisualStudioPlugin.Rules
 
VisualStudioExtension - org.gradle.ide.visualstudioのインタフェース
The configuration for mapping a set of NativeComponentSpecs to a Visual Studio project.
VisualStudioPlugin - org.gradle.ide.visualstudio.pluginsのクラス
A plugin for creating a Visual Studio solution for a gradle project.
VisualStudioPlugin() - クラス のコンストラクタorg.gradle.ide.visualstudio.plugins.VisualStudioPlugin
 
VisualStudioPlugin.Rules - org.gradle.ide.visualstudio.pluginsのクラス
Model rules.
VisualStudioProject - org.gradle.ide.visualstudioのインタフェース
A visual studio project, created from one or more NativeBinary instances.
VisualStudioSolution - org.gradle.ide.visualstudioのインタフェース
A visual studio solution, representing one or more NativeBinarySpec instances from the same NativeComponentSpec.

W

WAR_TASK_NAME - クラス のstatic変数org.gradle.api.plugins.WarPlugin
 
warn(Action<TestLogging>) - インタフェース のメソッドorg.gradle.api.tasks.testing.logging.TestLoggingContainer
Configures logging options for warn level.
WarPlugin - org.gradle.api.pluginsのクラス
A Plugin which extends the JavaPlugin to add tasks which assemble a web application into a WAR file.
WarPlugin() - クラス のコンストラクタorg.gradle.api.plugins.WarPlugin
 
WEB_APP_GROUP - クラス のstatic変数org.gradle.api.plugins.WarPlugin
 
webModule(String, String) - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.DeploymentDescriptor
Add a web module to the deployment descriptor.
whenConfigured(Closure) - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenPom
Adds a closure to be called when the POM has been configured.
whenConfigured(Action<MavenPom>) - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenPom
Adds an action to be called when the POM has been configured.
whenObjectAdded(Action<? super T>) - インタフェース のメソッドorg.gradle.api.DomainObjectCollection
Adds an Action to be executed when an object is added to this collection.
whenObjectAdded(Closure) - インタフェース のメソッドorg.gradle.api.DomainObjectCollection
Adds a closure to be called when an object is added to this collection.
whenObjectRemoved(Action<? super T>) - インタフェース のメソッドorg.gradle.api.DomainObjectCollection
Adds an Action to be executed when an object is removed from this collection.
whenObjectRemoved(Closure) - インタフェース のメソッドorg.gradle.api.DomainObjectCollection
Adds a closure to be called when an object is removed from this collection.
whenPluginAdded(Action<? super T>) - インタフェース のメソッドorg.gradle.api.plugins.PluginCollection
Adds an Action to be executed when a plugin is added to this collection.
whenPluginAdded(Closure) - インタフェース のメソッドorg.gradle.api.plugins.PluginCollection
Adds a closure to be called when a plugin is added to this collection.
whenReady(Closure) - インタフェース のメソッドorg.gradle.api.execution.TaskExecutionGraph
Adds a closure to be called when this graph has been populated.
whenTaskAdded(Action<? super T>) - インタフェース のメソッドorg.gradle.api.tasks.TaskCollection
Adds an Action to be executed when a task is added to this collection.
whenTaskAdded(Closure) - インタフェース のメソッドorg.gradle.api.tasks.TaskCollection
Adds a closure to be called when a task is added to this collection.
WindowsResourceCompile - org.gradle.language.rc.tasksのクラス
Compiles Windows Resource scripts into .res files.
WindowsResourceCompile() - クラス のコンストラクタorg.gradle.language.rc.tasks.WindowsResourceCompile
 
WindowsResourceScriptPlugin - org.gradle.language.rc.pluginsのクラス
Adds core language support for Windows resource script files.
WindowsResourceScriptPlugin() - クラス のコンストラクタorg.gradle.language.rc.plugins.WindowsResourceScriptPlugin
 
WindowsResourceSet - org.gradle.language.rcのインタフェース
A set of Windows Resource definition files.
WindowsResourcesPlugin - org.gradle.language.rc.pluginsのクラス
A plugin for projects wishing to build native binary components from Windows Resource sources.
WindowsResourcesPlugin() - クラス のコンストラクタorg.gradle.language.rc.plugins.WindowsResourcesPlugin
 
windowTitle(String) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
windowTitle(String) - クラス のメソッドorg.gradle.external.javadoc.StandardJavadocDocletOptions
 
with(CopySpec...) - インタフェース のメソッドorg.gradle.api.file.CopySpec
Adds the given specs as a child of this spec.
with(CopySpec...) - クラス のメソッドorg.gradle.api.tasks.AbstractCopyTask
Adds the given specs as a child of this spec.
withArguments(Action<? super List<String>>) - インタフェース のメソッドorg.gradle.nativeplatform.toolchain.CommandLineToolConfiguration
Adds an action that will be applied to the command-line arguments prior to execution.
withArguments(String...) - インタフェース のメソッドorg.gradle.tooling.BuildLauncher
Specify the command line build arguments.
withArguments(String...) - インタフェース のメソッドorg.gradle.tooling.LongRunningOperation
Specify the command line build arguments.
withArguments(String...) - インタフェース のメソッドorg.gradle.tooling.ModelBuilder
Specify the command line build arguments.
withArtifacts(Class<? extends Component>, Class<? extends Artifact>...) - インタフェース のメソッドorg.gradle.api.artifacts.query.ArtifactResolutionQuery
Defines the type of component that is expected in the result, and the artifacts to retrieve for components of this type.
withCancellationToken(CancellationToken) - インタフェース のメソッドorg.gradle.tooling.LongRunningOperation
Sets the cancellation token to use to cancel the operation if required.
withContent(Action<? super TextProvider>) - インタフェース のメソッドorg.gradle.ide.visualstudio.TextConfigFile
Add an action that can manipulate the generated file content.
withId(String, Action<? super Plugin>) - インタフェース のメソッドorg.gradle.api.plugins.PluginContainer
Executes or registers an action for a plugin with given id.
withName(String) - クラス のメソッドorg.gradle.testfixtures.ProjectBuilder
Specifies the name for the project
withParent(Project) - クラス のメソッドorg.gradle.testfixtures.ProjectBuilder
Specifies the parent project.
withProjectDir(File) - クラス のメソッドorg.gradle.testfixtures.ProjectBuilder
Specifies the project directory for the project to build.
withType(Class<S>) - インタフェース のメソッドorg.gradle.api.DomainObjectCollection
Returns a collection containing the objects in this collection of the given type.
withType(Class<S>, Action<? super S>) - インタフェース のメソッドorg.gradle.api.DomainObjectCollection
Returns a collection containing the objects in this collection of the given type.
withType(Class<S>, Closure) - インタフェース のメソッドorg.gradle.api.DomainObjectCollection
Returns a collection containing the objects in this collection of the given type.
withType(Class<S>) - インタフェース のメソッドorg.gradle.api.DomainObjectSet
Returns a collection containing the objects in this collection of the given type.
withType(Class<S>) - インタフェース のメソッドorg.gradle.api.NamedDomainObjectCollection
Returns a collection containing the objects in this collection of the given type.
withType(Class<S>) - インタフェース のメソッドorg.gradle.api.NamedDomainObjectList
Returns a collection containing the objects in this collection of the given type.
withType(Class<S>) - インタフェース のメソッドorg.gradle.api.NamedDomainObjectSet
Returns a collection containing the objects in this collection of the given type.
withType(Class<S>) - インタフェース のメソッドorg.gradle.api.plugins.PluginCollection
Returns a collection containing the objects in this collection of the given type.
withType(Class<S>) - インタフェース のメソッドorg.gradle.api.tasks.TaskCollection
Returns a collection containing the objects in this collection of the given type.
withXml(Closure) - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenPom
Adds a closure to be called when the POM XML has been created.
withXml(Action<XmlProvider>) - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenPom
Adds an action to be called when the POM XML has been created.
withXml(Action<? super XmlProvider>) - インタフェース のメソッドorg.gradle.api.publish.ivy.IvyModuleDescriptorSpec
Allow configuration of the descriptor, after it has been generated according to the input data.
withXml(Action<? super XmlProvider>) - インタフェース のメソッドorg.gradle.api.publish.maven.MavenPom
Allows configuration of the POM, after it has been generated according to the input data.
withXml(Action<? super XmlProvider>) - インタフェース のメソッドorg.gradle.ide.visualstudio.XmlConfigFile
Add an action that can manipulate the generated file content.
withXml(Closure) - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.DeploymentDescriptor
Adds a closure to be called when the XML document has been created.
withXml(Action<? super XmlProvider>) - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.DeploymentDescriptor
Adds an action to be called when the XML document has been created.
workingDir(Object) - クラス のメソッドorg.gradle.api.tasks.AbstractExecTask
Sets the working directory for the process.
workingDir(Object) - クラス のメソッドorg.gradle.api.tasks.JavaExec
Sets the working directory for the process.
workingDir(Object) - クラス のメソッドorg.gradle.api.tasks.testing.Test
Sets the working directory for the process.
workingDir(Object) - インタフェース のメソッドorg.gradle.process.ProcessForkOptions
Sets the working directory for the process.
WorkResult - org.gradle.api.tasksのインタフェース
Provides information about some work which was performed.
Wrapper - org.gradle.api.tasks.wrapperのクラス
Generates scripts (for *nix and windows) which allow you to build your project with Gradle, without having to install Gradle.
Wrapper() - クラス のコンストラクタorg.gradle.api.tasks.wrapper.Wrapper
 
Wrapper.PathBase - org.gradle.api.tasks.wrapperの列挙型
Specifies how the wrapper path should be interpreted.
write(File) - クラス のメソッドorg.gradle.external.javadoc.CoreJavadocOptions
 
write(File) - インタフェース のメソッドorg.gradle.external.javadoc.MinimalJavadocOptions
 
write(JavadocOptionFileWriterContext) - インタフェース のメソッドorg.gradle.external.javadoc.OptionLessJavadocOptionFileOption
 
writeFile(String, File, String) - クラス のstaticメソッドorg.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils
 
writeTo(Writer) - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenPom
Writes the MavenPom.getEffectivePom() XML to a writer while applying the MavenPom.withXml(org.gradle.api.Action) actions.
writeTo(Object) - インタフェース のメソッドorg.gradle.api.artifacts.maven.MavenPom
Writes the MavenPom.getEffectivePom() XML to a file while applying the MavenPom.withXml(org.gradle.api.Action) actions.
writeTo(Writer) - インタフェース のメソッドorg.gradle.api.java.archives.Manifest
Writes the manifest into a writer.
writeTo(Object) - インタフェース のメソッドorg.gradle.api.java.archives.Manifest
Writes the manifest into a file.
writeTo(Writer) - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.DeploymentDescriptor
Writes the deployment descriptor into a writer.
writeTo(Object) - インタフェース のメソッドorg.gradle.plugins.ear.descriptor.DeploymentDescriptor
Writes the deployment descriptor into a file.

X

XmlConfigFile - org.gradle.ide.visualstudioのインタフェース
An XML config file generated for Visual Studio.
XmlGeneratorTask<T extends org.gradle.plugins.ide.internal.generator.generator.PersistableConfigurationObject> - org.gradle.plugins.ide.apiのクラス
A convenience superclass for those tasks which generate XML configuration files from a domain object of type T.
XmlGeneratorTask() - クラス のコンストラクタorg.gradle.plugins.ide.api.XmlGeneratorTask
 
XmlProvider - org.gradle.apiのインタフェース
Provides various ways to access the content of an XML document.

Z

Zip - org.gradle.api.tasks.bundlingのクラス
Assembles a ZIP archive.
Zip() - クラス のコンストラクタorg.gradle.api.tasks.bundling.Zip
 
Zip.ZipCopyActionImpl - org.gradle.api.tasks.bundlingのクラス
非推奨です。
ZIP_EXTENSION - クラス のstatic変数org.gradle.api.tasks.bundling.Zip
 
ZipCopyActionImpl() - クラス のコンストラクタorg.gradle.api.tasks.bundling.Zip.ZipCopyActionImpl
非推奨です。
 
ZipEntryCompression - org.gradle.api.tasks.bundlingの列挙型
Specifies the compression level of an archives contents.
zipTree(Object) - インタフェース のメソッドorg.gradle.api.Project
Creates a new FileTree which contains the contents of the given ZIP file.
zipTree(Object) - インタフェース のメソッドorg.gradle.api.Script
Creates a new FileTree which contains the contents of the given ZIP file.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
ナビゲーション・リンクをスキップ