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