com.netflix.spinnaker.keel.persistence.metamodel.Tables Maven / Gradle / Ivy
/*
* This file is generated by jOOQ.
*/
package com.netflix.spinnaker.keel.persistence.metamodel;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.ActionState;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.ActiveEnvironment;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.ActiveEnvironmentVersion;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.ActiveResource;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.AgentLock;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.ArtifactLastChecked;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.ArtifactVersions;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.BakedImages;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.CurrentConstraint;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.DeliveryArtifact;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.DeliveryConfig;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.DeliveryConfigArtifact;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.DeliveryConfigLastChecked;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.DiffFingerprint;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.DismissibleNotification;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.Environment;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.EnvironmentArtifactConstraint;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.EnvironmentArtifactPin;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.EnvironmentArtifactQueuedApproval;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.EnvironmentArtifactVersions;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.EnvironmentArtifactVeto;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.EnvironmentDeletion;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.EnvironmentLastPostDeploy;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.EnvironmentLastVerified;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.EnvironmentLease;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.EnvironmentResource;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.EnvironmentVersion;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.EnvironmentVersionArtifactVersion;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.Event;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.LifecycleEvent;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.LifecycleMonitor;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.Notification;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.Paused;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.PreviewEnvironment;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.Resource;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.ResourceLastChecked;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.ResourceVersion;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.TaskTracking;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.UnhappyVeto;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.Unhealthy;
import com.netflix.spinnaker.keel.persistence.metamodel.tables.WorkQueue;
import javax.annotation.processing.Generated;
/**
* Convenience access to all tables in keel
*/
@Generated(
value = {
"https://www.jooq.org",
"jOOQ version:3.13.6"
},
comments = "This class is generated by jOOQ"
)
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Tables {
/**
* The table keel.action_state
.
*/
public static final ActionState ACTION_STATE = ActionState.ACTION_STATE;
/**
* VIEW
*/
public static final ActiveEnvironment ACTIVE_ENVIRONMENT = ActiveEnvironment.ACTIVE_ENVIRONMENT;
/**
* The table keel.active_environment_version
.
*/
public static final ActiveEnvironmentVersion ACTIVE_ENVIRONMENT_VERSION = ActiveEnvironmentVersion.ACTIVE_ENVIRONMENT_VERSION;
/**
* VIEW
*/
public static final ActiveResource ACTIVE_RESOURCE = ActiveResource.ACTIVE_RESOURCE;
/**
* The table keel.agent_lock
.
*/
public static final AgentLock AGENT_LOCK = AgentLock.AGENT_LOCK;
/**
* The table keel.artifact_last_checked
.
*/
public static final ArtifactLastChecked ARTIFACT_LAST_CHECKED = ArtifactLastChecked.ARTIFACT_LAST_CHECKED;
/**
* The table keel.artifact_versions
.
*/
public static final ArtifactVersions ARTIFACT_VERSIONS = ArtifactVersions.ARTIFACT_VERSIONS;
/**
* The table keel.baked_images
.
*/
public static final BakedImages BAKED_IMAGES = BakedImages.BAKED_IMAGES;
/**
* The table keel.current_constraint
.
*/
public static final CurrentConstraint CURRENT_CONSTRAINT = CurrentConstraint.CURRENT_CONSTRAINT;
/**
* The table keel.delivery_artifact
.
*/
public static final DeliveryArtifact DELIVERY_ARTIFACT = DeliveryArtifact.DELIVERY_ARTIFACT;
/**
* The table keel.delivery_config
.
*/
public static final DeliveryConfig DELIVERY_CONFIG = DeliveryConfig.DELIVERY_CONFIG;
/**
* The table keel.delivery_config_artifact
.
*/
public static final DeliveryConfigArtifact DELIVERY_CONFIG_ARTIFACT = DeliveryConfigArtifact.DELIVERY_CONFIG_ARTIFACT;
/**
* The table keel.delivery_config_last_checked
.
*/
public static final DeliveryConfigLastChecked DELIVERY_CONFIG_LAST_CHECKED = DeliveryConfigLastChecked.DELIVERY_CONFIG_LAST_CHECKED;
/**
* The table keel.diff_fingerprint
.
*/
public static final DiffFingerprint DIFF_FINGERPRINT = DiffFingerprint.DIFF_FINGERPRINT;
/**
* The table keel.dismissible_notification
.
*/
public static final DismissibleNotification DISMISSIBLE_NOTIFICATION = DismissibleNotification.DISMISSIBLE_NOTIFICATION;
/**
* The table keel.environment
.
*/
public static final Environment ENVIRONMENT = Environment.ENVIRONMENT;
/**
* The table keel.environment_artifact_constraint
.
*/
public static final EnvironmentArtifactConstraint ENVIRONMENT_ARTIFACT_CONSTRAINT = EnvironmentArtifactConstraint.ENVIRONMENT_ARTIFACT_CONSTRAINT;
/**
* The table keel.environment_artifact_pin
.
*/
public static final EnvironmentArtifactPin ENVIRONMENT_ARTIFACT_PIN = EnvironmentArtifactPin.ENVIRONMENT_ARTIFACT_PIN;
/**
* The table keel.environment_artifact_queued_approval
.
*/
public static final EnvironmentArtifactQueuedApproval ENVIRONMENT_ARTIFACT_QUEUED_APPROVAL = EnvironmentArtifactQueuedApproval.ENVIRONMENT_ARTIFACT_QUEUED_APPROVAL;
/**
* The table keel.environment_artifact_versions
.
*/
public static final EnvironmentArtifactVersions ENVIRONMENT_ARTIFACT_VERSIONS = EnvironmentArtifactVersions.ENVIRONMENT_ARTIFACT_VERSIONS;
/**
* The table keel.environment_artifact_veto
.
*/
public static final EnvironmentArtifactVeto ENVIRONMENT_ARTIFACT_VETO = EnvironmentArtifactVeto.ENVIRONMENT_ARTIFACT_VETO;
/**
* The table keel.environment_deletion
.
*/
public static final EnvironmentDeletion ENVIRONMENT_DELETION = EnvironmentDeletion.ENVIRONMENT_DELETION;
/**
* The table keel.environment_last_post_deploy
.
*/
public static final EnvironmentLastPostDeploy ENVIRONMENT_LAST_POST_DEPLOY = EnvironmentLastPostDeploy.ENVIRONMENT_LAST_POST_DEPLOY;
/**
* The table keel.environment_last_verified
.
*/
public static final EnvironmentLastVerified ENVIRONMENT_LAST_VERIFIED = EnvironmentLastVerified.ENVIRONMENT_LAST_VERIFIED;
/**
* The table keel.environment_lease
.
*/
public static final EnvironmentLease ENVIRONMENT_LEASE = EnvironmentLease.ENVIRONMENT_LEASE;
/**
* The table keel.environment_resource
.
*/
public static final EnvironmentResource ENVIRONMENT_RESOURCE = EnvironmentResource.ENVIRONMENT_RESOURCE;
/**
* The table keel.environment_version
.
*/
public static final EnvironmentVersion ENVIRONMENT_VERSION = EnvironmentVersion.ENVIRONMENT_VERSION;
/**
* The table keel.environment_version_artifact_version
.
*/
public static final EnvironmentVersionArtifactVersion ENVIRONMENT_VERSION_ARTIFACT_VERSION = EnvironmentVersionArtifactVersion.ENVIRONMENT_VERSION_ARTIFACT_VERSION;
/**
* The table keel.event
.
*/
public static final Event EVENT = Event.EVENT;
/**
* The table keel.lifecycle_event
.
*/
public static final LifecycleEvent LIFECYCLE_EVENT = LifecycleEvent.LIFECYCLE_EVENT;
/**
* The table keel.lifecycle_monitor
.
*/
public static final LifecycleMonitor LIFECYCLE_MONITOR = LifecycleMonitor.LIFECYCLE_MONITOR;
/**
* The table keel.notification
.
*/
public static final Notification NOTIFICATION = Notification.NOTIFICATION;
/**
* The table keel.paused
.
*/
public static final Paused PAUSED = Paused.PAUSED;
/**
* The table keel.preview_environment
.
*/
public static final PreviewEnvironment PREVIEW_ENVIRONMENT = PreviewEnvironment.PREVIEW_ENVIRONMENT;
/**
* The table keel.resource
.
*/
public static final Resource RESOURCE = Resource.RESOURCE;
/**
* The table keel.resource_last_checked
.
*/
public static final ResourceLastChecked RESOURCE_LAST_CHECKED = ResourceLastChecked.RESOURCE_LAST_CHECKED;
/**
* The table keel.resource_version
.
*/
public static final ResourceVersion RESOURCE_VERSION = ResourceVersion.RESOURCE_VERSION;
/**
* The table keel.task_tracking
.
*/
public static final TaskTracking TASK_TRACKING = TaskTracking.TASK_TRACKING;
/**
* The table keel.unhappy_veto
.
*/
public static final UnhappyVeto UNHAPPY_VETO = UnhappyVeto.UNHAPPY_VETO;
/**
* The table keel.unhealthy
.
*/
public static final Unhealthy UNHEALTHY = Unhealthy.UNHEALTHY;
/**
* The table keel.work_queue
.
*/
public static final WorkQueue WORK_QUEUE = WorkQueue.WORK_QUEUE;
}