Uses of Class
org.wildfly.prospero.api.ArtifactChange
Packages that use ArtifactChange
Package
Description
-
Uses of ArtifactChange in org.wildfly.prospero.api
Methods in org.wildfly.prospero.api that return ArtifactChangeModifier and TypeMethodDescriptionstatic ArtifactChangeArtifactChange.added(org.eclipse.aether.artifact.Artifact newVersion) static ArtifactChangestatic ArtifactChangeArtifactChange.removed(org.eclipse.aether.artifact.Artifact oldVersion) ArtifactChange.reverse()static ArtifactChangeArtifactChange.updated(org.eclipse.aether.artifact.Artifact oldVersion, org.eclipse.aether.artifact.Artifact newVersion) static ArtifactChangeArtifactChange.updated(org.eclipse.aether.artifact.Artifact oldVersion, org.eclipse.aether.artifact.Artifact newVersion, String channelName) Methods in org.wildfly.prospero.api that return types with arguments of type ArtifactChangeConstructor parameters in org.wildfly.prospero.api with type arguments of type ArtifactChangeModifierConstructorDescriptionInstallationChanges(List<ArtifactChange> artifactChanges, List<ChannelChange> channelChanges, List<FeatureChange> featureChanges) -
Uses of ArtifactChange in org.wildfly.prospero.installation.git
Methods in org.wildfly.prospero.installation.git that return types with arguments of type ArtifactChangeModifier and TypeMethodDescriptionGitStorage.getArtifactChanges(SavedState savedState) GitStorage.getArtifactChangesSince(SavedState savedState) -
Uses of ArtifactChange in org.wildfly.prospero.updates
Methods in org.wildfly.prospero.updates that return types with arguments of type ArtifactChangeConstructor parameters in org.wildfly.prospero.updates with type arguments of type ArtifactChange