Constant Field Values

Contents

tech.kronicle.*

  • tech.kronicle.sdk.constants.ComponentStateTypes 
    Modifier and Type Constant Field Value
    public static final java.lang.String DOC "doc"
  • tech.kronicle.sdk.constants.DependencyTypeIds 
    Modifier and Type Constant Field Value
    public static final java.lang.String COMPOSITION "composition"
    public static final java.lang.String TRACE "trace"
  • tech.kronicle.sdk.constants.GraphEdgeTypeIds 
    Modifier and Type Constant Field Value
    public static final java.lang.String TRACE "trace"
  • tech.kronicle.sdk.constants.PatternStrings 
    Modifier and Type Constant Field Value
    public static final java.lang.String CASE_INSENSITIVE_SNAKE_CASE_OR_KEBAB_CASE "[a-zA-Z][a-zA-Z0-9]*(_[a-zA-Z0-9]+)*|[a-zA-Z][a-zA-Z0-9]*(-[a-zA-Z0-9]+)*"
    public static final java.lang.String ID "[a-z][a-z0-9]*(-[a-z0-9]+)*"
  • tech.kronicle.sdk.constants.ServiceUrlPaths 
    Modifier and Type Constant Field Value
    public static final java.lang.String V1_COMPONENTS "/v1/components"
  • tech.kronicle.sdk.models.CheckState 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "check"
  • tech.kronicle.sdk.models.GraphState 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "graph"
  • tech.kronicle.sdk.models.ImportsState 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "imports"
  • tech.kronicle.sdk.models.KeySoftwaresState 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "key-softwares"
  • tech.kronicle.sdk.models.LogSummaryState 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "log-summary"
  • tech.kronicle.sdk.models.SoftwareRepositoriesState 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "software-repositories"
  • tech.kronicle.sdk.models.SoftwaresState 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "softwares"
  • tech.kronicle.sdk.models.SonarQubeProjectsState 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "sonarqube-projects"
  • tech.kronicle.sdk.models.ToDosState 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "to-dos"
  • tech.kronicle.sdk.models.doc.DocState 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "doc"
  • tech.kronicle.sdk.models.git.GitRepoState 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "git-repo"
  • tech.kronicle.sdk.models.gradle.GradleState 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "gradle"
  • tech.kronicle.sdk.models.graphql.GraphQlSchemasState 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "graphql-schemas"
  • tech.kronicle.sdk.models.linesofcode.LinesOfCodeState 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "lines-of-code"
  • tech.kronicle.sdk.models.nodejs.NodeJsState 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "nodejs"
  • tech.kronicle.sdk.models.openapi.OpenApiSpecsState 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "openapi-specs"
  • tech.kronicle.sdk.models.readme.ReadmeState 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "readme"
  • tech.kronicle.sdk.models.zipkin.ZipkinState 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "zipkin"