Class YamlFile

java.lang.Object
com.atlassian.bamboo.specs.util.YamlFile

public final class YamlFile extends Object
  • Method Details

    • getCounter

      public int getCounter()
    • getHashCode

      public int getHashCode()
    • getId

      public String getId()
    • getLocation

      public Path getLocation()
    • contentCanonicallyEquals

      public boolean contentCanonicallyEquals(YamlFile other) throws IOException
      Throws:
      IOException
    • parse

      public static YamlFile parse(@NotNull @NotNull Path path)
    • generateFileName

      public static String generateFileName(@NotNull @NotNull RootEntityPropertiesBuilder<?> entityProperties, String content, AtomicLong fileCounter)
    • generateFileName

      public static String generateFileName(@NotNull @NotNull String humanReadableId, String content, AtomicLong fileCounter)