Package | Description |
---|---|
hudson.plugins.dotnetasscript.main | |
hudson.plugins.dotnetasscript.managers |
Modifier and Type | Method and Description |
---|---|
void |
DotNetAsScriptPluginFacade.runAll(String targetCode,
String targetPackagesJson)
Runs the plugin configuration
|
Modifier and Type | Method and Description |
---|---|
void |
DotNetCommandLineManager.addPackage(String packageName)
Adds a package to the project with the last version
|
void |
DotNetCommandLineManager.addPackage(String packageName,
String version)
Adds a package to the project with the specific version
|
void |
DotNetCommandLineManager.build()
Builds the current DOTNET project
|
void |
DotNetProjectManager.buildProject()
Build the project
|
void |
DotNetProjectManager.createProject()
Create the project
|
void |
DotNetCommandLineManager.createProject()
Creates the DOTNET project
|
String |
DotNetCommandLineManager.getDotNetVersion()
Gets the current DOTNET version
|
boolean |
DotNetProjectManager.needsRecreation()
Determine if this project needs be recreated
|
void |
DotNetCommandLineManager.restoreDependencies()
Restores the DOTNET packages
|
void |
DotNetCommandLineManager.run()
Runs the current DOTNET project
|
void |
DotNetProjectManager.runProject()
Run the project
|
boolean |
DotNetCommandLineManager.validateDotNetVersion()
Validates the DOTNET version
|
void |
DotNetProjectManager.validateVersion() |
Constructor and Description |
---|
DotNetProjectManager(PrintStream logger,
int buildNumber,
DotNetCommandLineManager commandLine,
DotNetPackagesManager targetPackages,
NodeFile projectFolder)
The project manager constructor
|
Copyright © 2016–2017. All rights reserved.