ApplicationDefinition.DefinitionStages.WithArtifacts Interface

public static interface ApplicationDefinition.DefinitionStages.WithArtifacts

The stage of the ApplicationDefinition definition allowing to specify artifacts.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withArtifacts(List<ApplicationDefinitionArtifact> artifacts)

Specifies the artifacts property: The collection of managed application artifacts.

Method Details

withArtifacts

public abstract ApplicationDefinition.DefinitionStages.WithCreate withArtifacts(List artifacts)

Specifies the artifacts property: The collection of managed application artifacts. The portal will use the files specified as artifacts to construct the user experience of creating a managed application from a managed application definition..

Parameters:

artifacts - The collection of managed application artifacts. The portal will use the files specified as artifacts to construct the user experience of creating a managed application from a managed application definition.

Returns:

the next definition stage.

Applies to