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