Class Repository


  • public class Repository
    extends Object
    • Constructor Detail

      • Repository

        public Repository​(@NotNull
                          @NotNull String name,
                          @NotNull
                          @NotNull Repository.Type type,
                          @Nullable
                          @Nullable com.atlassian.bamboo.specs.api.builders.repository.VcsRepository repository)
    • Method Detail

      • getName

        @NotNull
        public @NotNull String getName()
      • getRepository

        @Nullable
        public @Nullable com.atlassian.bamboo.specs.api.builders.repository.VcsRepository getRepository()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object