-
- All Implemented Interfaces:
public final class ChartDeploymentRequest
-
-
Field Summary
Fields Modifier and Type Field Description private final StringchartPublishMethodprivate final StringchartRepoUsernameprivate final StringchartRepoPasswordprivate final BooleanskipSnapshotsprivate final MavenProjectproject
-
Method Summary
Modifier and Type Method Description final StringgetChartPublishMethod()final StringgetChartRepoUsername()final StringgetChartRepoPassword()final BooleangetSkipSnapshots()final MavenProjectgetProject()final StringchartName()final BooleanisSnapshotVersion()final StringchartPublishUrl()final StringchartDeleteUrl()final FilechartTarGzFile()-
-
Method Detail
-
getChartPublishMethod
final String getChartPublishMethod()
-
getChartRepoUsername
final String getChartRepoUsername()
-
getChartRepoPassword
final String getChartRepoPassword()
-
getSkipSnapshots
final Boolean getSkipSnapshots()
-
getProject
final MavenProject getProject()
-
isSnapshotVersion
final Boolean isSnapshotVersion()
-
chartPublishUrl
final String chartPublishUrl()
-
chartDeleteUrl
final String chartDeleteUrl()
-
chartTarGzFile
final File chartTarGzFile()
-
-
-
-