get_name


Description:

public unowned string get_name ()

Get the name of this channel, e.

g. "stable".

Channel names are in the form `track/risk/branch`

`track` is the name of the feature track. Defaults to `latest` and is implied if the track is not present. `risk` is the risk of the channel, one of `stable`, `candidate`, `beta` or `edge`. `branch` is an optional branch name.

Example names: `beta` (alias to `latest/beta`) `xenial/stable` (stable release on xenial track) `latest/stable/red-button` (red button feature branch)

Parameters:

this

a Channel.

Returns:

a name.