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 Summary
ConstructorsConstructorDescriptionGenericRepositoryViewerProperties(@NotNull String viewerUrl, @Nullable String repositoryPath) -
Method Summary
-
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
-
getAtlassianPlugin
@NotNull public @NotNull com.atlassian.bamboo.specs.api.model.AtlassianModuleProperties getAtlassianPlugin()- Specified by:
getAtlassianPluginin interfacecom.atlassian.bamboo.specs.api.model.repository.viewer.VcsRepositoryViewerProperties
-
hashCode
public int hashCode() -
getViewerUrl
-
getRepositoryPath
-
validate
public void validate()- Specified by:
validatein interfacecom.atlassian.bamboo.specs.api.model.EntityProperties
-