Class PerExecutorHomeLocator

All Implemented Interfaces:
ExtensionPoint, Describable<HomeLocator>, Serializable

public class PerExecutorHomeLocator extends HomeLocator
Relocates the default SDk home to a folder specific for the executor in the node home folder ~/android_$executorNumber/.android.
See Also:
  • Constructor Details

    • PerExecutorHomeLocator

      @DataBoundConstructor public PerExecutorHomeLocator()
  • Method Details

    • locate

      public FilePath locate(@NonNull FilePath workspace)
      Description copied from class: HomeLocator
      Called during the build on the master to determine the location of the local SDK home location.
      Specified by:
      locate in class HomeLocator
      Parameters:
      workspace - the workspace file path locator
      Returns:
      null to let SDK build tool uses its default location. Otherwise this must be located on the same node as described by this path.