88 lines
1.8 KiB
Python
88 lines
1.8 KiB
Python
# terrascript/resource/jeffwecan/teamcity.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:28:17 UTC)
|
|
import terrascript
|
|
|
|
|
|
class teamcity_agent_pool(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class teamcity_agent_pool_project_assignment(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class teamcity_agent_requirement(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class teamcity_artifact_dependency(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class teamcity_build_config(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class teamcity_build_trigger_build_finish(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class teamcity_build_trigger_schedule(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class teamcity_build_trigger_vcs(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class teamcity_feature_commit_status_publisher(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class teamcity_feature_golang(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class teamcity_group(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class teamcity_project(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class teamcity_project_feature_oauth_provider_settings(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class teamcity_project_feature_versioned_settings(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class teamcity_snapshot_dependency(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class teamcity_vcs_root_git(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"teamcity_agent_pool",
|
|
"teamcity_agent_pool_project_assignment",
|
|
"teamcity_agent_requirement",
|
|
"teamcity_artifact_dependency",
|
|
"teamcity_build_config",
|
|
"teamcity_build_trigger_build_finish",
|
|
"teamcity_build_trigger_schedule",
|
|
"teamcity_build_trigger_vcs",
|
|
"teamcity_feature_commit_status_publisher",
|
|
"teamcity_feature_golang",
|
|
"teamcity_group",
|
|
"teamcity_project",
|
|
"teamcity_project_feature_oauth_provider_settings",
|
|
"teamcity_project_feature_versioned_settings",
|
|
"teamcity_snapshot_dependency",
|
|
"teamcity_vcs_root_git",
|
|
]
|