Interface ImmutableVcsLocationBambooSpecsState

    • Method Detail

      • getId

        @Nullable
        @Nullable Long getId()
      • getRevision

        @NotNull
        @NotNull String getRevision()
        Returns:
        revision used to execute RSS
      • getVcsLocationId

        long getVcsLocationId()
        Returns:
        id of the RSS repository
      • getBranch

        @NotNull
        @NotNull String getBranch()
        Returns:
        branch of the RSS repository used to execute Specs
      • getSpecsExecutionDate

        @Nullable
        @Nullable Date getSpecsExecutionDate()
        Returns:
        date of specs execution
      • getLogFilename

        @Nullable
        @Nullable String getLogFilename()
        Returns:
        RSS execution log filename
      • isSpecsNotFound

        boolean isSpecsNotFound()
        Returns:
        true if Specs were not found during the RSS execution, false otherwise