go.fuchsia.dev/jiri@v0.0.0-20240502161911-b66513b29486/gerrit/.api (about)

     1  pkg gerrit, const PresubmitTestTypeAll PresubmitTestType
     2  pkg gerrit, const PresubmitTestTypeNone PresubmitTestType
     3  pkg gerrit, func GenCL(int, int, string) Change
     4  pkg gerrit, func GenCLWithMoreData(int, int, string, PresubmitTestType, string) Change
     5  pkg gerrit, func GenMultiPartCL(int, int, string, string, int, int) Change
     6  pkg gerrit, func GenMultiPartCLWithMoreData(int, int, string, string, int, int, string) Change
     7  pkg gerrit, func New(runutil.Sequence, *url.URL) *Gerrit
     8  pkg gerrit, func NewChangeError(Change, error) *ChangeError
     9  pkg gerrit, func NewMultiPartCLSet() *MultiPartCLSet
    10  pkg gerrit, func NewOpenCLs(CLRefMap, CLList) ([]CLList, []error)
    11  pkg gerrit, func ParseRefString(string) (int, int, error)
    12  pkg gerrit, func PresubmitTestTypes() []string
    13  pkg gerrit, func Push(runutil.Sequence, CLOpts) error
    14  pkg gerrit, func ReadLog(string) (CLRefMap, error)
    15  pkg gerrit, func Reference(CLOpts) string
    16  pkg gerrit, func WriteLog(string, CLList) error
    17  pkg gerrit, method (*ChangeError) Error() string
    18  pkg gerrit, method (*Gerrit) GetChange(int) (*Change, error)
    19  pkg gerrit, method (*Gerrit) PostReview(string, string, map[string]string) error
    20  pkg gerrit, method (*Gerrit) Query(string) (CLList, error)
    21  pkg gerrit, method (*Gerrit) SetTopic(string, CLOpts) error
    22  pkg gerrit, method (*Gerrit) Submit(string) error
    23  pkg gerrit, method (*MultiPartCLSet) AddCL(Change) error
    24  pkg gerrit, method (*MultiPartCLSet) CLs() CLList
    25  pkg gerrit, method (*MultiPartCLSet) Complete() bool
    26  pkg gerrit, method (Change) OwnerEmail() string
    27  pkg gerrit, method (Change) Reference() string
    28  pkg gerrit, type CLList []Change
    29  pkg gerrit, type CLOpts struct
    30  pkg gerrit, type CLOpts struct, Autosubmit bool
    31  pkg gerrit, type CLOpts struct, Branch string
    32  pkg gerrit, type CLOpts struct, Ccs []string
    33  pkg gerrit, type CLOpts struct, Draft bool
    34  pkg gerrit, type CLOpts struct, Edit bool
    35  pkg gerrit, type CLOpts struct, Host *url.URL
    36  pkg gerrit, type CLOpts struct, Presubmit PresubmitTestType
    37  pkg gerrit, type CLOpts struct, Remote string
    38  pkg gerrit, type CLOpts struct, RemoteBranch string
    39  pkg gerrit, type CLOpts struct, Reviewers []string
    40  pkg gerrit, type CLOpts struct, Topic string
    41  pkg gerrit, type CLOpts struct, Verify bool
    42  pkg gerrit, type CLRefMap map[string]Change
    43  pkg gerrit, type Change struct
    44  pkg gerrit, type Change struct, AutoSubmit bool
    45  pkg gerrit, type Change struct, Change_id string
    46  pkg gerrit, type Change struct, Current_revision string
    47  pkg gerrit, type Change struct, Labels map[string]map[string]interface{}
    48  pkg gerrit, type Change struct, MultiPart *MultiPartCLInfo
    49  pkg gerrit, type Change struct, Owner Owner
    50  pkg gerrit, type Change struct, PresubmitTest PresubmitTestType
    51  pkg gerrit, type Change struct, Project string
    52  pkg gerrit, type Change struct, Revisions Revisions
    53  pkg gerrit, type Change struct, Topic string
    54  pkg gerrit, type ChangeError struct
    55  pkg gerrit, type ChangeError struct, CL Change
    56  pkg gerrit, type ChangeError struct, Err error
    57  pkg gerrit, type Comment struct
    58  pkg gerrit, type Comment struct, Line int
    59  pkg gerrit, type Comment struct, Message string
    60  pkg gerrit, type Commit struct
    61  pkg gerrit, type Commit struct, Message string
    62  pkg gerrit, type Fetch struct
    63  pkg gerrit, type Fetch struct, embedded Http
    64  pkg gerrit, type Files map[string]struct{}
    65  pkg gerrit, type Gerrit struct
    66  pkg gerrit, type Http struct
    67  pkg gerrit, type Http struct, Ref string
    68  pkg gerrit, type MultiPartCLInfo struct
    69  pkg gerrit, type MultiPartCLInfo struct, Index int
    70  pkg gerrit, type MultiPartCLInfo struct, Topic string
    71  pkg gerrit, type MultiPartCLInfo struct, Total int
    72  pkg gerrit, type MultiPartCLSet struct
    73  pkg gerrit, type Owner struct
    74  pkg gerrit, type Owner struct, Email string
    75  pkg gerrit, type PresubmitTestType string
    76  pkg gerrit, type Review struct
    77  pkg gerrit, type Review struct, Comments map[string][]Comment
    78  pkg gerrit, type Review struct, Labels map[string]string
    79  pkg gerrit, type Review struct, Message string
    80  pkg gerrit, type Revision struct
    81  pkg gerrit, type Revision struct, embedded Commit
    82  pkg gerrit, type Revision struct, embedded Fetch
    83  pkg gerrit, type Revision struct, embedded Files
    84  pkg gerrit, type Revisions map[string]Revision
    85  pkg gerrit, type Topic struct
    86  pkg gerrit, type Topic struct, Topic string