Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Add additional event-safe methods for koji
Browse files Browse the repository at this point in the history
  • Loading branch information
jupierce committed Jun 28, 2021
1 parent 395d222 commit fd94360
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions doozerlib/brew.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,81 @@ class KojiWrapper(koji.ClientSession):
'listTags',
'gssapi_login',
'sslLogin',
'getTaskInfo',
'build',
'buildContainer',
'buildImage',
'buildReferences',
'cancelBuild',
'cancelTask',
'cancelTaskChildren',
'cancelTaskFull',
'chainBuild',
'chainMaven',
'createImageBuild',
'createMavenBuild',
'filterResults',
'getAPIVersion',
'getArchive',
'getArchiveFile',
'getArchiveType',
'getArchiveTypes',
'getAverageBuildDuration',
'getBuildLogs',
'getBuildNotificationBlock',
'getBuildType',
'getBuildroot',
'getChangelogEntries',
'getImageArchive',
'getImageBuild',
'getLoggedInUser',
'getMavenArchive',
'getMavenBuild',
'getPerms',
'getRPM',
'getRPMDeps',
'getRPMFile',
'getRPMHeaders',
'getTaskChildren',
'getTaskDescendents',
'getTaskRequest',
'getTaskResult',
'getUser',
'getUserPerms',
'getVolume',
'getWinArchive',
'getWinBuild',
'hello',
'listArchiveFiles',
'listArchives',
'listBTypes',
'listBuildRPMs',
'listBuildroots',
'listRPMFiles',
'listRPMs',
'listTags',
'listTaskOutput',
'listTasks',
'listUsers',
'listVolumes',
'login',
'logout',
'logoutChild',
'makeTask',
'mavenEnabled',
'mergeScratch',
'moveAllBuilds',
'moveBuild',
'queryRPMSigs',
'resubmitTask',
'tagBuild',
'tagBuildBypass',
'taskFinished',
'taskReport',
'untagBuild',
'winEnabled',
'winBuild',
'uploadFile',
])

def __init__(self, koji_session_args, brew_event=None):
Expand Down

0 comments on commit fd94360

Please sign in to comment.