A B C D F G I M O P R S _ 

A

AbstractMSBuildBuilder - Class in org.vx68k.jenkins.plugin
Builds a MSBuild project.
AbstractMSBuildBuilder(String, String) - Constructor for class org.vx68k.jenkins.plugin.AbstractMSBuildBuilder
 

B

BDSBuilder - Class in org.vx68k.jenkins.plugin.bds
Builds a RAD Studio project or project group.
BDSBuilder(String, String, String) - Constructor for class org.vx68k.jenkins.plugin.bds.BDSBuilder
Constructs this object with properties..
BDSBuilder.BDSBuilderDescriptor - Class in org.vx68k.jenkins.plugin.bds
Describes BDSBuildWrapper.
BDSBuilder.BDSBuilderDescriptor() - Constructor for class org.vx68k.jenkins.plugin.bds.BDSBuilder.BDSBuilderDescriptor
 
BDSBuildWrapper - Class in org.vx68k.jenkins.plugin.bds
Allows users to set RAD Studio variables in their projects.
BDSBuildWrapper(String) - Constructor for class org.vx68k.jenkins.plugin.bds.BDSBuildWrapper
 
BDSBuildWrapper.BDSBuildWrapperDescriptor - Class in org.vx68k.jenkins.plugin.bds
Describes BDSBuildWrapper.
BDSBuildWrapper.BDSBuildWrapperDescriptor() - Constructor for class org.vx68k.jenkins.plugin.bds.BDSBuildWrapper.BDSBuildWrapperDescriptor
 
BDSBuildWrapper_DISPLAY_NAME() - Static method in class org.vx68k.jenkins.plugin.bds.resources.Messages
Set RAD Studio variables
BDSInstallation - Class in org.vx68k.jenkins.plugin.bds
Manages RAD Studio installations for BDSBuildWrapper.
BDSInstallation(String, String, String, String, String, String, List<? extends ToolProperty<?>>) - Constructor for class org.vx68k.jenkins.plugin.bds.BDSInstallation
Constructs this object with properties.
BDSInstallation.BDSInstallationDescriptor - Class in org.vx68k.jenkins.plugin.bds
Describes BDSInstallation.
BDSInstallation.BDSInstallationDescriptor() - Constructor for class org.vx68k.jenkins.plugin.bds.BDSInstallation.BDSInstallationDescriptor
 
build(AbstractBuild<?, ?>, Launcher, FilePath, Map<String, String>, TaskListener) - Method in class org.vx68k.jenkins.plugin.AbstractMSBuildBuilder
 

C

checkDirectory(File) - Method in class org.vx68k.jenkins.plugin.bds.BDSInstallation.BDSInstallationDescriptor
 
checkHomeDirectory(File) - Method in class org.vx68k.jenkins.plugin.bds.BDSInstallation.BDSInstallationDescriptor
 
configure(StaplerRequest, JSONObject) - Method in class org.vx68k.jenkins.plugin.bds.BDSInstallation.BDSInstallationDescriptor
 

D

doCheckBoostRoot(File) - Method in class org.vx68k.jenkins.plugin.bds.BDSInstallation.BDSInstallationDescriptor
 
doCheckBoostRoot64(File) - Method in class org.vx68k.jenkins.plugin.bds.BDSInstallation.BDSInstallationDescriptor
 
doCheckCommonDir(File) - Method in class org.vx68k.jenkins.plugin.bds.BDSInstallation.BDSInstallationDescriptor
 
doCheckInclude(File) - Method in class org.vx68k.jenkins.plugin.bds.BDSInstallation.BDSInstallationDescriptor
 
doFillInstallationNameItems() - Method in class org.vx68k.jenkins.plugin.bds.BDSBuilder.BDSBuilderDescriptor
 
doFillInstallationNameItems() - Method in class org.vx68k.jenkins.plugin.bds.BDSBuildWrapper.BDSBuildWrapperDescriptor
 

F

forEnvironment(EnvVars) - Method in class org.vx68k.jenkins.plugin.bds.BDSInstallation
Returns an EnvironmentSpecific version of this object.
forNode(Node, TaskListener) - Method in class org.vx68k.jenkins.plugin.bds.BDSInstallation
Returns a NodeSpecific version of this object.

G

getBatchFile(FilePath) - Method in class org.vx68k.jenkins.plugin.bds.BDSInstallation.BDSInstallationDescriptor
 
getBoostRoot() - Method in class org.vx68k.jenkins.plugin.bds.BDSInstallation
Returns the value of CG_BOOST_ROOT
getBoostRoot64() - Method in class org.vx68k.jenkins.plugin.bds.BDSInstallation
Returns the value of CG_64_BOOST_ROOT
getBuilderDisplayName() - Static method in class org.vx68k.jenkins.plugin.bds.resources.Messages
Build a RAD Studio project or project group
getCommonDir() - Method in class org.vx68k.jenkins.plugin.bds.BDSInstallation
Returns the value of BDSCOMMONDIR
getDisplayName() - Method in class org.vx68k.jenkins.plugin.bds.BDSBuilder.BDSBuilderDescriptor
Returns the display name of this object.
getDisplayName() - Method in class org.vx68k.jenkins.plugin.bds.BDSBuildWrapper.BDSBuildWrapperDescriptor
Returns the display name of this object.
getDisplayName() - Method in class org.vx68k.jenkins.plugin.bds.BDSInstallation.BDSInstallationDescriptor
Returns the display name of this plugin.
getInclude() - Method in class org.vx68k.jenkins.plugin.bds.BDSInstallation
Returns the value of BDSINCLUDE
getInstallation(String) - Method in class org.vx68k.jenkins.plugin.bds.BDSInstallation.BDSInstallationDescriptor
Finds a BDSInstallation object by its name.
getInstallationByName(String) - Method in class org.vx68k.jenkins.plugin.bds.BDSBuildWrapper.BDSBuildWrapperDescriptor
 
getInstallationDescriptor() - Method in class org.vx68k.jenkins.plugin.bds.BDSBuilder.BDSBuilderDescriptor
 
getInstallationName() - Method in class org.vx68k.jenkins.plugin.bds.BDSBuilder
Returns the name of the RAD Studio installation.
getInstallationName() - Method in class org.vx68k.jenkins.plugin.bds.BDSBuildWrapper
 
getInstallations() - Method in class org.vx68k.jenkins.plugin.bds.BDSBuildWrapper.BDSBuildWrapperDescriptor
 
getProjectFile() - Method in class org.vx68k.jenkins.plugin.AbstractMSBuildBuilder
 
getSwitches() - Method in class org.vx68k.jenkins.plugin.AbstractMSBuildBuilder
 

I

isApplicable(Class<? extends AbstractProject>) - Method in class org.vx68k.jenkins.plugin.bds.BDSBuilder.BDSBuilderDescriptor
 
isApplicable(AbstractProject<?, ?>) - Method in class org.vx68k.jenkins.plugin.bds.BDSBuildWrapper.BDSBuildWrapperDescriptor
 

M

makeBuildVariables(AbstractBuild, Map<String, String>) - Method in class org.vx68k.jenkins.plugin.bds.BDSBuildWrapper
 
Messages - Class in org.vx68k.jenkins.plugin.bds.resources
 
Messages() - Constructor for class org.vx68k.jenkins.plugin.bds.resources.Messages
 

O

org.vx68k.jenkins.plugin - package org.vx68k.jenkins.plugin
 
org.vx68k.jenkins.plugin.bds - package org.vx68k.jenkins.plugin.bds
 
org.vx68k.jenkins.plugin.bds.resources - package org.vx68k.jenkins.plugin.bds.resources
 

P

perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class org.vx68k.jenkins.plugin.bds.BDSBuilder
Performs a RAD Studio build.

R

readConfiguration(FilePath, EnvVars, Launcher, BuildListener) - Method in class org.vx68k.jenkins.plugin.bds.BDSBuilder
Reads the RAD Studio configuration from a command-line initialization batch file.
readConfiguration(InputStream) - Method in class org.vx68k.jenkins.plugin.bds.BDSBuilder
Read the RAD Studio configuration from an input stream.

S

setUp(AbstractBuild, Launcher, BuildListener) - Method in class org.vx68k.jenkins.plugin.bds.BDSBuildWrapper
 

_

_BDSBuildWrapper_DISPLAY_NAME() - Static method in class org.vx68k.jenkins.plugin.bds.resources.Messages
Set RAD Studio variables
_getBuilderDisplayName() - Static method in class org.vx68k.jenkins.plugin.bds.resources.Messages
Build a RAD Studio project or project group
A B C D F G I M O P R S _ 

Copyright © 2004–2014. All rights reserved.