gitea/src/a68d1841-65bb-41c8-ac09-cfd.../README.md

2.0 KiB

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

class Stopwatch (Details)

namespace: VDM\Joomla\Gitea\Issue extends: Api

@startuml
class Stopwatch  #Gold {
  + start(string $owner, string $repo, ...) : string
  + stop(string $owner, string $repo, ...) : string
  + delete(string $owner, string $repo, ...) : string
}

note right of Stopwatch::start
  Start stopwatch on an issue.

  since: 3.2.0
  return: string
  
  arguments:
    string $owner
    string $repo
    int $index
end note

note right of Stopwatch::stop
  Stop an issue's existing stopwatch.

  since: 3.2.0
  return: string
  
  arguments:
    string $owner
    string $repo
    int $index
end note

note right of Stopwatch::delete
  Delete an issue's existing stopwatch.

  since: 3.2.0
  return: string
  
  arguments:
    string $owner
    string $repo
    int $index
end note
 
@enduml

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

Build with Joomla Component Builder