Interface SourceControl.DefinitionStages.WithLastDeploymentInfo

All Known Subinterfaces:
SourceControl.Definition, SourceControl.DefinitionStages.WithCreate
Enclosing interface:
SourceControl.DefinitionStages

public static interface SourceControl.DefinitionStages.WithLastDeploymentInfo
The stage of the SourceControl definition allowing to specify lastDeploymentInfo.
  • Method Details

    • withLastDeploymentInfo

      SourceControl.DefinitionStages.WithCreate withLastDeploymentInfo(DeploymentInfo lastDeploymentInfo)
      Specifies the lastDeploymentInfo property: Information regarding the latest deployment for the source control..
      Parameters:
      lastDeploymentInfo - Information regarding the latest deployment for the source control.
      Returns:
      the next definition stage.