Home / Function/ getCreated() — spring-boot Function Reference

getCreated() — spring-boot Function Reference

Architecture documentation for the getCreated() function in Image.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  a18a2648_7c7c_16c8_52c2_6d1bb55a7462["getCreated()"]
  f5dda5d1_e20e_34d7_f2be_0e1de612579e["buildsImageWithCommandLineOptions()"]
  f5dda5d1_e20e_34d7_f2be_0e1de612579e -->|calls| a18a2648_7c7c_16c8_52c2_6d1bb55a7462
  38bb7b71_e857_71af_0091_6546516e0bd2["buildsImageWithCreatedDate()"]
  38bb7b71_e857_71af_0091_6546516e0bd2 -->|calls| a18a2648_7c7c_16c8_52c2_6d1bb55a7462
  0f3527ed_bca1_8163_39ca_5908ddd6cb9e["buildsImageWithCurrentCreatedDate()"]
  0f3527ed_bca1_8163_39ca_5908ddd6cb9e -->|calls| a18a2648_7c7c_16c8_52c2_6d1bb55a7462
  634bfe12_062e_2d9a_2555_c420fc58f695["whenBuildImageIsInvokedWithCommandLineParameters()"]
  634bfe12_062e_2d9a_2555_c420fc58f695 -->|calls| a18a2648_7c7c_16c8_52c2_6d1bb55a7462
  9df13795_b342_e23d_fbbd_870360bdf14f["whenBuildImageIsInvokedWithCreatedDate()"]
  9df13795_b342_e23d_fbbd_870360bdf14f -->|calls| a18a2648_7c7c_16c8_52c2_6d1bb55a7462
  13c989e5_00c5_720d_ff58_3cfe1eb19804["whenBuildImageIsInvokedWithCurrentCreatedDate()"]
  13c989e5_00c5_720d_ff58_3cfe1eb19804 -->|calls| a18a2648_7c7c_16c8_52c2_6d1bb55a7462
  style a18a2648_7c7c_16c8_52c2_6d1bb55a7462 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buildpack/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/type/Image.java lines 132–134

	public @Nullable String getCreated() {
		return this.created;
	}

Subdomains

Frequently Asked Questions

What does getCreated() do?
getCreated() is a function in the spring-boot codebase.
What calls getCreated()?
getCreated() is called by 6 function(s): buildsImageWithCommandLineOptions, buildsImageWithCreatedDate, buildsImageWithCurrentCreatedDate, whenBuildImageIsInvokedWithCommandLineParameters, whenBuildImageIsInvokedWithCreatedDate, whenBuildImageIsInvokedWithCurrentCreatedDate.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free