public Collection getImages()

in src/jetbrains/buildServer/clouds/local/LocalCloudClient.java [107:109]


  public Collection<? extends CloudImage> getImages() throws CloudException {
    return Collections.unmodifiableList(myImages);
  }