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
ConstructorsConstructorDescriptionGenericRepositoryViewerProperties(@NotNull String viewerUrl, @Nullable String repositoryPath) -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull AtlassianModuleProperties@Nullable String@NotNull StringinthashCode()voidvalidate()
-
Constructor Details
-
GenericRepositoryViewerProperties
public GenericRepositoryViewerProperties(@NotNull @NotNull String viewerUrl, @Nullable @Nullable String repositoryPath) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
-
Method Details
-
equals
-
getAtlassianPlugin
- Specified by:
getAtlassianPluginin interfaceVcsRepositoryViewerProperties
-
hashCode
public int hashCode() -
getViewerUrl
-
getRepositoryPath
-
validate
public void validate()- Specified by:
validatein interfaceEntityProperties
-