Beispiel #1
0
 def __init__(self):
     Plugin.__init__(self, "UPDATE", ConnectorFactory.newMysqlConnector())
Beispiel #2
0
 def __init__(self):
     Plugin.__init__(self, "DROP", ConnectorFactory.newMysqlConnector())
Beispiel #3
0
 def __init__(self, connectable):
     Plugin.__init__(self, "DROP", connectable)
Beispiel #4
0
 def __init__(self):
     Plugin.__init__(self, "RELEASE", None)
Beispiel #5
0
 def __init__(self):
     Plugin.__init__(self, "RECREATE", None)
Beispiel #6
0
 def __init__(self):
     Plugin.__init__(self, "CREATE",
                     ConnectorFactory.newPostgresqlConnector())
 def __init__(self):
     Plugin.__init__(self, "TRIPOLIS:DEPLOY:EMAIL",
                     ConnectorFactory.newTripolisDeployEmailConnector())
Beispiel #8
0
 def __init__(self):
     Plugin.__init__(self, "GENERATE", None)
 def __init__(self):
   Plugin.__init__(self, "TRIPOLIS:GENERATE:EMAIL", None)
Beispiel #10
0
 def __init__(self):
     Plugin.__init__(self, "BUILD", None)