Interface ReleaseEnvironment
public interface ReleaseEnvironment
ReleaseEnvironment interface.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
ConstantDEFAULT_MAVEN_EXECUTOR_ID="forked-path"
-
Method Summary
Modifier and TypeMethodDescriptiongetJavaHome.getLocalRepositoryDirectory.getMavenExecutorId.getMavenHome.org.apache.maven.settings.Settings
getSettings.
-
Field Details
-
DEFAULT_MAVEN_EXECUTOR_ID
ConstantDEFAULT_MAVEN_EXECUTOR_ID="forked-path"
- See Also:
-
-
Method Details
-
getMavenExecutorId
String getMavenExecutorId()getMavenExecutorId.
- Returns:
- a
String
object
-
getLocalRepositoryDirectory
File getLocalRepositoryDirectory()getLocalRepositoryDirectory.
- Returns:
- a
File
object
-
getSettings
org.apache.maven.settings.Settings getSettings()getSettings.
- Returns:
- a
Settings
object
-
getMavenHome
File getMavenHome()getMavenHome.
- Returns:
- a
File
object
-
getJavaHome
File getJavaHome()getJavaHome.
- Returns:
- a
File
object
-