public interface

AvailableScm

com.atlassian.bitbucket.scm.AvailableScm

Class Overview

An SCM available for creating new repositories.

Summary

Public Methods
@Nonnull String getId()
@Nonnull String getName()

Public Methods

@Nonnull public String getId ()

Returns
  • the SCM's identifier, which is guaranteed to be unique across all available SCMs

@Nonnull public String getName ()

Returns
  • the SCM's human-readable name