public ReStartableInstance()

in src/jetbrains/buildServer/clouds/local/ReStartableInstance.java [16:20]


  public ReStartableInstance(@NotNull String instanceId,
                             @NotNull LocalCloudImage image,
                             @NotNull final ScheduledExecutorService executor) {
    super(image, instanceId, executor);
  }