Class ExternalTracker
ExternalTracker represents settings for external tracker
Inheritance
System.Object
ExternalTracker
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dangl.GiteaOrgManager.Client
Assembly: Dangl.GiteaOrgManager.dll
Syntax
public class ExternalTracker
Properties
| Improve this Doc View SourceExternal_tracker_format
External Issue Tracker URL Format. Use the placeholders {user}, {repo} and {index} for the username, repository name and issue index.
Declaration
public string External_tracker_format { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
External_tracker_regexp_pattern
External Issue Tracker issue regular expression
Declaration
public string External_tracker_regexp_pattern { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
External_tracker_style
External Issue Tracker Number Format, either numeric, alphanumeric, or regexp
Declaration
public string External_tracker_style { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
External_tracker_url
URL of external issue tracker.
Declaration
public string External_tracker_url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |