python-terrascript/terrascript/jenkins/r.py

38 lines
664 B
Python

# terrascript/jenkins/r.py
# Automatically generated by tools/makecode.py ()
import warnings
warnings.warn(
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
)
import terrascript
class jenkins_credential_secret_file(terrascript.Resource):
pass
class jenkins_credential_secret_text(terrascript.Resource):
pass
class jenkins_credential_ssh(terrascript.Resource):
pass
class jenkins_credential_username(terrascript.Resource):
pass
class jenkins_credential_vault_approle(terrascript.Resource):
pass
class jenkins_folder(terrascript.Resource):
pass
class jenkins_job(terrascript.Resource):
pass