using System.Collections.Generic;
namespace xAPI.Registry {
///
/// Provides 14 items of the xAPI_Verbs of the context gitanalysis as public properties.
///
public sealed class xAPI_Verbs_Gitanalysis : xAPI_Verbs {
///
/// An actor added a tag.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/gitanalysis/verbs/added
///
public readonly xAPI_Verb added = new xAPI_Verb(
context: "gitanalysis",
key: "added",
names: new Dictionary {
["en-US"] = "added",
["de-DE"] = "fügte hinzu" },
descriptions: new Dictionary {
["en-US"] = "An actor added a tag.",
["de-DE"] = "Ein Akteur fügte ein Tag hinzu." });
///
/// An actor approved a merge request.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/gitanalysis/verbs/approved
///
public readonly xAPI_Verb approved = new xAPI_Verb(
context: "gitanalysis",
key: "approved",
names: new Dictionary {
["en-US"] = "approved",
["de-DE"] = "genehmigte" },
descriptions: new Dictionary {
["en-US"] = "An actor approved a merge request.",
["de-DE"] = "Ein Akteur genehmigte eine Merge-Anfrage." });
///
/// An actor closed an issue or a merge request.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/gitanalysis/verbs/closed
///
public readonly xAPI_Verb closed = new xAPI_Verb(
context: "gitanalysis",
key: "closed",
names: new Dictionary {
["en-US"] = "closed",
["de-DE"] = "schloss" },
descriptions: new Dictionary {
["en-US"] = "An actor closed an issue or a merge request.",
["de-DE"] = "Ein Akteur schloss ein Ticket oder eine Merge-Anfrage." });
///
/// An actor wrote a comment on a commit/issue/merge request
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/gitanalysis/verbs/commentedOn
///
public readonly xAPI_Verb commentedOn = new xAPI_Verb(
context: "gitanalysis",
key: "commentedOn",
names: new Dictionary {
["en-US"] = "commented on",
["de-DE"] = "kommentierte" },
descriptions: new Dictionary {
["en-US"] = "An actor wrote a comment on a commit/issue/merge request",
["de-DE"] = "Ein Akteur schrieb einen Kommentar zu einem Commit, Ticket oder einer Merge-Anfrage." });
///
/// An actor created an object (e.g. commits or wiki pages).
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/gitanalysis/verbs/created
///
public readonly xAPI_Verb created = new xAPI_Verb(
context: "gitanalysis",
key: "created",
names: new Dictionary {
["en-US"] = "created",
["de-DE"] = "erstellte" },
descriptions: new Dictionary {
["en-US"] = "An actor created an object (e.g. commits or wiki pages).",
["de-DE"] = "Ein Akteur erstellte ein Objekt (z. B. Commit oder Wikiseite)." });
///
/// An actor deleted an issue, a tag or a wiki page.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/gitanalysis/verbs/deleted
///
public readonly xAPI_Verb deleted = new xAPI_Verb(
context: "gitanalysis",
key: "deleted",
names: new Dictionary {
["en-US"] = "deleted",
["de-DE"] = "löschte" },
descriptions: new Dictionary {
["en-US"] = "An actor deleted an issue, a tag or a wiki page.",
["de-DE"] = "Ein Akteur löschte ein Ticket, ein Tag oder eine Wikiseite." });
///
/// An actor merged a branch to another branch during a merge request.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/gitanalysis/verbs/merged
///
public readonly xAPI_Verb merged = new xAPI_Verb(
context: "gitanalysis",
key: "merged",
names: new Dictionary {
["en-US"] = "merged",
["de-DE"] = "führte zusammen" },
descriptions: new Dictionary {
["en-US"] = "An actor merged a branch to another branch during a merge request.",
["de-DE"] = "Ein Akteur führte in einer Merge-Anfrage einen Branch mit einem anderen zusammen." });
///
/// An actor opened an issue or a merge request.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/gitanalysis/verbs/opened
///
public readonly xAPI_Verb opened = new xAPI_Verb(
context: "gitanalysis",
key: "opened",
names: new Dictionary {
["en-US"] = "opened",
["de-DE"] = "öffnete" },
descriptions: new Dictionary {
["en-US"] = "An actor opened an issue or a merge request.",
["de-DE"] = "Ein Akteur öffnete ein Ticket oder eine Merge-Anfrage." });
///
/// An actor pushed a number of changes to the repository.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/gitanalysis/verbs/pushed
///
public readonly xAPI_Verb pushed = new xAPI_Verb(
context: "gitanalysis",
key: "pushed",
names: new Dictionary {
["en-US"] = "pushed",
["de-DE"] = "pushte" },
descriptions: new Dictionary {
["en-US"] = "An actor pushed a number of changes to the repository.",
["de-DE"] = "Ein Akteur pushte Veränderungen ins Repository." });
///
/// An actor opened an issue or a merge request, which were previously closed.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/gitanalysis/verbs/reopened
///
public readonly xAPI_Verb reopened = new xAPI_Verb(
context: "gitanalysis",
key: "reopened",
names: new Dictionary {
["en-US"] = "reopened",
["de-DE"] = "wiedereröffnete" },
descriptions: new Dictionary {
["en-US"] = "An actor opened an issue or a merge request, which were previously closed.",
["de-DE"] = "Ein Akteur öffnete ein Ticket oder eine Merge-Anfrage, die zuvor bereits geschlossen waren." });
///
/// An actor triggered a pipeline with an activity.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/gitanalysis/verbs/triggered
///
public readonly xAPI_Verb triggered = new xAPI_Verb(
context: "gitanalysis",
key: "triggered",
names: new Dictionary {
["en-US"] = "triggered",
["de-DE"] = "löste aus" },
descriptions: new Dictionary {
["en-US"] = "An actor triggered a pipeline with an activity.",
["de-DE"] = "Ein Akteur löste durch eine Aktivität die Ausführung einer Pipeline aus." });
///
/// An actor unapproved a merge request.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/gitanalysis/verbs/unapproved
///
public readonly xAPI_Verb unapproved = new xAPI_Verb(
context: "gitanalysis",
key: "unapproved",
names: new Dictionary {
["en-US"] = "unapproved",
["de-DE"] = "hob Genehmigung auf" },
descriptions: new Dictionary {
["en-US"] = "An actor unapproved a merge request.",
["de-DE"] = "Ein Akteur hob die Genehmigung für eine Merge-Anfrage auf." });
///
/// An actor updated an issue, a merge request or a wiki page.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/gitanalysis/verbs/updated
///
public readonly xAPI_Verb updated = new xAPI_Verb(
context: "gitanalysis",
key: "updated",
names: new Dictionary {
["en-US"] = "updated",
["de-DE"] = "aktualisierte" },
descriptions: new Dictionary {
["en-US"] = "An actor updated an issue, a merge request or a wiki page.",
["de-DE"] = "Ein Akteur aktualisierte ein Ticket, eine Merge-Anfrage oder eine Wikiseite." });
///
/// An actor wrote a wiki page.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/gitanalysis/verbs/wrote
///
public readonly xAPI_Verb wrote = new xAPI_Verb(
context: "gitanalysis",
key: "wrote",
names: new Dictionary {
["en-US"] = "wrote",
["de-DE"] = "schrieb" },
descriptions: new Dictionary {
["en-US"] = "An actor wrote a wiki page.",
["de-DE"] = "Ein Akteur schrieb eine Wikiseite." });
public xAPI_Verbs_Gitanalysis()
: base("gitanalysis") {
}
}
}