Class GenericRepositoryViewerProperties

java.lang.Object
com.atlassian.bamboo.specs.model.repository.viewer.GenericRepositoryViewerProperties
All Implemented Interfaces:
com.atlassian.bamboo.specs.api.model.EntityProperties, com.atlassian.bamboo.specs.api.model.repository.viewer.VcsRepositoryViewerProperties

@Immutable public final class GenericRepositoryViewerProperties extends Object implements com.atlassian.bamboo.specs.api.model.repository.viewer.VcsRepositoryViewerProperties
  • Constructor Details

    • GenericRepositoryViewerProperties

      public GenericRepositoryViewerProperties(@NotNull @NotNull String viewerUrl, @Nullable @Nullable String repositoryPath) throws com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException
      Throws:
      com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • getAtlassianPlugin

      @NotNull public @NotNull com.atlassian.bamboo.specs.api.model.AtlassianModuleProperties getAtlassianPlugin()
      Specified by:
      getAtlassianPlugin in interface com.atlassian.bamboo.specs.api.model.repository.viewer.VcsRepositoryViewerProperties
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getViewerUrl

      @NotNull public @NotNull String getViewerUrl()
    • getRepositoryPath

      @Nullable public @Nullable String getRepositoryPath()
    • validate

      public void validate()
      Specified by:
      validate in interface com.atlassian.bamboo.specs.api.model.EntityProperties