Class InstallXCTestBundle

  • All Implemented Interfaces:
    Comparable<Task>, org.gradle.api.internal.DynamicObjectAware, org.gradle.api.internal.TaskInternal, ExtensionAware, Task, org.gradle.util.Configurable<Task>

    @Incubating
    public class InstallXCTestBundle
    extends DefaultTask
    Creates a XCTest bundle with a run script so it can be easily executed.
    Since:
    4.4
    • Constructor Detail

      • InstallXCTestBundle

        public InstallXCTestBundle()
    • Method Detail

      • getSwiftStdlibToolLocator

        @Inject
        protected org.gradle.language.swift.internal.SwiftStdlibToolLocator getSwiftStdlibToolLocator()
      • getFileSystem

        @Inject
        protected org.gradle.internal.nativeintegration.filesystem.FileSystem getFileSystem()
      • getFileOperations

        @Inject
        protected org.gradle.api.internal.file.FileOperations getFileOperations()
      • getRunScriptFile

        @Internal
        public Provider<RegularFile> getRunScriptFile()
        Returns the script file that can be used to run the install image.
      • getBundleBinaryFile

        @Internal("covered by getBundleBinary()")
        public RegularFileProperty getBundleBinaryFile()
        Returns the bundle binary file property.