Uses of Class
io.jenkins.plugins.dotnet.DotNetConfiguration
Packages that use 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
Methods in io.jenkins.plugins.dotnet.commands with parameters of type DotNetConfigurationModifier 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
Methods in io.jenkins.plugins.dotnet.commands.msbuild with parameters of type DotNetConfigurationModifier 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
Methods in io.jenkins.plugins.dotnet.commands.nuget with parameters of type DotNetConfigurationModifier 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
Methods in io.jenkins.plugins.dotnet.commands.tool with parameters of type DotNetConfigurationModifier and TypeMethodDescriptionprotected boolean
Restore.DescriptorImpl.isApplicableToFreeStyleProjects
(DotNetConfiguration configuration)