Interface HaloServerBuildOperationListener.Params

All Superinterfaces:
org.gradle.api.services.BuildServiceParameters
Enclosing class:
HaloServerBuildOperationListener

public static interface HaloServerBuildOperationListener.Params extends org.gradle.api.services.BuildServiceParameters
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.gradle.api.services.BuildServiceParameters

    org.gradle.api.services.BuildServiceParameters.None
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gradle.api.provider.Property<File>
    The existing container of halo server.
    org.gradle.api.provider.Property<DockerClientService>
    Docker client service to operate docker.
    org.gradle.api.provider.SetProperty<String>
    The task paths that should trigger cleanup when completed.
  • Method Details

    • getDockerClientService

      org.gradle.api.provider.Property<DockerClientService> getDockerClientService()
      Docker client service to operate docker.
      Returns:
      docker client service
    • getContainerId

      org.gradle.api.provider.Property<File> getContainerId()
      The existing container of halo server.
      Returns:
      The container id
    • getSupportedTaskPaths

      org.gradle.api.provider.SetProperty<String> getSupportedTaskPaths()
      The task paths that should trigger cleanup when completed.
      Returns:
      supported task paths