yap
This commit is contained in:
parent
e7d6e60d97
commit
48c79003c6
7 changed files with 64 additions and 60 deletions
|
@ -26,6 +26,7 @@ class RepositoryNotification(
|
|||
:type event_config: string
|
||||
:type number_of_failures: int
|
||||
"""
|
||||
|
||||
def to_dict(self):
|
||||
try:
|
||||
config = json.loads(self.config_json)
|
||||
|
@ -55,7 +56,8 @@ class RepoNotificationInterface(object):
|
|||
"""
|
||||
|
||||
@abstractmethod
|
||||
def create_repo_notification(self, namespace_name, repository_name, event_name, method_name, method_config, event_config, title=None):
|
||||
def create_repo_notification(self, namespace_name, repository_name, event_name, method_name,
|
||||
method_config, event_config, title=None):
|
||||
"""
|
||||
|
||||
Args:
|
||||
|
|
Reference in a new issue