public class CreateClusterID
Gradle task to create an ID for ICM cluster.
This taks creates an UID with Java functionality in the required format.
@NotNull public static java.lang.String DEFAULT_NAME
@NotNull public static java.lang.String CLUSTER_ID
public static com.intershop.gradle.icm.tasks.CreateClusterID.Companion Companion
@Inject
public CreateClusterID(@NotNull
org.gradle.api.file.ProjectLayout projectLayout,
@NotNull
org.gradle.api.model.ObjectFactory objectFactory)
Gradle task to create an ID for ICM cluster.
This taks creates an UID with Java functionality in the required format.
@OutputFile @NotNull public java.io.File getOutputFile()
Output file for generated cluster id.
public void setOutputFile(@NotNull
java.io.File value)
Output file for generated cluster id.
public void createID()
This function represents the logic of this task.