- AbstractDaemonFixture - Class in dev.gradleplugins.test.fixtures.gradle.daemon
-
- AbstractDaemonFixture(File) - Constructor for class dev.gradleplugins.test.fixtures.gradle.daemon.AbstractDaemonFixture
-
- addOutput(String) - Method in class dev.gradleplugins.test.fixtures.gradle.logging.GroupedTaskFixture
-
Deprecated.
- addOutput(String) - Method in class dev.gradleplugins.test.fixtures.gradle.logging.GroupedTransformationFixture
-
Deprecated.
- afterExecute(Consumer<? super GradleExecuter>) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Deprecated.
Adds an action to be called immediately after execution.
- any(Object[]) - Static method in class dev.gradleplugins.test.fixtures.gradle.executer.TaskOrderSpecs
-
Deprecated.
- ApplicationElement - Interface in dev.gradleplugins.test.fixtures.sources
-
Deprecated.
- apply(GradleRunner) - Method in class dev.gradleplugins.test.fixtures.maven.M2Installation
-
- apply(GradleExecuter) - Method in class dev.gradleplugins.test.fixtures.scan.GradleEnterpriseBuildScan
-
Deprecated.
- asClassNotation(String) - Method in enum dev.gradleplugins.test.fixtures.gradle.GradleScriptDsl
-
- asLib() - Method in class dev.gradleplugins.test.fixtures.sources.NativeLibraryElement
-
Deprecated.
Returns a copy of this library with the public headers the 'public' headers directory.
- assertBusy() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.AbstractDaemonFixture
-
- assertBusy() - Method in interface dev.gradleplugins.test.fixtures.gradle.daemon.DaemonFixture
-
Asserts that this daemon is currently busy.
- assertCanceled() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.AbstractDaemonFixture
-
- assertCanceled() - Method in interface dev.gradleplugins.test.fixtures.gradle.daemon.DaemonFixture
-
Asserts that this daemon is in a canceled state.
- assertContentsHaveChangedSince(TestFile.Snapshot) - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- assertContentsHaveNotChangedSince(TestFile.Snapshot) - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- assertDoesNotExist() - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- assertExists() - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- assertHasCause(String) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionFailure
-
Asserts that the reported failure has the given cause (ie the bit after the description).
- assertHasCauses(int) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionFailure.Failure
-
Asserts that this failure has the given number of direct causes.
- assertHasChangedSince(TestFile.Snapshot) - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- assertHasDescendants(String...) - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
Asserts that this file contains exactly the given set of descendants.
- assertHasDescription(String) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionFailure
-
Asserts that the reported failure has the given description (ie the bit after '* What went wrong').
- assertHasNotChangedSince(TestFile.Snapshot) - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- assertHasPostBuildOutput(String) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Assert that the given message appears after the build result message.
- assertHasState(DaemonStateControl.State) - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.AbstractDaemonFixture
-
- assertHasState(DaemonStateControl.State) - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.LegacyDaemon
-
- assertHasState(DaemonStateControl.State) - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.TestableDaemon
-
- assertIdle() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.AbstractDaemonFixture
-
- assertIdle() - Method in interface dev.gradleplugins.test.fixtures.gradle.daemon.DaemonFixture
-
Asserts that this daemon is currently idle.
- assertIsDirectory() - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- assertIsEmptyDirectory() - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- assertIsFile() - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- assertIsSymbolicLink() - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- assertMatches(int, List<String>) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.TaskOrderSpec
-
Deprecated.
- assertNoCrashedDaemon() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.DaemonLogsAnalyzer
-
- assertNotOutput(String) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Asserts that this result does not include the given log message anywhere in the build output.
- assertOutputContains(String) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Asserts that this result includes the given non-error log message.
- assertOutputContains(String...) - Method in class dev.gradleplugins.test.fixtures.gradle.logging.GroupedTaskFixture
-
Deprecated.
- assertRegistryNotWorldReadable() - Method in interface dev.gradleplugins.test.fixtures.gradle.daemon.DaemonFixture
-
- assertRegistryNotWorldReadable() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.DaemonRegistryStateProbe
-
- assertRegistryNotWorldReadable() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.LegacyDaemon
-
- assertRegistryNotWorldReadable() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.TestableDaemon
-
- assertResultVisited() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Asserts that the important information from this result has been verified by the test.
- assertStopped() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.AbstractDaemonFixture
-
- assertStopped() - Method in interface dev.gradleplugins.test.fixtures.gradle.daemon.DaemonFixture
-
Asserts that this daemon has stopped and is no longer visible to any clients.
- assertTaskNotExecuted(String) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Asserts that the given task has not been executed.
- assertTaskNotSkipped(String) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Asserts that the given task has not been skipped.
- assertTasksExecuted(Object...) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Asserts that exactly the given set of tasks have been executed in any order.
- assertTasksExecutedAndNotSkipped(Object...) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Asserts that exactly the given set of tasks have been executed in any order and none of the tasks were skipped.
- assertTaskSkipped(String) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Asserts the given task has been skipped.
- assertTasksNotSkipped(Object...) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Asserts that exactly the given set of tasks have not been skipped.
- assertTasksSkipped(Object...) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Asserts that exactly the given set of tasks have been skipped.
- assertThatCause(Matcher<? super String>) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionFailure
-
Asserts that the reported failure has the given cause (ie the bit after the description).
- assertThatOutput(Matcher<? super String>) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Asserts that the non-error log message matches.
- generateGlobalSettingsFile() - Method in class dev.gradleplugins.test.fixtures.maven.M2Installation
-
- generateGlobalSettingsFile(MavenLocalRepository) - Method in class dev.gradleplugins.test.fixtures.maven.M2Installation
-
- generateUserSettingsFile(MavenLocalRepository) - Method in class dev.gradleplugins.test.fixtures.maven.M2Installation
-
- getAbsoluteFile() - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- getAll() - Method in class dev.gradleplugins.test.fixtures.versions.ReleasedVersionDistributions
-
- getAllDaemons() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.DaemonLogsAnalyzer
-
- getArtifactCacheLayoutVersion() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns the version of the artifact cache layout
- getBinDistribution() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns the binary distribution.
- getBuildFileName() - Method in enum dev.gradleplugins.test.fixtures.gradle.GradleScriptDsl
-
- getChildProcesses() - Method in class dev.gradleplugins.test.fixtures.ProcessFixture
-
- getContext() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.AbstractDaemonFixture
-
- getContext() - Method in interface dev.gradleplugins.test.fixtures.gradle.daemon.DaemonFixture
-
Returns the context information of this daemon.
- getContext() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.DaemonLogFileStateProbe
-
- getCurrentState() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.DaemonLogFileStateProbe
-
- getCurrentState() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.DaemonRegistryStateProbe
-
- getCurrentState() - Method in interface dev.gradleplugins.test.fixtures.gradle.daemon.DaemonStateProbe
-
- getDaemon() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.DaemonLogsAnalyzer
-
- getDaemon() - Method in interface dev.gradleplugins.test.fixtures.gradle.daemon.DaemonsFixture
-
Convenience to get a single daemon.
- getDaemonBaseDir() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.DaemonLogsAnalyzer
-
- getDaemonBaseDir() - Method in interface dev.gradleplugins.test.fixtures.gradle.daemon.DaemonsFixture
-
Returns the base dir of the daemon.
- getDaemons() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.DaemonLogsAnalyzer
-
- getDaemons() - Method in interface dev.gradleplugins.test.fixtures.gradle.daemon.DaemonsFixture
-
Returns all known daemons.
- getDebugIncludesLineNumbers() - Method in class dev.gradleplugins.test.fixtures.file.ClassFile
-
- getDebugIncludesLocalVariables() - Method in class dev.gradleplugins.test.fixtures.file.ClassFile
-
- getDebugIncludesSourceFile() - Method in class dev.gradleplugins.test.fixtures.file.ClassFile
-
- getDirectoryLayout() - Method in class dev.gradleplugins.test.fixtures.sources.java.JavaPackage
-
Deprecated.
- getDistribution() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Deprecated.
Return the Gradle distribution used by this executer.
- getDistribution(GradleVersion) - Method in class dev.gradleplugins.test.fixtures.versions.ReleasedVersionDistributions
-
- getDistribution(String) - Method in class dev.gradleplugins.test.fixtures.versions.ReleasedVersionDistributions
-
- getError() - Method in class dev.gradleplugins.test.fixtures.file.ExecOutput
-
- getExitCode() - Method in class dev.gradleplugins.test.fixtures.file.ExecOutput
-
- getExpectedOutput() - Method in interface dev.gradleplugins.test.fixtures.sources.ApplicationElement
-
Deprecated.
- getFiles() - Method in class dev.gradleplugins.test.fixtures.sources.java.JavaSourceElement
-
Deprecated.
- getFiles() - Method in class dev.gradleplugins.test.fixtures.sources.NativeSourceElement
-
Deprecated.
- getFiles() - Method in class dev.gradleplugins.test.fixtures.sources.SourceElement
-
Deprecated.
Returns the files associated with this element, possibly none.
- getFiles() - Method in class dev.gradleplugins.test.fixtures.sources.SourceFileElement
-
Deprecated.
- getGlobalMavenDirectory() - Method in class dev.gradleplugins.test.fixtures.maven.M2Installation
-
- getGlobalSettingsFile() - Method in class dev.gradleplugins.test.fixtures.maven.M2Installation
-
- getGradleHomeDir() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Deprecated.
- getGradleHomeDirectory() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns the root directory of the installed distribution
- getHash() - Method in class dev.gradleplugins.test.fixtures.file.TestFile.Snapshot
-
- getHeader() - Method in class dev.gradleplugins.test.fixtures.sources.c.CSourceFileElement
-
Deprecated.
- getHeader() - Method in class dev.gradleplugins.test.fixtures.sources.cpp.CppSourceFileElement
-
Deprecated.
- getHeader() - Method in class dev.gradleplugins.test.fixtures.sources.objectivec.ObjectiveCSourceFileElement
-
Deprecated.
- getHeader() - Method in class dev.gradleplugins.test.fixtures.sources.objectivecpp.ObjectiveCppSourceFileElement
-
Deprecated.
- getHeaders() - Method in class dev.gradleplugins.test.fixtures.sources.NativeLibraryElement
-
Deprecated.
- getHeaders() - Method in class dev.gradleplugins.test.fixtures.sources.NativeSourceElement
-
Deprecated.
- getInitialSubjectType() - Method in class dev.gradleplugins.test.fixtures.gradle.logging.GroupedTransformationFixture
-
Deprecated.
- getInstance() - Static method in class dev.gradleplugins.test.fixtures.gradle.NativeServicesTestFixture
-
- getJavaVersion() - Method in class dev.gradleplugins.test.fixtures.archive.JarTestFixture
-
- getJavaVersion() - Method in class dev.gradleplugins.test.fixtures.file.ClassFile
-
- getLeft() - Method in class dev.gradleplugins.test.fixtures.Pair
-
- getLog() - Method in interface dev.gradleplugins.test.fixtures.gradle.daemon.DaemonFixture
-
Returns the log for this daemon.
- getLog() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.DaemonLogFileStateProbe
-
- getLog() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.LegacyDaemon
-
- getLog() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.TestableDaemon
-
- getLogFile() - Method in interface dev.gradleplugins.test.fixtures.gradle.daemon.DaemonFixture
-
Returns the log file for this daemon.
- getLogFile() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.DaemonLogFileStateProbe
-
- getLogFile() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.LegacyDaemon
-
- getLogFile() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.TestableDaemon
-
- getManifest() - Method in class dev.gradleplugins.test.fixtures.archive.JarTestFixture
-
- getModTime() - Method in class dev.gradleplugins.test.fixtures.file.TestFile.Snapshot
-
- getModuleName() - Method in class dev.gradleplugins.test.fixtures.sources.swift.SwiftSourceElement
-
Deprecated.
- getMostRecentRelease() - Method in class dev.gradleplugins.test.fixtures.versions.ReleasedVersionDistributions
-
- getMostRecentReleaseSnapshot() - Method in class dev.gradleplugins.test.fixtures.versions.ReleasedVersionDistributions
-
- getMostRecentSnapshot() - Method in class dev.gradleplugins.test.fixtures.versions.ReleasedVersionDistributions
-
- getName() - Method in class dev.gradleplugins.test.fixtures.gradle.logging.GroupedTaskFixture
-
Deprecated.
- getName() - Method in class dev.gradleplugins.test.fixtures.sources.java.JavaPackage
-
Deprecated.
- getNativeServicesDir() - Static method in class dev.gradleplugins.test.fixtures.gradle.NativeServicesTestFixture
-
- getOut() - Method in class dev.gradleplugins.test.fixtures.file.ExecOutput
-
- getOutcome() - Method in class dev.gradleplugins.test.fixtures.gradle.logging.GroupedTaskFixture
-
Deprecated.
- getOutput() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Stdout of the Gradle execution, normalized to use new-line char as line separator.
- getOutput() - Method in class dev.gradleplugins.test.fixtures.gradle.logging.GroupedTaskFixture
-
Deprecated.
- getOutput() - Method in class dev.gradleplugins.test.fixtures.gradle.logging.GroupedTransformationFixture
-
Deprecated.
- getParentFile() - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- getPlainTextOutput() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.ExecutionResult
-
Stdout of the Gradle execution, with ANSI characters interpreted and text attributes discarded.
- getPort() - Method in interface dev.gradleplugins.test.fixtures.gradle.daemon.DaemonFixture
-
Returns the TCP port used by this daemon.
- getPort() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.DaemonLogFileStateProbe
-
- getPort() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.LegacyDaemon
-
- getPort() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.TestableDaemon
-
- getPrevious(GradleVersion) - Method in class dev.gradleplugins.test.fixtures.versions.ReleasedVersionDistributions
-
- getPrivateHeaders() - Method in class dev.gradleplugins.test.fixtures.sources.NativeLibraryElement
-
Deprecated.
- getProcessInfo(String[]) - Method in class dev.gradleplugins.test.fixtures.ProcessFixture
-
- getProjectName() - Method in class dev.gradleplugins.test.fixtures.sources.swift.SwiftSourceElement
-
Deprecated.
- getPublicHeaders() - Method in class dev.gradleplugins.test.fixtures.sources.c.CSourceFileElement
-
Deprecated.
- getPublicHeaders() - Method in class dev.gradleplugins.test.fixtures.sources.cpp.CppSourceFileElement
-
Deprecated.
- getPublicHeaders() - Method in class dev.gradleplugins.test.fixtures.sources.NativeLibraryElement
-
Deprecated.
- getPublicHeaders() - Method in class dev.gradleplugins.test.fixtures.sources.objectivec.ObjectiveCSourceFileElement
-
Deprecated.
- getPublicHeaders() - Method in class dev.gradleplugins.test.fixtures.sources.objectivecpp.ObjectiveCppSourceFileElement
-
Deprecated.
- getRawOutput() - Method in class dev.gradleplugins.test.fixtures.file.ExecOutput
-
- getRegistry() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.DaemonLogsAnalyzer
-
- getRight() - Method in class dev.gradleplugins.test.fixtures.Pair
-
- getRootDirectory() - Method in class dev.gradleplugins.test.fixtures.maven.MavenLocalRepository
-
- getSettingsFileName() - Method in enum dev.gradleplugins.test.fixtures.gradle.GradleScriptDsl
-
- getSource() - Method in class dev.gradleplugins.test.fixtures.sources.c.CSourceFileElement
-
Deprecated.
- getSource() - Method in class dev.gradleplugins.test.fixtures.sources.cpp.CppSourceFileElement
-
Deprecated.
- getSource() - Method in class dev.gradleplugins.test.fixtures.sources.java.JavaSourceFileElement
-
Deprecated.
- getSource() - Method in class dev.gradleplugins.test.fixtures.sources.objectivec.ObjectiveCSourceFileElement
-
Deprecated.
- getSource() - Method in class dev.gradleplugins.test.fixtures.sources.objectivecpp.ObjectiveCppSourceFileElement
-
Deprecated.
- getSourceFile() - Method in class dev.gradleplugins.test.fixtures.sources.SourceFileElement
-
Deprecated.
- getSourceFileNames() - Method in class dev.gradleplugins.test.fixtures.sources.SourceElement
-
Deprecated.
- getSourceFileNamesWithoutHeaders() - Method in class dev.gradleplugins.test.fixtures.sources.NativeSourceElement
-
Deprecated.
- getSources() - Method in class dev.gradleplugins.test.fixtures.sources.c.CSourceFileElement
-
Deprecated.
- getSources() - Method in class dev.gradleplugins.test.fixtures.sources.cpp.CppSourceFileElement
-
Deprecated.
- getSources() - Method in class dev.gradleplugins.test.fixtures.sources.java.JavaSourceElement
-
Deprecated.
- getSources() - Method in class dev.gradleplugins.test.fixtures.sources.java.JavaSourceFileElement
-
Deprecated.
- getSources() - Method in class dev.gradleplugins.test.fixtures.sources.NativeSourceElement
-
Deprecated.
- getSources() - Method in class dev.gradleplugins.test.fixtures.sources.objectivec.ObjectiveCSourceFileElement
-
Deprecated.
- getSources() - Method in class dev.gradleplugins.test.fixtures.sources.objectivecpp.ObjectiveCppSourceFileElement
-
Deprecated.
- getSourceSetName() - Method in class dev.gradleplugins.test.fixtures.sources.SourceElement
-
Deprecated.
Returns the source set name to write the source into, using the Gradle convention for source layout.
- getStates() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.DaemonLogFileStateProbe
-
- getStrippedOutput() - Method in class dev.gradleplugins.test.fixtures.gradle.logging.GroupedOutputFixture
-
Deprecated.
- getSubject() - Method in class dev.gradleplugins.test.fixtures.gradle.logging.GroupedTransformationFixture
-
Deprecated.
- getSupported() - Method in class dev.gradleplugins.test.fixtures.versions.ReleasedVersionDistributions
-
- getTaskCount() - Method in class dev.gradleplugins.test.fixtures.gradle.logging.GroupedOutputFixture
-
Deprecated.
- getTasks() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.TaskOrderSpec
-
Deprecated.
- getTestDirectory() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Deprecated.
The directory that the executer will use for any test specific storage.
- getText() - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- getTransformationCount() - Method in class dev.gradleplugins.test.fixtures.gradle.logging.GroupedOutputFixture
-
Deprecated.
- getTransformer() - Method in class dev.gradleplugins.test.fixtures.gradle.logging.GroupedTransformationFixture
-
Deprecated.
- getUri() - Method in class dev.gradleplugins.test.fixtures.maven.MavenLocalRepository
-
- getUserHomeDir() - Method in class dev.gradleplugins.test.fixtures.maven.M2Installation
-
- getUserM2Directory() - Method in class dev.gradleplugins.test.fixtures.maven.M2Installation
-
- getUserSettingsFile() - Method in class dev.gradleplugins.test.fixtures.maven.M2Installation
-
- getVersion() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.DaemonLogsAnalyzer
-
- getVersion() - Method in interface dev.gradleplugins.test.fixtures.gradle.daemon.DaemonsFixture
-
Returns the Gradle version of the daemon.
- getVersion() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns the version of this distribution.
- getVisible() - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.DaemonLogsAnalyzer
-
- getVisible() - Method in interface dev.gradleplugins.test.fixtures.gradle.daemon.DaemonsFixture
-
Returns all daemons that are visible to clients.
- getWorkingDirectory() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Deprecated.
Returns the working directory of this executer.
- GradleDistribution - Interface in dev.gradleplugins.test.fixtures.gradle.executer
-
- GradleDistributionFactory - Class in dev.gradleplugins.test.fixtures.gradle.executer
-
- GradleDistributionFactory() - Constructor for class dev.gradleplugins.test.fixtures.gradle.executer.GradleDistributionFactory
-
- GradleEnterpriseBuildScan - Class in dev.gradleplugins.test.fixtures.scan
-
Deprecated.
- GradleEnterpriseBuildScan() - Constructor for class dev.gradleplugins.test.fixtures.scan.GradleEnterpriseBuildScan
-
Deprecated.
- GradleExecuter - Interface in dev.gradleplugins.test.fixtures.gradle.executer
-
Deprecated.
- GradleExecuterFactory - Class in dev.gradleplugins.test.fixtures.gradle
-
Deprecated.
- GradleExecuterFactory() - Constructor for class dev.gradleplugins.test.fixtures.gradle.GradleExecuterFactory
-
Deprecated.
- GradleScriptDsl - Enum in dev.gradleplugins.test.fixtures.gradle
-
- GroupedOutputFixture - Class in dev.gradleplugins.test.fixtures.gradle.logging
-
Deprecated.
- GroupedOutputFixture(LogContent) - Constructor for class dev.gradleplugins.test.fixtures.gradle.logging.GroupedOutputFixture
-
Deprecated.
- GroupedTaskFixture - Class in dev.gradleplugins.test.fixtures.gradle.logging
-
Deprecated.
- GroupedTaskFixture(String) - Constructor for class dev.gradleplugins.test.fixtures.gradle.logging.GroupedTaskFixture
-
Deprecated.
- GroupedTransformationFixture - Class in dev.gradleplugins.test.fixtures.gradle.logging
-
Deprecated.
- GroupedTransformationFixture(String, String, String) - Constructor for class dev.gradleplugins.test.fixtures.gradle.logging.GroupedTransformationFixture
-
Deprecated.
- ignoresMissingSettingsFile() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Deprecated.
Does not create an empty settings file when it's missing before execution.
- inDirectory(File) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Deprecated.
Sets the working directory to use.
- initialize() - Static method in class dev.gradleplugins.test.fixtures.gradle.NativeServicesTestFixture
-
- isAddsTaskExecutionExceptionAroundAllTaskFailures() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if this version always adds a task execution exception around all failures, such as input fingerprinting or property validation failures, rather than only around task action failures.
- isAlive() - Method in class dev.gradleplugins.test.fixtures.ProcessFixture
-
- isDaemonIdleTimeoutConfigurable() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if the configuring daemon idle timeout feature is supported by this distribution.
- isFullySupportsIvyRepository() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
The 'ivy' repository was introduced in Milestone-3, but early versions didn't work with spaces in the artifact pattern.
- isManifestPresentAndFirstEntry() - Method in class dev.gradleplugins.test.fixtures.archive.JarTestFixture
-
Asserts that the manifest file is present and first entry in this jar file.
- isolateMavenLocalRepo(GradleRunner) - Method in class dev.gradleplugins.test.fixtures.maven.M2Installation
-
- isSelfOrDescendent(File) - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- isSupportsSpacesInGradleAndJavaOpts() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Early versions had bugs that prevented any values having spaces in them in GRADLE_OPTS or JAVA_OPTS.
- isSymbolicLink() - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- isToolingApiDoesNotAddCausesOnTaskCancel() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if this version does not occasionally add additional 'build cancelled' exceptions when tasks are cancelled.
- isToolingApiHasCauseOnCancel() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if this version has a useful cause attached to the exception thrown by the tooling API client on build cancel.
- isToolingApiHasCauseOnForcedCancel() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if this version has a useful cause attached to the exception thrown by the tooling API client when daemon is killed to force cancellation.
- isToolingApiHasCauseOnPhasedActionFail() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if this version retains the original exception as cause on phased action fail.
- isToolingApiLocksBuildActionClasses() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if the tooling API of this distribution incorrectly locks build action implementation classes.
- isToolingApiLoggingInEmbeddedModeSupported() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if the tooling API of this distribution correctly handles logging in embedded mode.
- isToolingApiLogsConfigureSummary() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if this version logs different build outcome messages for tooling API requests that run tasks and to requests that do not run tasks (eg fetch a model).
- isToolingApiLogsFailureOnCancel() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if this version logs a 'build failed' message on build cancellation.
- isToolingApiMergesStderrIntoStdout() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if this version logs errors to stdout instead of stderr.
- isToolingApiRetainsOriginalFailureOnCancel() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if this version retains the original build failure on cancellation (with all context) in the client and build logging, rather than discarding contextual exceptions.
- isToolingApiStdinInEmbeddedModeSupported() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if this version handles the client provided standard input stream when running in embedded mode.
- isToolingApiSupported() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if the tooling API is supported by this distribution.
- isToolingApiTargetJvmSupported(JavaVersion) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if the tooling API of this distribution supports the given target JVM.
- isWrapperSupportsGradleUserHomeCommandLineOption() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if the wrapper for this version honours the --gradle-user-home command-line option.
- waitForState(DaemonStateControl.State) - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.AbstractDaemonFixture
-
- waitForState(DaemonStateControl.State) - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.LegacyDaemon
-
- waitForState(DaemonStateControl.State) - Method in class dev.gradleplugins.test.fixtures.gradle.daemon.TestableDaemon
-
- withArgument(String) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Deprecated.
Adds an additional command-line argument to use when executing the build.
- withArguments(String...) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Deprecated.
Sets the additional command-line arguments to use when executing the build.
- withArguments(List<String>) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Deprecated.
Sets the additional command-line arguments to use when executing the build.
- withBuildCacheEnabled() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Deprecated.
Activates the build cache.
- withBuildScanEnabled() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Deprecated.
Publishes build scans to the public enterprise server for each build ran by this executer.
- withConsole(ConsoleOutput) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Deprecated.
Executes the build with "--console=rich, auto, verbose" argument.
- withDaemonBaseDirectory(File) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Deprecated.
Set the working space for any daemons used by the builds.
- withDaemonIdleTimeout(Duration) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Deprecated.
Set the the idle time a daemon should live for.
- withDebuggerAttached() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Deprecated.
Allows to trigger on breakpoints inside the Gradle build when the debugger is attached to the caller.
- withDefaultCharacterEncoding(Charset) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Deprecated.
Sets the default character encoding to use.
- withDefaultLocale(Locale) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Deprecated.
Sets the default locale to use.
- withEnvironmentVars(Map<String, ?>) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Deprecated.
Sets the environment variables to use when executing the build.
- withExtension(String) - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- withGradleUserHomeDirectory(File) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Deprecated.
Sets the Gradle user home dir.
- withoutDaemonCrashChecks() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Deprecated.
Disable crash daemon checks.
- withoutDeprecationChecks() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Deprecated.
Disable deprecation warning checks.
- withoutExplicitTemporaryDirectory() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Deprecated.
Don't set temporary folder explicitly.
- withPath(String) - Method in class dev.gradleplugins.test.fixtures.sources.SourceFile
-
Deprecated.
- withPluginClasspath() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Deprecated.
Activates the plugin classpath from the plugins under test.
- withStacktraceDisabled() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Deprecated.
Executes the builds without adding the "--stacktrace" argument.
- withTasks(String...) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Deprecated.
Sets the task names to execute.
- withTasks(List<String>) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Deprecated.
Sets the task names to execute.
- withUserHomeDirectory(File) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Deprecated.
Sets the user's home dir to use when running the build.
- withWelcomeMessageEnabled() - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleExecuter
-
Deprecated.
Renders the welcome message users see upon first invocation of a Gradle distribution with a given Gradle user home directory.
- worksWith(Jvm) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if this distribution supports the given JVM.
- worksWith(OperatingSystem) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if this distribution supports the given Operating system.
- wrapper(File) - Static method in class dev.gradleplugins.test.fixtures.gradle.executer.GradleDistributionFactory
-
- wrapper(File) - Method in class dev.gradleplugins.test.fixtures.gradle.GradleExecuterFactory
-
Deprecated.
- wrapper(TestFile) - Method in class dev.gradleplugins.test.fixtures.gradle.GradleExecuterFactory
-
Deprecated.
- wrapperCanExecute(GradleVersion) - Method in interface dev.gradleplugins.test.fixtures.gradle.executer.GradleDistribution
-
Returns true if the wrapper from this distribution can execute a build using the specified version.
- write(Object) - Method in class dev.gradleplugins.test.fixtures.file.TestFile
-
- writeToDirectory(File) - Method in class dev.gradleplugins.test.fixtures.sources.SourceFile
-
Deprecated.
- writeToFile(File) - Method in class dev.gradleplugins.test.fixtures.sources.SourceFile
-
Deprecated.
- writeToProject(TestFile) - Method in class dev.gradleplugins.test.fixtures.sources.SourceElement
-
Deprecated.
Writes the source files of this element to the given project, using the Gradle convention for source layout.
- writeToSourceDir(TestFile) - Method in class dev.gradleplugins.test.fixtures.sources.SourceElement
-
Deprecated.
Writes the source files of this element to the given source directory.