Uses of Class
io.jenkins.plugins.dotnet.DotNetConfiguration
Package
Description
The package contains build steps for the
dotnet
commands.The package contains build steps for the
dotnet
commands that are based on MSBuild.The package contains build steps for the subcommands of
dotnet nuget
.The package contains build steps for the subcommands of
dotnet tool
.-
Uses of DotNetConfiguration in io.jenkins.plugins.dotnet.commands
Modifier and TypeMethodDescriptionprotected boolean
CommandDescriptor.isApplicableToFreeStyleProjects
(DotNetConfiguration configuration) Determines whether this command should be made available to freestyle projects.protected boolean
ListPackage.DescriptorImpl.isApplicableToFreeStyleProjects
(DotNetConfiguration configuration) protected boolean
Restore.DescriptorImpl.isApplicableToFreeStyleProjects
(DotNetConfiguration configuration) -
Uses of DotNetConfiguration in io.jenkins.plugins.dotnet.commands.msbuild
Modifier and TypeMethodDescriptionprotected boolean
Build.DescriptorImpl.isApplicableToFreeStyleProjects
(DotNetConfiguration configuration) protected boolean
Clean.DescriptorImpl.isApplicableToFreeStyleProjects
(DotNetConfiguration configuration) protected boolean
Pack.DescriptorImpl.isApplicableToFreeStyleProjects
(DotNetConfiguration configuration) protected boolean
Publish.DescriptorImpl.isApplicableToFreeStyleProjects
(DotNetConfiguration configuration) protected boolean
Test.DescriptorImpl.isApplicableToFreeStyleProjects
(DotNetConfiguration configuration) -
Uses of DotNetConfiguration in io.jenkins.plugins.dotnet.commands.nuget
Modifier and TypeMethodDescriptionprotected boolean
Delete.DescriptorImpl.isApplicableToFreeStyleProjects
(DotNetConfiguration configuration) protected boolean
Locals.DescriptorImpl.isApplicableToFreeStyleProjects
(DotNetConfiguration configuration) protected boolean
Push.DescriptorImpl.isApplicableToFreeStyleProjects
(DotNetConfiguration configuration) -
Uses of DotNetConfiguration in io.jenkins.plugins.dotnet.commands.tool
Modifier and TypeMethodDescriptionprotected boolean
Restore.DescriptorImpl.isApplicableToFreeStyleProjects
(DotNetConfiguration configuration)