gitea/src/a11cacb2-c13a-4482-bf71-1b7...
Robot 12042ffd4d
update 2024-04-07 13:20:18
2024-04-07 13:20:22 +02:00
..
README.md update 2023-10-10 10:16:07 2023-10-10 11:39:23 +02:00
code.php first commit 2023-04-15 17:08:07 +02:00
code.power first commit 2023-04-15 17:08:07 +02:00
settings.json update 2024-04-07 13:20:18 2024-04-07 13:20:22 +02:00

README.md

██████╗  ██████╗ ██╗    ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║    ██║██╔════╝██╔══██╗
██████╔╝██║   ██║██║ █╗ ██║█████╗  ██████╔╝
██╔═══╝ ██║   ██║██║███╗██║██╔══╝  ██╔══██╗
██║     ╚██████╔╝╚███╔███╔╝███████╗██║  ██║
╚═╝      ╚═════╝  ╚══╝╚══╝ ╚══════╝╚═╝  ╚═╝

class Git (Details)

namespace: VDM\Joomla\Gitea\Repository\Hooks extends: Api

@startuml
class Git  #Gold {
  + list(string $ownerName, string $repoName) : ?array
  + get(string $ownerName, string $repoName, ...) : ?object
  + delete(string $ownerName, string $repositoryName, ...) : string
  + edit(string $owner, string $repo, ...) : ?object
}

note right of Git::list
  List the Git hooks in a repository.

  since: 3.2.0
  return: ?array
end note

note right of Git::get
  Get a Git hook.

  since: 3.2.0
  return: ?object
  
  arguments:
    string $ownerName
    string $repoName
    int $hookId
end note

note right of Git::delete
  Delete a Git hook in a repository.

  since: 3.2.0
  return: string
  
  arguments:
    string $ownerName
    string $repositoryName
    string $hookId
end note

note right of Git::edit
  Edit a Git hook in a repository.

  since: 3.2.0
  return: ?object
  
  arguments:
    string $owner
    string $repo
    string $hookId
    array $hookOptions
end note
 
@enduml

     ██╗ ██████╗██████╗
     ██║██╔════╝██╔══██╗
     ██║██║     ██████╔╝
██   ██║██║     ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
 ╚════╝  ╚═════╝╚═════╝

Build with Joomla Component Builder