Uses of Class
org.wildfly.prospero.api.ArtifactChange
-
Packages that use ArtifactChange Package Description org.wildfly.prospero.api org.wildfly.prospero.installation.git org.wildfly.prospero.updates -
-
Uses of ArtifactChange in org.wildfly.prospero.api
Methods in org.wildfly.prospero.api that return ArtifactChange Modifier and Type Method Description static ArtifactChangeArtifactChange. added(org.eclipse.aether.artifact.Artifact newVersion)static ArtifactChangeArtifactChange. added(org.eclipse.aether.artifact.Artifact newVersion, String channelName)static ArtifactChangeArtifactChange. removed(org.eclipse.aether.artifact.Artifact oldVersion)ArtifactChangeArtifactChange. 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 ArtifactChange Modifier and Type Method Description List<ArtifactChange>InstallationChanges. getArtifactChanges()Constructor parameters in org.wildfly.prospero.api with type arguments of type ArtifactChange Constructor Description InstallationChanges(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 ArtifactChange Modifier and Type Method Description List<ArtifactChange>GitStorage. getArtifactChanges(SavedState savedState)List<ArtifactChange>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 ArtifactChange Modifier and Type Method Description List<ArtifactChange>UpdateSet. getArtifactUpdates()Constructor parameters in org.wildfly.prospero.updates with type arguments of type ArtifactChange Constructor Description UpdateSet(List<ArtifactChange> updates)
-