Uses of Class
hudson.plugins.copyartifact.BuildSelector
Packages that use BuildSelector
-
Uses of BuildSelector in hudson.plugins.copyartifact
Subclasses of BuildSelector in hudson.plugins.copyartifactModifier and TypeClassDescriptionclassSelect a build which is a downstream of a specified build.classclassCopy artifacts from the latest build (ignoring the build status)classUse a parameter to specify how the build is selected.classPicks up a build throughPermalinkProjectAction.PermalinkclassCopy artifacts from the latest saved build (marked "keep forever").classCopy artifacts from a specific build.classCopy artifacts from the latest successful or stable build.classCopy artifacts from the build that triggered this build.classCopy artifacts from the *workspace* of the latest completed build.Fields in hudson.plugins.copyartifact with type parameters of type BuildSelectorModifier and TypeFieldDescriptionstatic Descriptor<BuildSelector> LastCompletedBuildSelector.DESCRIPTORDeprecated.here for backward compatibility.static Descriptor<BuildSelector> ParameterizedBuildSelector.DESCRIPTORDeprecated.here for backward compatibility.static Descriptor<BuildSelector> SavedBuildSelector.DESCRIPTORDeprecated.here for backward compatibility.static Descriptor<BuildSelector> SpecificBuildSelector.DESCRIPTORDeprecated.here for backward compatibility.static Descriptor<BuildSelector> StatusBuildSelector.DESCRIPTORDeprecated.here for backward compatibility.static Descriptor<BuildSelector> WorkspaceSelector.DESCRIPTORDeprecated.here for backward compatibility.Methods in hudson.plugins.copyartifact that return BuildSelectorModifier and TypeMethodDescriptionCopyArtifact.getBuildSelector()Deprecated.BuildSelectorParameter.getDefaultSelector()CopyArtifact.getSelector()static BuildSelectorBuildSelectorParameter.getSelectorFromXml(String xml) Convert xml fragment into a BuildSelector object.Methods in hudson.plugins.copyartifact that return types with arguments of type BuildSelectorModifier and TypeMethodDescriptionBuildSelectorParameter.DescriptorImpl.getAvailableBuildSelectorList()BuildSelectorParameter.DescriptorImpl.getBuildSelectors()BuildSelectorParameter.DescriptorImpl.getBuildSelectors()Methods in hudson.plugins.copyartifact with parameters of type BuildSelectorConstructors in hudson.plugins.copyartifact with parameters of type BuildSelectorModifierConstructorDescriptionBuildSelectorParameter(String name, BuildSelector defaultSelector, String description) CopyArtifact(String projectName, String parameters, BuildSelector selector, String filter, String target, boolean flatten, boolean optional) Deprecated.CopyArtifact(String projectName, String parameters, BuildSelector selector, String filter, String target, boolean flatten, boolean optional, boolean fingerprintArtifacts) Deprecated.CopyArtifact(String projectName, String parameters, BuildSelector selector, String filter, String excludes, String target, boolean flatten, boolean optional, boolean fingerprintArtifacts) Deprecated.Constructor parameters in hudson.plugins.copyartifact with type arguments of type BuildSelectorModifierConstructorDescriptionSimpleBuildSelectorDescriptor(Class<? extends BuildSelector> clazz, org.jvnet.localizer.Localizable displayName)