Interface TrackingIssueOrBuilder (0.158.0-beta)

public interface TrackingIssueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getUrl()

public abstract String getUrl()

A URL pointing to a related entry in an issue tracking system. Example: https://github.com/user/project/issues/4

string url = 1;

Returns
TypeDescription
String

The url.

getUrlBytes()

public abstract ByteString getUrlBytes()

A URL pointing to a related entry in an issue tracking system. Example: https://github.com/user/project/issues/4

string url = 1;

Returns
TypeDescription
ByteString

The bytes for url.