Class GenericRepositoryViewerProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.model.repository.viewer.GenericRepositoryViewerProperties
-
- All Implemented Interfaces:
EntityProperties,VcsRepositoryViewerProperties
@Immutable public final class GenericRepositoryViewerProperties extends Object implements VcsRepositoryViewerProperties
-
-
Constructor Summary
Constructors Constructor Description GenericRepositoryViewerProperties(@NotNull String viewerUrl, @Nullable String repositoryPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@NotNull AtlassianModulePropertiesgetAtlassianPlugin()@Nullable StringgetRepositoryPath()@NotNull StringgetViewerUrl()inthashCode()voidvalidate()
-
-
-
Constructor Detail
-
GenericRepositoryViewerProperties
public GenericRepositoryViewerProperties(@NotNull @NotNull String viewerUrl, @Nullable @Nullable String repositoryPath) throws PropertiesValidationException- Throws:
PropertiesValidationException
-
-
Method Detail
-
getAtlassianPlugin
@NotNull public @NotNull AtlassianModuleProperties getAtlassianPlugin()
- Specified by:
getAtlassianPluginin interfaceVcsRepositoryViewerProperties
-
getViewerUrl
@NotNull public @NotNull String getViewerUrl()
-
getRepositoryPath
@Nullable public @Nullable String getRepositoryPath()
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties
-
-